From d1966d7afb1fbc8eb59795935b283da1e3ec37da Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sun, 18 Jan 2026 22:28:49 -0600 Subject: [PATCH 01/10] Added axios and an authenticated get request function --- Api/ApiHelper.ts | 18 +++ Api/UserApi.ts | 6 + Auth/AuthContextProvider.tsx | 10 +- Auth/Authentication.ts | 23 +++- package-lock.json | 237 ++++++++++++++++++++++++++++------- package.json | 1 + 6 files changed, 247 insertions(+), 48 deletions(-) create mode 100644 Api/ApiHelper.ts create mode 100644 Api/UserApi.ts diff --git a/Api/ApiHelper.ts b/Api/ApiHelper.ts new file mode 100644 index 0000000..7dd882c --- /dev/null +++ b/Api/ApiHelper.ts @@ -0,0 +1,18 @@ +import axios from "axios"; +import { AppEnvironment } from "../AppEnvironment"; +import { authTokenIsValid, getAuthToken, refreshAuth } from "../Auth/Authentication"; + +export async function apiGet(currentEnvironment: AppEnvironment, endpoint: string) { + if (!await authTokenIsValid(currentEnvironment)) { + const refresh = await refreshAuth(currentEnvironment); + if (!refresh) return null; + } + const token = await getAuthToken(currentEnvironment); + if (!token) return null; + return await axios.get(endpoint, { + baseURL: currentEnvironment.baseUrl, + headers: { + 'Authorization': 'Bearer ' + token?.password, + }, + }); +} \ No newline at end of file diff --git a/Api/UserApi.ts b/Api/UserApi.ts new file mode 100644 index 0000000..5927799 --- /dev/null +++ b/Api/UserApi.ts @@ -0,0 +1,6 @@ +import { AppEnvironment } from "../AppEnvironment"; +import { apiGet } from "./ApiHelper"; + +export async function getUserInfo(currentEnvironment: AppEnvironment) { + return await apiGet(currentEnvironment, '/api/v1/user'); +} \ No newline at end of file diff --git a/Auth/AuthContextProvider.tsx b/Auth/AuthContextProvider.tsx index 195d0c5..3ae48a8 100644 --- a/Auth/AuthContextProvider.tsx +++ b/Auth/AuthContextProvider.tsx @@ -1,4 +1,4 @@ -import React, { createContext, ReactNode, useEffect, useState } from 'react'; +import React, { createContext, ReactNode, useContext, useEffect, useState } from 'react'; import { useAppEnvironment } from '../AppEnvironment'; import { AuthenticationState, @@ -51,4 +51,12 @@ function AuthContextProvider({ children }: AuthProviderProps) { ); } +export function useAuth() { + const context = useContext(AuthContext); + if (!context) { + throw new Error('useAuth must be used within an AuthContextProvider'); + } + return context; +} + export default AuthContextProvider; diff --git a/Auth/Authentication.ts b/Auth/Authentication.ts index 6761735..20487c2 100644 --- a/Auth/Authentication.ts +++ b/Auth/Authentication.ts @@ -99,6 +99,19 @@ async function storeCredentials( return store_success && refresh_store_success; } +/** + * Gets the auth token from Keychain storage. + * @param currentEnvironment Current AppEnvironment. + * @returns Token if exists, null otherwise + */ +export async function getAuthToken(currentEnvironment: AppEnvironment) { + const token = await Keychain.getInternetCredentials(currentEnvironment.baseUrl + ':accessToken'); + if (!token) { + return null; + } + return token; +} + /** * Checks for existence of auth token and whether it is expired. * @returns whether auth token is currently valid. @@ -136,14 +149,20 @@ export async function refreshTokenIsValid(currentEnvironment: AppEnvironment) { */ export async function refreshAuth(currentEnvironment: AppEnvironment) { if (!(await refreshTokenIsValid(currentEnvironment))) { - setAuthenticationState(AuthenticationState.UNAUTHENTICATED, null); + setAuthenticationState( + AuthenticationState.ERROR, + 'Failed to refresh authentication due to invalid tokens. Please log in again. If the issue persists, contact #it-helpdesk.' + ); return false; } const refreshToken = await Keychain.getInternetCredentials( currentEnvironment.baseUrl + ':refreshToken', ); if (!refreshToken) { - setAuthenticationState(AuthenticationState.UNAUTHENTICATED, null); + setAuthenticationState( + AuthenticationState.ERROR, + 'Failed to refresh authentication because no refresh token was found. Please log in again. If the issue persists, contact #it-helpdesk.' + ); return false; } const conf = await config(currentEnvironment); diff --git a/package-lock.json b/package-lock.json index 0adcb9c..673f98f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "@react-navigation/native": "^7.1.17", "@react-navigation/native-stack": "^7.3.25", "array-equal": "^2.0.0", + "axios": "^1.13.2", "jwt-decode": "^4.0.0", "react": "19.1.0", "react-native": "0.80.1", @@ -83,6 +84,7 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz", "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==", "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.3", @@ -114,6 +116,7 @@ "integrity": "sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -2250,9 +2253,9 @@ } }, "node_modules/@istanbuljs/load-nyc-config/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==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -3715,6 +3718,7 @@ "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.18.tgz", "integrity": "sha512-DZgd6860dxcq3YX7UzIXeBr6m3UgXvo9acxp5jiJyIZXdR00Br9JwVkO7e0bUeTA2d3Z8dsmtAR84Y86NnH64Q==", "license": "MIT", + "peer": true, "dependencies": { "@react-navigation/core": "^7.12.4", "escape-string-regexp": "^4.0.0", @@ -3970,6 +3974,7 @@ "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/core": "^7.21.3", "@svgr/babel-preset": "8.1.0", @@ -4267,6 +4272,7 @@ "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", "devOptional": true, "license": "MIT", + "peer": true, "dependencies": { "csstype": "^3.0.2" } @@ -4315,6 +4321,7 @@ "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.18.0", @@ -4349,6 +4356,7 @@ "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", "dev": true, "license": "BSD-2-Clause", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "7.18.0", "@typescript-eslint/types": "7.18.0", @@ -4590,6 +4598,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -4946,6 +4955,12 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", "license": "MIT" }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, "node_modules/available-typed-arrays": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", @@ -4962,6 +4977,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/axios": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.4", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/babel-jest": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", @@ -5181,24 +5207,24 @@ } }, "node_modules/body-parser": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz", + "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", "devOptional": true, "license": "MIT", "dependencies": { - "bytes": "3.1.2", + "bytes": "~3.1.2", "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.13.0", - "raw-body": "2.5.2", + "destroy": "~1.2.0", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "on-finished": "~2.4.1", + "qs": "~6.14.0", + "raw-body": "~2.5.3", "type-is": "~1.6.18", - "unpipe": "1.0.0" + "unpipe": "~1.0.0" }, "engines": { "node": ">= 0.8", @@ -5215,6 +5241,27 @@ "ms": "2.0.0" } }, + "node_modules/body-parser/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -5222,6 +5269,16 @@ "devOptional": true, "license": "MIT" }, + "node_modules/body-parser/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", @@ -5269,6 +5326,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.9", "caniuse-lite": "^1.0.30001746", @@ -5356,7 +5414,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "devOptional": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -5675,6 +5732,18 @@ "devOptional": true, "license": "MIT" }, + "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==", + "license": "MIT", + "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", @@ -6133,6 +6202,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -6268,7 +6346,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "devOptional": true, "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.1", @@ -6459,7 +6536,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "devOptional": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -6469,7 +6545,6 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "devOptional": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -6507,7 +6582,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "devOptional": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0" @@ -6520,7 +6594,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "dev": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", @@ -6597,6 +6670,7 @@ "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -7516,6 +7590,26 @@ "integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==", "license": "MIT" }, + "node_modules/follow-redirects": { + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, "node_modules/for-each": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", @@ -7532,6 +7626,22 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -7580,7 +7690,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "devOptional": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7649,7 +7758,6 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "devOptional": true, "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", @@ -7683,7 +7791,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "devOptional": true, "license": "MIT", "dependencies": { "dunder-proto": "^1.0.1", @@ -7838,7 +7945,6 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "devOptional": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -7915,7 +8021,6 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "devOptional": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -7928,7 +8033,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" @@ -7944,7 +8048,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "devOptional": true, "license": "MIT", "dependencies": { "function-bind": "^1.1.2" @@ -8802,6 +8905,7 @@ "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", @@ -9711,9 +9815,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "devOptional": true, "license": "MIT", "dependencies": { @@ -10189,7 +10293,6 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "devOptional": true, "license": "MIT", "engines": { "node": ">= 0.4" @@ -10401,9 +10504,9 @@ } }, "node_modules/metro-config/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==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -11390,6 +11493,7 @@ "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -11503,6 +11607,12 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", "license": "MIT" }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -11531,13 +11641,13 @@ "license": "MIT" }, "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz", + "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", "devOptional": true, "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.6" + "side-channel": "^1.1.0" }, "engines": { "node": ">=0.6" @@ -11604,26 +11714,58 @@ } }, "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", + "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", "devOptional": true, "license": "MIT", "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "unpipe": "~1.0.0" }, "engines": { "node": ">= 0.8" } }, + "node_modules/raw-body/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/raw-body/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/react": { "version": "19.1.0", "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -11682,6 +11824,7 @@ "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.80.1.tgz", "integrity": "sha512-cIiJiPItdC2+Z9n30FmE2ef1y4522kgmOjMIoDtlD16jrOMNTUdB2u+CylLTy3REkWkWTS6w8Ub7skUthkeo5w==", "license": "MIT", + "peer": true, "dependencies": { "@jest/create-cache-key-function": "^29.7.0", "@react-native/assets-registry": "0.80.1", @@ -11831,6 +11974,7 @@ "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.1.tgz", "integrity": "sha512-/wJE58HLEAkATzhhX1xSr+fostLsK8Q97EfpfMDKo8jlOc1QKESSX/FQrhk7HhQH/2uSaox4Y86sNaI02kteiA==", "license": "MIT", + "peer": true, "peerDependencies": { "react": "*", "react-native": "*" @@ -11841,6 +11985,7 @@ "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.17.1.tgz", "integrity": "sha512-hGArs1kzsokvwxq98vluGlprUw3Q95zEjvZ3U2q28FmvLy25e6jxMclEkgxNtJ0GVJ2gWcFRTXON0EIVvUEd+A==", "license": "MIT", + "peer": true, "dependencies": { "react-freeze": "^1.0.0", "warn-once": "^0.1.0" @@ -11855,6 +12000,7 @@ "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.14.0.tgz", "integrity": "sha512-B3gYc7WztcOT4N54AtUutbe0Nuqqh/nkresY0fAXzUHYLsWuIu/yGiCCD3DKfAs6GLv5LFtWTu7N333Q+e3bkg==", "license": "MIT", + "peer": true, "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3", @@ -13471,6 +13617,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "devOptional": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 882262d..e88a269 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@react-navigation/native": "^7.1.17", "@react-navigation/native-stack": "^7.3.25", "array-equal": "^2.0.0", + "axios": "^1.13.2", "jwt-decode": "^4.0.0", "react": "19.1.0", "react-native": "0.80.1", From 5c945cdc25cda2d35ed67706b47dffa155e816d9 Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sun, 18 Jan 2026 23:28:25 -0600 Subject: [PATCH 02/10] Switched to API context --- Api/ApiContextProvider.tsx | 69 ++++++++++++++++++++++++++++++++++++++ Api/ApiHelper.ts | 18 ---------- Api/UserApi.ts | 6 ---- Auth/Authentication.ts | 7 ++-- 4 files changed, 71 insertions(+), 29 deletions(-) create mode 100644 Api/ApiContextProvider.tsx delete mode 100644 Api/ApiHelper.ts delete mode 100644 Api/UserApi.ts diff --git a/Api/ApiContextProvider.tsx b/Api/ApiContextProvider.tsx new file mode 100644 index 0000000..a7e664d --- /dev/null +++ b/Api/ApiContextProvider.tsx @@ -0,0 +1,69 @@ +import axios, { AxiosInstance } from 'axios'; +import React, { createContext, ReactNode, useContext } from 'react'; +import { AppEnvironment, useAppEnvironment } from '../AppEnvironment'; +import { getAuthToken, refreshAuth } from '../Auth/Authentication'; + +/** + * Context containing API configuration for the app. + * Includes authentication and automatic refresh logic. + */ +export const ApiContext = createContext(undefined); + +/** + * Creates API context in the form of a preconfigured Axios instance. + * Sets base URL to the current app environment, adds interceptors for + * requests to pass in authorization tokens and to retry with refresh tokens + * if any 401 errors occur. + * @param environment AppEnvironment containing the Base URL to use. + * @returns AxiosInstance for the API context. + */ +function createApiContext(environment: AppEnvironment) { + const instance = axios.create({ + baseURL: environment.baseUrl, + }); + + instance.interceptors.request.use(async (config) => { + const token = await getAuthToken(environment); + if (token) + config.headers.Authorization = `Bearer ${token}`; + return config; + }); + + instance.interceptors.response.use( + (response) => response, + async (error) => { + if (axios.isAxiosError(error) && error.response?.status === 401) { + if (!error.config) return Promise.reject(error); + if (!await refreshAuth(environment)) return Promise.reject(error); + const token = await getAuthToken(environment); + if (token) { + error.config.headers.Authorization = `Bearer ${token}`; + return axios.request(error.config); + } + } + return Promise.reject(error); + } + ); + return instance; +} + +function ApiContextProvider({ children }: {children: ReactNode}) { + const { environment } = useAppEnvironment(); + const apiContext = createApiContext(environment); + + return ( + + {children} + + ); +} + +export function useApi() { + const context = useContext(ApiContext); + if (!context) { + throw new Error('useApi must be used within an ApiContextProvider'); + } + return context; +} + +export default ApiContextProvider; diff --git a/Api/ApiHelper.ts b/Api/ApiHelper.ts deleted file mode 100644 index 7dd882c..0000000 --- a/Api/ApiHelper.ts +++ /dev/null @@ -1,18 +0,0 @@ -import axios from "axios"; -import { AppEnvironment } from "../AppEnvironment"; -import { authTokenIsValid, getAuthToken, refreshAuth } from "../Auth/Authentication"; - -export async function apiGet(currentEnvironment: AppEnvironment, endpoint: string) { - if (!await authTokenIsValid(currentEnvironment)) { - const refresh = await refreshAuth(currentEnvironment); - if (!refresh) return null; - } - const token = await getAuthToken(currentEnvironment); - if (!token) return null; - return await axios.get(endpoint, { - baseURL: currentEnvironment.baseUrl, - headers: { - 'Authorization': 'Bearer ' + token?.password, - }, - }); -} \ No newline at end of file diff --git a/Api/UserApi.ts b/Api/UserApi.ts deleted file mode 100644 index 5927799..0000000 --- a/Api/UserApi.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { AppEnvironment } from "../AppEnvironment"; -import { apiGet } from "./ApiHelper"; - -export async function getUserInfo(currentEnvironment: AppEnvironment) { - return await apiGet(currentEnvironment, '/api/v1/user'); -} \ No newline at end of file diff --git a/Auth/Authentication.ts b/Auth/Authentication.ts index 20487c2..316c921 100644 --- a/Auth/Authentication.ts +++ b/Auth/Authentication.ts @@ -127,11 +127,8 @@ export async function authTokenIsValid(currentEnvironment: AppEnvironment) { return false; } - const currentTime = Date.now(); - if (currentTime > expiry) { - return true; - } - return false; + const currentTime = Math.floor(Date.now() / 1000); + return currentTime < expiry; } /** From ada47ff8d27bf18ab0cc9f6519f58c6b82061a27 Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Wed, 28 Jan 2026 20:04:47 -0600 Subject: [PATCH 03/10] Added all functionality to settings screen except debug settings, version number, and check for updates --- Api/ApiContextProvider.tsx | 8 +- Api/Models/Permission.ts | 9 + Api/UserApi.ts | 22 + App.tsx | 20 +- Auth/Authentication.ts | 8 +- README.md | 26 + Settings/SettingsScreen.tsx | 89 +- android/app/build.gradle | 7 + android/app/src/main/AndroidManifest.xml | 39 +- android/build.gradle | 4 + .../libraries/@babel_code-frame@7.27.1.json | 1 + .../libraries/@babel_compat-data@7.28.4.json | 1 + .../config/libraries/@babel_core@7.28.4.json | 1 + .../libraries/@babel_generator@7.28.3.json | 1 + ...bel_helper-compilation-targets@7.27.2.json | 1 + .../@babel_helper-globals@7.28.0.json | 1 + .../@babel_helper-module-imports@7.27.1.json | 1 + ...babel_helper-module-transforms@7.28.3.json | 1 + .../@babel_helper-plugin-utils@7.27.1.json | 1 + .../@babel_helper-string-parser@7.27.1.json | 1 + ...el_helper-validator-identifier@7.27.1.json | 1 + ...@babel_helper-validator-option@7.27.1.json | 1 + .../libraries/@babel_helpers@7.28.4.json | 1 + .../libraries/@babel_parser@7.28.4.json | 1 + ..._plugin-syntax-async-generators@7.8.4.json | 1 + .../@babel_plugin-syntax-bigint@7.8.3.json | 1 + ...lugin-syntax-class-properties@7.12.13.json | 1 + ...ugin-syntax-class-static-block@7.14.5.json | 1 + ...lugin-syntax-import-attributes@7.27.1.json | 1 + ...abel_plugin-syntax-import-meta@7.10.4.json | 1 + ...abel_plugin-syntax-json-strings@7.8.3.json | 1 + ...x-logical-assignment-operators@7.10.4.json | 1 + ...tax-nullish-coalescing-operator@7.8.3.json | 1 + ...lugin-syntax-numeric-separator@7.10.4.json | 1 + ...lugin-syntax-object-rest-spread@7.8.3.json | 1 + ...n-syntax-optional-catch-binding@7.8.3.json | 1 + ...plugin-syntax-optional-chaining@7.8.3.json | 1 + ...tax-private-property-in-object@7.14.5.json | 1 + ..._plugin-syntax-top-level-await@7.14.5.json | 1 + .../libraries/@babel_runtime@7.28.4.json | 1 + .../libraries/@babel_template@7.27.2.json | 1 + ...rse--for-generate-function-map@7.28.4.json | 1 + .../libraries/@babel_traverse@7.28.4.json | 1 + .../config/libraries/@babel_types@7.28.4.json | 1 + .../libraries/@callstack_licenses@0.3.0.json | 1 + ...@callstack_react-theme-provider@3.0.9.json | 1 + .../libraries/@isaacs_ttlcache@1.4.1.json | 1 + .../@istanbuljs_load-nyc-config@1.1.0.json | 1 + .../libraries/@istanbuljs_schema@0.1.3.json | 1 + ...jest_create-cache-key-function@29.7.0.json | 1 + .../libraries/@jest_environment@29.7.0.json | 1 + .../libraries/@jest_fake-timers@29.7.0.json | 1 + .../libraries/@jest_schemas@29.6.3.json | 1 + .../libraries/@jest_transform@29.7.0.json | 1 + .../config/libraries/@jest_types@29.6.3.json | 1 + .../@jridgewell_gen-mapping@0.3.13.json | 1 + .../@jridgewell_remapping@2.3.5.json | 1 + .../@jridgewell_resolve-uri@3.1.2.json | 1 + .../@jridgewell_source-map@0.3.11.json | 1 + .../@jridgewell_sourcemap-codec@1.5.5.json | 1 + .../@jridgewell_trace-mapping@0.3.31.json | 1 + ...act-native-vector-icons_common@12.3.0.json | 1 + ...or-icons_material-design-icons@12.3.0.json | 1 + ...ve-vector-icons_material-icons@12.3.0.json | 1 + .../@react-native_assets-registry@0.80.1.json | 1 + .../@react-native_codegen@0.80.1.json | 1 + ...ct-native_community-cli-plugin@0.80.1.json | 1 + ...react-native_debugger-frontend@0.80.1.json | 1 + .../@react-native_dev-middleware@0.80.1.json | 1 + .../@react-native_gradle-plugin@0.80.1.json | 1 + .../@react-native_js-polyfills@0.80.1.json | 1 + .../@react-native_new-app-screen@0.80.1.json | 1 + ...@react-native_normalize-colors@0.80.1.json | 1 + ...react-native_virtualized-lists@0.80.1.json | 1 + .../@react-navigation_bottom-tabs@7.4.9.json | 1 + .../@react-navigation_core@7.12.4.json | 1 + .../@react-navigation_elements@2.6.5.json | 1 + ...@react-navigation_native-stack@7.3.28.json | 1 + .../@react-navigation_native@7.1.18.json | 1 + .../@react-navigation_routers@7.5.1.json | 1 + .../libraries/@sinclair_typebox@0.27.8.json | 1 + .../libraries/@sinonjs_commons@3.0.1.json | 1 + .../@sinonjs_fake-timers@10.3.0.json | 1 + .../libraries/@types_babel__core@7.20.5.json | 1 + .../@types_babel__generator@7.27.0.json | 1 + .../@types_babel__template@7.4.4.json | 1 + .../@types_babel__traverse@7.28.0.json | 1 + .../libraries/@types_graceful-fs@4.1.9.json | 1 + .../@types_istanbul-lib-coverage@2.0.6.json | 1 + .../@types_istanbul-lib-report@3.0.3.json | 1 + .../@types_istanbul-reports@3.0.4.json | 1 + .../config/libraries/@types_node@22.19.1.json | 1 + .../libraries/@types_stack-utils@2.0.3.json | 1 + .../libraries/@types_yargs-parser@21.0.3.json | 1 + .../libraries/@types_yargs@17.0.33.json | 1 + .../libraries/@xmldom_xmldom@0.8.11.json | 1 + .../libraries/abort-controller@3.0.0.json | 1 + android/config/libraries/accepts@1.3.8.json | 1 + android/config/libraries/acorn@8.15.0.json | 1 + .../config/libraries/agent-base@7.1.4.json | 1 + android/config/libraries/anser@1.4.10.json | 1 + .../config/libraries/ansi-regex@5.0.1.json | 1 + .../config/libraries/ansi-styles@4.3.0.json | 1 + .../config/libraries/ansi-styles@5.2.0.json | 1 + android/config/libraries/anymatch@3.1.3.json | 1 + android/config/libraries/argparse@1.0.10.json | 1 + .../config/libraries/array-equal@2.0.0.json | 1 + android/config/libraries/asap@2.0.6.json | 1 + .../config/libraries/async-limiter@1.0.1.json | 1 + android/config/libraries/asynckit@0.4.0.json | 1 + android/config/libraries/axios@1.13.2.json | 1 + .../config/libraries/babel-jest@29.7.0.json | 1 + .../babel-plugin-istanbul@6.1.1.json | 1 + .../babel-plugin-jest-hoist@29.6.3.json | 1 + ...el-plugin-syntax-hermes-parser@0.28.1.json | 1 + ...abel-preset-current-node-syntax@1.2.0.json | 1 + .../libraries/babel-preset-jest@29.6.3.json | 1 + .../libraries/balanced-match@1.0.2.json | 1 + android/config/libraries/base64-js@1.5.1.json | 1 + .../baseline-browser-mapping@2.8.18.json | 1 + .../config/libraries/big-integer@1.6.52.json | 1 + android/config/libraries/boolbase@1.0.0.json | 1 + .../libraries/bplist-creator@0.1.0.json | 1 + .../config/libraries/bplist-parser@0.3.1.json | 1 + .../libraries/brace-expansion@1.1.12.json | 1 + android/config/libraries/braces@3.0.3.json | 1 + .../config/libraries/browserslist@4.26.3.json | 1 + android/config/libraries/bser@2.1.1.json | 1 + .../config/libraries/buffer-from@1.1.2.json | 1 + .../call-bind-apply-helpers@1.0.2.json | 1 + .../libraries/caller-callsite@2.0.0.json | 1 + .../config/libraries/caller-path@2.0.0.json | 1 + android/config/libraries/callsites@2.0.0.json | 1 + android/config/libraries/camelcase@5.3.1.json | 1 + android/config/libraries/camelcase@6.3.0.json | 1 + .../libraries/caniuse-lite@1.0.30001751.json | 1 + android/config/libraries/chalk@4.1.2.json | 1 + .../libraries/chrome-launcher@0.15.2.json | 1 + .../chromium-edge-launcher@0.2.0.json | 1 + android/config/libraries/ci-info@2.0.0.json | 1 + android/config/libraries/ci-info@3.9.0.json | 1 + android/config/libraries/cliui@8.0.1.json | 1 + .../config/libraries/color-convert@1.9.3.json | 1 + .../config/libraries/color-convert@2.0.1.json | 1 + .../config/libraries/color-name@1.1.3.json | 1 + .../config/libraries/color-name@1.1.4.json | 1 + .../config/libraries/color-string@1.9.1.json | 1 + android/config/libraries/color@3.2.1.json | 1 + android/config/libraries/color@4.2.3.json | 1 + .../libraries/combined-stream@1.0.8.json | 1 + .../config/libraries/commander@12.1.0.json | 1 + .../config/libraries/commander@2.20.3.json | 1 + .../config/libraries/concat-map@0.0.1.json | 1 + android/config/libraries/connect@3.7.0.json | 1 + .../libraries/convert-source-map@2.0.0.json | 1 + .../config/libraries/cosmiconfig@5.2.1.json | 1 + .../config/libraries/css-select@5.2.2.json | 1 + android/config/libraries/css-tree@1.1.3.json | 1 + android/config/libraries/css-what@6.2.2.json | 1 + android/config/libraries/debug@2.6.9.json | 1 + android/config/libraries/debug@4.4.3.json | 1 + .../libraries/decode-uri-component@0.2.2.json | 1 + android/config/libraries/deepmerge@3.3.0.json | 1 + .../libraries/delayed-stream@1.0.0.json | 1 + android/config/libraries/depd@2.0.0.json | 1 + android/config/libraries/destroy@1.2.0.json | 1 + .../libraries/dom-serializer@2.0.0.json | 1 + .../libraries/domelementtype@2.3.0.json | 1 + .../config/libraries/domhandler@5.0.3.json | 1 + android/config/libraries/domutils@3.2.2.json | 1 + .../config/libraries/dunder-proto@1.0.1.json | 1 + android/config/libraries/ee-first@1.1.1.json | 1 + .../electron-to-chromium@1.5.237.json | 1 + .../config/libraries/emoji-regex@8.0.0.json | 1 + android/config/libraries/encodeurl@1.0.2.json | 1 + android/config/libraries/encodeurl@2.0.0.json | 1 + android/config/libraries/entities@4.5.0.json | 1 + android/config/libraries/error-ex@1.3.4.json | 1 + .../libraries/error-stack-parser@2.1.4.json | 1 + .../libraries/es-define-property@1.0.1.json | 1 + android/config/libraries/es-errors@1.3.0.json | 1 + .../libraries/es-object-atoms@1.1.1.json | 1 + .../libraries/es-set-tostringtag@2.1.0.json | 1 + android/config/libraries/escalade@3.2.0.json | 1 + .../config/libraries/escape-html@1.0.3.json | 1 + .../libraries/escape-string-regexp@2.0.0.json | 1 + .../libraries/escape-string-regexp@4.0.0.json | 1 + android/config/libraries/esprima@4.0.1.json | 1 + android/config/libraries/etag@1.8.1.json | 1 + .../libraries/event-target-shim@5.0.1.json | 1 + .../libraries/exponential-backoff@3.1.3.json | 1 + .../libraries/fast-deep-equal@3.1.3.json | 1 + .../fast-json-stable-stringify@2.1.0.json | 1 + .../config/libraries/fb-watchman@2.0.2.json | 1 + .../config/libraries/fill-range@7.1.1.json | 1 + .../config/libraries/filter-obj@1.1.0.json | 1 + .../config/libraries/finalhandler@1.1.2.json | 1 + android/config/libraries/find-up@4.1.0.json | 1 + android/config/libraries/find-up@7.0.0.json | 1 + .../libraries/flow-enums-runtime@0.0.6.json | 1 + .../libraries/follow-redirects@1.15.11.json | 1 + android/config/libraries/form-data@4.0.5.json | 1 + android/config/libraries/fresh@0.5.2.json | 1 + .../config/libraries/fs.realpath@1.0.0.json | 1 + android/config/libraries/fsevents@2.3.3.json | 1 + .../config/libraries/function-bind@1.1.2.json | 1 + .../libraries/gensync@1.0.0-beta.2.json | 1 + .../libraries/get-caller-file@2.0.5.json | 1 + .../config/libraries/get-intrinsic@1.3.0.json | 1 + .../libraries/get-package-type@0.1.0.json | 1 + android/config/libraries/get-proto@1.0.1.json | 1 + android/config/libraries/glob@7.2.3.json | 1 + android/config/libraries/gopd@1.2.0.json | 1 + .../config/libraries/graceful-fs@4.2.11.json | 1 + android/config/libraries/has-flag@4.0.0.json | 1 + .../config/libraries/has-symbols@1.1.0.json | 1 + .../libraries/has-tostringtag@1.0.2.json | 1 + android/config/libraries/hasown@2.0.2.json | 1 + .../libraries/hermes-estree@0.28.1.json | 1 + .../libraries/hermes-estree@0.29.1.json | 1 + .../libraries/hermes-parser@0.28.1.json | 1 + .../libraries/hermes-parser@0.29.1.json | 1 + .../hoist-non-react-statics@3.3.2.json | 1 + .../config/libraries/http-errors@2.0.0.json | 1 + .../libraries/https-proxy-agent@7.0.6.json | 1 + .../config/libraries/image-size@1.2.1.json | 1 + .../config/libraries/import-fresh@2.0.0.json | 1 + .../config/libraries/imurmurhash@0.1.4.json | 1 + android/config/libraries/inflight@1.0.6.json | 1 + android/config/libraries/inherits@2.0.4.json | 1 + android/config/libraries/invariant@2.2.4.json | 1 + .../config/libraries/is-arrayish@0.2.1.json | 1 + .../config/libraries/is-arrayish@0.3.4.json | 1 + .../config/libraries/is-directory@0.3.1.json | 1 + android/config/libraries/is-docker@2.2.1.json | 1 + .../is-fullwidth-code-point@3.0.0.json | 1 + android/config/libraries/is-number@7.0.0.json | 1 + android/config/libraries/is-wsl@2.2.0.json | 1 + .../istanbul-lib-coverage@3.2.2.json | 1 + .../istanbul-lib-instrument@5.2.1.json | 1 + .../jest-environment-node@29.7.0.json | 1 + .../libraries/jest-get-type@29.6.3.json | 1 + .../libraries/jest-haste-map@29.7.0.json | 1 + .../libraries/jest-message-util@29.7.0.json | 1 + .../config/libraries/jest-mock@29.7.0.json | 1 + .../libraries/jest-regex-util@29.6.3.json | 1 + .../config/libraries/jest-util@29.7.0.json | 1 + .../libraries/jest-validate@29.7.0.json | 1 + .../config/libraries/jest-worker@29.7.0.json | 1 + android/config/libraries/js-tokens@4.0.0.json | 1 + android/config/libraries/js-yaml@3.14.2.json | 1 + .../config/libraries/jsc-safe-url@0.2.4.json | 1 + android/config/libraries/jsesc@3.1.0.json | 1 + .../json-parse-better-errors@1.0.2.json | 1 + android/config/libraries/json5@2.2.3.json | 1 + .../config/libraries/jwt-decode@4.0.0.json | 1 + android/config/libraries/leven@3.1.0.json | 1 + .../libraries/lighthouse-logger@1.4.2.json | 1 + .../config/libraries/locate-path@5.0.0.json | 1 + .../config/libraries/locate-path@6.0.0.json | 1 + .../libraries/lodash.throttle@4.1.1.json | 1 + .../config/libraries/loose-envify@1.4.0.json | 1 + android/config/libraries/lru-cache@5.1.1.json | 1 + .../config/libraries/makeerror@1.0.12.json | 1 + android/config/libraries/marky@1.3.0.json | 1 + .../libraries/math-intrinsics@1.1.0.json | 1 + android/config/libraries/mdn-data@2.0.14.json | 1 + .../config/libraries/memoize-one@5.2.1.json | 1 + .../config/libraries/merge-stream@2.0.0.json | 1 + .../metro-babel-transformer@0.82.5.json | 1 + .../libraries/metro-cache-key@0.82.5.json | 1 + .../config/libraries/metro-cache@0.82.5.json | 1 + .../config/libraries/metro-config@0.82.5.json | 1 + .../config/libraries/metro-core@0.82.5.json | 1 + .../libraries/metro-file-map@0.82.5.json | 1 + .../libraries/metro-minify-terser@0.82.5.json | 1 + .../libraries/metro-resolver@0.82.5.json | 1 + .../libraries/metro-runtime@0.82.5.json | 1 + .../libraries/metro-source-map@0.82.5.json | 1 + .../libraries/metro-symbolicate@0.82.5.json | 1 + .../metro-transform-plugins@0.82.5.json | 1 + .../metro-transform-worker@0.82.5.json | 1 + android/config/libraries/metro@0.82.5.json | 1 + .../config/libraries/micromatch@4.0.8.json | 1 + android/config/libraries/mime-db@1.52.0.json | 1 + .../config/libraries/mime-types@2.1.35.json | 1 + android/config/libraries/mime@1.6.0.json | 1 + android/config/libraries/minimatch@3.1.2.json | 1 + android/config/libraries/mkdirp@1.0.4.json | 1 + android/config/libraries/ms@2.0.0.json | 1 + android/config/libraries/ms@2.1.3.json | 1 + android/config/libraries/nanoid@3.3.11.json | 1 + .../config/libraries/negotiator@0.6.3.json | 1 + .../config/libraries/node-int64@0.4.0.json | 1 + .../libraries/node-releases@2.0.25.json | 1 + .../libraries/normalize-path@3.0.0.json | 1 + android/config/libraries/nth-check@2.1.1.json | 1 + .../config/libraries/nullthrows@1.1.1.json | 1 + android/config/libraries/ob1@0.82.5.json | 1 + .../config/libraries/object-assign@4.1.1.json | 1 + .../config/libraries/on-finished@2.3.0.json | 1 + .../config/libraries/on-finished@2.4.1.json | 1 + android/config/libraries/once@1.4.0.json | 1 + android/config/libraries/open@7.4.2.json | 1 + .../opencollective-postinstall@2.0.3.json | 1 + android/config/libraries/p-limit@2.3.0.json | 1 + android/config/libraries/p-limit@3.1.0.json | 1 + android/config/libraries/p-locate@4.1.0.json | 1 + android/config/libraries/p-locate@5.0.0.json | 1 + android/config/libraries/p-try@2.2.0.json | 1 + .../config/libraries/parse-json@4.0.0.json | 1 + android/config/libraries/parseurl@1.3.3.json | 1 + .../config/libraries/path-exists@4.0.0.json | 1 + .../libraries/path-is-absolute@1.0.1.json | 1 + .../config/libraries/picocolors@1.1.1.json | 1 + android/config/libraries/picomatch@2.3.1.json | 1 + android/config/libraries/pirates@4.0.7.json | 1 + android/config/libraries/plist@3.1.0.json | 1 + .../libraries/pretty-format@29.7.0.json | 1 + android/config/libraries/promise@8.3.0.json | 1 + .../config/libraries/prop-types@15.8.1.json | 1 + .../libraries/proxy-from-env@1.1.0.json | 1 + .../config/libraries/query-string@7.1.3.json | 1 + android/config/libraries/queue@6.0.2.json | 1 + .../config/libraries/range-parser@1.2.1.json | 1 + .../libraries/react-devtools-core@6.1.5.json | 1 + .../config/libraries/react-freeze@1.0.4.json | 1 + .../config/libraries/react-is@16.13.1.json | 1 + android/config/libraries/react-is@18.3.1.json | 1 + android/config/libraries/react-is@19.2.0.json | 1 + .../react-native-app-auth@8.1.0.json | 1 + .../libraries/react-native-base64@0.0.2.json | 1 + ...eact-native-inappbrowser-reborn@3.7.0.json | 1 + .../react-native-keychain@10.0.0.json | 1 + .../libraries/react-native-legal@1.6.0.json | 1 + .../react-native-nfc-manager@3.17.1.json | 1 + .../libraries/react-native-paper@5.14.5.json | 1 + .../react-native-safe-area-context@5.6.1.json | 1 + .../react-native-screens@4.17.1.json | 1 + .../libraries/react-native-svg@15.14.0.json | 1 + .../react-native-vector-icons@10.3.0.json | 1 + .../config/libraries/react-native@0.80.1.json | 1 + .../libraries/react-refresh@0.14.2.json | 1 + android/config/libraries/react@19.1.0.json | 1 + .../regenerator-runtime@0.13.11.json | 1 + .../libraries/require-directory@2.1.1.json | 1 + .../config/libraries/resolve-from@3.0.0.json | 1 + .../config/libraries/resolve-from@5.0.0.json | 1 + android/config/libraries/rimraf@3.0.2.json | 1 + android/config/libraries/sax@1.4.4.json | 1 + .../config/libraries/scheduler@0.26.0.json | 1 + android/config/libraries/semver@6.3.1.json | 1 + android/config/libraries/semver@7.7.3.json | 1 + android/config/libraries/send@0.19.0.json | 1 + .../libraries/serialize-error@2.1.0.json | 1 + .../config/libraries/serve-static@1.16.2.json | 1 + .../libraries/setprototypeof@1.2.0.json | 1 + .../config/libraries/shell-quote@1.8.3.json | 1 + .../config/libraries/signal-exit@3.0.7.json | 1 + .../config/libraries/simple-plist@1.3.1.json | 1 + .../libraries/simple-swizzle@0.2.4.json | 1 + android/config/libraries/slash@3.0.0.json | 1 + .../libraries/source-map-support@0.5.21.json | 1 + .../config/libraries/source-map@0.5.7.json | 1 + .../config/libraries/source-map@0.6.1.json | 1 + .../libraries/split-on-first@1.1.0.json | 1 + .../config/libraries/sprintf-js@1.0.3.json | 1 + .../config/libraries/stack-utils@2.0.6.json | 1 + .../config/libraries/stackframe@1.3.4.json | 1 + .../libraries/stacktrace-parser@0.1.11.json | 1 + android/config/libraries/statuses@1.5.0.json | 1 + android/config/libraries/statuses@2.0.1.json | 1 + .../libraries/stream-buffers@2.2.0.json | 1 + .../libraries/strict-uri-encode@2.0.0.json | 1 + .../config/libraries/string-width@4.2.3.json | 1 + .../config/libraries/strip-ansi@6.0.1.json | 1 + .../libraries/supports-color@7.2.0.json | 1 + .../libraries/supports-color@8.1.1.json | 1 + android/config/libraries/terser@5.44.0.json | 1 + .../config/libraries/test-exclude@6.0.0.json | 1 + android/config/libraries/throat@5.0.0.json | 1 + android/config/libraries/tmpl@1.0.5.json | 1 + .../libraries/to-regex-range@5.0.1.json | 1 + .../config/libraries/toidentifier@1.0.1.json | 1 + .../config/libraries/type-detect@4.0.8.json | 1 + android/config/libraries/type-fest@0.7.1.json | 1 + .../config/libraries/undici-types@6.21.0.json | 1 + .../config/libraries/unicorn-magic@0.1.0.json | 1 + android/config/libraries/unpipe@1.0.0.json | 1 + .../update-browserslist-db@1.1.3.json | 1 + .../libraries/use-latest-callback@0.2.6.json | 1 + .../use-sync-external-store@1.6.0.json | 1 + .../config/libraries/utils-merge@1.0.1.json | 1 + android/config/libraries/uuid@7.0.3.json | 1 + android/config/libraries/vlq@1.0.1.json | 1 + android/config/libraries/walker@1.0.8.json | 1 + android/config/libraries/warn-once@0.1.1.json | 1 + .../config/libraries/whatwg-fetch@3.6.20.json | 1 + android/config/libraries/wrap-ansi@7.0.0.json | 1 + android/config/libraries/wrappy@1.0.2.json | 1 + .../libraries/write-file-atomic@4.0.2.json | 1 + android/config/libraries/ws@6.2.3.json | 1 + android/config/libraries/ws@7.5.10.json | 1 + android/config/libraries/xcode@3.0.1.json | 1 + android/config/libraries/xml2js@0.6.2.json | 1 + .../config/libraries/xmlbuilder@11.0.1.json | 1 + .../config/libraries/xmlbuilder@15.1.1.json | 1 + android/config/libraries/y18n@5.0.8.json | 1 + android/config/libraries/yallist@3.1.1.json | 1 + .../config/libraries/yargs-parser@21.1.1.json | 1 + android/config/libraries/yargs@16.2.0.json | 1 + android/config/libraries/yargs@17.7.2.json | 1 + .../config/libraries/yocto-queue@0.1.0.json | 1 + ...c294233455d4f665af430c75d70798dd4ab13.json | 1 + ...91abf8719785aeb30f4e22001be4e5359791a.json | 1 + ...d04b4a652e140763ac1b68c01d89ed3e590f6.json | 1 + ...148071ee93f4fc8fb48e8846f24b6edd7b510.json | 1 + ...197c2b13a15de203273e1a3218884f86e90e8.json | 1 + ...e5bac5a352b5ce4a25853b8a35344cfb088c1.json | 1 + ...b98c81fc2604bacd17ae2babeeef5b7cac337.json | 1 + ...08c0456a98b0e8633d66eaa069fcdd89a2af6.json | 1 + ...99f188191c754fa291ed0472a943526ef5927.json | 1 + ...8a496c500cee0f1fe62a2ef85a002bc0f75a4.json | 1 + ...6061cf4cc8794a010efbf39b5bcb1ef08a550.json | 1 + ...aa097c93b20a2c8d9e187bf79f5354e3a448b.json | 1 + ...81997067f60730fe7ea70ad12e1896e2b324b.json | 1 + ...0b0abef5689b46867fb230e2addeb1d8e117d.json | 1 + ...42aa9287f3966c9a9a3d6aa758f4f2d6dd701.json | 1 + ...c1967bd58694c6b00d04980216689986b8e6c.json | 1 + ...83af0dc518ab16d08e5334119d12aef4de27b.json | 1 + ...8da50f60c0aceee189f3419a7c0b6b422066d.json | 1 + ...3876f13cb82d2b765125336fbcbc02c0c7a97.json | 1 + ...f07f889194cdcee1cb1794acd92c1f1f3eef3.json | 1 + ...d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json | 1 + ...51ce08c6501cca0c3f7a61193a6b71e5c8428.json | 1 + ...5e59de8a5896f5a8be8236e4b769c65443cbb.json | 1 + ...e6395778c595d922a6eea161a75f3467aff37.json | 1 + ...64eab7dcfb876c6390f027bc6f869a12d0f46.json | 1 + ...d5271255488ec47317eae1e83905cb82b4ddd.json | 1 + ...8e2b14d301fd0e3c6705a0157622d4380a16c.json | 1 + ...5808016d816cd89ac3919671c601bd2ed9785.json | 1 + ...b1e36054eee291f8d8641116b2e98645135fe.json | 1 + ...8333569a69826489661a362c2d5de2cce0c1a.json | 1 + ...d0070538bcf88ff8c9b222b98aed32d69d8a0.json | 1 + ...e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json | 1 + ...8dc09141f3834cd78b03104f81ad908d15b31.json | 1 + ...23f7aa1aabb6bc006c40219222dbf04c8bfb0.json | 1 + ...ef170b155278e265f32f6724e8b3453e6717b.json | 1 + ...30bcd638e50db809df68bfd8b9d2f5986374e.json | 1 + ...0c5479eb9481a6bfb40bead5e00629de12e80.json | 1 + ...9d538737a1ec565379d61e0c6adb74a84630d.json | 1 + ...7c622e902c4167c30d75250b7988e0558a1a9.json | 1 + ...3181542d01134bd6cf43cfa73ae5002a2480d.json | 1 + ...7ed5743b1e950ec4757ca417b601115eb24ab.json | 1 + ...1a4b0edc70d546247ad4a4da7f0a77cd254d3.json | 1 + ...2d5c85520c26f82cda502231260ea71a1f1b0.json | 1 + ...72c1ee928a4a31c4291b1252ad62efcc66ae6.json | 1 + ...3d16af7ac442e3db537f66d99e10672a9433f.json | 1 + ...345d2f66de0fd17134dffa8495eb496e6dff0.json | 1 + ...347664f61237f5957f359959ddb895bb72283.json | 1 + ...c361cd286638aed306b1d05bcef2ea390529f.json | 1 + ...418b5de55dacd18a42226f3ddce137ecda580.json | 1 + ...81b7888613e0c0b642673d1beada00d0ae509.json | 1 + ...fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json | 1 + ...01848b90b700bb51f0a35bbac56760b22f6cd.json | 1 + ...2545f7cc7ebfb08966cba6babed5112eddbbd.json | 1 + ...f06c4b49197cda9a477948628750f67d2a5ea.json | 1 + ...2e4013335b1d6e662ab49e2656db7695b6950.json | 1 + ...c64095e1df23a5f955e9d4a90c7423e1e9c7e.json | 1 + ...8d5d3c19fa753591333c04c27ddac71af6422.json | 1 + ...a028029ff82e5229ad400a3cc22e2bdb687ad.json | 1 + ...8e00f20835f21eeff4e6888302901a99ba659.json | 1 + ...e6cd0f28e5e008626023bc86ee6939ebd0703.json | 1 + ...d504e532f3a7c828964e97024334135b57369.json | 1 + ...8ab2716296fd7a6dec1fc49f1b371a8d613e5.json | 1 + ...117c4a52df9b08d38ddd8448b6e5051198dff.json | 1 + ...3079a39bdc29326d6d20794c471ed453448d7.json | 1 + ...cd9f1ba53f33075a4892efddf5a3c8e403b92.json | 1 + ...c5d8db63012d0b2bd566eb809cfa4838e40a0.json | 1 + ...b3be56c47a6ce8c0e61e2a297d6b4664398c5.json | 1 + ...efaab46df5a407723da5c48f3db02d555d5b9.json | 1 + ...23b3a67da286f24d0a9786ad4ded53449ce90.json | 1 + ...5d4b5d5d351fb1790f8dd256c40476197305f.json | 1 + ...db6d83424756e51be98ec04faa5fb3d76ee51.json | 1 + ...23173c8c115c4e49b9120331638145e3dc058.json | 1 + ...aff95f28d7273239eb4f2f28148d3c07ea3ff.json | 1 + ...7188fa110e669b91987ad956a95c224acc251.json | 1 + ...45f40a904c7280e689d6dae9e99cd4ad119ba.json | 1 + ...1363b5f9b328bafea0d4b8d0a3e900d150f80.json | 1 + ...dd75c058424579111179a88c86daa660f05ad.json | 1 + ...47962225dc50c13aec31a36c32e4cf6d21a4e.json | 1 + ...9cfd5c844910a1779c18f49079777ec96eea0.json | 1 + ...307fa8a128f5fff17e19fe6cf61804307a12a.json | 1 + ...08b75758f07b4796bf9fb972401696d3371f4.json | 1 + ...9696ca36bb8c484bbc590d94fae7be1c4353a.json | 1 + ...0ba5e452aae0e191e8fcaf96a45f9995c7e26.json | 1 + ...20e865ba685fd0debde053d16bc6cac9c8c38.json | 1 + ...57193cbd21e0d32d3c1a6e0f496d70e0b3735.json | 1 + ...73652c5b81438913ba952ff1fb63bce460e5b.json | 1 + ...459bc3db3a50c9862a634c5bb876fde17db9c.json | 1 + ...39f73ef15258a7631f4e23c5a32c39594ef76.json | 1 + ...7bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json | 1 + ...5535c818a02bc66565a24ec15ef9c61039867.json | 1 + ...dc0959cf76392284dcced468857d1f2186a99.json | 1 + ...03d368cf4b445288c4ca7cacb5e7523f33962.json | 1 + ...c67701ba1fc3c93817dfe66af6b6d916a6b7b.json | 1 + ...2e2b77fa48cf588baddf717702f783e3b9c4c.json | 1 + ...6f6c6c631bdab151bdf455461d16c55d931ef.json | 1 + ...727640385c3d7368d1545f13625215696019b.json | 1 + ...3ab8b2e5d7699e2be07178df5bb8a072235eb.json | 1 + ...a7c15b69f743d13bea0dc82d0e3aeea753127.json | 1 + ...3b8de36cbc97ec14824a17569148ccc85986d.json | 1 + ...ea79723028044a4e40ff35af5466379fe8172.json | 1 + ...4afe71b75b5dd3494216749708b164485c3c1.json | 1 + ...2c79c43094ad15b21ddbe87243c1643ae0641.json | 1 + ...b9374db382aacbc0e45b05969c322f4d1c3b6.json | 1 + ...691873fd702cf9194dfb8f1965d4922721a6f.json | 1 + ...f5674bcc6f6a108cc80638383ebad092d60a6.json | 1 + ...b11fa0735496e6bf488b0b81be8e111a62525.json | 1 + ...80af528b622ec0f912b8ef60e2f2bf99cc17e.json | 1 + ...56ce481611315d9f3a5ba0a1023cdf728525b.json | 1 + ...b5cd927c1217e362620f1991629caf1bd2c84.json | 1 + ...0c5e41e19beb9666e426511863c2d8241c334.json | 1 + ...9b727197cb9442f607b062c84678c35c16b83.json | 1 + ...a77bb45a5d60025f318b78a64e19beccd23c7.json | 1 + ...5472b22229211f88afad887410a6389c6e1c8.json | 1 + ...46a80c21ffb74dd94549fff1af9c9a34130cf.json | 1 + ...1e342c8c8153d5a9a36fba02a27a229e6ff0a.json | 1 + ...abd03560a6ec650e79828d90a71b4c69a12d1.json | 1 + ...e3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json | 1 + ...0984f2628327691c326b98f9c71be871e7c8d.json | 1 + ...dabe33c60e112cf3016dc28381e71e7f93354.json | 1 + ...c14447fe9c66ae348ff459382262d7691f664.json | 1 + ...1a1cf5dada6ba243354dc8674b53cd750f494.json | 1 + ...f20787984d84cc9054c7c403c9f80ad4a1ec4.json | 1 + ...f98ce8a0736c83362a987c324902d8a15781c.json | 1 + ...fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json | 1 + ...110375daef1f7281cb8d5e2339449dc4e3572.json | 1 + ...4f6399dc04a810b1492f7a5ac64546645685b.json | 1 + ...37c5e000f113b98da23d870dfab6f71b78afa.json | 1 + ...0e58c8e3da2a7d8108cf3446a33a609b60dc9.json | 1 + ...9558fd8417f47106129829b7c5619e9a50551.json | 1 + ...9a0be07f4f9726501f5919ac5ae24b3e739b7.json | 1 + ...c6ce8789ea9e854f5451ce042a0c8d11692a4.json | 1 + ...8604b049d34e3c0dc9926418181c6c39be3ac.json | 1 + ...52712f2aa1091853013ab259a8ee319eb07d1.json | 1 + ...bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json | 1 + ...aef47fab4fef3c24aead2ac89ec9d68905be2.json | 1 + ...011ed26ce62744bc58f2fcf20d874295c7c7c.json | 1 + ...d5b9b5e833c9d40884b99d39147e5a9e3f3de.json | 1 + ...6d7bdb6092c25fcbb9c719c790383255eded2.json | 1 + ...c294233455d4f665af430c75d70798dd4ab13.json | 1 + ...b6778fd08a19412fb3c1adad655863e6c351d.json | 1 + ...13fdfb0d3839d948a334603f05e644829f606.json | 1 + ...27655c37de500e1e3b0f8842f247babfc311d.json | 1 + ...f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json | 1 + ...0bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json | 1 + ...3e7cdf80875cf3739976ec11d10f367bcf347.json | 1 + ...e01e12a24c6413098c43c86a41413807348ec.json | 1 + ...3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json | 1 + ...dd838bcbd1f177da44f26f6fa908d2cd29c44.json | 1 + ...3a72767a0b3eb3e6225873d5358e2c8df8523.json | 1 + ...3e06f0164e1292351d3502a55fef2575af26f.json | 1 + ...f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json | 1 + ...6a7233931a23efd6a48e1b82c17cffbb5df2e.json | 1 + ...c721df9a84371822f36d50cbcd97fa946eee9.json | 1 + ...2bb63c04cd0f3777b579414f76a68568ed511.json | 1 + ...552612b24fca72cb899246089a7b6e3c3fdee.json | 1 + ...a53d0219d8ec59bde1a7a78ae759810d739dd.json | 1 + ...0532fbb5427e0d6f9ef554f484c0fe35123d3.json | 1 + ...5c30fa1b89ebd29b3d9cd00e581daf15d38b4.json | 1 + ...edf57d2abd7a083c0f2ef2aabc8bc215bdb32.json | 1 + ...b5dd421394440b66f82e79641df5557350c10.json | 1 + ...0fac737c95d264db24ac2ef81339c50106bd1.json | 1 + ...41348594bc1b7b112fcc7943c36f3de44112f.json | 1 + ...cbb4c07fa7ba1999ac351cdcf3630c926d490.json | 1 + ...77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json | 1 + ...1fa923c6801952f29704d40ec6dd0ea8af4f8.json | 1 + ...2234485dff52774ee0de782e4cff297e266d6.json | 1 + ...02e0a6abd7aeee09db0c60ba70a64e559210b.json | 1 + ...68ff6ceef6c30f06a028282d7bed0ff5e80fd.json | 1 + ...f1af9d9726e9bf623e3f669ff9ee09ac9723a.json | 1 + ...1a99d3d9503a17f035f27e5c3a16501456ba0.json | 1 + ...5c3d8c83aec2736a15295caf19b7d1f095856.json | 1 + ...2b8086141292c6472821f48c9becc4cad02df.json | 1 + ...77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json | 1 + ...b744dbe9b854d8f0d25c49b50337f62b21985.json | 1 + ...b012998eca7bb898e3f9a3e87205fb9135af2.json | 1 + ...2b6c7577cba3763b240fdd70f478b9cc80b26.json | 1 + ...648550545804ee6c5bfca55c989ebbeb7365b.json | 1 + ...f364fe888d0eb776a405ae182c0ce1ee74314.json | 1 + ...27e5e4d950847055d066dd4b61a9f48fa3a1f.json | 1 + ...4afea161f28cbcd9b67a642ae343145d44c5d.json | 1 + ...03174d0162432ae274a81d6a26c5f63720185.json | 1 + ...fb59607ce26445da4c4e0022d267c547ec8fb.json | 1 + ...23a094ce7c1162227afad3bcee0a60a68232f.json | 1 + ...ccd7109fc6ebbbfc2e2499695515f34392dea.json | 1 + ...44f4cf61a413beb0516befb888d3cd223d77b.json | 1 + ...91a64a90a9a8fa1a65691d63694fa6564246a.json | 1 + ...fd820e33df9b18ea9d2a6cc0970dda8307dd1.json | 1 + ...457a03668f7f5f699ef9f0075555ee4f1864b.json | 1 + ...6da5f9675ad32de3e432861215cb8b37649ce.json | 1 + ...e1a8cf94b4f55b3b99b366bde6b6464561d8c.json | 1 + ...65b62f09f62809fb0fd7e44fe4a37652d8733.json | 1 + ...c650dbe738fb30896a77e0b9f3cafd3d9faae.json | 1 + ...12e1d35d860ba1e1a6ab48b4a79b894092540.json | 1 + ...13485c831e1cc4ee2082d4449091987aeee88.json | 1 + ...02d26ae275d1ab4c481db7be21b420ba4d8ae.json | 1 + ...847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json | 1 + ...9891d6cd25a34170e81cf0b9fed0a40614346.json | 1 + ...27370bc59f100049e3330faa1ed900af80b06.json | 1 + .../project.pbxproj | 19 + .../xcshareddata/WorkspaceSettings.xcsettings | 5 + ios/Podfile.lock | 43 + ios/Settings.bundle/Root.plist | 19 + ...om.mono0926.LicensePlist.latest_result.txt | 1788 +++++++++ .../com.mono0926.LicensePlist.plist | 3415 +++++++++++++++++ .../@babel_code-frame@7.27.1.plist | 39 + .../@babel_compat-data@7.28.4.plist | 39 + .../@babel_core@7.28.4.plist | 39 + .../@babel_generator@7.28.3.plist | 39 + ...el_helper-compilation-targets@7.27.2.plist | 39 + .../@babel_helper-globals@7.28.0.plist | 39 + .../@babel_helper-module-imports@7.27.1.plist | 39 + ...abel_helper-module-transforms@7.28.3.plist | 39 + .../@babel_helper-plugin-utils@7.27.1.plist | 39 + .../@babel_helper-string-parser@7.27.1.plist | 39 + ...l_helper-validator-identifier@7.27.1.plist | 39 + ...babel_helper-validator-option@7.27.1.plist | 39 + .../@babel_helpers@7.28.4.plist | 40 + .../@babel_parser@7.28.4.plist | 36 + ...plugin-syntax-async-generators@7.8.4.plist | 39 + .../@babel_plugin-syntax-bigint@7.8.3.plist | 39 + ...ugin-syntax-class-properties@7.12.13.plist | 39 + ...gin-syntax-class-static-block@7.14.5.plist | 39 + ...ugin-syntax-import-attributes@7.27.1.plist | 39 + ...bel_plugin-syntax-import-meta@7.10.4.plist | 39 + ...bel_plugin-syntax-json-strings@7.8.3.plist | 39 + ...-logical-assignment-operators@7.10.4.plist | 39 + ...ax-nullish-coalescing-operator@7.8.3.plist | 39 + ...ugin-syntax-numeric-separator@7.10.4.plist | 39 + ...ugin-syntax-object-rest-spread@7.8.3.plist | 39 + ...-syntax-optional-catch-binding@7.8.3.plist | 39 + ...lugin-syntax-optional-chaining@7.8.3.plist | 39 + ...ax-private-property-in-object@7.14.5.plist | 39 + ...plugin-syntax-top-level-await@7.14.5.plist | 39 + .../@babel_runtime@7.28.4.plist | 39 + .../@babel_template@7.27.2.plist | 39 + ...se--for-generate-function-map@7.28.4.plist | 39 + .../@babel_traverse@7.28.4.plist | 39 + .../@babel_types@7.28.4.plist | 39 + .../@callstack_licenses@0.3.0.plist | 38 + ...callstack_react-theme-provider@3.0.9.plist | 38 + .../@isaacs_ttlcache@1.4.1.plist | 32 + .../@istanbuljs_load-nyc-config@1.1.0.plist | 33 + .../@istanbuljs_schema@0.1.3.plist | 38 + ...est_create-cache-key-function@29.7.0.plist | 38 + .../@jest_environment@29.7.0.plist | 38 + .../@jest_fake-timers@29.7.0.plist | 38 + .../@jest_schemas@29.6.3.plist | 38 + .../@jest_transform@29.7.0.plist | 38 + .../@jest_types@29.6.3.plist | 38 + .../@jridgewell_gen-mapping@0.3.13.plist | 36 + .../@jridgewell_remapping@2.3.5.plist | 36 + .../@jridgewell_resolve-uri@3.1.2.plist | 35 + .../@jridgewell_source-map@0.3.11.plist | 36 + .../@jridgewell_sourcemap-codec@1.5.5.plist | 36 + .../@jridgewell_trace-mapping@0.3.31.plist | 36 + ...ct-native-vector-icons_common@12.3.0.plist | 37 + ...r-icons_material-design-icons@12.3.0.plist | 37 + ...e-vector-icons_material-icons@12.3.0.plist | 37 + ...@react-native_assets-registry@0.80.1.plist | 17 + .../@react-native_codegen@0.80.1.plist | 17 + ...t-native_community-cli-plugin@0.80.1.plist | 17 + ...eact-native_debugger-frontend@0.80.1.plist | 17 + .../@react-native_dev-middleware@0.80.1.plist | 17 + .../@react-native_gradle-plugin@0.80.1.plist | 17 + .../@react-native_js-polyfills@0.80.1.plist | 17 + .../@react-native_new-app-screen@0.80.1.plist | 17 + ...react-native_normalize-colors@0.80.1.plist | 17 + ...eact-native_virtualized-lists@0.80.1.plist | 17 + .../@react-navigation_bottom-tabs@7.4.9.plist | 38 + .../@react-navigation_core@7.12.4.plist | 38 + .../@react-navigation_elements@2.6.5.plist | 38 + ...react-navigation_native-stack@7.3.28.plist | 38 + .../@react-navigation_native@7.1.18.plist | 38 + .../@react-navigation_routers@7.5.1.plist | 38 + .../@sinclair_typebox@0.27.8.plist | 39 + .../@sinonjs_commons@3.0.1.plist | 46 + .../@sinonjs_fake-timers@10.3.0.plist | 27 + .../@types_babel__core@7.20.5.plist | 38 + .../@types_babel__generator@7.27.0.plist | 38 + .../@types_babel__template@7.4.4.plist | 38 + .../@types_babel__traverse@7.28.0.plist | 38 + .../@types_graceful-fs@4.1.9.plist | 38 + .../@types_istanbul-lib-coverage@2.0.6.plist | 38 + .../@types_istanbul-lib-report@3.0.3.plist | 38 + .../@types_istanbul-reports@3.0.4.plist | 38 + .../@types_node@22.19.1.plist | 38 + .../@types_stack-utils@2.0.3.plist | 38 + .../@types_yargs-parser@21.0.3.plist | 38 + .../@types_yargs@17.0.33.plist | 38 + .../@xmldom_xmldom@0.8.11.plist | 25 + .../com.mono0926.LicensePlist/AppAuth.plist | 219 ++ .../DoubleConversion.plist | 43 + .../LicensePlist.plist | 38 + .../com.mono0926.LicensePlist/RCT-Folly.plist | 217 ++ .../RNInAppBrowser.plist | 37 + .../RNKeychain.plist | 39 + .../com.mono0926.LicensePlist/RNSVG.plist | 38 + .../com.mono0926.LicensePlist/RNScreens.plist | 38 + .../RNVectorIcons.plist | 39 + .../React-Core.plist | 38 + .../com.mono0926.LicensePlist/React.plist | 38 + .../ReactNativeLegal.plist | 38 + .../SocketRocket.plist | 46 + .../abort-controller@3.0.0.plist | 38 + .../accepts@1.3.8.plist | 40 + .../acorn@8.15.0.plist | 38 + .../agent-base@7.1.4.plist | 38 + .../anser@1.4.10.plist | 38 + .../ansi-regex@5.0.1.plist | 26 + .../ansi-styles@4.3.0.plist | 26 + .../ansi-styles@5.2.0.plist | 26 + .../anymatch@3.1.3.plist | 32 + .../argparse@1.0.10.plist | 38 + .../array-equal@2.0.0.plist | 27 + .../asap@2.0.6.plist | 38 + .../async-limiter@1.0.1.plist | 25 + .../asynckit@0.4.0.plist | 38 + .../axios@1.13.2.plist | 24 + .../babel-jest@29.7.0.plist | 38 + .../babel-plugin-istanbul@6.1.1.plist | 44 + .../babel-plugin-jest-hoist@29.6.3.plist | 38 + ...l-plugin-syntax-hermes-parser@0.28.1.plist | 38 + ...bel-preset-current-node-syntax@1.2.0.plist | 39 + .../babel-preset-jest@29.6.3.plist | 38 + .../balanced-match@1.0.2.plist | 38 + .../base64-js@1.5.1.plist | 38 + .../baseline-browser-mapping@2.8.18.plist | 17 + .../big-integer@1.6.52.plist | 41 + .../boolbase@1.0.0.plist | 17 + .../com.mono0926.LicensePlist/boost.plist | 40 + .../bplist-creator@0.1.0.plist | 35 + .../bplist-parser@0.3.1.plist | 17 + .../brace-expansion@1.1.12.plist | 38 + .../braces@3.0.3.plist | 38 + .../browserslist@4.26.3.plist | 37 + .../bser@2.1.1.plist | 17 + .../buffer-from@1.1.2.plist | 38 + .../call-bind-apply-helpers@1.0.2.plist | 38 + .../caller-callsite@2.0.0.plist | 38 + .../caller-path@2.0.0.plist | 38 + .../callsites@2.0.0.plist | 38 + .../camelcase@5.3.1.plist | 26 + .../camelcase@6.3.0.plist | 26 + .../caniuse-lite@1.0.30001751.plist | 447 +++ .../chalk@4.1.2.plist | 26 + .../chrome-launcher@0.15.2.plist | 219 ++ .../chromium-edge-launcher@0.2.0.plist | 219 ++ .../ci-info@2.0.0.plist | 38 + .../ci-info@3.9.0.plist | 38 + .../cliui@8.0.1.plist | 17 + .../color-convert@1.9.3.plist | 38 + .../color-convert@2.0.1.plist | 38 + .../color-name@1.1.3.plist | 24 + .../color-name@1.1.4.plist | 24 + .../color-string@1.9.1.plist | 38 + .../color@3.2.1.plist | 38 + .../color@4.2.3.plist | 38 + .../combined-stream@1.0.8.plist | 36 + .../commander@12.1.0.plist | 39 + .../commander@2.20.3.plist | 39 + .../concat-map@0.0.1.plist | 35 + .../connect@3.7.0.plist | 42 + .../convert-source-map@2.0.0.plist | 40 + .../cosmiconfig@5.2.1.plist | 39 + .../css-select@5.2.2.plist | 28 + .../css-tree@1.1.3.plist | 36 + .../css-what@6.2.2.plist | 28 + .../debug@2.6.9.plist | 36 + .../debug@4.4.3.plist | 37 + .../decode-uri-component@0.2.2.plist | 26 + .../deepmerge@3.3.0.plist | 17 + .../delayed-stream@1.0.0.plist | 36 + .../depd@2.0.0.plist | 39 + .../destroy@1.2.0.plist | 40 + .../dom-serializer@2.0.0.plist | 28 + .../domelementtype@2.3.0.plist | 28 + .../domhandler@5.0.3.plist | 28 + .../domutils@3.2.2.plist | 28 + .../dunder-proto@1.0.1.plist | 38 + .../ee-first@1.1.1.plist | 39 + .../electron-to-chromium@1.5.237.plist | 22 + .../emoji-regex@8.0.0.plist | 17 + .../encodeurl@1.0.2.plist | 39 + .../encodeurl@2.0.0.plist | 39 + .../entities@4.5.0.plist | 28 + .../error-ex@1.3.4.plist | 38 + .../error-stack-parser@2.1.4.plist | 36 + .../es-define-property@1.0.1.plist | 38 + .../es-errors@1.3.0.plist | 38 + .../es-object-atoms@1.1.1.plist | 38 + .../es-set-tostringtag@2.1.0.plist | 38 + .../escalade@3.2.0.plist | 26 + .../escape-html@1.0.3.plist | 41 + .../escape-string-regexp@2.0.0.plist | 26 + .../escape-string-regexp@4.0.0.plist | 26 + .../esprima@4.0.1.plist | 17 + .../etag@1.8.1.plist | 39 + .../event-target-shim@5.0.1.plist | 39 + .../exponential-backoff@3.1.3.plist | 219 ++ .../fast-deep-equal@3.1.3.plist | 38 + .../fast-json-stable-stringify@2.1.0.plist | 38 + .../fast_float.plist | 207 + .../fb-watchman@2.0.2.plist | 17 + .../fill-range@7.1.1.plist | 38 + .../filter-obj@1.1.0.plist | 38 + .../finalhandler@1.1.2.plist | 39 + .../find-up@4.1.0.plist | 26 + .../find-up@7.0.0.plist | 26 + .../flow-enums-runtime@0.0.6.plist | 38 + .../com.mono0926.LicensePlist/fmt.plist | 44 + .../follow-redirects@1.15.11.plist | 35 + .../form-data@4.0.5.plist | 36 + .../fresh@0.5.2.plist | 40 + .../fs.realpath@1.0.0.plist | 72 + .../fsevents@2.3.3.plist | 39 + .../function-bind@1.1.2.plist | 37 + .../gensync@1.0.0-beta.2.plist | 24 + .../get-caller-file@2.0.5.plist | 23 + .../get-intrinsic@1.3.0.plist | 38 + .../get-package-type@0.1.0.plist | 38 + .../get-proto@1.0.1.plist | 38 + .../glob@7.2.3.plist | 38 + .../com.mono0926.LicensePlist/glog.plist | 82 + .../gopd@1.2.0.plist | 38 + .../graceful-fs@4.2.11.plist | 32 + .../has-flag@4.0.0.plist | 26 + .../has-symbols@1.1.0.plist | 38 + .../has-tostringtag@1.0.2.plist | 38 + .../hasown@2.0.2.plist | 38 + .../hermes-engine.plist | 38 + .../hermes-estree@0.28.1.plist | 38 + .../hermes-estree@0.29.1.plist | 38 + .../hermes-parser@0.28.1.plist | 38 + .../hermes-parser@0.29.1.plist | 38 + .../hoist-non-react-statics@3.3.2.plist | 46 + .../http-errors@2.0.0.plist | 40 + .../https-proxy-agent@7.0.6.plist | 38 + .../image-size@1.2.1.plist | 26 + .../import-fresh@2.0.0.plist | 38 + .../imurmurhash@0.1.4.plist | 17 + .../inflight@1.0.6.plist | 32 + .../inherits@2.0.4.plist | 33 + .../invariant@2.2.4.plist | 38 + .../is-arrayish@0.2.1.plist | 38 + .../is-arrayish@0.3.4.plist | 38 + .../is-directory@0.3.1.plist | 38 + .../is-docker@2.2.1.plist | 26 + .../is-fullwidth-code-point@3.0.0.plist | 26 + .../is-number@7.0.0.plist | 38 + .../is-wsl@2.2.0.plist | 26 + .../istanbul-lib-coverage@3.2.2.plist | 41 + .../istanbul-lib-instrument@5.2.1.plist | 41 + .../jest-environment-node@29.7.0.plist | 38 + .../jest-get-type@29.6.3.plist | 38 + .../jest-haste-map@29.7.0.plist | 38 + .../jest-message-util@29.7.0.plist | 38 + .../jest-mock@29.7.0.plist | 38 + .../jest-regex-util@29.6.3.plist | 38 + .../jest-util@29.7.0.plist | 38 + .../jest-validate@29.7.0.plist | 38 + .../jest-worker@29.7.0.plist | 38 + .../js-tokens@4.0.0.plist | 38 + .../js-yaml@3.14.2.plist | 38 + .../jsc-safe-url@0.2.4.plist | 29 + .../jsesc@3.1.0.plist | 17 + .../json-parse-better-errors@1.0.2.plist | 24 + .../json5@2.2.3.plist | 40 + .../jwt-decode@4.0.0.plist | 38 + .../leven@3.1.0.plist | 26 + .../lighthouse-logger@1.4.2.plist | 219 ++ .../locate-path@5.0.0.plist | 26 + .../locate-path@6.0.0.plist | 26 + .../lodash.throttle@4.1.1.plist | 100 + .../loose-envify@1.4.0.plist | 38 + .../lru-cache@5.1.1.plist | 32 + .../makeerror@1.0.12.plist | 45 + .../marky@1.3.0.plist | 226 ++ .../math-intrinsics@1.1.0.plist | 38 + .../mdn-data@2.0.14.plist | 133 + .../memoize-one@5.2.1.plist | 37 + .../merge-stream@2.0.0.plist | 38 + .../metro-babel-transformer@0.82.5.plist | 17 + .../metro-cache-key@0.82.5.plist | 17 + .../metro-cache@0.82.5.plist | 17 + .../metro-config@0.82.5.plist | 17 + .../metro-core@0.82.5.plist | 17 + .../metro-file-map@0.82.5.plist | 17 + .../metro-minify-terser@0.82.5.plist | 17 + .../metro-resolver@0.82.5.plist | 17 + .../metro-runtime@0.82.5.plist | 17 + .../metro-source-map@0.82.5.plist | 17 + .../metro-symbolicate@0.82.5.plist | 17 + .../metro-transform-plugins@0.82.5.plist | 17 + .../metro-transform-worker@0.82.5.plist | 17 + .../metro@0.82.5.plist | 17 + .../micromatch@4.0.8.plist | 38 + .../mime-db@1.52.0.plist | 40 + .../mime-types@2.1.35.plist | 40 + .../mime@1.6.0.plist | 38 + .../minimatch@3.1.2.plist | 32 + .../mkdirp@1.0.4.plist | 38 + .../com.mono0926.LicensePlist/ms@2.0.0.plist | 38 + .../com.mono0926.LicensePlist/ms@2.1.3.plist | 38 + .../nanoid@3.3.11.plist | 37 + .../negotiator@0.6.3.plist | 41 + .../node-int64@0.4.0.plist | 36 + .../node-releases@2.0.25.plist | 38 + .../normalize-path@3.0.0.plist | 38 + .../nth-check@2.1.1.plist | 28 + .../nullthrows@1.1.1.plist | 25 + .../ob1@0.82.5.plist | 17 + .../object-assign@4.1.1.plist | 38 + .../on-finished@2.3.0.plist | 40 + .../on-finished@2.4.1.plist | 40 + .../once@1.4.0.plist | 32 + .../open@7.4.2.plist | 26 + .../opencollective-postinstall@2.0.3.plist | 38 + .../p-limit@2.3.0.plist | 26 + .../p-limit@3.1.0.plist | 26 + .../p-locate@4.1.0.plist | 26 + .../p-locate@5.0.0.plist | 26 + .../p-try@2.2.0.plist | 26 + .../parse-json@4.0.0.plist | 26 + .../parseurl@1.3.3.plist | 41 + .../path-exists@4.0.0.plist | 26 + .../path-is-absolute@1.0.1.plist | 38 + .../picocolors@1.1.1.plist | 32 + .../picomatch@2.3.1.plist | 38 + .../pirates@4.0.7.plist | 38 + .../plist@3.1.0.plist | 41 + .../pretty-format@29.7.0.plist | 38 + .../promise@8.3.0.plist | 36 + .../prop-types@15.8.1.plist | 38 + .../proxy-from-env@1.1.0.plist | 37 + .../query-string@7.1.3.plist | 26 + .../queue@6.0.2.plist | 25 + .../range-parser@1.2.1.plist | 40 + .../react-devtools-core@6.1.5.plist | 17 + .../react-freeze@1.0.4.plist | 38 + .../react-is@16.13.1.plist | 38 + .../react-is@18.3.1.plist | 38 + .../react-is@19.2.0.plist | 38 + .../react-native-app-auth@8.1.0.plist | 17 + .../react-native-base64@0.0.2.plist | 38 + ...act-native-inappbrowser-reborn@3.7.0.plist | 37 + .../react-native-keychain@10.0.0.plist | 39 + .../react-native-legal@1.6.0.plist | 38 + .../react-native-nfc-manager.plist | 38 + .../react-native-nfc-manager@3.17.1.plist | 38 + .../react-native-paper@5.14.5.plist | 38 + .../react-native-safe-area-context.plist | 38 + ...react-native-safe-area-context@5.6.1.plist | 38 + .../react-native-screens@4.17.1.plist | 38 + .../react-native-svg@15.14.0.plist | 38 + ...e-vector-icons-material-design-icons.plist | 37 + ...t-native-vector-icons-material-icons.plist | 37 + .../react-native-vector-icons@10.3.0.plist | 39 + .../react-native@0.80.1.plist | 38 + .../react-refresh@0.14.2.plist | 38 + .../react@19.1.0.plist | 38 + .../regenerator-runtime@0.13.11.plist | 38 + .../require-directory@2.1.1.plist | 39 + .../resolve-from@3.0.0.plist | 38 + .../resolve-from@5.0.0.plist | 26 + .../rimraf@3.0.2.plist | 32 + .../com.mono0926.LicensePlist/sax@1.4.4.plist | 72 + .../scheduler@0.26.0.plist | 38 + .../semver@6.3.1.plist | 32 + .../semver@7.7.3.plist | 32 + .../send@0.19.0.plist | 40 + .../serialize-error@2.1.0.plist | 38 + .../serve-static@1.16.2.plist | 42 + .../setprototypeof@1.2.0.plist | 30 + .../shell-quote@1.8.3.plist | 40 + .../signal-exit@3.0.7.plist | 17 + .../simple-plist@1.3.1.plist | 37 + .../simple-swizzle@0.2.4.plist | 38 + .../slash@3.0.0.plist | 26 + .../source-map-support@0.5.21.plist | 38 + .../source-map@0.5.7.plist | 45 + .../source-map@0.6.1.plist | 45 + .../split-on-first@1.1.0.plist | 26 + .../sprintf-js@1.0.3.plist | 41 + .../stack-utils@2.0.6.plist | 38 + .../stackframe@1.3.4.plist | 36 + .../stacktrace-parser@0.1.11.plist | 38 + .../statuses@1.5.0.plist | 40 + .../statuses@2.0.1.plist | 40 + .../stream-buffers@2.2.0.plist | 17 + .../strict-uri-encode@2.0.0.plist | 38 + .../string-width@4.2.3.plist | 26 + .../strip-ansi@6.0.1.plist | 26 + .../supports-color@7.2.0.plist | 26 + .../supports-color@8.1.1.plist | 26 + .../terser@5.44.0.plist | 44 + .../test-exclude@6.0.0.plist | 17 + .../throat@5.0.0.plist | 35 + .../tmpl@1.0.5.plist | 45 + .../to-regex-range@5.0.1.plist | 38 + .../toidentifier@1.0.1.plist | 38 + .../type-detect@4.0.8.plist | 36 + .../type-fest@0.7.1.plist | 26 + .../undici-types@6.21.0.plist | 38 + .../unicorn-magic@0.1.0.plist | 26 + .../unpipe@1.0.0.plist | 39 + .../update-browserslist-db@1.1.3.plist | 37 + .../use-latest-callback@0.2.6.plist | 38 + .../use-sync-external-store@1.6.0.plist | 38 + .../utils-merge@1.0.1.plist | 37 + .../uuid@7.0.3.plist | 38 + .../com.mono0926.LicensePlist/vlq@1.0.1.plist | 24 + .../walker@1.0.8.plist | 30 + .../warn-once@0.1.1.plist | 38 + .../whatwg-fetch@3.6.20.plist | 37 + .../wrap-ansi@7.0.0.plist | 26 + .../wrappy@1.0.2.plist | 32 + .../write-file-atomic@4.0.2.plist | 23 + .../com.mono0926.LicensePlist/ws@6.2.3.plist | 38 + .../com.mono0926.LicensePlist/ws@7.5.10.plist | 38 + .../xcode@3.0.1.plist | 219 ++ .../xml2js@0.6.2.plist | 36 + .../xmlbuilder@11.0.1.plist | 38 + .../xmlbuilder@15.1.1.plist | 38 + .../y18n@5.0.8.plist | 30 + .../yallist@3.1.1.plist | 32 + .../yargs-parser@21.1.1.plist | 17 + .../yargs@16.2.0.plist | 38 + .../yargs@17.7.2.plist | 38 + .../yocto-queue@0.1.0.plist | 26 + ios/license_plist.yml | 2018 ++++++++++ package-lock.json | 164 +- package.json | 2 + 1045 files changed, 25058 insertions(+), 57 deletions(-) create mode 100644 Api/Models/Permission.ts create mode 100644 Api/UserApi.ts create mode 100644 android/config/libraries/@babel_code-frame@7.27.1.json create mode 100644 android/config/libraries/@babel_compat-data@7.28.4.json create mode 100644 android/config/libraries/@babel_core@7.28.4.json create mode 100644 android/config/libraries/@babel_generator@7.28.3.json create mode 100644 android/config/libraries/@babel_helper-compilation-targets@7.27.2.json create mode 100644 android/config/libraries/@babel_helper-globals@7.28.0.json create mode 100644 android/config/libraries/@babel_helper-module-imports@7.27.1.json create mode 100644 android/config/libraries/@babel_helper-module-transforms@7.28.3.json create mode 100644 android/config/libraries/@babel_helper-plugin-utils@7.27.1.json create mode 100644 android/config/libraries/@babel_helper-string-parser@7.27.1.json create mode 100644 android/config/libraries/@babel_helper-validator-identifier@7.27.1.json create mode 100644 android/config/libraries/@babel_helper-validator-option@7.27.1.json create mode 100644 android/config/libraries/@babel_helpers@7.28.4.json create mode 100644 android/config/libraries/@babel_parser@7.28.4.json create mode 100644 android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json create mode 100644 android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json create mode 100644 android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json create mode 100644 android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json create mode 100644 android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json create mode 100644 android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json create mode 100644 android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json create mode 100644 android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json create mode 100644 android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json create mode 100644 android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json create mode 100644 android/config/libraries/@babel_runtime@7.28.4.json create mode 100644 android/config/libraries/@babel_template@7.27.2.json create mode 100644 android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json create mode 100644 android/config/libraries/@babel_traverse@7.28.4.json create mode 100644 android/config/libraries/@babel_types@7.28.4.json create mode 100644 android/config/libraries/@callstack_licenses@0.3.0.json create mode 100644 android/config/libraries/@callstack_react-theme-provider@3.0.9.json create mode 100644 android/config/libraries/@isaacs_ttlcache@1.4.1.json create mode 100644 android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json create mode 100644 android/config/libraries/@istanbuljs_schema@0.1.3.json create mode 100644 android/config/libraries/@jest_create-cache-key-function@29.7.0.json create mode 100644 android/config/libraries/@jest_environment@29.7.0.json create mode 100644 android/config/libraries/@jest_fake-timers@29.7.0.json create mode 100644 android/config/libraries/@jest_schemas@29.6.3.json create mode 100644 android/config/libraries/@jest_transform@29.7.0.json create mode 100644 android/config/libraries/@jest_types@29.6.3.json create mode 100644 android/config/libraries/@jridgewell_gen-mapping@0.3.13.json create mode 100644 android/config/libraries/@jridgewell_remapping@2.3.5.json create mode 100644 android/config/libraries/@jridgewell_resolve-uri@3.1.2.json create mode 100644 android/config/libraries/@jridgewell_source-map@0.3.11.json create mode 100644 android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json create mode 100644 android/config/libraries/@jridgewell_trace-mapping@0.3.31.json create mode 100644 android/config/libraries/@react-native-vector-icons_common@12.3.0.json create mode 100644 android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json create mode 100644 android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json create mode 100644 android/config/libraries/@react-native_assets-registry@0.80.1.json create mode 100644 android/config/libraries/@react-native_codegen@0.80.1.json create mode 100644 android/config/libraries/@react-native_community-cli-plugin@0.80.1.json create mode 100644 android/config/libraries/@react-native_debugger-frontend@0.80.1.json create mode 100644 android/config/libraries/@react-native_dev-middleware@0.80.1.json create mode 100644 android/config/libraries/@react-native_gradle-plugin@0.80.1.json create mode 100644 android/config/libraries/@react-native_js-polyfills@0.80.1.json create mode 100644 android/config/libraries/@react-native_new-app-screen@0.80.1.json create mode 100644 android/config/libraries/@react-native_normalize-colors@0.80.1.json create mode 100644 android/config/libraries/@react-native_virtualized-lists@0.80.1.json create mode 100644 android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json create mode 100644 android/config/libraries/@react-navigation_core@7.12.4.json create mode 100644 android/config/libraries/@react-navigation_elements@2.6.5.json create mode 100644 android/config/libraries/@react-navigation_native-stack@7.3.28.json create mode 100644 android/config/libraries/@react-navigation_native@7.1.18.json create mode 100644 android/config/libraries/@react-navigation_routers@7.5.1.json create mode 100644 android/config/libraries/@sinclair_typebox@0.27.8.json create mode 100644 android/config/libraries/@sinonjs_commons@3.0.1.json create mode 100644 android/config/libraries/@sinonjs_fake-timers@10.3.0.json create mode 100644 android/config/libraries/@types_babel__core@7.20.5.json create mode 100644 android/config/libraries/@types_babel__generator@7.27.0.json create mode 100644 android/config/libraries/@types_babel__template@7.4.4.json create mode 100644 android/config/libraries/@types_babel__traverse@7.28.0.json create mode 100644 android/config/libraries/@types_graceful-fs@4.1.9.json create mode 100644 android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json create mode 100644 android/config/libraries/@types_istanbul-lib-report@3.0.3.json create mode 100644 android/config/libraries/@types_istanbul-reports@3.0.4.json create mode 100644 android/config/libraries/@types_node@22.19.1.json create mode 100644 android/config/libraries/@types_stack-utils@2.0.3.json create mode 100644 android/config/libraries/@types_yargs-parser@21.0.3.json create mode 100644 android/config/libraries/@types_yargs@17.0.33.json create mode 100644 android/config/libraries/@xmldom_xmldom@0.8.11.json create mode 100644 android/config/libraries/abort-controller@3.0.0.json create mode 100644 android/config/libraries/accepts@1.3.8.json create mode 100644 android/config/libraries/acorn@8.15.0.json create mode 100644 android/config/libraries/agent-base@7.1.4.json create mode 100644 android/config/libraries/anser@1.4.10.json create mode 100644 android/config/libraries/ansi-regex@5.0.1.json create mode 100644 android/config/libraries/ansi-styles@4.3.0.json create mode 100644 android/config/libraries/ansi-styles@5.2.0.json create mode 100644 android/config/libraries/anymatch@3.1.3.json create mode 100644 android/config/libraries/argparse@1.0.10.json create mode 100644 android/config/libraries/array-equal@2.0.0.json create mode 100644 android/config/libraries/asap@2.0.6.json create mode 100644 android/config/libraries/async-limiter@1.0.1.json create mode 100644 android/config/libraries/asynckit@0.4.0.json create mode 100644 android/config/libraries/axios@1.13.2.json create mode 100644 android/config/libraries/babel-jest@29.7.0.json create mode 100644 android/config/libraries/babel-plugin-istanbul@6.1.1.json create mode 100644 android/config/libraries/babel-plugin-jest-hoist@29.6.3.json create mode 100644 android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json create mode 100644 android/config/libraries/babel-preset-current-node-syntax@1.2.0.json create mode 100644 android/config/libraries/babel-preset-jest@29.6.3.json create mode 100644 android/config/libraries/balanced-match@1.0.2.json create mode 100644 android/config/libraries/base64-js@1.5.1.json create mode 100644 android/config/libraries/baseline-browser-mapping@2.8.18.json create mode 100644 android/config/libraries/big-integer@1.6.52.json create mode 100644 android/config/libraries/boolbase@1.0.0.json create mode 100644 android/config/libraries/bplist-creator@0.1.0.json create mode 100644 android/config/libraries/bplist-parser@0.3.1.json create mode 100644 android/config/libraries/brace-expansion@1.1.12.json create mode 100644 android/config/libraries/braces@3.0.3.json create mode 100644 android/config/libraries/browserslist@4.26.3.json create mode 100644 android/config/libraries/bser@2.1.1.json create mode 100644 android/config/libraries/buffer-from@1.1.2.json create mode 100644 android/config/libraries/call-bind-apply-helpers@1.0.2.json create mode 100644 android/config/libraries/caller-callsite@2.0.0.json create mode 100644 android/config/libraries/caller-path@2.0.0.json create mode 100644 android/config/libraries/callsites@2.0.0.json create mode 100644 android/config/libraries/camelcase@5.3.1.json create mode 100644 android/config/libraries/camelcase@6.3.0.json create mode 100644 android/config/libraries/caniuse-lite@1.0.30001751.json create mode 100644 android/config/libraries/chalk@4.1.2.json create mode 100644 android/config/libraries/chrome-launcher@0.15.2.json create mode 100644 android/config/libraries/chromium-edge-launcher@0.2.0.json create mode 100644 android/config/libraries/ci-info@2.0.0.json create mode 100644 android/config/libraries/ci-info@3.9.0.json create mode 100644 android/config/libraries/cliui@8.0.1.json create mode 100644 android/config/libraries/color-convert@1.9.3.json create mode 100644 android/config/libraries/color-convert@2.0.1.json create mode 100644 android/config/libraries/color-name@1.1.3.json create mode 100644 android/config/libraries/color-name@1.1.4.json create mode 100644 android/config/libraries/color-string@1.9.1.json create mode 100644 android/config/libraries/color@3.2.1.json create mode 100644 android/config/libraries/color@4.2.3.json create mode 100644 android/config/libraries/combined-stream@1.0.8.json create mode 100644 android/config/libraries/commander@12.1.0.json create mode 100644 android/config/libraries/commander@2.20.3.json create mode 100644 android/config/libraries/concat-map@0.0.1.json create mode 100644 android/config/libraries/connect@3.7.0.json create mode 100644 android/config/libraries/convert-source-map@2.0.0.json create mode 100644 android/config/libraries/cosmiconfig@5.2.1.json create mode 100644 android/config/libraries/css-select@5.2.2.json create mode 100644 android/config/libraries/css-tree@1.1.3.json create mode 100644 android/config/libraries/css-what@6.2.2.json create mode 100644 android/config/libraries/debug@2.6.9.json create mode 100644 android/config/libraries/debug@4.4.3.json create mode 100644 android/config/libraries/decode-uri-component@0.2.2.json create mode 100644 android/config/libraries/deepmerge@3.3.0.json create mode 100644 android/config/libraries/delayed-stream@1.0.0.json create mode 100644 android/config/libraries/depd@2.0.0.json create mode 100644 android/config/libraries/destroy@1.2.0.json create mode 100644 android/config/libraries/dom-serializer@2.0.0.json create mode 100644 android/config/libraries/domelementtype@2.3.0.json create mode 100644 android/config/libraries/domhandler@5.0.3.json create mode 100644 android/config/libraries/domutils@3.2.2.json create mode 100644 android/config/libraries/dunder-proto@1.0.1.json create mode 100644 android/config/libraries/ee-first@1.1.1.json create mode 100644 android/config/libraries/electron-to-chromium@1.5.237.json create mode 100644 android/config/libraries/emoji-regex@8.0.0.json create mode 100644 android/config/libraries/encodeurl@1.0.2.json create mode 100644 android/config/libraries/encodeurl@2.0.0.json create mode 100644 android/config/libraries/entities@4.5.0.json create mode 100644 android/config/libraries/error-ex@1.3.4.json create mode 100644 android/config/libraries/error-stack-parser@2.1.4.json create mode 100644 android/config/libraries/es-define-property@1.0.1.json create mode 100644 android/config/libraries/es-errors@1.3.0.json create mode 100644 android/config/libraries/es-object-atoms@1.1.1.json create mode 100644 android/config/libraries/es-set-tostringtag@2.1.0.json create mode 100644 android/config/libraries/escalade@3.2.0.json create mode 100644 android/config/libraries/escape-html@1.0.3.json create mode 100644 android/config/libraries/escape-string-regexp@2.0.0.json create mode 100644 android/config/libraries/escape-string-regexp@4.0.0.json create mode 100644 android/config/libraries/esprima@4.0.1.json create mode 100644 android/config/libraries/etag@1.8.1.json create mode 100644 android/config/libraries/event-target-shim@5.0.1.json create mode 100644 android/config/libraries/exponential-backoff@3.1.3.json create mode 100644 android/config/libraries/fast-deep-equal@3.1.3.json create mode 100644 android/config/libraries/fast-json-stable-stringify@2.1.0.json create mode 100644 android/config/libraries/fb-watchman@2.0.2.json create mode 100644 android/config/libraries/fill-range@7.1.1.json create mode 100644 android/config/libraries/filter-obj@1.1.0.json create mode 100644 android/config/libraries/finalhandler@1.1.2.json create mode 100644 android/config/libraries/find-up@4.1.0.json create mode 100644 android/config/libraries/find-up@7.0.0.json create mode 100644 android/config/libraries/flow-enums-runtime@0.0.6.json create mode 100644 android/config/libraries/follow-redirects@1.15.11.json create mode 100644 android/config/libraries/form-data@4.0.5.json create mode 100644 android/config/libraries/fresh@0.5.2.json create mode 100644 android/config/libraries/fs.realpath@1.0.0.json create mode 100644 android/config/libraries/fsevents@2.3.3.json create mode 100644 android/config/libraries/function-bind@1.1.2.json create mode 100644 android/config/libraries/gensync@1.0.0-beta.2.json create mode 100644 android/config/libraries/get-caller-file@2.0.5.json create mode 100644 android/config/libraries/get-intrinsic@1.3.0.json create mode 100644 android/config/libraries/get-package-type@0.1.0.json create mode 100644 android/config/libraries/get-proto@1.0.1.json create mode 100644 android/config/libraries/glob@7.2.3.json create mode 100644 android/config/libraries/gopd@1.2.0.json create mode 100644 android/config/libraries/graceful-fs@4.2.11.json create mode 100644 android/config/libraries/has-flag@4.0.0.json create mode 100644 android/config/libraries/has-symbols@1.1.0.json create mode 100644 android/config/libraries/has-tostringtag@1.0.2.json create mode 100644 android/config/libraries/hasown@2.0.2.json create mode 100644 android/config/libraries/hermes-estree@0.28.1.json create mode 100644 android/config/libraries/hermes-estree@0.29.1.json create mode 100644 android/config/libraries/hermes-parser@0.28.1.json create mode 100644 android/config/libraries/hermes-parser@0.29.1.json create mode 100644 android/config/libraries/hoist-non-react-statics@3.3.2.json create mode 100644 android/config/libraries/http-errors@2.0.0.json create mode 100644 android/config/libraries/https-proxy-agent@7.0.6.json create mode 100644 android/config/libraries/image-size@1.2.1.json create mode 100644 android/config/libraries/import-fresh@2.0.0.json create mode 100644 android/config/libraries/imurmurhash@0.1.4.json create mode 100644 android/config/libraries/inflight@1.0.6.json create mode 100644 android/config/libraries/inherits@2.0.4.json create mode 100644 android/config/libraries/invariant@2.2.4.json create mode 100644 android/config/libraries/is-arrayish@0.2.1.json create mode 100644 android/config/libraries/is-arrayish@0.3.4.json create mode 100644 android/config/libraries/is-directory@0.3.1.json create mode 100644 android/config/libraries/is-docker@2.2.1.json create mode 100644 android/config/libraries/is-fullwidth-code-point@3.0.0.json create mode 100644 android/config/libraries/is-number@7.0.0.json create mode 100644 android/config/libraries/is-wsl@2.2.0.json create mode 100644 android/config/libraries/istanbul-lib-coverage@3.2.2.json create mode 100644 android/config/libraries/istanbul-lib-instrument@5.2.1.json create mode 100644 android/config/libraries/jest-environment-node@29.7.0.json create mode 100644 android/config/libraries/jest-get-type@29.6.3.json create mode 100644 android/config/libraries/jest-haste-map@29.7.0.json create mode 100644 android/config/libraries/jest-message-util@29.7.0.json create mode 100644 android/config/libraries/jest-mock@29.7.0.json create mode 100644 android/config/libraries/jest-regex-util@29.6.3.json create mode 100644 android/config/libraries/jest-util@29.7.0.json create mode 100644 android/config/libraries/jest-validate@29.7.0.json create mode 100644 android/config/libraries/jest-worker@29.7.0.json create mode 100644 android/config/libraries/js-tokens@4.0.0.json create mode 100644 android/config/libraries/js-yaml@3.14.2.json create mode 100644 android/config/libraries/jsc-safe-url@0.2.4.json create mode 100644 android/config/libraries/jsesc@3.1.0.json create mode 100644 android/config/libraries/json-parse-better-errors@1.0.2.json create mode 100644 android/config/libraries/json5@2.2.3.json create mode 100644 android/config/libraries/jwt-decode@4.0.0.json create mode 100644 android/config/libraries/leven@3.1.0.json create mode 100644 android/config/libraries/lighthouse-logger@1.4.2.json create mode 100644 android/config/libraries/locate-path@5.0.0.json create mode 100644 android/config/libraries/locate-path@6.0.0.json create mode 100644 android/config/libraries/lodash.throttle@4.1.1.json create mode 100644 android/config/libraries/loose-envify@1.4.0.json create mode 100644 android/config/libraries/lru-cache@5.1.1.json create mode 100644 android/config/libraries/makeerror@1.0.12.json create mode 100644 android/config/libraries/marky@1.3.0.json create mode 100644 android/config/libraries/math-intrinsics@1.1.0.json create mode 100644 android/config/libraries/mdn-data@2.0.14.json create mode 100644 android/config/libraries/memoize-one@5.2.1.json create mode 100644 android/config/libraries/merge-stream@2.0.0.json create mode 100644 android/config/libraries/metro-babel-transformer@0.82.5.json create mode 100644 android/config/libraries/metro-cache-key@0.82.5.json create mode 100644 android/config/libraries/metro-cache@0.82.5.json create mode 100644 android/config/libraries/metro-config@0.82.5.json create mode 100644 android/config/libraries/metro-core@0.82.5.json create mode 100644 android/config/libraries/metro-file-map@0.82.5.json create mode 100644 android/config/libraries/metro-minify-terser@0.82.5.json create mode 100644 android/config/libraries/metro-resolver@0.82.5.json create mode 100644 android/config/libraries/metro-runtime@0.82.5.json create mode 100644 android/config/libraries/metro-source-map@0.82.5.json create mode 100644 android/config/libraries/metro-symbolicate@0.82.5.json create mode 100644 android/config/libraries/metro-transform-plugins@0.82.5.json create mode 100644 android/config/libraries/metro-transform-worker@0.82.5.json create mode 100644 android/config/libraries/metro@0.82.5.json create mode 100644 android/config/libraries/micromatch@4.0.8.json create mode 100644 android/config/libraries/mime-db@1.52.0.json create mode 100644 android/config/libraries/mime-types@2.1.35.json create mode 100644 android/config/libraries/mime@1.6.0.json create mode 100644 android/config/libraries/minimatch@3.1.2.json create mode 100644 android/config/libraries/mkdirp@1.0.4.json create mode 100644 android/config/libraries/ms@2.0.0.json create mode 100644 android/config/libraries/ms@2.1.3.json create mode 100644 android/config/libraries/nanoid@3.3.11.json create mode 100644 android/config/libraries/negotiator@0.6.3.json create mode 100644 android/config/libraries/node-int64@0.4.0.json create mode 100644 android/config/libraries/node-releases@2.0.25.json create mode 100644 android/config/libraries/normalize-path@3.0.0.json create mode 100644 android/config/libraries/nth-check@2.1.1.json create mode 100644 android/config/libraries/nullthrows@1.1.1.json create mode 100644 android/config/libraries/ob1@0.82.5.json create mode 100644 android/config/libraries/object-assign@4.1.1.json create mode 100644 android/config/libraries/on-finished@2.3.0.json create mode 100644 android/config/libraries/on-finished@2.4.1.json create mode 100644 android/config/libraries/once@1.4.0.json create mode 100644 android/config/libraries/open@7.4.2.json create mode 100644 android/config/libraries/opencollective-postinstall@2.0.3.json create mode 100644 android/config/libraries/p-limit@2.3.0.json create mode 100644 android/config/libraries/p-limit@3.1.0.json create mode 100644 android/config/libraries/p-locate@4.1.0.json create mode 100644 android/config/libraries/p-locate@5.0.0.json create mode 100644 android/config/libraries/p-try@2.2.0.json create mode 100644 android/config/libraries/parse-json@4.0.0.json create mode 100644 android/config/libraries/parseurl@1.3.3.json create mode 100644 android/config/libraries/path-exists@4.0.0.json create mode 100644 android/config/libraries/path-is-absolute@1.0.1.json create mode 100644 android/config/libraries/picocolors@1.1.1.json create mode 100644 android/config/libraries/picomatch@2.3.1.json create mode 100644 android/config/libraries/pirates@4.0.7.json create mode 100644 android/config/libraries/plist@3.1.0.json create mode 100644 android/config/libraries/pretty-format@29.7.0.json create mode 100644 android/config/libraries/promise@8.3.0.json create mode 100644 android/config/libraries/prop-types@15.8.1.json create mode 100644 android/config/libraries/proxy-from-env@1.1.0.json create mode 100644 android/config/libraries/query-string@7.1.3.json create mode 100644 android/config/libraries/queue@6.0.2.json create mode 100644 android/config/libraries/range-parser@1.2.1.json create mode 100644 android/config/libraries/react-devtools-core@6.1.5.json create mode 100644 android/config/libraries/react-freeze@1.0.4.json create mode 100644 android/config/libraries/react-is@16.13.1.json create mode 100644 android/config/libraries/react-is@18.3.1.json create mode 100644 android/config/libraries/react-is@19.2.0.json create mode 100644 android/config/libraries/react-native-app-auth@8.1.0.json create mode 100644 android/config/libraries/react-native-base64@0.0.2.json create mode 100644 android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json create mode 100644 android/config/libraries/react-native-keychain@10.0.0.json create mode 100644 android/config/libraries/react-native-legal@1.6.0.json create mode 100644 android/config/libraries/react-native-nfc-manager@3.17.1.json create mode 100644 android/config/libraries/react-native-paper@5.14.5.json create mode 100644 android/config/libraries/react-native-safe-area-context@5.6.1.json create mode 100644 android/config/libraries/react-native-screens@4.17.1.json create mode 100644 android/config/libraries/react-native-svg@15.14.0.json create mode 100644 android/config/libraries/react-native-vector-icons@10.3.0.json create mode 100644 android/config/libraries/react-native@0.80.1.json create mode 100644 android/config/libraries/react-refresh@0.14.2.json create mode 100644 android/config/libraries/react@19.1.0.json create mode 100644 android/config/libraries/regenerator-runtime@0.13.11.json create mode 100644 android/config/libraries/require-directory@2.1.1.json create mode 100644 android/config/libraries/resolve-from@3.0.0.json create mode 100644 android/config/libraries/resolve-from@5.0.0.json create mode 100644 android/config/libraries/rimraf@3.0.2.json create mode 100644 android/config/libraries/sax@1.4.4.json create mode 100644 android/config/libraries/scheduler@0.26.0.json create mode 100644 android/config/libraries/semver@6.3.1.json create mode 100644 android/config/libraries/semver@7.7.3.json create mode 100644 android/config/libraries/send@0.19.0.json create mode 100644 android/config/libraries/serialize-error@2.1.0.json create mode 100644 android/config/libraries/serve-static@1.16.2.json create mode 100644 android/config/libraries/setprototypeof@1.2.0.json create mode 100644 android/config/libraries/shell-quote@1.8.3.json create mode 100644 android/config/libraries/signal-exit@3.0.7.json create mode 100644 android/config/libraries/simple-plist@1.3.1.json create mode 100644 android/config/libraries/simple-swizzle@0.2.4.json create mode 100644 android/config/libraries/slash@3.0.0.json create mode 100644 android/config/libraries/source-map-support@0.5.21.json create mode 100644 android/config/libraries/source-map@0.5.7.json create mode 100644 android/config/libraries/source-map@0.6.1.json create mode 100644 android/config/libraries/split-on-first@1.1.0.json create mode 100644 android/config/libraries/sprintf-js@1.0.3.json create mode 100644 android/config/libraries/stack-utils@2.0.6.json create mode 100644 android/config/libraries/stackframe@1.3.4.json create mode 100644 android/config/libraries/stacktrace-parser@0.1.11.json create mode 100644 android/config/libraries/statuses@1.5.0.json create mode 100644 android/config/libraries/statuses@2.0.1.json create mode 100644 android/config/libraries/stream-buffers@2.2.0.json create mode 100644 android/config/libraries/strict-uri-encode@2.0.0.json create mode 100644 android/config/libraries/string-width@4.2.3.json create mode 100644 android/config/libraries/strip-ansi@6.0.1.json create mode 100644 android/config/libraries/supports-color@7.2.0.json create mode 100644 android/config/libraries/supports-color@8.1.1.json create mode 100644 android/config/libraries/terser@5.44.0.json create mode 100644 android/config/libraries/test-exclude@6.0.0.json create mode 100644 android/config/libraries/throat@5.0.0.json create mode 100644 android/config/libraries/tmpl@1.0.5.json create mode 100644 android/config/libraries/to-regex-range@5.0.1.json create mode 100644 android/config/libraries/toidentifier@1.0.1.json create mode 100644 android/config/libraries/type-detect@4.0.8.json create mode 100644 android/config/libraries/type-fest@0.7.1.json create mode 100644 android/config/libraries/undici-types@6.21.0.json create mode 100644 android/config/libraries/unicorn-magic@0.1.0.json create mode 100644 android/config/libraries/unpipe@1.0.0.json create mode 100644 android/config/libraries/update-browserslist-db@1.1.3.json create mode 100644 android/config/libraries/use-latest-callback@0.2.6.json create mode 100644 android/config/libraries/use-sync-external-store@1.6.0.json create mode 100644 android/config/libraries/utils-merge@1.0.1.json create mode 100644 android/config/libraries/uuid@7.0.3.json create mode 100644 android/config/libraries/vlq@1.0.1.json create mode 100644 android/config/libraries/walker@1.0.8.json create mode 100644 android/config/libraries/warn-once@0.1.1.json create mode 100644 android/config/libraries/whatwg-fetch@3.6.20.json create mode 100644 android/config/libraries/wrap-ansi@7.0.0.json create mode 100644 android/config/libraries/wrappy@1.0.2.json create mode 100644 android/config/libraries/write-file-atomic@4.0.2.json create mode 100644 android/config/libraries/ws@6.2.3.json create mode 100644 android/config/libraries/ws@7.5.10.json create mode 100644 android/config/libraries/xcode@3.0.1.json create mode 100644 android/config/libraries/xml2js@0.6.2.json create mode 100644 android/config/libraries/xmlbuilder@11.0.1.json create mode 100644 android/config/libraries/xmlbuilder@15.1.1.json create mode 100644 android/config/libraries/y18n@5.0.8.json create mode 100644 android/config/libraries/yallist@3.1.1.json create mode 100644 android/config/libraries/yargs-parser@21.1.1.json create mode 100644 android/config/libraries/yargs@16.2.0.json create mode 100644 android/config/libraries/yargs@17.7.2.json create mode 100644 android/config/libraries/yocto-queue@0.1.0.json create mode 100644 android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json create mode 100644 android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json create mode 100644 android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json create mode 100644 android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json create mode 100644 android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json create mode 100644 android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json create mode 100644 android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json create mode 100644 android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json create mode 100644 android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json create mode 100644 android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json create mode 100644 android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json create mode 100644 android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json create mode 100644 android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json create mode 100644 android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json create mode 100644 android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json create mode 100644 android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json create mode 100644 android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json create mode 100644 android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json create mode 100644 android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json create mode 100644 android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json create mode 100644 android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json create mode 100644 android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json create mode 100644 android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json create mode 100644 android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json create mode 100644 android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json create mode 100644 android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json create mode 100644 android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json create mode 100644 android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json create mode 100644 android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json create mode 100644 android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json create mode 100644 android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json create mode 100644 android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json create mode 100644 android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json create mode 100644 android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json create mode 100644 android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json create mode 100644 android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json create mode 100644 android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json create mode 100644 android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json create mode 100644 android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json create mode 100644 android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json create mode 100644 android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json create mode 100644 android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json create mode 100644 android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json create mode 100644 android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json create mode 100644 android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json create mode 100644 android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json create mode 100644 android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json create mode 100644 android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json create mode 100644 android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json create mode 100644 android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json create mode 100644 android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json create mode 100644 android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json create mode 100644 android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json create mode 100644 android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json create mode 100644 android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json create mode 100644 android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json create mode 100644 android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json create mode 100644 android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json create mode 100644 android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json create mode 100644 android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json create mode 100644 android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json create mode 100644 android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json create mode 100644 android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json create mode 100644 android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json create mode 100644 android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json create mode 100644 android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json create mode 100644 android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json create mode 100644 android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json create mode 100644 android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json create mode 100644 android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json create mode 100644 android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json create mode 100644 android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json create mode 100644 android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json create mode 100644 android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json create mode 100644 android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json create mode 100644 android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json create mode 100644 android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json create mode 100644 android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json create mode 100644 android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json create mode 100644 android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json create mode 100644 android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json create mode 100644 android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json create mode 100644 android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json create mode 100644 android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json create mode 100644 android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json create mode 100644 android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json create mode 100644 android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json create mode 100644 android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json create mode 100644 android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json create mode 100644 android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json create mode 100644 android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json create mode 100644 android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json create mode 100644 android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json create mode 100644 android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json create mode 100644 android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json create mode 100644 android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json create mode 100644 android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json create mode 100644 android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json create mode 100644 android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json create mode 100644 android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json create mode 100644 android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json create mode 100644 android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json create mode 100644 android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json create mode 100644 android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json create mode 100644 android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json create mode 100644 android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json create mode 100644 android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json create mode 100644 android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json create mode 100644 android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json create mode 100644 android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json create mode 100644 android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json create mode 100644 android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json create mode 100644 android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json create mode 100644 android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json create mode 100644 android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json create mode 100644 android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json create mode 100644 android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json create mode 100644 android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json create mode 100644 android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json create mode 100644 android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json create mode 100644 android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json create mode 100644 android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json create mode 100644 android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json create mode 100644 android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json create mode 100644 android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json create mode 100644 android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json create mode 100644 android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json create mode 100644 android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json create mode 100644 android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json create mode 100644 android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json create mode 100644 android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json create mode 100644 android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json create mode 100644 android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json create mode 100644 android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json create mode 100644 android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json create mode 100644 android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json create mode 100644 android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json create mode 100644 android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json create mode 100644 android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json create mode 100644 android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json create mode 100644 android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json create mode 100644 android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json create mode 100644 android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json create mode 100644 android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json create mode 100644 android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json create mode 100644 android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json create mode 100644 android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json create mode 100644 android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json create mode 100644 android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json create mode 100644 android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json create mode 100644 android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json create mode 100644 android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json create mode 100644 android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json create mode 100644 android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json create mode 100644 android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json create mode 100644 android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json create mode 100644 android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json create mode 100644 android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json create mode 100644 android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json create mode 100644 android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json create mode 100644 android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json create mode 100644 android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json create mode 100644 android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json create mode 100644 android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json create mode 100644 android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json create mode 100644 android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json create mode 100644 android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json create mode 100644 android/config/licenses/MIT_c502ab890efbf3a02ce07e6c5a0e7bc5f6d1fe4c07a6853ea6dcda1eea5734e4c6cf5a3b01ff0933938ec0f904668ff6ceef6c30f06a028282d7bed0ff5e80fd.json create mode 100644 android/config/licenses/MIT_c5b3e97389de00379ade588e9207216f33aeb53b19d189dca03a614cd0540163ccc36669ef2889536deaf5e5e68f1af9d9726e9bf623e3f669ff9ee09ac9723a.json create mode 100644 android/config/licenses/MIT_c63e7b50d4c36c9b9649e466d52dae5347be3f4a3e7c5e3903adebb3de76d279294a20ee77aa6236bd103c70dd31a99d3d9503a17f035f27e5c3a16501456ba0.json create mode 100644 android/config/licenses/MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856.json create mode 100644 android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json create mode 100644 android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json create mode 100644 android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json create mode 100644 android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json create mode 100644 android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json create mode 100644 android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json create mode 100644 android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json create mode 100644 android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json create mode 100644 android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json create mode 100644 android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json create mode 100644 android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json create mode 100644 android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json create mode 100644 android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json create mode 100644 android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json create mode 100644 android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json create mode 100644 android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json create mode 100644 android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json create mode 100644 android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json create mode 100644 android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json create mode 100644 android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json create mode 100644 android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json create mode 100644 android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json create mode 100644 android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json create mode 100644 android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json create mode 100644 android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json create mode 100644 android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json create mode 100644 android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json create mode 100644 ios/ApiaryReactNative.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 ios/Settings.bundle/Root.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/React.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist create mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist create mode 100644 ios/license_plist.yml diff --git a/Api/ApiContextProvider.tsx b/Api/ApiContextProvider.tsx index a7e664d..5f52f70 100644 --- a/Api/ApiContextProvider.tsx +++ b/Api/ApiContextProvider.tsx @@ -24,8 +24,12 @@ function createApiContext(environment: AppEnvironment) { instance.interceptors.request.use(async (config) => { const token = await getAuthToken(environment); - if (token) + console.log(config.baseURL); + if (token) { config.headers.Authorization = `Bearer ${token}`; + console.log(config.headers.Authorization); + } + return config; }); @@ -37,7 +41,7 @@ function createApiContext(environment: AppEnvironment) { if (!await refreshAuth(environment)) return Promise.reject(error); const token = await getAuthToken(environment); if (token) { - error.config.headers.Authorization = `Bearer ${token}`; + error.config.headers.Authorization = `Bearer ${token.password}`; return axios.request(error.config); } } diff --git a/Api/Models/Permission.ts b/Api/Models/Permission.ts new file mode 100644 index 0000000..aa86604 --- /dev/null +++ b/Api/Models/Permission.ts @@ -0,0 +1,9 @@ +export enum Permission { + CREATE_ATTENDANCE = "create-attendance", + READ_EVENTS = "read-events", + READ_TEAMS = "read-teams", + READ_TEAMS_HIDDEN = "read-teams-hidden", + READ_USERS = "read-users", + READ_MERCHANDISE = "read-merchandise", + DISTRIBUTE_SWAG = "distribute-swag", +} \ No newline at end of file diff --git a/Api/UserApi.ts b/Api/UserApi.ts new file mode 100644 index 0000000..9cc4395 --- /dev/null +++ b/Api/UserApi.ts @@ -0,0 +1,22 @@ +import { AxiosInstance } from "axios"; +import { Permission } from "./Models/Permission"; + +export type UserInfo = { + id: number; + uid: string; + name: string; + preferred_first_name: string; + allPermissions: Permission[]; +} & T; + +export async function getUserInfo(api: AxiosInstance): Promise { + try { + const user = await api.get('/api/v1/user'); + console.log(user); + //TODO: Incorporate Sentry + return user.data.user; + } catch (error) { + //TODO: incorporate logging + } + return null; +} \ No newline at end of file diff --git a/App.tsx b/App.tsx index 88450c1..4cb0a49 100644 --- a/App.tsx +++ b/App.tsx @@ -2,18 +2,12 @@ import { NavigationContainer } from '@react-navigation/native'; import React, { createContext, ReactNode, useEffect, useState } from 'react'; import { useColorScheme } from 'react-native'; import { SafeAreaProvider } from 'react-native-safe-area-context'; +import ApiContextProvider from './Api/ApiContextProvider'; import { AppEnvironmentProvider } from './AppEnvironment'; import AuthContextProvider from './Auth/AuthContextProvider'; import RootStack from './Navigation/RootStack'; import { DarkMode, LightMode, Theme } from './Themes/Themes'; -type AuthContextType = { - authenticated: boolean | null; - setAuthenticated: (u: boolean) => void; -}; - -export const AuthContext = createContext(undefined); - type ThemeContextType = { currentTheme: Theme | null | undefined; setTheme: (t: Theme) => void; @@ -43,11 +37,13 @@ function App() { - - - - - + + + + + + + diff --git a/Auth/Authentication.ts b/Auth/Authentication.ts index 316c921..e09cabf 100644 --- a/Auth/Authentication.ts +++ b/Auth/Authentication.ts @@ -147,8 +147,8 @@ export async function refreshTokenIsValid(currentEnvironment: AppEnvironment) { export async function refreshAuth(currentEnvironment: AppEnvironment) { if (!(await refreshTokenIsValid(currentEnvironment))) { setAuthenticationState( - AuthenticationState.ERROR, - 'Failed to refresh authentication due to invalid tokens. Please log in again. If the issue persists, contact #it-helpdesk.' + AuthenticationState.UNAUTHENTICATED, + null ); return false; } @@ -157,8 +157,8 @@ export async function refreshAuth(currentEnvironment: AppEnvironment) { ); if (!refreshToken) { setAuthenticationState( - AuthenticationState.ERROR, - 'Failed to refresh authentication because no refresh token was found. Please log in again. If the issue persists, contact #it-helpdesk.' + AuthenticationState.UNAUTHENTICATED, + null ); return false; } diff --git a/README.md b/README.md index 7402255..41c7dc0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ npm run android # OR using Yarn yarn android + +# OR using npx +npx react-native run-android ``` ### iOS @@ -46,6 +49,11 @@ Then, and every time you update your native dependencies, run: ```sh bundle exec pod install + +# OR manually +cd ios +pod install +cd .. ``` For more information, please visit [CocoaPods Getting Started guide](https://guides.cocoapods.org/using/getting-started.html). @@ -56,8 +64,26 @@ npm run ios # OR using Yarn yarn ios + +# OR using npx +npx react-native run-android ``` If everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device. This is one way to run your app — you can also build it directly from Android Studio or Xcode. + + +# Legal + +This project is open-source and is supported by many open-source libraries. +The app includes a notice of these dependencies which must be updated when a +library is added. Run the below command whenever adding a dependency to update +the OSS notice: + +```sh +npx react-native legal-generate + +# OR with yarn +yarn react-native legal-generate +``` \ No newline at end of file diff --git a/Settings/SettingsScreen.tsx b/Settings/SettingsScreen.tsx index 73eb4f3..a12aa97 100644 --- a/Settings/SettingsScreen.tsx +++ b/Settings/SettingsScreen.tsx @@ -1,11 +1,23 @@ import MaterialIcons from '@react-native-vector-icons/material-icons'; -import React from 'react'; -import { SafeAreaView, ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; +import React, { useEffect, useState } from 'react'; +import { Linking, Platform, SafeAreaView, ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; +import { InAppBrowser } from 'react-native-inappbrowser-reborn'; +import { ReactNativeLegal } from 'react-native-legal'; +import { useApi } from '../Api/ApiContextProvider'; +import { getUserInfo, UserInfo } from '../Api/UserApi'; import { useAppEnvironment } from '../AppEnvironment'; import { logout } from '../Auth/Authentication'; function SettingsScreen() { const { environment } = useAppEnvironment(); + const api = useApi(); + + const [user, setUser] = useState(undefined); + + const makeAWishUrl = "https://docs.google.com/forms/d/e/1FAIpQLSelERsYq3" + + "gLmHbWvVCWha5iCU8z3r9VYC0hCN4ArLpMAiysaQ/viewform?entry.1338203640=MyRoboJackets%20" + + (Platform.OS === "android" ? "Android" : "iOS"); + type SettingsMenuLinkProps = { icon: React.ComponentProps['name']; title: string; @@ -38,22 +50,62 @@ function SettingsScreen() { ); + async function openLink(url: string) { + try { + if (await InAppBrowser.isAvailable()) { + await InAppBrowser.open(url, { + // iOS Properties + dismissButtonStyle: 'cancel', + // preferredBarTintColor: '#453AA4', + // preferredControlTintColor: 'white', + readerMode: false, + animated: true, + modalPresentationStyle: 'fullScreen', + modalTransitionStyle: 'coverVertical', + modalEnabled: true, + enableBarCollapsing: false, + // Android Properties + showTitle: true, + // toolbarColor: '#6200EE', + // secondaryToolbarColor: 'black', // We may add color settings later using system theme + // navigationBarColor: 'black', + // navigationBarDividerColor: 'white', + enableUrlBarHiding: true, + enableDefaultShare: true, + forceCloseOnRedirection: false, + }); + } else Linking.openURL(url); + } catch (error) { + if (error instanceof Error) console.log(error.message); + } + } + + async function onRefreshUser(forceRefresh: boolean = false) { + if (!user || forceRefresh) { + setUser(await getUserInfo(api)); + } + } + + useEffect(() => { + onRefreshUser(true); + }, []); + return ( {}} + title={user && user.name ? user.name : "Refreshing data..."} + subtitle={user && user.uid ? user.uid : "Username"} + onClick={() => {onRefreshUser()}} /> {__DEV__ && ( // checks if app is running locally <> {}} /> - {}} /> + {}} + /> {}} /> {}} /> - {}} /> - {}} /> - {}} /> + {await openLink(makeAWishUrl)}} + /> + {await openLink(environment.baseUrl + "/privacy")}} + /> + {ReactNativeLegal.launchLicenseListScreen('OSS Notice');}} + /> diff --git a/android/app/build.gradle b/android/app/build.gradle index 45b1e80..09e4e8c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -120,3 +120,10 @@ dependencies { implementation jscFlavor } } + +apply plugin: 'com.mikepenz.aboutlibraries.plugin' + +aboutLibraries { + configPath = "config" + prettyPrint = true +} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c40f284..5433df3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,27 +1,14 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index b4f3ad9..a34c91a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,12 +6,16 @@ buildscript { targetSdkVersion = 35 ndkVersion = "27.1.12297006" kotlinVersion = "2.1.20" + androidXAnnotation = "1.8.2" + androidXBrowser = "1.8.0" } repositories { + maven { url = uri("https://plugins.gradle.org/m2") } google() mavenCentral() } dependencies { + classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:11.6.3") classpath("com.android.tools.build:gradle") classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") diff --git a/android/config/libraries/@babel_code-frame@7.27.1.json b/android/config/libraries/@babel_code-frame@7.27.1.json new file mode 100644 index 0000000..6632200 --- /dev/null +++ b/android/config/libraries/@babel_code-frame@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"Generate errors that contain a code frame that point to source locations.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/code-frame","tag":"","uniqueId":"@babel_code-frame@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_compat-data@7.28.4.json b/android/config/libraries/@babel_compat-data@7.28.4.json new file mode 100644 index 0000000..cb1680a --- /dev/null +++ b/android/config/libraries/@babel_compat-data@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"The compat-data to determine required Babel plugins","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/compat-data","tag":"","uniqueId":"@babel_compat-data@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_core@7.28.4.json b/android/config/libraries/@babel_core@7.28.4.json new file mode 100644 index 0000000..4c0f826 --- /dev/null +++ b/android/config/libraries/@babel_core@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"Babel compiler core.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/core","tag":"","uniqueId":"@babel_core@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_generator@7.28.3.json b/android/config/libraries/@babel_generator@7.28.3.json new file mode 100644 index 0000000..fcb51d4 --- /dev/null +++ b/android/config/libraries/@babel_generator@7.28.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.3","description":"Turns an AST into code.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/generator","tag":"","uniqueId":"@babel_generator@7.28.3","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json b/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json new file mode 100644 index 0000000..1fe6825 --- /dev/null +++ b/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.2","description":"Helper functions on Babel compilation targets","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-compilation-targets","tag":"","uniqueId":"@babel_helper-compilation-targets@7.27.2","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-globals@7.28.0.json b/android/config/libraries/@babel_helper-globals@7.28.0.json new file mode 100644 index 0000000..ec427b7 --- /dev/null +++ b/android/config/libraries/@babel_helper-globals@7.28.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.0","description":"A collection of JavaScript globals for Babel internal usage","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-globals","tag":"","uniqueId":"@babel_helper-globals@7.28.0","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-module-imports@7.27.1.json b/android/config/libraries/@babel_helper-module-imports@7.27.1.json new file mode 100644 index 0000000..bd1ea4e --- /dev/null +++ b/android/config/libraries/@babel_helper-module-imports@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"Babel helper functions for inserting module loads","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-module-imports","tag":"","uniqueId":"@babel_helper-module-imports@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-module-transforms@7.28.3.json b/android/config/libraries/@babel_helper-module-transforms@7.28.3.json new file mode 100644 index 0000000..9f99b80 --- /dev/null +++ b/android/config/libraries/@babel_helper-module-transforms@7.28.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.3","description":"Babel helper functions for implementing ES6 module transformations","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-module-transforms","tag":"","uniqueId":"@babel_helper-module-transforms@7.28.3","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json b/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json new file mode 100644 index 0000000..7f797e9 --- /dev/null +++ b/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"General utilities for plugins to use","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-plugin-utils","tag":"","uniqueId":"@babel_helper-plugin-utils@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-string-parser@7.27.1.json b/android/config/libraries/@babel_helper-string-parser@7.27.1.json new file mode 100644 index 0000000..45e4cd3 --- /dev/null +++ b/android/config/libraries/@babel_helper-string-parser@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"A utility package to parse strings","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-string-parser","tag":"","uniqueId":"@babel_helper-string-parser@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json b/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json new file mode 100644 index 0000000..ff20f1f --- /dev/null +++ b/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"Validate identifier/keywords name","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-validator-identifier","tag":"","uniqueId":"@babel_helper-validator-identifier@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-validator-option@7.27.1.json b/android/config/libraries/@babel_helper-validator-option@7.27.1.json new file mode 100644 index 0000000..2e42378 --- /dev/null +++ b/android/config/libraries/@babel_helper-validator-option@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"Validate plugin/preset options","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-validator-option","tag":"","uniqueId":"@babel_helper-validator-option@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helpers@7.28.4.json b/android/config/libraries/@babel_helpers@7.28.4.json new file mode 100644 index 0000000..da760e2 --- /dev/null +++ b/android/config/libraries/@babel_helpers@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"Collection of helper functions used by Babel transforms.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652"],"name":"@babel/helpers","tag":"","uniqueId":"@babel_helpers@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_parser@7.28.4.json b/android/config/libraries/@babel_parser@7.28.4.json new file mode 100644 index 0000000..730c361 --- /dev/null +++ b/android/config/libraries/@babel_parser@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"A JavaScript parser","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1"],"name":"@babel/parser","tag":"","uniqueId":"@babel_parser@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json b/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json new file mode 100644 index 0000000..0c9587c --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.4","description":"Allow parsing of async generator functions","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-async-generators","tag":"","uniqueId":"@babel_plugin-syntax-async-generators@7.8.4","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json new file mode 100644 index 0000000..5a481f4 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of BigInt literals","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-bigint","tag":"","uniqueId":"@babel_plugin-syntax-bigint@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json b/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json new file mode 100644 index 0000000..4594a19 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json @@ -0,0 +1 @@ +{"artifactVersion":"7.12.13","description":"Allow parsing of class properties","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-class-properties","tag":"","uniqueId":"@babel_plugin-syntax-class-properties@7.12.13","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json new file mode 100644 index 0000000..1c5a5e4 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json @@ -0,0 +1 @@ +{"artifactVersion":"7.14.5","description":"Allow parsing of class static blocks","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-class-static-block","tag":"","uniqueId":"@babel_plugin-syntax-class-static-block@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json b/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json new file mode 100644 index 0000000..87bac88 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.1","description":"Allow parsing of the module attributes in the import statement","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-import-attributes","tag":"","uniqueId":"@babel_plugin-syntax-import-attributes@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json new file mode 100644 index 0000000..51115e5 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.10.4","description":"Allow parsing of import.meta","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-import-meta","tag":"","uniqueId":"@babel_plugin-syntax-import-meta@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json new file mode 100644 index 0000000..e3b6d1c --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-json-strings","tag":"","uniqueId":"@babel_plugin-syntax-json-strings@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json new file mode 100644 index 0000000..6de1d31 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.10.4","description":"Allow parsing of the logical assignment operators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-logical-assignment-operators","tag":"","uniqueId":"@babel_plugin-syntax-logical-assignment-operators@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json new file mode 100644 index 0000000..cc07ce7 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of the nullish-coalescing operator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-nullish-coalescing-operator","tag":"","uniqueId":"@babel_plugin-syntax-nullish-coalescing-operator@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json new file mode 100644 index 0000000..7459fb4 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.10.4","description":"Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-numeric-separator","tag":"","uniqueId":"@babel_plugin-syntax-numeric-separator@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json new file mode 100644 index 0000000..4fa6df0 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of object rest/spread","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-object-rest-spread","tag":"","uniqueId":"@babel_plugin-syntax-object-rest-spread@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json new file mode 100644 index 0000000..70348e0 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of optional catch bindings","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-optional-catch-binding","tag":"","uniqueId":"@babel_plugin-syntax-optional-catch-binding@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json new file mode 100644 index 0000000..86ece01 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.8.3","description":"Allow parsing of optional properties","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-optional-chaining","tag":"","uniqueId":"@babel_plugin-syntax-optional-chaining@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json new file mode 100644 index 0000000..69138d0 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json @@ -0,0 +1 @@ +{"artifactVersion":"7.14.5","description":"Allow parsing of '#foo in obj' brand checks","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-private-property-in-object","tag":"","uniqueId":"@babel_plugin-syntax-private-property-in-object@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json new file mode 100644 index 0000000..befbac2 --- /dev/null +++ b/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json @@ -0,0 +1 @@ +{"artifactVersion":"7.14.5","description":"Allow parsing of top-level await in modules","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-top-level-await","tag":"","uniqueId":"@babel_plugin-syntax-top-level-await@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_runtime@7.28.4.json b/android/config/libraries/@babel_runtime@7.28.4.json new file mode 100644 index 0000000..2975fd8 --- /dev/null +++ b/android/config/libraries/@babel_runtime@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"babel's modular runtime helpers","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/runtime","tag":"","uniqueId":"@babel_runtime@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_template@7.27.2.json b/android/config/libraries/@babel_template@7.27.2.json new file mode 100644 index 0000000..5fbbc3c --- /dev/null +++ b/android/config/libraries/@babel_template@7.27.2.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.2","description":"Generate an AST from a string template.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/template","tag":"","uniqueId":"@babel_template@7.27.2","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json b/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json new file mode 100644 index 0000000..51ebcb8 --- /dev/null +++ b/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/traverse--for-generate-function-map","tag":"","uniqueId":"@babel_traverse--for-generate-function-map@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_traverse@7.28.4.json b/android/config/libraries/@babel_traverse@7.28.4.json new file mode 100644 index 0000000..ec5599f --- /dev/null +++ b/android/config/libraries/@babel_traverse@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/traverse","tag":"","uniqueId":"@babel_traverse@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_types@7.28.4.json b/android/config/libraries/@babel_types@7.28.4.json new file mode 100644 index 0000000..a6ea685 --- /dev/null +++ b/android/config/libraries/@babel_types@7.28.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.4","description":"Babel Types is a Lodash-esque utility library for AST nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/types","tag":"","uniqueId":"@babel_types@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@callstack_licenses@0.3.0.json b/android/config/libraries/@callstack_licenses@0.3.0.json new file mode 100644 index 0000000..e13507e --- /dev/null +++ b/android/config/libraries/@callstack_licenses@0.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.0","description":"API package that exposes functionalities for programmatic scanning of licenses in Node.js projects.","developers":[{"name":"Mateusz Mędrek (https://github.com/mateusz1913)","organisationUrl":""}],"licenses":["MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523"],"name":"@callstack/licenses","tag":"","uniqueId":"@callstack_licenses@0.3.0","website":"https://github.com/callstackincubator/react-native-legal"} \ No newline at end of file diff --git a/android/config/libraries/@callstack_react-theme-provider@3.0.9.json b/android/config/libraries/@callstack_react-theme-provider@3.0.9.json new file mode 100644 index 0000000..443e459 --- /dev/null +++ b/android/config/libraries/@callstack_react-theme-provider@3.0.9.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.9","description":"Theme provider for react and react-native applications","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea"],"name":"@callstack/react-theme-provider","tag":"","uniqueId":"@callstack_react-theme-provider@3.0.9","website":"https://github.com/callstack/react-theme-provider"} \ No newline at end of file diff --git a/android/config/libraries/@isaacs_ttlcache@1.4.1.json b/android/config/libraries/@isaacs_ttlcache@1.4.1.json new file mode 100644 index 0000000..1d08c65 --- /dev/null +++ b/android/config/libraries/@isaacs_ttlcache@1.4.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.1","description":"The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)","developers":[{"name":"Isaac Z. Schlueter (https://izs.me)","organisationUrl":""}],"licenses":["ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b"],"name":"@isaacs/ttlcache","tag":"","uniqueId":"@isaacs_ttlcache@1.4.1","website":"https://github.com/isaacs/ttlcache"} \ No newline at end of file diff --git a/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json b/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json new file mode 100644 index 0000000..f02975c --- /dev/null +++ b/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"Utility function to load nyc configuration","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80"],"name":"@istanbuljs/load-nyc-config","tag":"","uniqueId":"@istanbuljs_load-nyc-config@1.1.0","website":"https://github.com/istanbuljs/load-nyc-config"} \ No newline at end of file diff --git a/android/config/libraries/@istanbuljs_schema@0.1.3.json b/android/config/libraries/@istanbuljs_schema@0.1.3.json new file mode 100644 index 0000000..0a0839c --- /dev/null +++ b/android/config/libraries/@istanbuljs_schema@0.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.3","description":"Schemas describing various structures used by nyc and istanbuljs","developers":[{"name":"Corey Farrell","organisationUrl":""}],"licenses":["MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e"],"name":"@istanbuljs/schema","tag":"","uniqueId":"@istanbuljs_schema@0.1.3","website":"https://github.com/istanbuljs/schema"} \ No newline at end of file diff --git a/android/config/libraries/@jest_create-cache-key-function@29.7.0.json b/android/config/libraries/@jest_create-cache-key-function@29.7.0.json new file mode 100644 index 0000000..ab8c828 --- /dev/null +++ b/android/config/libraries/@jest_create-cache-key-function@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/create-cache-key-function","tag":"","uniqueId":"@jest_create-cache-key-function@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_environment@29.7.0.json b/android/config/libraries/@jest_environment@29.7.0.json new file mode 100644 index 0000000..ec6a9c2 --- /dev/null +++ b/android/config/libraries/@jest_environment@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/environment","tag":"","uniqueId":"@jest_environment@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_fake-timers@29.7.0.json b/android/config/libraries/@jest_fake-timers@29.7.0.json new file mode 100644 index 0000000..10f6874 --- /dev/null +++ b/android/config/libraries/@jest_fake-timers@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/fake-timers","tag":"","uniqueId":"@jest_fake-timers@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_schemas@29.6.3.json b/android/config/libraries/@jest_schemas@29.6.3.json new file mode 100644 index 0000000..4d5597b --- /dev/null +++ b/android/config/libraries/@jest_schemas@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/schemas","tag":"","uniqueId":"@jest_schemas@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_transform@29.7.0.json b/android/config/libraries/@jest_transform@29.7.0.json new file mode 100644 index 0000000..bf1f384 --- /dev/null +++ b/android/config/libraries/@jest_transform@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/transform","tag":"","uniqueId":"@jest_transform@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_types@29.6.3.json b/android/config/libraries/@jest_types@29.6.3.json new file mode 100644 index 0000000..1d7bd7b --- /dev/null +++ b/android/config/libraries/@jest_types@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/types","tag":"","uniqueId":"@jest_types@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json b/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json new file mode 100644 index 0000000..3c72ed3 --- /dev/null +++ b/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.13","description":"Generate source maps","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/gen-mapping","tag":"","uniqueId":"@jridgewell_gen-mapping@0.3.13","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_remapping@2.3.5.json b/android/config/libraries/@jridgewell_remapping@2.3.5.json new file mode 100644 index 0000000..41d04c3 --- /dev/null +++ b/android/config/libraries/@jridgewell_remapping@2.3.5.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.5","description":"Remap sequential sourcemaps through transformations to point at the original source code","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/remapping","tag":"","uniqueId":"@jridgewell_remapping@2.3.5","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json b/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json new file mode 100644 index 0000000..ed98131 --- /dev/null +++ b/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.2","description":"Resolve a URI relative to an optional base URI","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6"],"name":"@jridgewell/resolve-uri","tag":"","uniqueId":"@jridgewell_resolve-uri@3.1.2","website":"https://github.com/jridgewell/resolve-uri"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_source-map@0.3.11.json b/android/config/libraries/@jridgewell_source-map@0.3.11.json new file mode 100644 index 0000000..36ae668 --- /dev/null +++ b/android/config/libraries/@jridgewell_source-map@0.3.11.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.11","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/source-map","tag":"","uniqueId":"@jridgewell_source-map@0.3.11","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json b/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json new file mode 100644 index 0000000..b92a4eb --- /dev/null +++ b/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json @@ -0,0 +1 @@ +{"artifactVersion":"1.5.5","description":"Encode/decode sourcemap mappings","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/sourcemap-codec","tag":"","uniqueId":"@jridgewell_sourcemap-codec@1.5.5","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json b/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json new file mode 100644 index 0000000..9bdcb31 --- /dev/null +++ b/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.31","description":"Trace the original position through a source map","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/trace-mapping","tag":"","uniqueId":"@jridgewell_trace-mapping@0.3.31","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_common@12.3.0.json b/android/config/libraries/@react-native-vector-icons_common@12.3.0.json new file mode 100644 index 0000000..8acef35 --- /dev/null +++ b/android/config/libraries/@react-native-vector-icons_common@12.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"12.3.0","description":"Customizable Icons for React Native with support for image source and full styling.","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/common","tag":"","uniqueId":"@react-native-vector-icons_common@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json b/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json new file mode 100644 index 0000000..57a5e0e --- /dev/null +++ b/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"12.3.0","description":"Material Design Icons font for react native vector icons","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/material-design-icons","tag":"","uniqueId":"@react-native-vector-icons_material-design-icons@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json b/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json new file mode 100644 index 0000000..1c01204 --- /dev/null +++ b/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"12.3.0","description":"Material Icons font for react native vector icons","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/material-icons","tag":"","uniqueId":"@react-native-vector-icons_material-icons@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_assets-registry@0.80.1.json b/android/config/libraries/@react-native_assets-registry@0.80.1.json new file mode 100644 index 0000000..f4bae40 --- /dev/null +++ b/android/config/libraries/@react-native_assets-registry@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Asset support code for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/assets-registry","tag":"","uniqueId":"@react-native_assets-registry@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_codegen@0.80.1.json b/android/config/libraries/@react-native_codegen@0.80.1.json new file mode 100644 index 0000000..0a1af25 --- /dev/null +++ b/android/config/libraries/@react-native_codegen@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Code generation tools for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/codegen","tag":"","uniqueId":"@react-native_codegen@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json b/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json new file mode 100644 index 0000000..c731f40 --- /dev/null +++ b/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Core CLI commands for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/community-cli-plugin","tag":"","uniqueId":"@react-native_community-cli-plugin@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_debugger-frontend@0.80.1.json b/android/config/libraries/@react-native_debugger-frontend@0.80.1.json new file mode 100644 index 0000000..6bf3f4c --- /dev/null +++ b/android/config/libraries/@react-native_debugger-frontend@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Debugger frontend for React Native based on Chrome DevTools","developers":[{"name":"","organisationUrl":""}],"licenses":["BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b"],"name":"@react-native/debugger-frontend","tag":"","uniqueId":"@react-native_debugger-frontend@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_dev-middleware@0.80.1.json b/android/config/libraries/@react-native_dev-middleware@0.80.1.json new file mode 100644 index 0000000..25650b1 --- /dev/null +++ b/android/config/libraries/@react-native_dev-middleware@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Dev server middleware for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/dev-middleware","tag":"","uniqueId":"@react-native_dev-middleware@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_gradle-plugin@0.80.1.json b/android/config/libraries/@react-native_gradle-plugin@0.80.1.json new file mode 100644 index 0000000..bff52cd --- /dev/null +++ b/android/config/libraries/@react-native_gradle-plugin@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Gradle Plugin for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/gradle-plugin","tag":"","uniqueId":"@react-native_gradle-plugin@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_js-polyfills@0.80.1.json b/android/config/libraries/@react-native_js-polyfills@0.80.1.json new file mode 100644 index 0000000..4979192 --- /dev/null +++ b/android/config/libraries/@react-native_js-polyfills@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Polyfills for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/js-polyfills","tag":"","uniqueId":"@react-native_js-polyfills@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_new-app-screen@0.80.1.json b/android/config/libraries/@react-native_new-app-screen@0.80.1.json new file mode 100644 index 0000000..85b5f22 --- /dev/null +++ b/android/config/libraries/@react-native_new-app-screen@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"NewAppScreen component for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/new-app-screen","tag":"","uniqueId":"@react-native_new-app-screen@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_normalize-colors@0.80.1.json b/android/config/libraries/@react-native_normalize-colors@0.80.1.json new file mode 100644 index 0000000..bd1bc8f --- /dev/null +++ b/android/config/libraries/@react-native_normalize-colors@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Color normalization for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/normalize-colors","tag":"","uniqueId":"@react-native_normalize-colors@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_virtualized-lists@0.80.1.json b/android/config/libraries/@react-native_virtualized-lists@0.80.1.json new file mode 100644 index 0000000..b30e0d5 --- /dev/null +++ b/android/config/libraries/@react-native_virtualized-lists@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"Virtualized lists for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/virtualized-lists","tag":"","uniqueId":"@react-native_virtualized-lists@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json b/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json new file mode 100644 index 0000000..aa91596 --- /dev/null +++ b/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json @@ -0,0 +1 @@ +{"artifactVersion":"7.4.9","description":"Bottom tab navigator following iOS design guidelines","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/bottom-tabs","tag":"","uniqueId":"@react-navigation_bottom-tabs@7.4.9","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_core@7.12.4.json b/android/config/libraries/@react-navigation_core@7.12.4.json new file mode 100644 index 0000000..8e53bce --- /dev/null +++ b/android/config/libraries/@react-navigation_core@7.12.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.12.4","description":"Core utilities for building navigators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/core","tag":"","uniqueId":"@react-navigation_core@7.12.4","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_elements@2.6.5.json b/android/config/libraries/@react-navigation_elements@2.6.5.json new file mode 100644 index 0000000..7fc98ff --- /dev/null +++ b/android/config/libraries/@react-navigation_elements@2.6.5.json @@ -0,0 +1 @@ +{"artifactVersion":"2.6.5","description":"UI Components for React Navigation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/elements","tag":"","uniqueId":"@react-navigation_elements@2.6.5","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_native-stack@7.3.28.json b/android/config/libraries/@react-navigation_native-stack@7.3.28.json new file mode 100644 index 0000000..dd1b89d --- /dev/null +++ b/android/config/libraries/@react-navigation_native-stack@7.3.28.json @@ -0,0 +1 @@ +{"artifactVersion":"7.3.28","description":"Native stack navigator using react-native-screens","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/native-stack","tag":"","uniqueId":"@react-navigation_native-stack@7.3.28","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_native@7.1.18.json b/android/config/libraries/@react-navigation_native@7.1.18.json new file mode 100644 index 0000000..0a6446b --- /dev/null +++ b/android/config/libraries/@react-navigation_native@7.1.18.json @@ -0,0 +1 @@ +{"artifactVersion":"7.1.18","description":"React Native integration for React Navigation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/native","tag":"","uniqueId":"@react-navigation_native@7.1.18","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_routers@7.5.1.json b/android/config/libraries/@react-navigation_routers@7.5.1.json new file mode 100644 index 0000000..36c8fed --- /dev/null +++ b/android/config/libraries/@react-navigation_routers@7.5.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.5.1","description":"Routers to help build custom navigators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/routers","tag":"","uniqueId":"@react-navigation_routers@7.5.1","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@sinclair_typebox@0.27.8.json b/android/config/libraries/@sinclair_typebox@0.27.8.json new file mode 100644 index 0000000..99a8427 --- /dev/null +++ b/android/config/libraries/@sinclair_typebox@0.27.8.json @@ -0,0 +1 @@ +{"artifactVersion":"0.27.8","description":"JSONSchema Type Builder with Static Type Resolution for TypeScript","developers":[{"name":"sinclairzx81","organisationUrl":""}],"licenses":["MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6"],"name":"@sinclair/typebox","tag":"","uniqueId":"@sinclair_typebox@0.27.8","website":"https://github.com/sinclairzx81/typebox"} \ No newline at end of file diff --git a/android/config/libraries/@sinonjs_commons@3.0.1.json b/android/config/libraries/@sinonjs_commons@3.0.1.json new file mode 100644 index 0000000..a119c11 --- /dev/null +++ b/android/config/libraries/@sinonjs_commons@3.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.1","description":"Simple functions shared among the sinon end user libraries","developers":[{"name":"","organisationUrl":""}],"licenses":["BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701"],"name":"@sinonjs/commons","tag":"","uniqueId":"@sinonjs_commons@3.0.1","website":"https://github.com/sinonjs/commons"} \ No newline at end of file diff --git a/android/config/libraries/@sinonjs_fake-timers@10.3.0.json b/android/config/libraries/@sinonjs_fake-timers@10.3.0.json new file mode 100644 index 0000000..e2aa271 --- /dev/null +++ b/android/config/libraries/@sinonjs_fake-timers@10.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"10.3.0","description":"Fake JavaScript timers","developers":[{"name":"Christian Johansen","organisationUrl":""}],"licenses":["BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d"],"name":"@sinonjs/fake-timers","tag":"","uniqueId":"@sinonjs_fake-timers@10.3.0","website":"https://github.com/sinonjs/fake-timers"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__core@7.20.5.json b/android/config/libraries/@types_babel__core@7.20.5.json new file mode 100644 index 0000000..05cebe5 --- /dev/null +++ b/android/config/libraries/@types_babel__core@7.20.5.json @@ -0,0 +1 @@ +{"artifactVersion":"7.20.5","description":"TypeScript definitions for @babel/core","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__core","tag":"","uniqueId":"@types_babel__core@7.20.5","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__generator@7.27.0.json b/android/config/libraries/@types_babel__generator@7.27.0.json new file mode 100644 index 0000000..2f8c493 --- /dev/null +++ b/android/config/libraries/@types_babel__generator@7.27.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.27.0","description":"TypeScript definitions for @babel/generator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__generator","tag":"","uniqueId":"@types_babel__generator@7.27.0","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__template@7.4.4.json b/android/config/libraries/@types_babel__template@7.4.4.json new file mode 100644 index 0000000..5fb3815 --- /dev/null +++ b/android/config/libraries/@types_babel__template@7.4.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.4.4","description":"TypeScript definitions for @babel/template","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__template","tag":"","uniqueId":"@types_babel__template@7.4.4","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__traverse@7.28.0.json b/android/config/libraries/@types_babel__traverse@7.28.0.json new file mode 100644 index 0000000..b27a3e5 --- /dev/null +++ b/android/config/libraries/@types_babel__traverse@7.28.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.28.0","description":"TypeScript definitions for @babel/traverse","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__traverse","tag":"","uniqueId":"@types_babel__traverse@7.28.0","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_graceful-fs@4.1.9.json b/android/config/libraries/@types_graceful-fs@4.1.9.json new file mode 100644 index 0000000..df704fe --- /dev/null +++ b/android/config/libraries/@types_graceful-fs@4.1.9.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.9","description":"TypeScript definitions for graceful-fs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/graceful-fs","tag":"","uniqueId":"@types_graceful-fs@4.1.9","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json b/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json new file mode 100644 index 0000000..e281f89 --- /dev/null +++ b/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.6","description":"TypeScript definitions for istanbul-lib-coverage","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-lib-coverage","tag":"","uniqueId":"@types_istanbul-lib-coverage@2.0.6","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-lib-report@3.0.3.json b/android/config/libraries/@types_istanbul-lib-report@3.0.3.json new file mode 100644 index 0000000..818f138 --- /dev/null +++ b/android/config/libraries/@types_istanbul-lib-report@3.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.3","description":"TypeScript definitions for istanbul-lib-report","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-lib-report","tag":"","uniqueId":"@types_istanbul-lib-report@3.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-reports@3.0.4.json b/android/config/libraries/@types_istanbul-reports@3.0.4.json new file mode 100644 index 0000000..d52a61f --- /dev/null +++ b/android/config/libraries/@types_istanbul-reports@3.0.4.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.4","description":"TypeScript definitions for istanbul-reports","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-reports","tag":"","uniqueId":"@types_istanbul-reports@3.0.4","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_node@22.19.1.json b/android/config/libraries/@types_node@22.19.1.json new file mode 100644 index 0000000..1150fa7 --- /dev/null +++ b/android/config/libraries/@types_node@22.19.1.json @@ -0,0 +1 @@ +{"artifactVersion":"22.19.1","description":"TypeScript definitions for node","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/node","tag":"","uniqueId":"@types_node@22.19.1","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_stack-utils@2.0.3.json b/android/config/libraries/@types_stack-utils@2.0.3.json new file mode 100644 index 0000000..be3a509 --- /dev/null +++ b/android/config/libraries/@types_stack-utils@2.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.3","description":"TypeScript definitions for stack-utils","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/stack-utils","tag":"","uniqueId":"@types_stack-utils@2.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_yargs-parser@21.0.3.json b/android/config/libraries/@types_yargs-parser@21.0.3.json new file mode 100644 index 0000000..b22b8bd --- /dev/null +++ b/android/config/libraries/@types_yargs-parser@21.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"21.0.3","description":"TypeScript definitions for yargs-parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/yargs-parser","tag":"","uniqueId":"@types_yargs-parser@21.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_yargs@17.0.33.json b/android/config/libraries/@types_yargs@17.0.33.json new file mode 100644 index 0000000..efea894 --- /dev/null +++ b/android/config/libraries/@types_yargs@17.0.33.json @@ -0,0 +1 @@ +{"artifactVersion":"17.0.33","description":"TypeScript definitions for yargs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/yargs","tag":"","uniqueId":"@types_yargs@17.0.33","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@xmldom_xmldom@0.8.11.json b/android/config/libraries/@xmldom_xmldom@0.8.11.json new file mode 100644 index 0000000..435e44b --- /dev/null +++ b/android/config/libraries/@xmldom_xmldom@0.8.11.json @@ -0,0 +1 @@ +{"artifactVersion":"0.8.11","description":"A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856"],"name":"@xmldom/xmldom","tag":"","uniqueId":"@xmldom_xmldom@0.8.11","website":"https://github.com/xmldom/xmldom"} \ No newline at end of file diff --git a/android/config/libraries/abort-controller@3.0.0.json b/android/config/libraries/abort-controller@3.0.0.json new file mode 100644 index 0000000..b96cc3c --- /dev/null +++ b/android/config/libraries/abort-controller@3.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.0","description":"An implementation of WHATWG AbortController interface.","developers":[{"name":"Toru Nagashima (https://github.com/mysticatea)","organisationUrl":""}],"licenses":["MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f"],"name":"abort-controller","tag":"","uniqueId":"abort-controller@3.0.0","website":"https://github.com/mysticatea/abort-controller"} \ No newline at end of file diff --git a/android/config/libraries/accepts@1.3.8.json b/android/config/libraries/accepts@1.3.8.json new file mode 100644 index 0000000..5a9d442 --- /dev/null +++ b/android/config/libraries/accepts@1.3.8.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.8","description":"Higher-level content negotiation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606"],"name":"accepts","tag":"","uniqueId":"accepts@1.3.8","website":"jshttp/accepts"} \ No newline at end of file diff --git a/android/config/libraries/acorn@8.15.0.json b/android/config/libraries/acorn@8.15.0.json new file mode 100644 index 0000000..e5d299f --- /dev/null +++ b/android/config/libraries/acorn@8.15.0.json @@ -0,0 +1 @@ +{"artifactVersion":"8.15.0","description":"ECMAScript parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511"],"name":"acorn","tag":"","uniqueId":"acorn@8.15.0","website":"https://github.com/acornjs/acorn"} \ No newline at end of file diff --git a/android/config/libraries/agent-base@7.1.4.json b/android/config/libraries/agent-base@7.1.4.json new file mode 100644 index 0000000..d769e2f --- /dev/null +++ b/android/config/libraries/agent-base@7.1.4.json @@ -0,0 +1 @@ +{"artifactVersion":"7.1.4","description":"Turn a function into an `http.Agent` instance","developers":[{"name":"Nathan Rajlich (http://n8.io/)","organisationUrl":""}],"licenses":["MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea"],"name":"agent-base","tag":"","uniqueId":"agent-base@7.1.4","website":"https://github.com/TooTallNate/proxy-agents"} \ No newline at end of file diff --git a/android/config/libraries/anser@1.4.10.json b/android/config/libraries/anser@1.4.10.json new file mode 100644 index 0000000..189e792 --- /dev/null +++ b/android/config/libraries/anser@1.4.10.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.10","description":"A low level parser for ANSI sequences.","developers":[{"name":"Ionică Bizău (https://ionicabizau.net)","organisationUrl":""}],"licenses":["MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d"],"name":"anser","tag":"","uniqueId":"anser@1.4.10","website":"https://github.com/IonicaBizau/anser"} \ No newline at end of file diff --git a/android/config/libraries/ansi-regex@5.0.1.json b/android/config/libraries/ansi-regex@5.0.1.json new file mode 100644 index 0000000..bd8dd67 --- /dev/null +++ b/android/config/libraries/ansi-regex@5.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.1","description":"Regular expression for matching ANSI escape codes","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-regex","tag":"","uniqueId":"ansi-regex@5.0.1","website":"chalk/ansi-regex"} \ No newline at end of file diff --git a/android/config/libraries/ansi-styles@4.3.0.json b/android/config/libraries/ansi-styles@4.3.0.json new file mode 100644 index 0000000..da11a3f --- /dev/null +++ b/android/config/libraries/ansi-styles@4.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.3.0","description":"ANSI escape codes for styling strings in the terminal","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-styles","tag":"","uniqueId":"ansi-styles@4.3.0","website":"chalk/ansi-styles"} \ No newline at end of file diff --git a/android/config/libraries/ansi-styles@5.2.0.json b/android/config/libraries/ansi-styles@5.2.0.json new file mode 100644 index 0000000..0428e70 --- /dev/null +++ b/android/config/libraries/ansi-styles@5.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.2.0","description":"ANSI escape codes for styling strings in the terminal","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-styles","tag":"","uniqueId":"ansi-styles@5.2.0","website":"chalk/ansi-styles"} \ No newline at end of file diff --git a/android/config/libraries/anymatch@3.1.3.json b/android/config/libraries/anymatch@3.1.3.json new file mode 100644 index 0000000..c90eab9 --- /dev/null +++ b/android/config/libraries/anymatch@3.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.3","description":"Matches strings against configurable strings, globs, regular expressions, and/or functions","developers":[{"name":"Elan Shanker","organisationUrl":""}],"licenses":["ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e"],"name":"anymatch","tag":"","uniqueId":"anymatch@3.1.3","website":"https://github.com/micromatch/anymatch"} \ No newline at end of file diff --git a/android/config/libraries/argparse@1.0.10.json b/android/config/libraries/argparse@1.0.10.json new file mode 100644 index 0000000..0689918 --- /dev/null +++ b/android/config/libraries/argparse@1.0.10.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.10","description":"Very powerful CLI arguments parser. Native port of argparse - python's options parsing library","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7"],"name":"argparse","tag":"","uniqueId":"argparse@1.0.10","website":"nodeca/argparse"} \ No newline at end of file diff --git a/android/config/libraries/array-equal@2.0.0.json b/android/config/libraries/array-equal@2.0.0.json new file mode 100644 index 0000000..8de751f --- /dev/null +++ b/android/config/libraries/array-equal@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Check if two arrays are equal","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a"],"name":"array-equal","tag":"","uniqueId":"array-equal@2.0.0","website":"sindresorhus/array-equal"} \ No newline at end of file diff --git a/android/config/libraries/asap@2.0.6.json b/android/config/libraries/asap@2.0.6.json new file mode 100644 index 0000000..8cea336 --- /dev/null +++ b/android/config/libraries/asap@2.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.6","description":"High-priority task queue for Node.js and browsers","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950"],"name":"asap","tag":"","uniqueId":"asap@2.0.6","website":"https://github.com/kriskowal/asap"} \ No newline at end of file diff --git a/android/config/libraries/async-limiter@1.0.1.json b/android/config/libraries/async-limiter@1.0.1.json new file mode 100644 index 0000000..f8840fe --- /dev/null +++ b/android/config/libraries/async-limiter@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"asynchronous function queue with adjustable concurrency","developers":[{"name":"Samuel Reed ","organisationUrl":""}],"licenses":["MIT_c502ab890efbf3a02ce07e6c5a0e7bc5f6d1fe4c07a6853ea6dcda1eea5734e4c6cf5a3b01ff0933938ec0f904668ff6ceef6c30f06a028282d7bed0ff5e80fd"],"name":"asynckit","tag":"","uniqueId":"asynckit@0.4.0","website":"https://github.com/alexindigo/asynckit"} \ No newline at end of file diff --git a/android/config/libraries/axios@1.13.2.json b/android/config/libraries/axios@1.13.2.json new file mode 100644 index 0000000..d7a9c01 --- /dev/null +++ b/android/config/libraries/axios@1.13.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.13.2","description":"Promise based HTTP client for the browser and node.js","developers":[{"name":"Matt Zabriskie","organisationUrl":""}],"licenses":["MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c"],"name":"axios","tag":"","uniqueId":"axios@1.13.2","website":"https://github.com/axios/axios"} \ No newline at end of file diff --git a/android/config/libraries/babel-jest@29.7.0.json b/android/config/libraries/babel-jest@29.7.0.json new file mode 100644 index 0000000..19acbd1 --- /dev/null +++ b/android/config/libraries/babel-jest@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"Jest plugin to use babel for transformation.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-jest","tag":"","uniqueId":"babel-jest@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-istanbul@6.1.1.json b/android/config/libraries/babel-plugin-istanbul@6.1.1.json new file mode 100644 index 0000000..b879aa7 --- /dev/null +++ b/android/config/libraries/babel-plugin-istanbul@6.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"6.1.1","description":"A babel plugin that adds istanbul instrumentation to ES6 code","developers":[{"name":"Thai Pangsakulyanont @dtinth","organisationUrl":""}],"licenses":["BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97"],"name":"babel-plugin-istanbul","tag":"","uniqueId":"babel-plugin-istanbul@6.1.1","website":"https://github.com/istanbuljs/babel-plugin-istanbul"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json b/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json new file mode 100644 index 0000000..0a5cea9 --- /dev/null +++ b/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-plugin-jest-hoist","tag":"","uniqueId":"babel-plugin-jest-hoist@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json b/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json new file mode 100644 index 0000000..c0b576e --- /dev/null +++ b/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.28.1","description":"Babel plugin which switches Babel to use the Hermes parser.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-plugin-syntax-hermes-parser","tag":"","uniqueId":"babel-plugin-syntax-hermes-parser@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json b/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json new file mode 100644 index 0000000..08d2e79 --- /dev/null +++ b/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.0","description":"A Babel preset that enables parsing of proposals supported by the current Node.js version.","developers":[{"name":"Nicolò Ribaudo","organisationUrl":""}],"licenses":["MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd"],"name":"babel-preset-current-node-syntax","tag":"","uniqueId":"babel-preset-current-node-syntax@1.2.0","website":"https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax"} \ No newline at end of file diff --git a/android/config/libraries/babel-preset-jest@29.6.3.json b/android/config/libraries/babel-preset-jest@29.6.3.json new file mode 100644 index 0000000..03005da --- /dev/null +++ b/android/config/libraries/babel-preset-jest@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-preset-jest","tag":"","uniqueId":"babel-preset-jest@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/balanced-match@1.0.2.json b/android/config/libraries/balanced-match@1.0.2.json new file mode 100644 index 0000000..8ac5a96 --- /dev/null +++ b/android/config/libraries/balanced-match@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"Match balanced character pairs, like \"{\" and \"}\"","developers":[{"name":"Julian Gruber","organisationUrl":""}],"licenses":["MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251"],"name":"balanced-match","tag":"","uniqueId":"balanced-match@1.0.2","website":"https://github.com/juliangruber/balanced-match"} \ No newline at end of file diff --git a/android/config/libraries/base64-js@1.5.1.json b/android/config/libraries/base64-js@1.5.1.json new file mode 100644 index 0000000..f2dd835 --- /dev/null +++ b/android/config/libraries/base64-js@1.5.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.5.1","description":"Base64 encoding/decoding in pure JS","developers":[{"name":"T. Jameson Little ","organisationUrl":""}],"licenses":["MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b"],"name":"base64-js","tag":"","uniqueId":"base64-js@1.5.1","website":"https://github.com/beatgammit/base64-js"} \ No newline at end of file diff --git a/android/config/libraries/baseline-browser-mapping@2.8.18.json b/android/config/libraries/baseline-browser-mapping@2.8.18.json new file mode 100644 index 0000000..afcea6c --- /dev/null +++ b/android/config/libraries/baseline-browser-mapping@2.8.18.json @@ -0,0 +1 @@ +{"artifactVersion":"2.8.18","description":"A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.","developers":[{"name":"","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"baseline-browser-mapping","tag":"","uniqueId":"baseline-browser-mapping@2.8.18","website":"https://github.com/web-platform-dx/baseline-browser-mapping"} \ No newline at end of file diff --git a/android/config/libraries/big-integer@1.6.52.json b/android/config/libraries/big-integer@1.6.52.json new file mode 100644 index 0000000..7b4c6b3 --- /dev/null +++ b/android/config/libraries/big-integer@1.6.52.json @@ -0,0 +1 @@ +{"artifactVersion":"1.6.52","description":"An arbitrary length integer library for Javascript","developers":[{"name":"Peter Olson ","organisationUrl":""}],"licenses":["Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346"],"name":"big-integer","tag":"","uniqueId":"big-integer@1.6.52","website":"https://github.com/peterolson/BigInteger.js"} \ No newline at end of file diff --git a/android/config/libraries/boolbase@1.0.0.json b/android/config/libraries/boolbase@1.0.0.json new file mode 100644 index 0000000..b9f52e8 --- /dev/null +++ b/android/config/libraries/boolbase@1.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.0","description":"two functions: One that returns true, one that returns false","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"boolbase","tag":"","uniqueId":"boolbase@1.0.0","website":"https://github.com/fb55/boolbase"} \ No newline at end of file diff --git a/android/config/libraries/bplist-creator@0.1.0.json b/android/config/libraries/bplist-creator@0.1.0.json new file mode 100644 index 0000000..7727af7 --- /dev/null +++ b/android/config/libraries/bplist-creator@0.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.0","description":"Binary Mac OS X Plist (property list) creator.","developers":[{"name":"Joe Ferner","organisationUrl":""}],"licenses":["MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb"],"name":"bplist-creator","tag":"","uniqueId":"bplist-creator@0.1.0","website":"https://github.com/nearinfinity/node-bplist-creator"} \ No newline at end of file diff --git a/android/config/libraries/bplist-parser@0.3.1.json b/android/config/libraries/bplist-parser@0.3.1.json new file mode 100644 index 0000000..78b39bb --- /dev/null +++ b/android/config/libraries/bplist-parser@0.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.1","description":"Binary plist parser.","developers":[{"name":"Joe Ferner ","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"bplist-parser","tag":"","uniqueId":"bplist-parser@0.3.1","website":"https://github.com/nearinfinity/node-bplist-parser"} \ No newline at end of file diff --git a/android/config/libraries/brace-expansion@1.1.12.json b/android/config/libraries/brace-expansion@1.1.12.json new file mode 100644 index 0000000..3f30734 --- /dev/null +++ b/android/config/libraries/brace-expansion@1.1.12.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.12","description":"Brace expansion as known from sh/bash","developers":[{"name":"Julian Gruber","organisationUrl":""}],"licenses":["MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0"],"name":"brace-expansion","tag":"","uniqueId":"brace-expansion@1.1.12","website":"https://github.com/juliangruber/brace-expansion"} \ No newline at end of file diff --git a/android/config/libraries/braces@3.0.3.json b/android/config/libraries/braces@3.0.3.json new file mode 100644 index 0000000..944ead5 --- /dev/null +++ b/android/config/libraries/braces@3.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.3","description":"Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"braces","tag":"","uniqueId":"braces@3.0.3","website":"micromatch/braces"} \ No newline at end of file diff --git a/android/config/libraries/browserslist@4.26.3.json b/android/config/libraries/browserslist@4.26.3.json new file mode 100644 index 0000000..e902a5f --- /dev/null +++ b/android/config/libraries/browserslist@4.26.3.json @@ -0,0 +1 @@ +{"artifactVersion":"4.26.3","description":"Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c"],"name":"browserslist","tag":"","uniqueId":"browserslist@4.26.3","website":"browserslist/browserslist"} \ No newline at end of file diff --git a/android/config/libraries/bser@2.1.1.json b/android/config/libraries/bser@2.1.1.json new file mode 100644 index 0000000..7a94949 --- /dev/null +++ b/android/config/libraries/bser@2.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.1","description":"JavaScript implementation of the BSER Binary Serialization","developers":[{"name":"Wez Furlong (http://wezfurlong.org)","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"bser","tag":"","uniqueId":"bser@2.1.1","website":"https://github.com/facebook/watchman"} \ No newline at end of file diff --git a/android/config/libraries/buffer-from@1.1.2.json b/android/config/libraries/buffer-from@1.1.2.json new file mode 100644 index 0000000..f411ffd --- /dev/null +++ b/android/config/libraries/buffer-from@1.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.2","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f"],"name":"buffer-from","tag":"","uniqueId":"buffer-from@1.1.2","website":"LinusU/buffer-from"} \ No newline at end of file diff --git a/android/config/libraries/call-bind-apply-helpers@1.0.2.json b/android/config/libraries/call-bind-apply-helpers@1.0.2.json new file mode 100644 index 0000000..c51c90b --- /dev/null +++ b/android/config/libraries/call-bind-apply-helpers@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"Helper functions around Function call/apply/bind, for use in `call-bind`","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"call-bind-apply-helpers","tag":"","uniqueId":"call-bind-apply-helpers@1.0.2","website":"https://github.com/ljharb/call-bind-apply-helpers"} \ No newline at end of file diff --git a/android/config/libraries/caller-callsite@2.0.0.json b/android/config/libraries/caller-callsite@2.0.0.json new file mode 100644 index 0000000..1c1c5b8 --- /dev/null +++ b/android/config/libraries/caller-callsite@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Get the callsite of the caller function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"caller-callsite","tag":"","uniqueId":"caller-callsite@2.0.0","website":"sindresorhus/caller-callsite"} \ No newline at end of file diff --git a/android/config/libraries/caller-path@2.0.0.json b/android/config/libraries/caller-path@2.0.0.json new file mode 100644 index 0000000..409b83d --- /dev/null +++ b/android/config/libraries/caller-path@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Get the path of the caller function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"caller-path","tag":"","uniqueId":"caller-path@2.0.0","website":"sindresorhus/caller-path"} \ No newline at end of file diff --git a/android/config/libraries/callsites@2.0.0.json b/android/config/libraries/callsites@2.0.0.json new file mode 100644 index 0000000..6d21792 --- /dev/null +++ b/android/config/libraries/callsites@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Get callsites from the V8 stack trace API","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"callsites","tag":"","uniqueId":"callsites@2.0.0","website":"sindresorhus/callsites"} \ No newline at end of file diff --git a/android/config/libraries/camelcase@5.3.1.json b/android/config/libraries/camelcase@5.3.1.json new file mode 100644 index 0000000..52b2cfc --- /dev/null +++ b/android/config/libraries/camelcase@5.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.3.1","description":"Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"camelcase","tag":"","uniqueId":"camelcase@5.3.1","website":"sindresorhus/camelcase"} \ No newline at end of file diff --git a/android/config/libraries/camelcase@6.3.0.json b/android/config/libraries/camelcase@6.3.0.json new file mode 100644 index 0000000..25197fd --- /dev/null +++ b/android/config/libraries/camelcase@6.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"6.3.0","description":"Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"camelcase","tag":"","uniqueId":"camelcase@6.3.0","website":"sindresorhus/camelcase"} \ No newline at end of file diff --git a/android/config/libraries/caniuse-lite@1.0.30001751.json b/android/config/libraries/caniuse-lite@1.0.30001751.json new file mode 100644 index 0000000..2ba9863 --- /dev/null +++ b/android/config/libraries/caniuse-lite@1.0.30001751.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.30001751","description":"A smaller version of caniuse-db, with only the essentials!","developers":[{"name":"Ben Briggs","organisationUrl":""}],"licenses":["CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428"],"name":"caniuse-lite","tag":"","uniqueId":"caniuse-lite@1.0.30001751","website":"browserslist/caniuse-lite"} \ No newline at end of file diff --git a/android/config/libraries/chalk@4.1.2.json b/android/config/libraries/chalk@4.1.2.json new file mode 100644 index 0000000..804df81 --- /dev/null +++ b/android/config/libraries/chalk@4.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.2","description":"Terminal string styling done right","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"chalk","tag":"","uniqueId":"chalk@4.1.2","website":"chalk/chalk"} \ No newline at end of file diff --git a/android/config/libraries/chrome-launcher@0.15.2.json b/android/config/libraries/chrome-launcher@0.15.2.json new file mode 100644 index 0000000..21df719 --- /dev/null +++ b/android/config/libraries/chrome-launcher@0.15.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.15.2","description":"Launch latest Chrome with the Devtools Protocol port open","developers":[{"name":"The Chromium Authors","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"chrome-launcher","tag":"","uniqueId":"chrome-launcher@0.15.2","website":"https://github.com/GoogleChrome/chrome-launcher/"} \ No newline at end of file diff --git a/android/config/libraries/chromium-edge-launcher@0.2.0.json b/android/config/libraries/chromium-edge-launcher@0.2.0.json new file mode 100644 index 0000000..26dfb5f --- /dev/null +++ b/android/config/libraries/chromium-edge-launcher@0.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.0","description":"Launch latest Edge with the Devtools Protocol port open","developers":[{"name":"Cezar Augusto","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"chromium-edge-launcher","tag":"","uniqueId":"chromium-edge-launcher@0.2.0","website":"https://github.com/cezaraugusto/chromium-edge-launcher/"} \ No newline at end of file diff --git a/android/config/libraries/ci-info@2.0.0.json b/android/config/libraries/ci-info@2.0.0.json new file mode 100644 index 0000000..5f770a9 --- /dev/null +++ b/android/config/libraries/ci-info@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Get details about the current Continuous Integration environment","developers":[{"name":"Thomas Watson Steen (https://twitter.com/wa7son)","organisationUrl":""}],"licenses":["MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d"],"name":"ci-info","tag":"","uniqueId":"ci-info@2.0.0","website":"https://github.com/watson/ci-info"} \ No newline at end of file diff --git a/android/config/libraries/ci-info@3.9.0.json b/android/config/libraries/ci-info@3.9.0.json new file mode 100644 index 0000000..d715862 --- /dev/null +++ b/android/config/libraries/ci-info@3.9.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.9.0","description":"Get details about the current Continuous Integration environment","developers":[{"name":"Thomas Watson Steen (https://twitter.com/wa7son)","organisationUrl":""}],"licenses":["MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8"],"name":"ci-info","tag":"","uniqueId":"ci-info@3.9.0","website":"https://github.com/watson/ci-info"} \ No newline at end of file diff --git a/android/config/libraries/cliui@8.0.1.json b/android/config/libraries/cliui@8.0.1.json new file mode 100644 index 0000000..6a91d58 --- /dev/null +++ b/android/config/libraries/cliui@8.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"8.0.1","description":"easily create complex multi-column command-line-interfaces","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"cliui","tag":"","uniqueId":"cliui@8.0.1","website":"yargs/cliui"} \ No newline at end of file diff --git a/android/config/libraries/color-convert@1.9.3.json b/android/config/libraries/color-convert@1.9.3.json new file mode 100644 index 0000000..412d58c --- /dev/null +++ b/android/config/libraries/color-convert@1.9.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.9.3","description":"Plain color conversion functions","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b"],"name":"color-convert","tag":"","uniqueId":"color-convert@1.9.3","website":"Qix-/color-convert"} \ No newline at end of file diff --git a/android/config/libraries/color-convert@2.0.1.json b/android/config/libraries/color-convert@2.0.1.json new file mode 100644 index 0000000..4411828 --- /dev/null +++ b/android/config/libraries/color-convert@2.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.1","description":"Plain color conversion functions","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b"],"name":"color-convert","tag":"","uniqueId":"color-convert@2.0.1","website":"Qix-/color-convert"} \ No newline at end of file diff --git a/android/config/libraries/color-name@1.1.3.json b/android/config/libraries/color-name@1.1.3.json new file mode 100644 index 0000000..d79df8f --- /dev/null +++ b/android/config/libraries/color-name@1.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.3","description":"A list of color names and its values","developers":[{"name":"DY ","organisationUrl":""}],"licenses":["MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540"],"name":"color-name","tag":"","uniqueId":"color-name@1.1.3","website":"https://github.com/dfcreative/color-name"} \ No newline at end of file diff --git a/android/config/libraries/color-name@1.1.4.json b/android/config/libraries/color-name@1.1.4.json new file mode 100644 index 0000000..66b793b --- /dev/null +++ b/android/config/libraries/color-name@1.1.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.4","description":"A list of color names and its values","developers":[{"name":"DY ","organisationUrl":""}],"licenses":["MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540"],"name":"color-name","tag":"","uniqueId":"color-name@1.1.4","website":"https://github.com/colorjs/color-name"} \ No newline at end of file diff --git a/android/config/libraries/color-string@1.9.1.json b/android/config/libraries/color-string@1.9.1.json new file mode 100644 index 0000000..83cbdfa --- /dev/null +++ b/android/config/libraries/color-string@1.9.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.9.1","description":"Parser and generator for CSS color strings","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509"],"name":"color-string","tag":"","uniqueId":"color-string@1.9.1","website":"Qix-/color-string"} \ No newline at end of file diff --git a/android/config/libraries/color@3.2.1.json b/android/config/libraries/color@3.2.1.json new file mode 100644 index 0000000..fe56ec7 --- /dev/null +++ b/android/config/libraries/color@3.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"3.2.1","description":"Color conversion and manipulation with CSS string support","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38"],"name":"color","tag":"","uniqueId":"color@3.2.1","website":"Qix-/color"} \ No newline at end of file diff --git a/android/config/libraries/color@4.2.3.json b/android/config/libraries/color@4.2.3.json new file mode 100644 index 0000000..29aff27 --- /dev/null +++ b/android/config/libraries/color@4.2.3.json @@ -0,0 +1 @@ +{"artifactVersion":"4.2.3","description":"Color conversion and manipulation with CSS string support","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38"],"name":"color","tag":"","uniqueId":"color@4.2.3","website":"Qix-/color"} \ No newline at end of file diff --git a/android/config/libraries/combined-stream@1.0.8.json b/android/config/libraries/combined-stream@1.0.8.json new file mode 100644 index 0000000..90079e9 --- /dev/null +++ b/android/config/libraries/combined-stream@1.0.8.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.8","description":"A stream that emits multiple other streams one after another.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a"],"name":"combined-stream","tag":"","uniqueId":"combined-stream@1.0.8","website":"https://github.com/felixge/node-combined-stream"} \ No newline at end of file diff --git a/android/config/libraries/commander@12.1.0.json b/android/config/libraries/commander@12.1.0.json new file mode 100644 index 0000000..dd27319 --- /dev/null +++ b/android/config/libraries/commander@12.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"12.1.0","description":"the complete solution for node.js command-line programs","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867"],"name":"commander","tag":"","uniqueId":"commander@12.1.0","website":"https://github.com/tj/commander.js"} \ No newline at end of file diff --git a/android/config/libraries/commander@2.20.3.json b/android/config/libraries/commander@2.20.3.json new file mode 100644 index 0000000..f6b94ba --- /dev/null +++ b/android/config/libraries/commander@2.20.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.20.3","description":"the complete solution for node.js command-line programs","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867"],"name":"commander","tag":"","uniqueId":"commander@2.20.3","website":"https://github.com/tj/commander.js"} \ No newline at end of file diff --git a/android/config/libraries/concat-map@0.0.1.json b/android/config/libraries/concat-map@0.0.1.json new file mode 100644 index 0000000..91123d4 --- /dev/null +++ b/android/config/libraries/concat-map@0.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.0.1","description":"concatenative mapdashery","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962"],"name":"concat-map","tag":"","uniqueId":"concat-map@0.0.1","website":"https://github.com/substack/node-concat-map"} \ No newline at end of file diff --git a/android/config/libraries/connect@3.7.0.json b/android/config/libraries/connect@3.7.0.json new file mode 100644 index 0000000..3148a47 --- /dev/null +++ b/android/config/libraries/connect@3.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.7.0","description":"High performance middleware framework","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f"],"name":"connect","tag":"","uniqueId":"connect@3.7.0","website":"senchalabs/connect"} \ No newline at end of file diff --git a/android/config/libraries/convert-source-map@2.0.0.json b/android/config/libraries/convert-source-map@2.0.0.json new file mode 100644 index 0000000..db6bf0a --- /dev/null +++ b/android/config/libraries/convert-source-map@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Converts a source-map from/to different formats and allows adding/changing properties.","developers":[{"name":"Thorsten Lorenz","organisationUrl":""}],"licenses":["MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1"],"name":"convert-source-map","tag":"","uniqueId":"convert-source-map@2.0.0","website":"https://github.com/thlorenz/convert-source-map"} \ No newline at end of file diff --git a/android/config/libraries/cosmiconfig@5.2.1.json b/android/config/libraries/cosmiconfig@5.2.1.json new file mode 100644 index 0000000..f1e7043 --- /dev/null +++ b/android/config/libraries/cosmiconfig@5.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.2.1","description":"Find and load configuration from a package.json property, rc file, or CommonJS module","developers":[{"name":"David Clark ","organisationUrl":""}],"licenses":["MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354"],"name":"cosmiconfig","tag":"","uniqueId":"cosmiconfig@5.2.1","website":"https://github.com/davidtheclark/cosmiconfig"} \ No newline at end of file diff --git a/android/config/libraries/css-select@5.2.2.json b/android/config/libraries/css-select@5.2.2.json new file mode 100644 index 0000000..0c86f1e --- /dev/null +++ b/android/config/libraries/css-select@5.2.2.json @@ -0,0 +1 @@ +{"artifactVersion":"5.2.2","description":"a CSS selector compiler/engine","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"css-select","tag":"","uniqueId":"css-select@5.2.2","website":"https://github.com/fb55/css-select"} \ No newline at end of file diff --git a/android/config/libraries/css-tree@1.1.3.json b/android/config/libraries/css-tree@1.1.3.json new file mode 100644 index 0000000..8f9f99b --- /dev/null +++ b/android/config/libraries/css-tree@1.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.3","description":"A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations","developers":[{"name":"Roman Dvornov (https://github.com/lahmatiy)","organisationUrl":""}],"licenses":["MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3"],"name":"css-tree","tag":"","uniqueId":"css-tree@1.1.3","website":"csstree/csstree"} \ No newline at end of file diff --git a/android/config/libraries/css-what@6.2.2.json b/android/config/libraries/css-what@6.2.2.json new file mode 100644 index 0000000..6304597 --- /dev/null +++ b/android/config/libraries/css-what@6.2.2.json @@ -0,0 +1 @@ +{"artifactVersion":"6.2.2","description":"a CSS selector parser","developers":[{"name":"Felix Böhm (http://feedic.com)","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"css-what","tag":"","uniqueId":"css-what@6.2.2","website":"https://github.com/fb55/css-what"} \ No newline at end of file diff --git a/android/config/libraries/debug@2.6.9.json b/android/config/libraries/debug@2.6.9.json new file mode 100644 index 0000000..e136178 --- /dev/null +++ b/android/config/libraries/debug@2.6.9.json @@ -0,0 +1 @@ +{"artifactVersion":"2.6.9","description":"small debugging utility","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac"],"name":"debug","tag":"","uniqueId":"debug@2.6.9","website":"https://github.com/visionmedia/debug"} \ No newline at end of file diff --git a/android/config/libraries/debug@4.4.3.json b/android/config/libraries/debug@4.4.3.json new file mode 100644 index 0000000..dc1babc --- /dev/null +++ b/android/config/libraries/debug@4.4.3.json @@ -0,0 +1 @@ +{"artifactVersion":"4.4.3","description":"Lightweight debugging utility for Node.js and the browser","developers":[{"name":"Josh Junon (https://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058"],"name":"debug","tag":"","uniqueId":"debug@4.4.3","website":"https://github.com/debug-js/debug"} \ No newline at end of file diff --git a/android/config/libraries/decode-uri-component@0.2.2.json b/android/config/libraries/decode-uri-component@0.2.2.json new file mode 100644 index 0000000..1e383fc --- /dev/null +++ b/android/config/libraries/decode-uri-component@0.2.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.2","description":"A better decodeURIComponent","developers":[{"name":"Sam Verschueren","organisationUrl":""}],"licenses":["MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7"],"name":"decode-uri-component","tag":"","uniqueId":"decode-uri-component@0.2.2","website":"SamVerschueren/decode-uri-component"} \ No newline at end of file diff --git a/android/config/libraries/deepmerge@3.3.0.json b/android/config/libraries/deepmerge@3.3.0.json new file mode 100644 index 0000000..a61b497 --- /dev/null +++ b/android/config/libraries/deepmerge@3.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.3.0","description":"A library for deep (recursive) merging of Javascript objects","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"deepmerge","tag":"","uniqueId":"deepmerge@3.3.0","website":"https://github.com/TehShrike/deepmerge"} \ No newline at end of file diff --git a/android/config/libraries/delayed-stream@1.0.0.json b/android/config/libraries/delayed-stream@1.0.0.json new file mode 100644 index 0000000..b436634 --- /dev/null +++ b/android/config/libraries/delayed-stream@1.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.0","description":"Buffers events from a stream until you are ready to handle them.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a"],"name":"delayed-stream","tag":"","uniqueId":"delayed-stream@1.0.0","website":"https://github.com/felixge/node-delayed-stream"} \ No newline at end of file diff --git a/android/config/libraries/depd@2.0.0.json b/android/config/libraries/depd@2.0.0.json new file mode 100644 index 0000000..2e2f36d --- /dev/null +++ b/android/config/libraries/depd@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Deprecate all the things","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd"],"name":"depd","tag":"","uniqueId":"depd@2.0.0","website":"dougwilson/nodejs-depd"} \ No newline at end of file diff --git a/android/config/libraries/destroy@1.2.0.json b/android/config/libraries/destroy@1.2.0.json new file mode 100644 index 0000000..5140e3d --- /dev/null +++ b/android/config/libraries/destroy@1.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.0","description":"destroy a stream if possible","developers":[{"name":"Jonathan Ong","organisationUrl":""}],"licenses":["MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce"],"name":"destroy","tag":"","uniqueId":"destroy@1.2.0","website":"stream-utils/destroy"} \ No newline at end of file diff --git a/android/config/libraries/dom-serializer@2.0.0.json b/android/config/libraries/dom-serializer@2.0.0.json new file mode 100644 index 0000000..a38b612 --- /dev/null +++ b/android/config/libraries/dom-serializer@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"render domhandler DOM nodes to a string","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735"],"name":"dom-serializer","tag":"","uniqueId":"dom-serializer@2.0.0","website":"https://github.com/cheeriojs/dom-serializer"} \ No newline at end of file diff --git a/android/config/libraries/domelementtype@2.3.0.json b/android/config/libraries/domelementtype@2.3.0.json new file mode 100644 index 0000000..5ea6286 --- /dev/null +++ b/android/config/libraries/domelementtype@2.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.0","description":"all the types of nodes in htmlparser2's dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domelementtype","tag":"","uniqueId":"domelementtype@2.3.0","website":"https://github.com/fb55/domelementtype"} \ No newline at end of file diff --git a/android/config/libraries/domhandler@5.0.3.json b/android/config/libraries/domhandler@5.0.3.json new file mode 100644 index 0000000..5852e0e --- /dev/null +++ b/android/config/libraries/domhandler@5.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.3","description":"Handler for htmlparser2 that turns pages into a dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domhandler","tag":"","uniqueId":"domhandler@5.0.3","website":"https://github.com/fb55/domhandler"} \ No newline at end of file diff --git a/android/config/libraries/domutils@3.2.2.json b/android/config/libraries/domutils@3.2.2.json new file mode 100644 index 0000000..1e245f8 --- /dev/null +++ b/android/config/libraries/domutils@3.2.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.2.2","description":"Utilities for working with htmlparser2's dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domutils","tag":"","uniqueId":"domutils@3.2.2","website":"https://github.com/fb55/domutils"} \ No newline at end of file diff --git a/android/config/libraries/dunder-proto@1.0.1.json b/android/config/libraries/dunder-proto@1.0.1.json new file mode 100644 index 0000000..74df77b --- /dev/null +++ b/android/config/libraries/dunder-proto@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"If available, the `Object.prototype.__proto__` accessor and mutator, call-bound","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad"],"name":"dunder-proto","tag":"","uniqueId":"dunder-proto@1.0.1","website":"https://github.com/es-shims/dunder-proto"} \ No newline at end of file diff --git a/android/config/libraries/ee-first@1.1.1.json b/android/config/libraries/ee-first@1.1.1.json new file mode 100644 index 0000000..cf41b69 --- /dev/null +++ b/android/config/libraries/ee-first@1.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.1","description":"return the first event in a set of ee/event pairs","developers":[{"name":"Jonathan Ong","organisationUrl":""}],"licenses":["MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99"],"name":"ee-first","tag":"","uniqueId":"ee-first@1.1.1","website":"jonathanong/ee-first"} \ No newline at end of file diff --git a/android/config/libraries/electron-to-chromium@1.5.237.json b/android/config/libraries/electron-to-chromium@1.5.237.json new file mode 100644 index 0000000..29d9871 --- /dev/null +++ b/android/config/libraries/electron-to-chromium@1.5.237.json @@ -0,0 +1 @@ +{"artifactVersion":"1.5.237","description":"Provides a list of electron-to-chromium version mappings","developers":[{"name":"Kilian Valkhof","organisationUrl":""}],"licenses":["ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe"],"name":"electron-to-chromium","tag":"","uniqueId":"electron-to-chromium@1.5.237","website":"https://github.com/kilian/electron-to-chromium/"} \ No newline at end of file diff --git a/android/config/libraries/emoji-regex@8.0.0.json b/android/config/libraries/emoji-regex@8.0.0.json new file mode 100644 index 0000000..b3d8884 --- /dev/null +++ b/android/config/libraries/emoji-regex@8.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"8.0.0","description":"A regular expression to match all Emoji-only symbols as per the Unicode Standard.","developers":[{"name":"Mathias Bynens","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"emoji-regex","tag":"","uniqueId":"emoji-regex@8.0.0","website":"https://github.com/mathiasbynens/emoji-regex"} \ No newline at end of file diff --git a/android/config/libraries/encodeurl@1.0.2.json b/android/config/libraries/encodeurl@1.0.2.json new file mode 100644 index 0000000..ad15435 --- /dev/null +++ b/android/config/libraries/encodeurl@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8"],"name":"encodeurl","tag":"","uniqueId":"encodeurl@1.0.2","website":"pillarjs/encodeurl"} \ No newline at end of file diff --git a/android/config/libraries/encodeurl@2.0.0.json b/android/config/libraries/encodeurl@2.0.0.json new file mode 100644 index 0000000..c7edc81 --- /dev/null +++ b/android/config/libraries/encodeurl@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8"],"name":"encodeurl","tag":"","uniqueId":"encodeurl@2.0.0","website":"pillarjs/encodeurl"} \ No newline at end of file diff --git a/android/config/libraries/entities@4.5.0.json b/android/config/libraries/entities@4.5.0.json new file mode 100644 index 0000000..01655a7 --- /dev/null +++ b/android/config/libraries/entities@4.5.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.5.0","description":"Encode & decode XML and HTML entities with ease & speed","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"entities","tag":"","uniqueId":"entities@4.5.0","website":"https://github.com/fb55/entities"} \ No newline at end of file diff --git a/android/config/libraries/error-ex@1.3.4.json b/android/config/libraries/error-ex@1.3.4.json new file mode 100644 index 0000000..1fd6f01 --- /dev/null +++ b/android/config/libraries/error-ex@1.3.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.4","description":"Easy error subclassing and stack customization","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"error-ex","tag":"","uniqueId":"error-ex@1.3.4","website":"qix-/node-error-ex"} \ No newline at end of file diff --git a/android/config/libraries/error-stack-parser@2.1.4.json b/android/config/libraries/error-stack-parser@2.1.4.json new file mode 100644 index 0000000..7f3c8e3 --- /dev/null +++ b/android/config/libraries/error-stack-parser@2.1.4.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.4","description":"Extract meaning from JS Errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e"],"name":"error-stack-parser","tag":"","uniqueId":"error-stack-parser@2.1.4","website":"https://github.com/stacktracejs/error-stack-parser"} \ No newline at end of file diff --git a/android/config/libraries/es-define-property@1.0.1.json b/android/config/libraries/es-define-property@1.0.1.json new file mode 100644 index 0000000..057a312 --- /dev/null +++ b/android/config/libraries/es-define-property@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"`Object.defineProperty`, but not IE 8's broken one.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-define-property","tag":"","uniqueId":"es-define-property@1.0.1","website":"https://github.com/ljharb/es-define-property"} \ No newline at end of file diff --git a/android/config/libraries/es-errors@1.3.0.json b/android/config/libraries/es-errors@1.3.0.json new file mode 100644 index 0000000..d748690 --- /dev/null +++ b/android/config/libraries/es-errors@1.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.0","description":"A simple cache for a few of the JS Error constructors.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-errors","tag":"","uniqueId":"es-errors@1.3.0","website":"https://github.com/ljharb/es-errors"} \ No newline at end of file diff --git a/android/config/libraries/es-object-atoms@1.1.1.json b/android/config/libraries/es-object-atoms@1.1.1.json new file mode 100644 index 0000000..b163a2f --- /dev/null +++ b/android/config/libraries/es-object-atoms@1.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.1","description":"ES Object-related atoms: Object, ToObject, RequireObjectCoercible","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-object-atoms","tag":"","uniqueId":"es-object-atoms@1.1.1","website":"https://github.com/ljharb/es-object-atoms"} \ No newline at end of file diff --git a/android/config/libraries/es-set-tostringtag@2.1.0.json b/android/config/libraries/es-set-tostringtag@2.1.0.json new file mode 100644 index 0000000..4e68416 --- /dev/null +++ b/android/config/libraries/es-set-tostringtag@2.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.0","description":"A helper to optimistically set Symbol.toStringTag, when possible.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494"],"name":"es-set-tostringtag","tag":"","uniqueId":"es-set-tostringtag@2.1.0","website":"https://github.com/es-shims/es-set-tostringtag"} \ No newline at end of file diff --git a/android/config/libraries/escalade@3.2.0.json b/android/config/libraries/escalade@3.2.0.json new file mode 100644 index 0000000..86a0bfe --- /dev/null +++ b/android/config/libraries/escalade@3.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.2.0","description":"A tiny (183B to 210B) and fast utility to ascend parent directories","developers":[{"name":"Luke Edwards","organisationUrl":""}],"licenses":["MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9"],"name":"escalade","tag":"","uniqueId":"escalade@3.2.0","website":"lukeed/escalade"} \ No newline at end of file diff --git a/android/config/libraries/escape-html@1.0.3.json b/android/config/libraries/escape-html@1.0.3.json new file mode 100644 index 0000000..78c714c --- /dev/null +++ b/android/config/libraries/escape-html@1.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.3","description":"Escape string for use in HTML","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b"],"name":"escape-html","tag":"","uniqueId":"escape-html@1.0.3","website":"component/escape-html"} \ No newline at end of file diff --git a/android/config/libraries/escape-string-regexp@2.0.0.json b/android/config/libraries/escape-string-regexp@2.0.0.json new file mode 100644 index 0000000..a5891e6 --- /dev/null +++ b/android/config/libraries/escape-string-regexp@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Escape RegExp special characters","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"escape-string-regexp","tag":"","uniqueId":"escape-string-regexp@2.0.0","website":"sindresorhus/escape-string-regexp"} \ No newline at end of file diff --git a/android/config/libraries/escape-string-regexp@4.0.0.json b/android/config/libraries/escape-string-regexp@4.0.0.json new file mode 100644 index 0000000..c45a7c3 --- /dev/null +++ b/android/config/libraries/escape-string-regexp@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"Escape RegExp special characters","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"escape-string-regexp","tag":"","uniqueId":"escape-string-regexp@4.0.0","website":"sindresorhus/escape-string-regexp"} \ No newline at end of file diff --git a/android/config/libraries/esprima@4.0.1.json b/android/config/libraries/esprima@4.0.1.json new file mode 100644 index 0000000..c275456 --- /dev/null +++ b/android/config/libraries/esprima@4.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.1","description":"ECMAScript parsing infrastructure for multipurpose analysis","developers":[{"name":"Ariya Hidayat","organisationUrl":""}],"licenses":["BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927"],"name":"esprima","tag":"","uniqueId":"esprima@4.0.1","website":"https://github.com/jquery/esprima"} \ No newline at end of file diff --git a/android/config/libraries/etag@1.8.1.json b/android/config/libraries/etag@1.8.1.json new file mode 100644 index 0000000..9c7f44d --- /dev/null +++ b/android/config/libraries/etag@1.8.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.8.1","description":"Create simple HTTP ETags","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422"],"name":"etag","tag":"","uniqueId":"etag@1.8.1","website":"jshttp/etag"} \ No newline at end of file diff --git a/android/config/libraries/event-target-shim@5.0.1.json b/android/config/libraries/event-target-shim@5.0.1.json new file mode 100644 index 0000000..89aa5bb --- /dev/null +++ b/android/config/libraries/event-target-shim@5.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.1","description":"An implementation of WHATWG EventTarget interface.","developers":[{"name":"Toru Nagashima","organisationUrl":""}],"licenses":["MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac"],"name":"event-target-shim","tag":"","uniqueId":"event-target-shim@5.0.1","website":"https://github.com/mysticatea/event-target-shim"} \ No newline at end of file diff --git a/android/config/libraries/exponential-backoff@3.1.3.json b/android/config/libraries/exponential-backoff@3.1.3.json new file mode 100644 index 0000000..f936db1 --- /dev/null +++ b/android/config/libraries/exponential-backoff@3.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.3","description":"A utility that allows retrying a function with an exponential delay between attempts.","developers":[{"name":"Sami Sayegh","organisationUrl":""}],"licenses":["Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6"],"name":"exponential-backoff","tag":"","uniqueId":"exponential-backoff@3.1.3","website":"https://github.com/coveooss/exponential-backoff"} \ No newline at end of file diff --git a/android/config/libraries/fast-deep-equal@3.1.3.json b/android/config/libraries/fast-deep-equal@3.1.3.json new file mode 100644 index 0000000..5bcb39c --- /dev/null +++ b/android/config/libraries/fast-deep-equal@3.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.3","description":"Fast deep equal","developers":[{"name":"Evgeny Poberezkin","organisationUrl":""}],"licenses":["MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd"],"name":"fast-deep-equal","tag":"","uniqueId":"fast-deep-equal@3.1.3","website":"https://github.com/epoberezkin/fast-deep-equal"} \ No newline at end of file diff --git a/android/config/libraries/fast-json-stable-stringify@2.1.0.json b/android/config/libraries/fast-json-stable-stringify@2.1.0.json new file mode 100644 index 0000000..65ad049 --- /dev/null +++ b/android/config/libraries/fast-json-stable-stringify@2.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.0","description":"deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551"],"name":"fast-json-stable-stringify","tag":"","uniqueId":"fast-json-stable-stringify@2.1.0","website":"https://github.com/epoberezkin/fast-json-stable-stringify"} \ No newline at end of file diff --git a/android/config/libraries/fb-watchman@2.0.2.json b/android/config/libraries/fb-watchman@2.0.2.json new file mode 100644 index 0000000..68776e1 --- /dev/null +++ b/android/config/libraries/fb-watchman@2.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.2","description":"Bindings for the Watchman file watching service","developers":[{"name":"Wez Furlong (http://wezfurlong.org)","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"fb-watchman","tag":"","uniqueId":"fb-watchman@2.0.2","website":"https://github.com/facebook/watchman"} \ No newline at end of file diff --git a/android/config/libraries/fill-range@7.1.1.json b/android/config/libraries/fill-range@7.1.1.json new file mode 100644 index 0000000..9982189 --- /dev/null +++ b/android/config/libraries/fill-range@7.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"7.1.1","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"fill-range","tag":"","uniqueId":"fill-range@7.1.1","website":"jonschlinkert/fill-range"} \ No newline at end of file diff --git a/android/config/libraries/filter-obj@1.1.0.json b/android/config/libraries/filter-obj@1.1.0.json new file mode 100644 index 0000000..23866b0 --- /dev/null +++ b/android/config/libraries/filter-obj@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"Filter object keys and values into a new object","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"filter-obj","tag":"","uniqueId":"filter-obj@1.1.0","website":"sindresorhus/filter-obj"} \ No newline at end of file diff --git a/android/config/libraries/finalhandler@1.1.2.json b/android/config/libraries/finalhandler@1.1.2.json new file mode 100644 index 0000000..1b16c4d --- /dev/null +++ b/android/config/libraries/finalhandler@1.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.2","description":"Node.js final http responder","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4"],"name":"finalhandler","tag":"","uniqueId":"finalhandler@1.1.2","website":"pillarjs/finalhandler"} \ No newline at end of file diff --git a/android/config/libraries/find-up@4.1.0.json b/android/config/libraries/find-up@4.1.0.json new file mode 100644 index 0000000..d93e828 --- /dev/null +++ b/android/config/libraries/find-up@4.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.0","description":"Find a file or directory by walking up parent directories","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"find-up","tag":"","uniqueId":"find-up@4.1.0","website":"sindresorhus/find-up"} \ No newline at end of file diff --git a/android/config/libraries/find-up@7.0.0.json b/android/config/libraries/find-up@7.0.0.json new file mode 100644 index 0000000..e0d8d1e --- /dev/null +++ b/android/config/libraries/find-up@7.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.0.0","description":"Find a file or directory by walking up parent directories","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"find-up","tag":"","uniqueId":"find-up@7.0.0","website":"sindresorhus/find-up"} \ No newline at end of file diff --git a/android/config/libraries/flow-enums-runtime@0.0.6.json b/android/config/libraries/flow-enums-runtime@0.0.6.json new file mode 100644 index 0000000..cab24ba --- /dev/null +++ b/android/config/libraries/flow-enums-runtime@0.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"0.0.6","description":"Runtime to be use with the Flow Enums transform.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"flow-enums-runtime","tag":"","uniqueId":"flow-enums-runtime@0.0.6","website":"https://github.com/facebook/flow"} \ No newline at end of file diff --git a/android/config/libraries/follow-redirects@1.15.11.json b/android/config/libraries/follow-redirects@1.15.11.json new file mode 100644 index 0000000..b1025b9 --- /dev/null +++ b/android/config/libraries/follow-redirects@1.15.11.json @@ -0,0 +1 @@ +{"artifactVersion":"1.15.11","description":"HTTP and HTTPS modules that follow redirects.","developers":[{"name":"Ruben Verborgh (https://ruben.verborgh.org/)","organisationUrl":""}],"licenses":["MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1"],"name":"follow-redirects","tag":"","uniqueId":"follow-redirects@1.15.11","website":"https://github.com/follow-redirects/follow-redirects"} \ No newline at end of file diff --git a/android/config/libraries/form-data@4.0.5.json b/android/config/libraries/form-data@4.0.5.json new file mode 100644 index 0000000..c18cd70 --- /dev/null +++ b/android/config/libraries/form-data@4.0.5.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.5","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525"],"name":"form-data","tag":"","uniqueId":"form-data@4.0.5","website":"https://github.com/form-data/form-data"} \ No newline at end of file diff --git a/android/config/libraries/fresh@0.5.2.json b/android/config/libraries/fresh@0.5.2.json new file mode 100644 index 0000000..48d6cdd --- /dev/null +++ b/android/config/libraries/fresh@0.5.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.5.2","description":"HTTP response freshness testing","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0"],"name":"fresh","tag":"","uniqueId":"fresh@0.5.2","website":"jshttp/fresh"} \ No newline at end of file diff --git a/android/config/libraries/fs.realpath@1.0.0.json b/android/config/libraries/fs.realpath@1.0.0.json new file mode 100644 index 0000000..836e472 --- /dev/null +++ b/android/config/libraries/fs.realpath@1.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.0","description":"Use node's fs.realpath, but fall back to the JS implementation if the native one fails","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd"],"name":"fs.realpath","tag":"","uniqueId":"fs.realpath@1.0.0","website":"https://github.com/isaacs/fs.realpath"} \ No newline at end of file diff --git a/android/config/libraries/fsevents@2.3.3.json b/android/config/libraries/fsevents@2.3.3.json new file mode 100644 index 0000000..c8acc98 --- /dev/null +++ b/android/config/libraries/fsevents@2.3.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.3","description":"Native Access to MacOS FSEvents","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2"],"name":"fsevents","tag":"","uniqueId":"fsevents@2.3.3","website":"https://github.com/fsevents/fsevents"} \ No newline at end of file diff --git a/android/config/libraries/function-bind@1.1.2.json b/android/config/libraries/function-bind@1.1.2.json new file mode 100644 index 0000000..df9ea2d --- /dev/null +++ b/android/config/libraries/function-bind@1.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.2","description":"Implementation of Function.prototype.bind","developers":[{"name":"Raynos ","organisationUrl":""}],"licenses":["MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283"],"name":"function-bind","tag":"","uniqueId":"function-bind@1.1.2","website":"https://github.com/Raynos/function-bind"} \ No newline at end of file diff --git a/android/config/libraries/gensync@1.0.0-beta.2.json b/android/config/libraries/gensync@1.0.0-beta.2.json new file mode 100644 index 0000000..2150d6a --- /dev/null +++ b/android/config/libraries/gensync@1.0.0-beta.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.0-beta.2","description":"Allows users to use generators in order to write common functions that can be both sync or async.","developers":[{"name":"Logan Smyth ","organisationUrl":""}],"licenses":["MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127"],"name":"gensync","tag":"","uniqueId":"gensync@1.0.0-beta.2","website":"https://github.com/loganfsmyth/gensync"} \ No newline at end of file diff --git a/android/config/libraries/get-caller-file@2.0.5.json b/android/config/libraries/get-caller-file@2.0.5.json new file mode 100644 index 0000000..6a52a84 --- /dev/null +++ b/android/config/libraries/get-caller-file@2.0.5.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.5","description":"","developers":[{"name":"Stefan Penner","organisationUrl":""}],"licenses":["ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0"],"name":"get-caller-file","tag":"","uniqueId":"get-caller-file@2.0.5","website":"https://github.com/stefanpenner/get-caller-file"} \ No newline at end of file diff --git a/android/config/libraries/get-intrinsic@1.3.0.json b/android/config/libraries/get-intrinsic@1.3.0.json new file mode 100644 index 0000000..9e582f1 --- /dev/null +++ b/android/config/libraries/get-intrinsic@1.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.0","description":"Get and robustly cache all JS language-level intrinsics at first require time","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066"],"name":"get-intrinsic","tag":"","uniqueId":"get-intrinsic@1.3.0","website":"https://github.com/ljharb/get-intrinsic"} \ No newline at end of file diff --git a/android/config/libraries/get-package-type@0.1.0.json b/android/config/libraries/get-package-type@0.1.0.json new file mode 100644 index 0000000..ddf37e9 --- /dev/null +++ b/android/config/libraries/get-package-type@0.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.0","description":"Determine the `package.json#type` which applies to a location","developers":[{"name":"Corey Farrell","organisationUrl":""}],"licenses":["MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314"],"name":"get-package-type","tag":"","uniqueId":"get-package-type@0.1.0","website":"https://github.com/cfware/get-package-type"} \ No newline at end of file diff --git a/android/config/libraries/get-proto@1.0.1.json b/android/config/libraries/get-proto@1.0.1.json new file mode 100644 index 0000000..88aebd7 --- /dev/null +++ b/android/config/libraries/get-proto@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"Robustly get the [[Prototype]] of an object","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580"],"name":"get-proto","tag":"","uniqueId":"get-proto@1.0.1","website":"https://github.com/ljharb/get-proto"} \ No newline at end of file diff --git a/android/config/libraries/glob@7.2.3.json b/android/config/libraries/glob@7.2.3.json new file mode 100644 index 0000000..c677727 --- /dev/null +++ b/android/config/libraries/glob@7.2.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.2.3","description":"a little globber","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0"],"name":"glob","tag":"","uniqueId":"glob@7.2.3","website":"https://github.com/isaacs/node-glob"} \ No newline at end of file diff --git a/android/config/libraries/gopd@1.2.0.json b/android/config/libraries/gopd@1.2.0.json new file mode 100644 index 0000000..d2f22ba --- /dev/null +++ b/android/config/libraries/gopd@1.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.0","description":"`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07"],"name":"gopd","tag":"","uniqueId":"gopd@1.2.0","website":"https://github.com/ljharb/gopd"} \ No newline at end of file diff --git a/android/config/libraries/graceful-fs@4.2.11.json b/android/config/libraries/graceful-fs@4.2.11.json new file mode 100644 index 0000000..597f3cb --- /dev/null +++ b/android/config/libraries/graceful-fs@4.2.11.json @@ -0,0 +1 @@ +{"artifactVersion":"4.2.11","description":"A drop-in replacement for fs, making various improvements.","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d"],"name":"graceful-fs","tag":"","uniqueId":"graceful-fs@4.2.11","website":"https://github.com/isaacs/node-graceful-fs"} \ No newline at end of file diff --git a/android/config/libraries/has-flag@4.0.0.json b/android/config/libraries/has-flag@4.0.0.json new file mode 100644 index 0000000..961db3f --- /dev/null +++ b/android/config/libraries/has-flag@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"Check if argv has a specific flag","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"has-flag","tag":"","uniqueId":"has-flag@4.0.0","website":"sindresorhus/has-flag"} \ No newline at end of file diff --git a/android/config/libraries/has-symbols@1.1.0.json b/android/config/libraries/has-symbols@1.1.0.json new file mode 100644 index 0000000..b112f5c --- /dev/null +++ b/android/config/libraries/has-symbols@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"Determine if the JS environment has Symbol support. Supports spec, or shams.","developers":[{"name":"Jordan Harband","organisationUrl":""}],"licenses":["MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0"],"name":"has-symbols","tag":"","uniqueId":"has-symbols@1.1.0","website":"https://github.com/inspect-js/has-symbols"} \ No newline at end of file diff --git a/android/config/libraries/has-tostringtag@1.0.2.json b/android/config/libraries/has-tostringtag@1.0.2.json new file mode 100644 index 0000000..bfcb778 --- /dev/null +++ b/android/config/libraries/has-tostringtag@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.","developers":[{"name":"Jordan Harband","organisationUrl":""}],"licenses":["MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6"],"name":"has-tostringtag","tag":"","uniqueId":"has-tostringtag@1.0.2","website":"https://github.com/inspect-js/has-tostringtag"} \ No newline at end of file diff --git a/android/config/libraries/hasown@2.0.2.json b/android/config/libraries/hasown@2.0.2.json new file mode 100644 index 0000000..395a308 --- /dev/null +++ b/android/config/libraries/hasown@2.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.2","description":"A robust, ES3 compatible, \"has own property\" predicate.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369"],"name":"hasown","tag":"","uniqueId":"hasown@2.0.2","website":"https://github.com/inspect-js/hasOwn"} \ No newline at end of file diff --git a/android/config/libraries/hermes-estree@0.28.1.json b/android/config/libraries/hermes-estree@0.28.1.json new file mode 100644 index 0000000..e61e935 --- /dev/null +++ b/android/config/libraries/hermes-estree@0.28.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.28.1","description":"Flow types for the Flow-ESTree spec produced by the hermes parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-estree","tag":"","uniqueId":"hermes-estree@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-estree@0.29.1.json b/android/config/libraries/hermes-estree@0.29.1.json new file mode 100644 index 0000000..a538c44 --- /dev/null +++ b/android/config/libraries/hermes-estree@0.29.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.29.1","description":"Flow types for the Flow-ESTree spec produced by the hermes parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-estree","tag":"","uniqueId":"hermes-estree@0.29.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-parser@0.28.1.json b/android/config/libraries/hermes-parser@0.28.1.json new file mode 100644 index 0000000..222d8d0 --- /dev/null +++ b/android/config/libraries/hermes-parser@0.28.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.28.1","description":"A JavaScript parser built from the Hermes engine","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-parser","tag":"","uniqueId":"hermes-parser@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-parser@0.29.1.json b/android/config/libraries/hermes-parser@0.29.1.json new file mode 100644 index 0000000..617e706 --- /dev/null +++ b/android/config/libraries/hermes-parser@0.29.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.29.1","description":"A JavaScript parser built from the Hermes engine","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-parser","tag":"","uniqueId":"hermes-parser@0.29.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hoist-non-react-statics@3.3.2.json b/android/config/libraries/hoist-non-react-statics@3.3.2.json new file mode 100644 index 0000000..848d36e --- /dev/null +++ b/android/config/libraries/hoist-non-react-statics@3.3.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.3.2","description":"Copies non-react specific statics from a child component to a parent component","developers":[{"name":"Michael Ridgway ","organisationUrl":""}],"licenses":["BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c"],"name":"hoist-non-react-statics","tag":"","uniqueId":"hoist-non-react-statics@3.3.2","website":"https://github.com/mridgway/hoist-non-react-statics"} \ No newline at end of file diff --git a/android/config/libraries/http-errors@2.0.0.json b/android/config/libraries/http-errors@2.0.0.json new file mode 100644 index 0000000..b6775c6 --- /dev/null +++ b/android/config/libraries/http-errors@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Create HTTP error objects","developers":[{"name":"Jonathan Ong (http://jongleberry.com)","organisationUrl":""}],"licenses":["MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5"],"name":"http-errors","tag":"","uniqueId":"http-errors@2.0.0","website":"jshttp/http-errors"} \ No newline at end of file diff --git a/android/config/libraries/https-proxy-agent@7.0.6.json b/android/config/libraries/https-proxy-agent@7.0.6.json new file mode 100644 index 0000000..d68f07d --- /dev/null +++ b/android/config/libraries/https-proxy-agent@7.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"7.0.6","description":"An HTTP(s) proxy `http.Agent` implementation for HTTPS","developers":[{"name":"Nathan Rajlich (http://n8.io/)","organisationUrl":""}],"licenses":["MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea"],"name":"https-proxy-agent","tag":"","uniqueId":"https-proxy-agent@7.0.6","website":"https://github.com/TooTallNate/proxy-agents"} \ No newline at end of file diff --git a/android/config/libraries/image-size@1.2.1.json b/android/config/libraries/image-size@1.2.1.json new file mode 100644 index 0000000..50711cf --- /dev/null +++ b/android/config/libraries/image-size@1.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.1","description":"get dimensions of any image file","developers":[{"name":"netroy (http://netroy.in/)","organisationUrl":""}],"licenses":["MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10"],"name":"image-size","tag":"","uniqueId":"image-size@1.2.1","website":"https://github.com/image-size/image-size"} \ No newline at end of file diff --git a/android/config/libraries/import-fresh@2.0.0.json b/android/config/libraries/import-fresh@2.0.0.json new file mode 100644 index 0000000..20de48b --- /dev/null +++ b/android/config/libraries/import-fresh@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Import a module while bypassing the cache","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"import-fresh","tag":"","uniqueId":"import-fresh@2.0.0","website":"sindresorhus/import-fresh"} \ No newline at end of file diff --git a/android/config/libraries/imurmurhash@0.1.4.json b/android/config/libraries/imurmurhash@0.1.4.json new file mode 100644 index 0000000..43d153b --- /dev/null +++ b/android/config/libraries/imurmurhash@0.1.4.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.4","description":"An incremental implementation of MurmurHash3","developers":[{"name":"Jens Taylor","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"imurmurhash","tag":"","uniqueId":"imurmurhash@0.1.4","website":"https://github.com/jensyt/imurmurhash-js"} \ No newline at end of file diff --git a/android/config/libraries/inflight@1.0.6.json b/android/config/libraries/inflight@1.0.6.json new file mode 100644 index 0000000..594802b --- /dev/null +++ b/android/config/libraries/inflight@1.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.6","description":"Add callbacks to requests in flight to avoid async duplication","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31"],"name":"inflight","tag":"","uniqueId":"inflight@1.0.6","website":"https://github.com/npm/inflight"} \ No newline at end of file diff --git a/android/config/libraries/inherits@2.0.4.json b/android/config/libraries/inherits@2.0.4.json new file mode 100644 index 0000000..ca2c7a1 --- /dev/null +++ b/android/config/libraries/inherits@2.0.4.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.4","description":"Browser-friendly inheritance fully compatible with standard node.js inherits()","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785"],"name":"inherits","tag":"","uniqueId":"inherits@2.0.4","website":"https://github.com/isaacs/inherits"} \ No newline at end of file diff --git a/android/config/libraries/invariant@2.2.4.json b/android/config/libraries/invariant@2.2.4.json new file mode 100644 index 0000000..1ec3f0b --- /dev/null +++ b/android/config/libraries/invariant@2.2.4.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.4","description":"invariant","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4"],"name":"invariant","tag":"","uniqueId":"invariant@2.2.4","website":"https://github.com/zertosh/invariant"} \ No newline at end of file diff --git a/android/config/libraries/is-arrayish@0.2.1.json b/android/config/libraries/is-arrayish@0.2.1.json new file mode 100644 index 0000000..3f3c802 --- /dev/null +++ b/android/config/libraries/is-arrayish@0.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.1","description":"Determines if an object can be used as an array","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"is-arrayish","tag":"","uniqueId":"is-arrayish@0.2.1","website":"https://github.com/qix-/node-is-arrayish"} \ No newline at end of file diff --git a/android/config/libraries/is-arrayish@0.3.4.json b/android/config/libraries/is-arrayish@0.3.4.json new file mode 100644 index 0000000..cae5d19 --- /dev/null +++ b/android/config/libraries/is-arrayish@0.3.4.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.4","description":"Determines if an object can be used as an array","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"is-arrayish","tag":"","uniqueId":"is-arrayish@0.3.4","website":"https://github.com/qix-/node-is-arrayish"} \ No newline at end of file diff --git a/android/config/libraries/is-directory@0.3.1.json b/android/config/libraries/is-directory@0.3.1.json new file mode 100644 index 0000000..9af208f --- /dev/null +++ b/android/config/libraries/is-directory@0.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.3.1","description":"Returns true if a filepath exists on the file system and it's directory.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f"],"name":"is-directory","tag":"","uniqueId":"is-directory@0.3.1","website":"jonschlinkert/is-directory"} \ No newline at end of file diff --git a/android/config/libraries/is-docker@2.2.1.json b/android/config/libraries/is-docker@2.2.1.json new file mode 100644 index 0000000..d0218f7 --- /dev/null +++ b/android/config/libraries/is-docker@2.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.1","description":"Check if the process is running inside a Docker container","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"is-docker","tag":"","uniqueId":"is-docker@2.2.1","website":"sindresorhus/is-docker"} \ No newline at end of file diff --git a/android/config/libraries/is-fullwidth-code-point@3.0.0.json b/android/config/libraries/is-fullwidth-code-point@3.0.0.json new file mode 100644 index 0000000..d0a622e --- /dev/null +++ b/android/config/libraries/is-fullwidth-code-point@3.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.0","description":"Check if the character represented by a given Unicode code point is fullwidth","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"is-fullwidth-code-point","tag":"","uniqueId":"is-fullwidth-code-point@3.0.0","website":"sindresorhus/is-fullwidth-code-point"} \ No newline at end of file diff --git a/android/config/libraries/is-number@7.0.0.json b/android/config/libraries/is-number@7.0.0.json new file mode 100644 index 0000000..e0fdfc6 --- /dev/null +++ b/android/config/libraries/is-number@7.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.0.0","description":"Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"is-number","tag":"","uniqueId":"is-number@7.0.0","website":"jonschlinkert/is-number"} \ No newline at end of file diff --git a/android/config/libraries/is-wsl@2.2.0.json b/android/config/libraries/is-wsl@2.2.0.json new file mode 100644 index 0000000..9be24e0 --- /dev/null +++ b/android/config/libraries/is-wsl@2.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.0","description":"Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"is-wsl","tag":"","uniqueId":"is-wsl@2.2.0","website":"sindresorhus/is-wsl"} \ No newline at end of file diff --git a/android/config/libraries/istanbul-lib-coverage@3.2.2.json b/android/config/libraries/istanbul-lib-coverage@3.2.2.json new file mode 100644 index 0000000..92a04b5 --- /dev/null +++ b/android/config/libraries/istanbul-lib-coverage@3.2.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.2.2","description":"Data library for istanbul coverage objects","developers":[{"name":"Krishnan Anantheswaran ","organisationUrl":""}],"licenses":["BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b"],"name":"istanbul-lib-coverage","tag":"","uniqueId":"istanbul-lib-coverage@3.2.2","website":"https://github.com/istanbuljs/istanbuljs"} \ No newline at end of file diff --git a/android/config/libraries/istanbul-lib-instrument@5.2.1.json b/android/config/libraries/istanbul-lib-instrument@5.2.1.json new file mode 100644 index 0000000..12f5c23 --- /dev/null +++ b/android/config/libraries/istanbul-lib-instrument@5.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.2.1","description":"Core istanbul API for JS code coverage","developers":[{"name":"Krishnan Anantheswaran ","organisationUrl":""}],"licenses":["BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b"],"name":"istanbul-lib-instrument","tag":"","uniqueId":"istanbul-lib-instrument@5.2.1","website":"https://github.com/istanbuljs/istanbuljs"} \ No newline at end of file diff --git a/android/config/libraries/jest-environment-node@29.7.0.json b/android/config/libraries/jest-environment-node@29.7.0.json new file mode 100644 index 0000000..5cbd769 --- /dev/null +++ b/android/config/libraries/jest-environment-node@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-environment-node","tag":"","uniqueId":"jest-environment-node@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-get-type@29.6.3.json b/android/config/libraries/jest-get-type@29.6.3.json new file mode 100644 index 0000000..ebfc3db --- /dev/null +++ b/android/config/libraries/jest-get-type@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"A utility function to get the type of a value","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-get-type","tag":"","uniqueId":"jest-get-type@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-haste-map@29.7.0.json b/android/config/libraries/jest-haste-map@29.7.0.json new file mode 100644 index 0000000..64843e7 --- /dev/null +++ b/android/config/libraries/jest-haste-map@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-haste-map","tag":"","uniqueId":"jest-haste-map@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-message-util@29.7.0.json b/android/config/libraries/jest-message-util@29.7.0.json new file mode 100644 index 0000000..5e8e3c0 --- /dev/null +++ b/android/config/libraries/jest-message-util@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-message-util","tag":"","uniqueId":"jest-message-util@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-mock@29.7.0.json b/android/config/libraries/jest-mock@29.7.0.json new file mode 100644 index 0000000..d6db01b --- /dev/null +++ b/android/config/libraries/jest-mock@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-mock","tag":"","uniqueId":"jest-mock@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-regex-util@29.6.3.json b/android/config/libraries/jest-regex-util@29.6.3.json new file mode 100644 index 0000000..26d5a81 --- /dev/null +++ b/android/config/libraries/jest-regex-util@29.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-regex-util","tag":"","uniqueId":"jest-regex-util@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-util@29.7.0.json b/android/config/libraries/jest-util@29.7.0.json new file mode 100644 index 0000000..2bbaade --- /dev/null +++ b/android/config/libraries/jest-util@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-util","tag":"","uniqueId":"jest-util@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-validate@29.7.0.json b/android/config/libraries/jest-validate@29.7.0.json new file mode 100644 index 0000000..18f7017 --- /dev/null +++ b/android/config/libraries/jest-validate@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-validate","tag":"","uniqueId":"jest-validate@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-worker@29.7.0.json b/android/config/libraries/jest-worker@29.7.0.json new file mode 100644 index 0000000..7ec2cd8 --- /dev/null +++ b/android/config/libraries/jest-worker@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-worker","tag":"","uniqueId":"jest-worker@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/js-tokens@4.0.0.json b/android/config/libraries/js-tokens@4.0.0.json new file mode 100644 index 0000000..eb7720e --- /dev/null +++ b/android/config/libraries/js-tokens@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"A regex that tokenizes JavaScript.","developers":[{"name":"Simon Lydell","organisationUrl":""}],"licenses":["MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0"],"name":"js-tokens","tag":"","uniqueId":"js-tokens@4.0.0","website":"lydell/js-tokens"} \ No newline at end of file diff --git a/android/config/libraries/js-yaml@3.14.2.json b/android/config/libraries/js-yaml@3.14.2.json new file mode 100644 index 0000000..d565f48 --- /dev/null +++ b/android/config/libraries/js-yaml@3.14.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.14.2","description":"YAML 1.2 parser and serializer","developers":[{"name":"Vladimir Zapparov ","organisationUrl":""}],"licenses":["MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51"],"name":"js-yaml","tag":"","uniqueId":"js-yaml@3.14.2","website":"nodeca/js-yaml"} \ No newline at end of file diff --git a/android/config/libraries/jsc-safe-url@0.2.4.json b/android/config/libraries/jsc-safe-url@0.2.4.json new file mode 100644 index 0000000..fe6cd1a --- /dev/null +++ b/android/config/libraries/jsc-safe-url@0.2.4.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.4","description":"Utility functions for converting to and from URLs that encode query string data into URL paths","developers":[{"name":"Rob Hogan ","organisationUrl":""}],"licenses":["0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a"],"name":"jsc-safe-url","tag":"","uniqueId":"jsc-safe-url@0.2.4","website":"https://github.com/robhogan/jsc-safe-url"} \ No newline at end of file diff --git a/android/config/libraries/jsesc@3.1.0.json b/android/config/libraries/jsesc@3.1.0.json new file mode 100644 index 0000000..2b87138 --- /dev/null +++ b/android/config/libraries/jsesc@3.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.0","description":"Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.","developers":[{"name":"Mathias Bynens","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"jsesc","tag":"","uniqueId":"jsesc@3.1.0","website":"https://github.com/mathiasbynens/jsesc"} \ No newline at end of file diff --git a/android/config/libraries/json-parse-better-errors@1.0.2.json b/android/config/libraries/json-parse-better-errors@1.0.2.json new file mode 100644 index 0000000..104bcc4 --- /dev/null +++ b/android/config/libraries/json-parse-better-errors@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"JSON.parse with context information on error","developers":[{"name":"Kat Marchán","organisationUrl":""}],"licenses":["MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c"],"name":"json-parse-better-errors","tag":"","uniqueId":"json-parse-better-errors@1.0.2","website":"https://github.com/zkat/json-parse-better-errors"} \ No newline at end of file diff --git a/android/config/libraries/json5@2.2.3.json b/android/config/libraries/json5@2.2.3.json new file mode 100644 index 0000000..0841f99 --- /dev/null +++ b/android/config/libraries/json5@2.2.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.3","description":"JSON for Humans","developers":[{"name":"Aseem Kishore ","organisationUrl":""}],"licenses":["MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83"],"name":"json5","tag":"","uniqueId":"json5@2.2.3","website":"https://github.com/json5/json5"} \ No newline at end of file diff --git a/android/config/libraries/jwt-decode@4.0.0.json b/android/config/libraries/jwt-decode@4.0.0.json new file mode 100644 index 0000000..66a7962 --- /dev/null +++ b/android/config/libraries/jwt-decode@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"Decode JWT tokens, mostly useful for browser applications.","developers":[{"name":"Jose F. Romaniello ","organisationUrl":""}],"licenses":["MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490"],"name":"jwt-decode","tag":"","uniqueId":"jwt-decode@4.0.0","website":"https://github.com/auth0/jwt-decode"} \ No newline at end of file diff --git a/android/config/libraries/leven@3.1.0.json b/android/config/libraries/leven@3.1.0.json new file mode 100644 index 0000000..fe8c19c --- /dev/null +++ b/android/config/libraries/leven@3.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.0","description":"Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"leven","tag":"","uniqueId":"leven@3.1.0","website":"sindresorhus/leven"} \ No newline at end of file diff --git a/android/config/libraries/lighthouse-logger@1.4.2.json b/android/config/libraries/lighthouse-logger@1.4.2.json new file mode 100644 index 0000000..a3b6ac0 --- /dev/null +++ b/android/config/libraries/lighthouse-logger@1.4.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.2","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"lighthouse-logger","tag":"","uniqueId":"lighthouse-logger@1.4.2"} \ No newline at end of file diff --git a/android/config/libraries/locate-path@5.0.0.json b/android/config/libraries/locate-path@5.0.0.json new file mode 100644 index 0000000..321ff99 --- /dev/null +++ b/android/config/libraries/locate-path@5.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.0","description":"Get the first path that exists on disk of multiple paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"locate-path","tag":"","uniqueId":"locate-path@5.0.0","website":"sindresorhus/locate-path"} \ No newline at end of file diff --git a/android/config/libraries/locate-path@6.0.0.json b/android/config/libraries/locate-path@6.0.0.json new file mode 100644 index 0000000..cf8c2e4 --- /dev/null +++ b/android/config/libraries/locate-path@6.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"6.0.0","description":"Get the first path that exists on disk of multiple paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"locate-path","tag":"","uniqueId":"locate-path@6.0.0","website":"sindresorhus/locate-path"} \ No newline at end of file diff --git a/android/config/libraries/lodash.throttle@4.1.1.json b/android/config/libraries/lodash.throttle@4.1.1.json new file mode 100644 index 0000000..8c90148 --- /dev/null +++ b/android/config/libraries/lodash.throttle@4.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.1","description":"The lodash method `_.throttle` exported as a module.","developers":[{"name":"John-David Dalton (http://allyoucanleet.com/)","organisationUrl":""}],"licenses":["MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32"],"name":"lodash.throttle","tag":"","uniqueId":"lodash.throttle@4.1.1","website":"lodash/lodash"} \ No newline at end of file diff --git a/android/config/libraries/loose-envify@1.4.0.json b/android/config/libraries/loose-envify@1.4.0.json new file mode 100644 index 0000000..011332f --- /dev/null +++ b/android/config/libraries/loose-envify@1.4.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.0","description":"Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0"],"name":"loose-envify","tag":"","uniqueId":"loose-envify@1.4.0","website":"https://github.com/zertosh/loose-envify"} \ No newline at end of file diff --git a/android/config/libraries/lru-cache@5.1.1.json b/android/config/libraries/lru-cache@5.1.1.json new file mode 100644 index 0000000..bb2b52d --- /dev/null +++ b/android/config/libraries/lru-cache@5.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.1.1","description":"A cache object that deletes the least-recently-used items.","developers":[{"name":"Isaac Z. Schlueter ","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"lru-cache","tag":"","uniqueId":"lru-cache@5.1.1","website":"https://github.com/isaacs/node-lru-cache"} \ No newline at end of file diff --git a/android/config/libraries/makeerror@1.0.12.json b/android/config/libraries/makeerror@1.0.12.json new file mode 100644 index 0000000..e7c8a98 --- /dev/null +++ b/android/config/libraries/makeerror@1.0.12.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.12","description":"A library to make errors.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3"],"name":"makeerror","tag":"","uniqueId":"makeerror@1.0.12","website":"https://github.com/daaku/nodejs-makeerror"} \ No newline at end of file diff --git a/android/config/libraries/marky@1.3.0.json b/android/config/libraries/marky@1.3.0.json new file mode 100644 index 0000000..ad1ddf9 --- /dev/null +++ b/android/config/libraries/marky@1.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.0","description":"Performance timer based on performance.mark() and measure()","developers":[{"name":"Nolan Lawson ","organisationUrl":""}],"licenses":["Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6"],"name":"marky","tag":"","uniqueId":"marky@1.3.0","website":"https://github.com/nolanlawson/marky"} \ No newline at end of file diff --git a/android/config/libraries/math-intrinsics@1.1.0.json b/android/config/libraries/math-intrinsics@1.1.0.json new file mode 100644 index 0000000..997fdf3 --- /dev/null +++ b/android/config/libraries/math-intrinsics@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"ES Math-related intrinsics and helpers, robustly cached.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad"],"name":"math-intrinsics","tag":"","uniqueId":"math-intrinsics@1.1.0","website":"https://github.com/es-shims/math-intrinsics"} \ No newline at end of file diff --git a/android/config/libraries/mdn-data@2.0.14.json b/android/config/libraries/mdn-data@2.0.14.json new file mode 100644 index 0000000..0b65c1b --- /dev/null +++ b/android/config/libraries/mdn-data@2.0.14.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.14","description":"Open Web data by the Mozilla Developer Network","developers":[{"name":"Mozilla Developer Network","organisationUrl":""}],"licenses":["CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb"],"name":"mdn-data","tag":"","uniqueId":"mdn-data@2.0.14","website":"https://github.com/mdn/data"} \ No newline at end of file diff --git a/android/config/libraries/memoize-one@5.2.1.json b/android/config/libraries/memoize-one@5.2.1.json new file mode 100644 index 0000000..7a82de3 --- /dev/null +++ b/android/config/libraries/memoize-one@5.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.2.1","description":"A memoization library which only remembers the latest invocation","developers":[{"name":"Alex Reardon ","organisationUrl":""}],"licenses":["MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f"],"name":"memoize-one","tag":"","uniqueId":"memoize-one@5.2.1","website":"https://github.com/alexreardon/memoize-one"} \ No newline at end of file diff --git a/android/config/libraries/merge-stream@2.0.0.json b/android/config/libraries/merge-stream@2.0.0.json new file mode 100644 index 0000000..60ee55f --- /dev/null +++ b/android/config/libraries/merge-stream@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Create a stream that emits events from multiple other streams","developers":[{"name":"Stephen Sugden ","organisationUrl":""}],"licenses":["MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a"],"name":"merge-stream","tag":"","uniqueId":"merge-stream@2.0.0","website":"grncdr/merge-stream"} \ No newline at end of file diff --git a/android/config/libraries/metro-babel-transformer@0.82.5.json b/android/config/libraries/metro-babel-transformer@0.82.5.json new file mode 100644 index 0000000..d558c93 --- /dev/null +++ b/android/config/libraries/metro-babel-transformer@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Base Babel transformer for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-babel-transformer","tag":"","uniqueId":"metro-babel-transformer@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-cache-key@0.82.5.json b/android/config/libraries/metro-cache-key@0.82.5.json new file mode 100644 index 0000000..6cc0724 --- /dev/null +++ b/android/config/libraries/metro-cache-key@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Cache key utility.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-cache-key","tag":"","uniqueId":"metro-cache-key@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-cache@0.82.5.json b/android/config/libraries/metro-cache@0.82.5.json new file mode 100644 index 0000000..a6f076c --- /dev/null +++ b/android/config/libraries/metro-cache@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Cache layers for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-cache","tag":"","uniqueId":"metro-cache@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-config@0.82.5.json b/android/config/libraries/metro-config@0.82.5.json new file mode 100644 index 0000000..80c697f --- /dev/null +++ b/android/config/libraries/metro-config@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Config parser for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-config","tag":"","uniqueId":"metro-config@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-core@0.82.5.json b/android/config/libraries/metro-core@0.82.5.json new file mode 100644 index 0000000..2442207 --- /dev/null +++ b/android/config/libraries/metro-core@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Metro's core package.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-core","tag":"","uniqueId":"metro-core@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-file-map@0.82.5.json b/android/config/libraries/metro-file-map@0.82.5.json new file mode 100644 index 0000000..41a4bc8 --- /dev/null +++ b/android/config/libraries/metro-file-map@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"[Experimental] - 🚇 File crawling, watching and mapping for Metro","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-file-map","tag":"","uniqueId":"metro-file-map@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-minify-terser@0.82.5.json b/android/config/libraries/metro-minify-terser@0.82.5.json new file mode 100644 index 0000000..ae95091 --- /dev/null +++ b/android/config/libraries/metro-minify-terser@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Minifier for Metro based on Terser.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-minify-terser","tag":"","uniqueId":"metro-minify-terser@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-resolver@0.82.5.json b/android/config/libraries/metro-resolver@0.82.5.json new file mode 100644 index 0000000..5940e18 --- /dev/null +++ b/android/config/libraries/metro-resolver@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Implementation of Metro's resolution logic.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-resolver","tag":"","uniqueId":"metro-resolver@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-runtime@0.82.5.json b/android/config/libraries/metro-runtime@0.82.5.json new file mode 100644 index 0000000..a0fa720 --- /dev/null +++ b/android/config/libraries/metro-runtime@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Module required for evaluating Metro bundles.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-runtime","tag":"","uniqueId":"metro-runtime@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-source-map@0.82.5.json b/android/config/libraries/metro-source-map@0.82.5.json new file mode 100644 index 0000000..8268401 --- /dev/null +++ b/android/config/libraries/metro-source-map@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Source map generator for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-source-map","tag":"","uniqueId":"metro-source-map@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-symbolicate@0.82.5.json b/android/config/libraries/metro-symbolicate@0.82.5.json new file mode 100644 index 0000000..9485f25 --- /dev/null +++ b/android/config/libraries/metro-symbolicate@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 A tool to find the source location from JS bundles and stack traces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-symbolicate","tag":"","uniqueId":"metro-symbolicate@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-transform-plugins@0.82.5.json b/android/config/libraries/metro-transform-plugins@0.82.5.json new file mode 100644 index 0000000..71d1228 --- /dev/null +++ b/android/config/libraries/metro-transform-plugins@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Transform plugins for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-transform-plugins","tag":"","uniqueId":"metro-transform-plugins@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-transform-worker@0.82.5.json b/android/config/libraries/metro-transform-worker@0.82.5.json new file mode 100644 index 0000000..57fefcd --- /dev/null +++ b/android/config/libraries/metro-transform-worker@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 Transform worker for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-transform-worker","tag":"","uniqueId":"metro-transform-worker@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro@0.82.5.json b/android/config/libraries/metro@0.82.5.json new file mode 100644 index 0000000..41b9038 --- /dev/null +++ b/android/config/libraries/metro@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"🚇 The JavaScript bundler for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro","tag":"","uniqueId":"metro@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/micromatch@4.0.8.json b/android/config/libraries/micromatch@4.0.8.json new file mode 100644 index 0000000..34e4464 --- /dev/null +++ b/android/config/libraries/micromatch@4.0.8.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.8","description":"Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"micromatch","tag":"","uniqueId":"micromatch@4.0.8","website":"micromatch/micromatch"} \ No newline at end of file diff --git a/android/config/libraries/mime-db@1.52.0.json b/android/config/libraries/mime-db@1.52.0.json new file mode 100644 index 0000000..ba0b3ee --- /dev/null +++ b/android/config/libraries/mime-db@1.52.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.52.0","description":"Media Type Database","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185"],"name":"mime-db","tag":"","uniqueId":"mime-db@1.52.0","website":"jshttp/mime-db"} \ No newline at end of file diff --git a/android/config/libraries/mime-types@2.1.35.json b/android/config/libraries/mime-types@2.1.35.json new file mode 100644 index 0000000..77297e3 --- /dev/null +++ b/android/config/libraries/mime-types@2.1.35.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.35","description":"The ultimate javascript content-type utility.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606"],"name":"mime-types","tag":"","uniqueId":"mime-types@2.1.35","website":"jshttp/mime-types"} \ No newline at end of file diff --git a/android/config/libraries/mime@1.6.0.json b/android/config/libraries/mime@1.6.0.json new file mode 100644 index 0000000..7a63d44 --- /dev/null +++ b/android/config/libraries/mime@1.6.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.6.0","description":"A comprehensive library for mime-type mapping","developers":[{"name":"Robert Kieffer","organisationUrl":""}],"licenses":["MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985"],"name":"mime","tag":"","uniqueId":"mime@1.6.0","website":"https://github.com/broofa/node-mime"} \ No newline at end of file diff --git a/android/config/libraries/minimatch@3.1.2.json b/android/config/libraries/minimatch@3.1.2.json new file mode 100644 index 0000000..644760d --- /dev/null +++ b/android/config/libraries/minimatch@3.1.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.2","description":"a glob matcher in javascript","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"minimatch","tag":"","uniqueId":"minimatch@3.1.2","website":"https://github.com/isaacs/minimatch"} \ No newline at end of file diff --git a/android/config/libraries/mkdirp@1.0.4.json b/android/config/libraries/mkdirp@1.0.4.json new file mode 100644 index 0000000..6c6f9b1 --- /dev/null +++ b/android/config/libraries/mkdirp@1.0.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.4","description":"Recursively mkdir, like `mkdir -p`","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76"],"name":"mkdirp","tag":"","uniqueId":"mkdirp@1.0.4","website":"https://github.com/isaacs/node-mkdirp"} \ No newline at end of file diff --git a/android/config/libraries/ms@2.0.0.json b/android/config/libraries/ms@2.0.0.json new file mode 100644 index 0000000..1970725 --- /dev/null +++ b/android/config/libraries/ms@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"Tiny milisecond conversion utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9"],"name":"ms","tag":"","uniqueId":"ms@2.0.0","website":"zeit/ms"} \ No newline at end of file diff --git a/android/config/libraries/ms@2.1.3.json b/android/config/libraries/ms@2.1.3.json new file mode 100644 index 0000000..ea2ba47 --- /dev/null +++ b/android/config/libraries/ms@2.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.3","description":"Tiny millisecond conversion utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de"],"name":"ms","tag":"","uniqueId":"ms@2.1.3","website":"vercel/ms"} \ No newline at end of file diff --git a/android/config/libraries/nanoid@3.3.11.json b/android/config/libraries/nanoid@3.3.11.json new file mode 100644 index 0000000..aaff557 --- /dev/null +++ b/android/config/libraries/nanoid@3.3.11.json @@ -0,0 +1 @@ +{"artifactVersion":"3.3.11","description":"A tiny (116 bytes), secure URL-friendly unique string ID generator","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff"],"name":"nanoid","tag":"","uniqueId":"nanoid@3.3.11","website":"ai/nanoid"} \ No newline at end of file diff --git a/android/config/libraries/negotiator@0.6.3.json b/android/config/libraries/negotiator@0.6.3.json new file mode 100644 index 0000000..39a1d35 --- /dev/null +++ b/android/config/libraries/negotiator@0.6.3.json @@ -0,0 +1 @@ +{"artifactVersion":"0.6.3","description":"HTTP content negotiation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334"],"name":"negotiator","tag":"","uniqueId":"negotiator@0.6.3","website":"jshttp/negotiator"} \ No newline at end of file diff --git a/android/config/libraries/node-int64@0.4.0.json b/android/config/libraries/node-int64@0.4.0.json new file mode 100644 index 0000000..ee052fb --- /dev/null +++ b/android/config/libraries/node-int64@0.4.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.4.0","description":"Support for representing 64-bit integers in JavaScript","developers":[{"name":"Robert Kieffer ","organisationUrl":""}],"licenses":["MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26"],"name":"node-int64","tag":"","uniqueId":"node-int64@0.4.0","website":"https://github.com/broofa/node-int64"} \ No newline at end of file diff --git a/android/config/libraries/node-releases@2.0.25.json b/android/config/libraries/node-releases@2.0.25.json new file mode 100644 index 0000000..72f0f6c --- /dev/null +++ b/android/config/libraries/node-releases@2.0.25.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.25","description":"Node.js releases data","developers":[{"name":"Sergey Rubanov ","organisationUrl":""}],"licenses":["MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e"],"name":"node-releases","tag":"","uniqueId":"node-releases@2.0.25","website":"https://github.com/chicoxyzzy/node-releases"} \ No newline at end of file diff --git a/android/config/libraries/normalize-path@3.0.0.json b/android/config/libraries/normalize-path@3.0.0.json new file mode 100644 index 0000000..8625014 --- /dev/null +++ b/android/config/libraries/normalize-path@3.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.0","description":"Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d"],"name":"normalize-path","tag":"","uniqueId":"normalize-path@3.0.0","website":"jonschlinkert/normalize-path"} \ No newline at end of file diff --git a/android/config/libraries/nth-check@2.1.1.json b/android/config/libraries/nth-check@2.1.1.json new file mode 100644 index 0000000..0cb8f5a --- /dev/null +++ b/android/config/libraries/nth-check@2.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.1","description":"Parses and compiles CSS nth-checks to highly optimized functions.","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"nth-check","tag":"","uniqueId":"nth-check@2.1.1","website":"https://github.com/fb55/nth-check"} \ No newline at end of file diff --git a/android/config/libraries/nullthrows@1.1.1.json b/android/config/libraries/nullthrows@1.1.1.json new file mode 100644 index 0000000..3036dcd --- /dev/null +++ b/android/config/libraries/nullthrows@1.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.1","description":"flow typed nullthrows","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f"],"name":"nullthrows","tag":"","uniqueId":"nullthrows@1.1.1","website":"https://github.com/zertosh/nullthrows"} \ No newline at end of file diff --git a/android/config/libraries/ob1@0.82.5.json b/android/config/libraries/ob1@0.82.5.json new file mode 100644 index 0000000..c20be1f --- /dev/null +++ b/android/config/libraries/ob1@0.82.5.json @@ -0,0 +1 @@ +{"artifactVersion":"0.82.5","description":"A small library for working with 0- and 1-based offsets in a type-checked way.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"ob1","tag":"","uniqueId":"ob1@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/object-assign@4.1.1.json b/android/config/libraries/object-assign@4.1.1.json new file mode 100644 index 0000000..a02c83f --- /dev/null +++ b/android/config/libraries/object-assign@4.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.1","description":"ES2015 `Object.assign()` ponyfill","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"object-assign","tag":"","uniqueId":"object-assign@4.1.1","website":"sindresorhus/object-assign"} \ No newline at end of file diff --git a/android/config/libraries/on-finished@2.3.0.json b/android/config/libraries/on-finished@2.3.0.json new file mode 100644 index 0000000..433537b --- /dev/null +++ b/android/config/libraries/on-finished@2.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.0","description":"Execute a callback when a request closes, finishes, or errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f"],"name":"on-finished","tag":"","uniqueId":"on-finished@2.3.0","website":"jshttp/on-finished"} \ No newline at end of file diff --git a/android/config/libraries/on-finished@2.4.1.json b/android/config/libraries/on-finished@2.4.1.json new file mode 100644 index 0000000..2cba752 --- /dev/null +++ b/android/config/libraries/on-finished@2.4.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.4.1","description":"Execute a callback when a request closes, finishes, or errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f"],"name":"on-finished","tag":"","uniqueId":"on-finished@2.4.1","website":"jshttp/on-finished"} \ No newline at end of file diff --git a/android/config/libraries/once@1.4.0.json b/android/config/libraries/once@1.4.0.json new file mode 100644 index 0000000..6f576cb --- /dev/null +++ b/android/config/libraries/once@1.4.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.0","description":"Run a function exactly one time","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"once","tag":"","uniqueId":"once@1.4.0","website":"https://github.com/isaacs/once"} \ No newline at end of file diff --git a/android/config/libraries/open@7.4.2.json b/android/config/libraries/open@7.4.2.json new file mode 100644 index 0000000..eeac70e --- /dev/null +++ b/android/config/libraries/open@7.4.2.json @@ -0,0 +1 @@ +{"artifactVersion":"7.4.2","description":"Open stuff like URLs, files, executables. Cross-platform.","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"open","tag":"","uniqueId":"open@7.4.2","website":"sindresorhus/open"} \ No newline at end of file diff --git a/android/config/libraries/opencollective-postinstall@2.0.3.json b/android/config/libraries/opencollective-postinstall@2.0.3.json new file mode 100644 index 0000000..ee90952 --- /dev/null +++ b/android/config/libraries/opencollective-postinstall@2.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.3","description":"Lightweight npm postinstall message to invite people to donate to your collective","developers":[{"name":"Xavier Damman (@xdamman)","organisationUrl":""}],"licenses":["MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90"],"name":"opencollective-postinstall","tag":"","uniqueId":"opencollective-postinstall@2.0.3","website":"https://github.com/opencollective/opencollective-postinstall"} \ No newline at end of file diff --git a/android/config/libraries/p-limit@2.3.0.json b/android/config/libraries/p-limit@2.3.0.json new file mode 100644 index 0000000..e2af600 --- /dev/null +++ b/android/config/libraries/p-limit@2.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.0","description":"Run multiple promise-returning & async functions with limited concurrency","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-limit","tag":"","uniqueId":"p-limit@2.3.0","website":"sindresorhus/p-limit"} \ No newline at end of file diff --git a/android/config/libraries/p-limit@3.1.0.json b/android/config/libraries/p-limit@3.1.0.json new file mode 100644 index 0000000..f951537 --- /dev/null +++ b/android/config/libraries/p-limit@3.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.0","description":"Run multiple promise-returning & async functions with limited concurrency","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"p-limit","tag":"","uniqueId":"p-limit@3.1.0","website":"sindresorhus/p-limit"} \ No newline at end of file diff --git a/android/config/libraries/p-locate@4.1.0.json b/android/config/libraries/p-locate@4.1.0.json new file mode 100644 index 0000000..f8043ad --- /dev/null +++ b/android/config/libraries/p-locate@4.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.1.0","description":"Get the first fulfilled promise that satisfies the provided testing function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-locate","tag":"","uniqueId":"p-locate@4.1.0","website":"sindresorhus/p-locate"} \ No newline at end of file diff --git a/android/config/libraries/p-locate@5.0.0.json b/android/config/libraries/p-locate@5.0.0.json new file mode 100644 index 0000000..c3f5af5 --- /dev/null +++ b/android/config/libraries/p-locate@5.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.0","description":"Get the first fulfilled promise that satisfies the provided testing function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"p-locate","tag":"","uniqueId":"p-locate@5.0.0","website":"sindresorhus/p-locate"} \ No newline at end of file diff --git a/android/config/libraries/p-try@2.2.0.json b/android/config/libraries/p-try@2.2.0.json new file mode 100644 index 0000000..2a24f93 --- /dev/null +++ b/android/config/libraries/p-try@2.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.0","description":"`Start a promise chain","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-try","tag":"","uniqueId":"p-try@2.2.0","website":"sindresorhus/p-try"} \ No newline at end of file diff --git a/android/config/libraries/parse-json@4.0.0.json b/android/config/libraries/parse-json@4.0.0.json new file mode 100644 index 0000000..5f4f179 --- /dev/null +++ b/android/config/libraries/parse-json@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"Parse JSON with more helpful errors","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"parse-json","tag":"","uniqueId":"parse-json@4.0.0","website":"sindresorhus/parse-json"} \ No newline at end of file diff --git a/android/config/libraries/parseurl@1.3.3.json b/android/config/libraries/parseurl@1.3.3.json new file mode 100644 index 0000000..b36faea --- /dev/null +++ b/android/config/libraries/parseurl@1.3.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.3","description":"parse a url with memoization","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b"],"name":"parseurl","tag":"","uniqueId":"parseurl@1.3.3","website":"pillarjs/parseurl"} \ No newline at end of file diff --git a/android/config/libraries/path-exists@4.0.0.json b/android/config/libraries/path-exists@4.0.0.json new file mode 100644 index 0000000..767e80b --- /dev/null +++ b/android/config/libraries/path-exists@4.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.0","description":"Check if a path exists","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"path-exists","tag":"","uniqueId":"path-exists@4.0.0","website":"sindresorhus/path-exists"} \ No newline at end of file diff --git a/android/config/libraries/path-is-absolute@1.0.1.json b/android/config/libraries/path-is-absolute@1.0.1.json new file mode 100644 index 0000000..65faf11 --- /dev/null +++ b/android/config/libraries/path-is-absolute@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"Node.js 0.12 path.isAbsolute() ponyfill","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"path-is-absolute","tag":"","uniqueId":"path-is-absolute@1.0.1","website":"sindresorhus/path-is-absolute"} \ No newline at end of file diff --git a/android/config/libraries/picocolors@1.1.1.json b/android/config/libraries/picocolors@1.1.1.json new file mode 100644 index 0000000..941180c --- /dev/null +++ b/android/config/libraries/picocolors@1.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.1","description":"The tiniest and the fastest library for terminal output formatting with ANSI colors","developers":[{"name":"Alexey Raspopov","organisationUrl":""}],"licenses":["ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a"],"name":"picocolors","tag":"","uniqueId":"picocolors@1.1.1","website":"alexeyraspopov/picocolors"} \ No newline at end of file diff --git a/android/config/libraries/picomatch@2.3.1.json b/android/config/libraries/picomatch@2.3.1.json new file mode 100644 index 0000000..d4ea333 --- /dev/null +++ b/android/config/libraries/picomatch@2.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.3.1","description":"Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b"],"name":"picomatch","tag":"","uniqueId":"picomatch@2.3.1","website":"micromatch/picomatch"} \ No newline at end of file diff --git a/android/config/libraries/pirates@4.0.7.json b/android/config/libraries/pirates@4.0.7.json new file mode 100644 index 0000000..a22da35 --- /dev/null +++ b/android/config/libraries/pirates@4.0.7.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.7","description":"Properly hijack require, i.e., properly define require hooks and customizations","developers":[{"name":"Ari Porad","organisationUrl":""}],"licenses":["MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf"],"name":"pirates","tag":"","uniqueId":"pirates@4.0.7","website":"https://github.com/danez/pirates"} \ No newline at end of file diff --git a/android/config/libraries/plist@3.1.0.json b/android/config/libraries/plist@3.1.0.json new file mode 100644 index 0000000..029e947 --- /dev/null +++ b/android/config/libraries/plist@3.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.0","description":"Apple's property list parser/builder for Node.js and browsers","developers":[{"name":"Nathan Rajlich ","organisationUrl":""}],"licenses":["MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4"],"name":"plist","tag":"","uniqueId":"plist@3.1.0","website":"https://github.com/TooTallNate/node-plist"} \ No newline at end of file diff --git a/android/config/libraries/pretty-format@29.7.0.json b/android/config/libraries/pretty-format@29.7.0.json new file mode 100644 index 0000000..8c50611 --- /dev/null +++ b/android/config/libraries/pretty-format@29.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"29.7.0","description":"Stringify any JavaScript value.","developers":[{"name":"James Kyle ","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"pretty-format","tag":"","uniqueId":"pretty-format@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/promise@8.3.0.json b/android/config/libraries/promise@8.3.0.json new file mode 100644 index 0000000..23c6857 --- /dev/null +++ b/android/config/libraries/promise@8.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"8.3.0","description":"Bare bones Promises/A+ implementation","developers":[{"name":"ForbesLindesay","organisationUrl":""}],"licenses":["MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4"],"name":"promise","tag":"","uniqueId":"promise@8.3.0","website":"https://github.com/then/promise"} \ No newline at end of file diff --git a/android/config/libraries/prop-types@15.8.1.json b/android/config/libraries/prop-types@15.8.1.json new file mode 100644 index 0000000..e0c9834 --- /dev/null +++ b/android/config/libraries/prop-types@15.8.1.json @@ -0,0 +1 @@ +{"artifactVersion":"15.8.1","description":"Runtime type checking for React props and similar objects.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4"],"name":"prop-types","tag":"","uniqueId":"prop-types@15.8.1","website":"facebook/prop-types"} \ No newline at end of file diff --git a/android/config/libraries/proxy-from-env@1.1.0.json b/android/config/libraries/proxy-from-env@1.1.0.json new file mode 100644 index 0000000..f05122b --- /dev/null +++ b/android/config/libraries/proxy-from-env@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.","developers":[{"name":"Rob Wu (https://robwu.nl/)","organisationUrl":""}],"licenses":["MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172"],"name":"proxy-from-env","tag":"","uniqueId":"proxy-from-env@1.1.0","website":"https://github.com/Rob--W/proxy-from-env"} \ No newline at end of file diff --git a/android/config/libraries/query-string@7.1.3.json b/android/config/libraries/query-string@7.1.3.json new file mode 100644 index 0000000..3f5a687 --- /dev/null +++ b/android/config/libraries/query-string@7.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.1.3","description":"Parse and stringify URL query strings","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2"],"name":"query-string","tag":"","uniqueId":"query-string@7.1.3","website":"sindresorhus/query-string"} \ No newline at end of file diff --git a/android/config/libraries/queue@6.0.2.json b/android/config/libraries/queue@6.0.2.json new file mode 100644 index 0000000..1cbaab1 --- /dev/null +++ b/android/config/libraries/queue@6.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"6.0.2","description":"asynchronous function queue with adjustable concurrency","developers":[{"name":"Jesse Tane ","organisationUrl":""}],"licenses":["MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c"],"name":"queue","tag":"","uniqueId":"queue@6.0.2","website":"https://github.com/jessetane/queue"} \ No newline at end of file diff --git a/android/config/libraries/range-parser@1.2.1.json b/android/config/libraries/range-parser@1.2.1.json new file mode 100644 index 0000000..4027b2e --- /dev/null +++ b/android/config/libraries/range-parser@1.2.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.1","description":"Range header field string parser","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b"],"name":"range-parser","tag":"","uniqueId":"range-parser@1.2.1","website":"jshttp/range-parser"} \ No newline at end of file diff --git a/android/config/libraries/react-devtools-core@6.1.5.json b/android/config/libraries/react-devtools-core@6.1.5.json new file mode 100644 index 0000000..3069ba5 --- /dev/null +++ b/android/config/libraries/react-devtools-core@6.1.5.json @@ -0,0 +1 @@ +{"artifactVersion":"6.1.5","description":"Use react-devtools outside of the browser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"react-devtools-core","tag":"","uniqueId":"react-devtools-core@6.1.5","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-freeze@1.0.4.json b/android/config/libraries/react-freeze@1.0.4.json new file mode 100644 index 0000000..6b55c7e --- /dev/null +++ b/android/config/libraries/react-freeze@1.0.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.4","description":"React Freeze","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d"],"name":"react-freeze","tag":"","uniqueId":"react-freeze@1.0.4","website":"software-mansion/react-freeze"} \ No newline at end of file diff --git a/android/config/libraries/react-is@16.13.1.json b/android/config/libraries/react-is@16.13.1.json new file mode 100644 index 0000000..e0892c6 --- /dev/null +++ b/android/config/libraries/react-is@16.13.1.json @@ -0,0 +1 @@ +{"artifactVersion":"16.13.1","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-is","tag":"","uniqueId":"react-is@16.13.1","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-is@18.3.1.json b/android/config/libraries/react-is@18.3.1.json new file mode 100644 index 0000000..3057a30 --- /dev/null +++ b/android/config/libraries/react-is@18.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"18.3.1","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-is","tag":"","uniqueId":"react-is@18.3.1","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-is@19.2.0.json b/android/config/libraries/react-is@19.2.0.json new file mode 100644 index 0000000..20f9720 --- /dev/null +++ b/android/config/libraries/react-is@19.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"19.2.0","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react-is","tag":"","uniqueId":"react-is@19.2.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-native-app-auth@8.1.0.json b/android/config/libraries/react-native-app-auth@8.1.0.json new file mode 100644 index 0000000..e20de0e --- /dev/null +++ b/android/config/libraries/react-native-app-auth@8.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"8.1.0","description":"React Native bridge for AppAuth for supporting any OAuth 2 provider","developers":[{"name":"Nearform Commerce (https://commerce.nearform.com)","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"react-native-app-auth","tag":"","uniqueId":"react-native-app-auth@8.1.0","website":"https://github.com/FormidableLabs/react-native-app-auth"} \ No newline at end of file diff --git a/android/config/libraries/react-native-base64@0.0.2.json b/android/config/libraries/react-native-base64@0.0.2.json new file mode 100644 index 0000000..ab974da --- /dev/null +++ b/android/config/libraries/react-native-base64@0.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.0.2","description":"Base64 encoding and decoding helping util. Created for React Native but can be used anywhere","developers":[{"name":"eranbo","organisationUrl":""}],"licenses":["MIT_c5b3e97389de00379ade588e9207216f33aeb53b19d189dca03a614cd0540163ccc36669ef2889536deaf5e5e68f1af9d9726e9bf623e3f669ff9ee09ac9723a"],"name":"react-native-base64","tag":"","uniqueId":"react-native-base64@0.0.2","website":"https://github.com/eranbo/react-native-base64"} \ No newline at end of file diff --git a/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json b/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json new file mode 100644 index 0000000..c9a2b05 --- /dev/null +++ b/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.7.0","description":"InAppBrowser for React Native","developers":[{"name":"Juan David Nicholls Cardona","organisationUrl":""}],"licenses":["MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88"],"name":"react-native-inappbrowser-reborn","tag":"","uniqueId":"react-native-inappbrowser-reborn@3.7.0","website":"https://github.com/proyecto26/react-native-inappbrowser"} \ No newline at end of file diff --git a/android/config/libraries/react-native-keychain@10.0.0.json b/android/config/libraries/react-native-keychain@10.0.0.json new file mode 100644 index 0000000..e98e9b3 --- /dev/null +++ b/android/config/libraries/react-native-keychain@10.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"10.0.0","description":"Keychain Access for React Native","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b"],"name":"react-native-keychain","tag":"","uniqueId":"react-native-keychain@10.0.0","website":"https://github.com/oblador/react-native-keychain"} \ No newline at end of file diff --git a/android/config/libraries/react-native-legal@1.6.0.json b/android/config/libraries/react-native-legal@1.6.0.json new file mode 100644 index 0000000..a0fc91d --- /dev/null +++ b/android/config/libraries/react-native-legal@1.6.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.6.0","description":"Acknowledge OSS libraries used in your React Native app","developers":[{"name":"Mateusz Mędrek (https://github.com/mateusz1913)","organisationUrl":""}],"licenses":["MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523"],"name":"react-native-legal","tag":"","uniqueId":"react-native-legal@1.6.0","website":"https://github.com/callstackincubator/react-native-legal"} \ No newline at end of file diff --git a/android/config/libraries/react-native-nfc-manager@3.17.1.json b/android/config/libraries/react-native-nfc-manager@3.17.1.json new file mode 100644 index 0000000..4da8e36 --- /dev/null +++ b/android/config/libraries/react-native-nfc-manager@3.17.1.json @@ -0,0 +1 @@ +{"artifactVersion":"3.17.1","description":"A NFC module for react native.","developers":[{"name":"Richie","organisationUrl":""}],"licenses":["MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a"],"name":"react-native-nfc-manager","tag":"","uniqueId":"react-native-nfc-manager@3.17.1","website":"https://github.com/whitedogg13/react-native-nfc-manager"} \ No newline at end of file diff --git a/android/config/libraries/react-native-paper@5.14.5.json b/android/config/libraries/react-native-paper@5.14.5.json new file mode 100644 index 0000000..73fba5d --- /dev/null +++ b/android/config/libraries/react-native-paper@5.14.5.json @@ -0,0 +1 @@ +{"artifactVersion":"5.14.5","description":"Material design for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb"],"name":"react-native-paper","tag":"","uniqueId":"react-native-paper@5.14.5","website":"https://github.com/callstack/react-native-paper"} \ No newline at end of file diff --git a/android/config/libraries/react-native-safe-area-context@5.6.1.json b/android/config/libraries/react-native-safe-area-context@5.6.1.json new file mode 100644 index 0000000..0be77b3 --- /dev/null +++ b/android/config/libraries/react-native-safe-area-context@5.6.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.6.1","description":"A flexible way to handle safe area, also works on Android and web.","developers":[{"name":"Janic Duplessis ","organisationUrl":""}],"licenses":["MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff"],"name":"react-native-safe-area-context","tag":"","uniqueId":"react-native-safe-area-context@5.6.1","website":"https://github.com/th3rdwave/react-native-safe-area-context"} \ No newline at end of file diff --git a/android/config/libraries/react-native-screens@4.17.1.json b/android/config/libraries/react-native-screens@4.17.1.json new file mode 100644 index 0000000..b4acf1e --- /dev/null +++ b/android/config/libraries/react-native-screens@4.17.1.json @@ -0,0 +1 @@ +{"artifactVersion":"4.17.1","description":"Native navigation primitives for your React Native app.","developers":[{"name":"Krzysztof Magiera","organisationUrl":""}],"licenses":["MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733"],"name":"react-native-screens","tag":"","uniqueId":"react-native-screens@4.17.1","website":"https://github.com/software-mansion/react-native-screens"} \ No newline at end of file diff --git a/android/config/libraries/react-native-svg@15.14.0.json b/android/config/libraries/react-native-svg@15.14.0.json new file mode 100644 index 0000000..75ba18c --- /dev/null +++ b/android/config/libraries/react-native-svg@15.14.0.json @@ -0,0 +1 @@ +{"artifactVersion":"15.14.0","description":"SVG library for react-native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba"],"name":"react-native-svg","tag":"","uniqueId":"react-native-svg@15.14.0","website":"https://github.com/react-native-community/react-native-svg"} \ No newline at end of file diff --git a/android/config/libraries/react-native-vector-icons@10.3.0.json b/android/config/libraries/react-native-vector-icons@10.3.0.json new file mode 100644 index 0000000..b67ba50 --- /dev/null +++ b/android/config/libraries/react-native-vector-icons@10.3.0.json @@ -0,0 +1 @@ +{"artifactVersion":"10.3.0","description":"Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b"],"name":"react-native-vector-icons","tag":"","uniqueId":"react-native-vector-icons@10.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/react-native@0.80.1.json b/android/config/libraries/react-native@0.80.1.json new file mode 100644 index 0000000..38e03be --- /dev/null +++ b/android/config/libraries/react-native@0.80.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.80.1","description":"A framework for building native apps using React","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react-native","tag":"","uniqueId":"react-native@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/react-refresh@0.14.2.json b/android/config/libraries/react-refresh@0.14.2.json new file mode 100644 index 0000000..9bff0e3 --- /dev/null +++ b/android/config/libraries/react-refresh@0.14.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.14.2","description":"React is a JavaScript library for building user interfaces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-refresh","tag":"","uniqueId":"react-refresh@0.14.2","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react@19.1.0.json b/android/config/libraries/react@19.1.0.json new file mode 100644 index 0000000..58058af --- /dev/null +++ b/android/config/libraries/react@19.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"19.1.0","description":"React is a JavaScript library for building user interfaces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react","tag":"","uniqueId":"react@19.1.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/regenerator-runtime@0.13.11.json b/android/config/libraries/regenerator-runtime@0.13.11.json new file mode 100644 index 0000000..58aaf9a --- /dev/null +++ b/android/config/libraries/regenerator-runtime@0.13.11.json @@ -0,0 +1 @@ +{"artifactVersion":"0.13.11","description":"Runtime for Regenerator-compiled generator and async functions.","developers":[{"name":"Ben Newman ","organisationUrl":""}],"licenses":["MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92"],"name":"regenerator-runtime","tag":"","uniqueId":"regenerator-runtime@0.13.11","website":"https://github.com/facebook/regenerator/tree/main/packages/runtime"} \ No newline at end of file diff --git a/android/config/libraries/require-directory@2.1.1.json b/android/config/libraries/require-directory@2.1.1.json new file mode 100644 index 0000000..ce173c3 --- /dev/null +++ b/android/config/libraries/require-directory@2.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.1","description":"Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.","developers":[{"name":"Troy Goode (http://github.com/troygoode/)","organisationUrl":""}],"licenses":["MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6"],"name":"require-directory","tag":"","uniqueId":"require-directory@2.1.1","website":"https://github.com/troygoode/node-require-directory"} \ No newline at end of file diff --git a/android/config/libraries/resolve-from@3.0.0.json b/android/config/libraries/resolve-from@3.0.0.json new file mode 100644 index 0000000..32a91c6 --- /dev/null +++ b/android/config/libraries/resolve-from@3.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.0","description":"Resolve the path of a module like `require.resolve()` but from a given path","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"resolve-from","tag":"","uniqueId":"resolve-from@3.0.0","website":"sindresorhus/resolve-from"} \ No newline at end of file diff --git a/android/config/libraries/resolve-from@5.0.0.json b/android/config/libraries/resolve-from@5.0.0.json new file mode 100644 index 0000000..8548ef3 --- /dev/null +++ b/android/config/libraries/resolve-from@5.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.0","description":"Resolve the path of a module like `require.resolve()` but from a given path","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"resolve-from","tag":"","uniqueId":"resolve-from@5.0.0","website":"sindresorhus/resolve-from"} \ No newline at end of file diff --git a/android/config/libraries/rimraf@3.0.2.json b/android/config/libraries/rimraf@3.0.2.json new file mode 100644 index 0000000..37c078e --- /dev/null +++ b/android/config/libraries/rimraf@3.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.2","description":"A deep deletion module for node (like `rm -rf`)","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"rimraf","tag":"","uniqueId":"rimraf@3.0.2","website":"https://github.com/isaacs/rimraf"} \ No newline at end of file diff --git a/android/config/libraries/sax@1.4.4.json b/android/config/libraries/sax@1.4.4.json new file mode 100644 index 0000000..b10f1c6 --- /dev/null +++ b/android/config/libraries/sax@1.4.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.4.4","description":"An evented streaming XML parser in JavaScript","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4"],"name":"sax","tag":"","uniqueId":"sax@1.4.4","website":"https://github.com/isaacs/sax-js"} \ No newline at end of file diff --git a/android/config/libraries/scheduler@0.26.0.json b/android/config/libraries/scheduler@0.26.0.json new file mode 100644 index 0000000..ba33666 --- /dev/null +++ b/android/config/libraries/scheduler@0.26.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.26.0","description":"Cooperative scheduler for the browser environment.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"scheduler","tag":"","uniqueId":"scheduler@0.26.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/semver@6.3.1.json b/android/config/libraries/semver@6.3.1.json new file mode 100644 index 0000000..6077ec6 --- /dev/null +++ b/android/config/libraries/semver@6.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"6.3.1","description":"The semantic version parser used by npm.","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"semver","tag":"","uniqueId":"semver@6.3.1","website":"https://github.com/npm/node-semver"} \ No newline at end of file diff --git a/android/config/libraries/semver@7.7.3.json b/android/config/libraries/semver@7.7.3.json new file mode 100644 index 0000000..5f93d6b --- /dev/null +++ b/android/config/libraries/semver@7.7.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.7.3","description":"The semantic version parser used by npm.","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"semver","tag":"","uniqueId":"semver@7.7.3","website":"https://github.com/npm/node-semver"} \ No newline at end of file diff --git a/android/config/libraries/send@0.19.0.json b/android/config/libraries/send@0.19.0.json new file mode 100644 index 0000000..58b12d6 --- /dev/null +++ b/android/config/libraries/send@0.19.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.19.0","description":"Better streaming static file server with Range and conditional-GET support","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df"],"name":"send","tag":"","uniqueId":"send@0.19.0","website":"pillarjs/send"} \ No newline at end of file diff --git a/android/config/libraries/serialize-error@2.1.0.json b/android/config/libraries/serialize-error@2.1.0.json new file mode 100644 index 0000000..c2e7e86 --- /dev/null +++ b/android/config/libraries/serialize-error@2.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.1.0","description":"Serialize an error into a plain object","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"serialize-error","tag":"","uniqueId":"serialize-error@2.1.0","website":"sindresorhus/serialize-error"} \ No newline at end of file diff --git a/android/config/libraries/serve-static@1.16.2.json b/android/config/libraries/serve-static@1.16.2.json new file mode 100644 index 0000000..fe04ff0 --- /dev/null +++ b/android/config/libraries/serve-static@1.16.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.16.2","description":"Serve static files","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84"],"name":"serve-static","tag":"","uniqueId":"serve-static@1.16.2","website":"expressjs/serve-static"} \ No newline at end of file diff --git a/android/config/libraries/setprototypeof@1.2.0.json b/android/config/libraries/setprototypeof@1.2.0.json new file mode 100644 index 0000000..b4479de --- /dev/null +++ b/android/config/libraries/setprototypeof@1.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.2.0","description":"A small polyfill for Object.setprototypeof","developers":[{"name":"Wes Todd","organisationUrl":""}],"licenses":["ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c"],"name":"setprototypeof","tag":"","uniqueId":"setprototypeof@1.2.0","website":"https://github.com/wesleytodd/setprototypeof"} \ No newline at end of file diff --git a/android/config/libraries/shell-quote@1.8.3.json b/android/config/libraries/shell-quote@1.8.3.json new file mode 100644 index 0000000..7cdd33c --- /dev/null +++ b/android/config/libraries/shell-quote@1.8.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.8.3","description":"quote and parse shell commands","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef"],"name":"shell-quote","tag":"","uniqueId":"shell-quote@1.8.3","website":"http://github.com/ljharb/shell-quote"} \ No newline at end of file diff --git a/android/config/libraries/signal-exit@3.0.7.json b/android/config/libraries/signal-exit@3.0.7.json new file mode 100644 index 0000000..18ccfd2 --- /dev/null +++ b/android/config/libraries/signal-exit@3.0.7.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.7","description":"when you want to fire an event no matter how a process exits.","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"signal-exit","tag":"","uniqueId":"signal-exit@3.0.7","website":"https://github.com/tapjs/signal-exit"} \ No newline at end of file diff --git a/android/config/libraries/simple-plist@1.3.1.json b/android/config/libraries/simple-plist@1.3.1.json new file mode 100644 index 0000000..87ffa5e --- /dev/null +++ b/android/config/libraries/simple-plist@1.3.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.1","description":"A wrapper utility for interacting with plist data.","developers":[{"name":"Joe Wollard","organisationUrl":""}],"licenses":["MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659"],"name":"simple-plist","tag":"","uniqueId":"simple-plist@1.3.1","website":"https://github.com/wollardj/simple-plist"} \ No newline at end of file diff --git a/android/config/libraries/simple-swizzle@0.2.4.json b/android/config/libraries/simple-swizzle@0.2.4.json new file mode 100644 index 0000000..7eb28f2 --- /dev/null +++ b/android/config/libraries/simple-swizzle@0.2.4.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.4","description":"Simply swizzle your arguments","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1"],"name":"simple-swizzle","tag":"","uniqueId":"simple-swizzle@0.2.4","website":"qix-/node-simple-swizzle"} \ No newline at end of file diff --git a/android/config/libraries/slash@3.0.0.json b/android/config/libraries/slash@3.0.0.json new file mode 100644 index 0000000..7d1a3ea --- /dev/null +++ b/android/config/libraries/slash@3.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.0","description":"Convert Windows backslash paths to slash paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"slash","tag":"","uniqueId":"slash@3.0.0","website":"sindresorhus/slash"} \ No newline at end of file diff --git a/android/config/libraries/source-map-support@0.5.21.json b/android/config/libraries/source-map-support@0.5.21.json new file mode 100644 index 0000000..e471a07 --- /dev/null +++ b/android/config/libraries/source-map-support@0.5.21.json @@ -0,0 +1 @@ +{"artifactVersion":"0.5.21","description":"Fixes stack traces for files with source maps","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44"],"name":"source-map-support","tag":"","uniqueId":"source-map-support@0.5.21","website":"https://github.com/evanw/node-source-map-support"} \ No newline at end of file diff --git a/android/config/libraries/source-map@0.5.7.json b/android/config/libraries/source-map@0.5.7.json new file mode 100644 index 0000000..63f8c78 --- /dev/null +++ b/android/config/libraries/source-map@0.5.7.json @@ -0,0 +1 @@ +{"artifactVersion":"0.5.7","description":"Generates and consumes source maps","developers":[{"name":"Nick Fitzgerald ","organisationUrl":""}],"licenses":["BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b"],"name":"source-map","tag":"","uniqueId":"source-map@0.5.7","website":"http://github.com/mozilla/source-map"} \ No newline at end of file diff --git a/android/config/libraries/source-map@0.6.1.json b/android/config/libraries/source-map@0.6.1.json new file mode 100644 index 0000000..3f126f4 --- /dev/null +++ b/android/config/libraries/source-map@0.6.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.6.1","description":"Generates and consumes source maps","developers":[{"name":"Nick Fitzgerald ","organisationUrl":""}],"licenses":["BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b"],"name":"source-map","tag":"","uniqueId":"source-map@0.6.1","website":"http://github.com/mozilla/source-map"} \ No newline at end of file diff --git a/android/config/libraries/split-on-first@1.1.0.json b/android/config/libraries/split-on-first@1.1.0.json new file mode 100644 index 0000000..4d073ea --- /dev/null +++ b/android/config/libraries/split-on-first@1.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.0","description":"Split a string on the first occurance of a given separator","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"split-on-first","tag":"","uniqueId":"split-on-first@1.1.0","website":"sindresorhus/split-on-first"} \ No newline at end of file diff --git a/android/config/libraries/sprintf-js@1.0.3.json b/android/config/libraries/sprintf-js@1.0.3.json new file mode 100644 index 0000000..2144c64 --- /dev/null +++ b/android/config/libraries/sprintf-js@1.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.3","description":"JavaScript sprintf implementation","developers":[{"name":"Alexandru Marasteanu (http://alexei.ro/)","organisationUrl":""}],"licenses":["BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d"],"name":"sprintf-js","tag":"","uniqueId":"sprintf-js@1.0.3","website":"https://github.com/alexei/sprintf.js"} \ No newline at end of file diff --git a/android/config/libraries/stack-utils@2.0.6.json b/android/config/libraries/stack-utils@2.0.6.json new file mode 100644 index 0000000..03d82af --- /dev/null +++ b/android/config/libraries/stack-utils@2.0.6.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.6","description":"Captures and cleans stack traces","developers":[{"name":"James Talmage","organisationUrl":""}],"licenses":["MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c"],"name":"stack-utils","tag":"","uniqueId":"stack-utils@2.0.6","website":"tapjs/stack-utils"} \ No newline at end of file diff --git a/android/config/libraries/stackframe@1.3.4.json b/android/config/libraries/stackframe@1.3.4.json new file mode 100644 index 0000000..18852c2 --- /dev/null +++ b/android/config/libraries/stackframe@1.3.4.json @@ -0,0 +1 @@ +{"artifactVersion":"1.3.4","description":"JS Object representation of a stack frame","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e"],"name":"stackframe","tag":"","uniqueId":"stackframe@1.3.4","website":"https://github.com/stacktracejs/stackframe"} \ No newline at end of file diff --git a/android/config/libraries/stacktrace-parser@0.1.11.json b/android/config/libraries/stacktrace-parser@0.1.11.json new file mode 100644 index 0000000..fd30e84 --- /dev/null +++ b/android/config/libraries/stacktrace-parser@0.1.11.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.11","description":"Parses every stack trace into a nicely formatted array of hashes.","developers":[{"name":"Georg Tavonius (http://jaz-lounge.com)","organisationUrl":""}],"licenses":["MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6"],"name":"stacktrace-parser","tag":"","uniqueId":"stacktrace-parser@0.1.11","website":"https://github.com/errwischt/stacktrace-parser"} \ No newline at end of file diff --git a/android/config/libraries/statuses@1.5.0.json b/android/config/libraries/statuses@1.5.0.json new file mode 100644 index 0000000..4264f6b --- /dev/null +++ b/android/config/libraries/statuses@1.5.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.5.0","description":"HTTP status utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641"],"name":"statuses","tag":"","uniqueId":"statuses@1.5.0","website":"jshttp/statuses"} \ No newline at end of file diff --git a/android/config/libraries/statuses@2.0.1.json b/android/config/libraries/statuses@2.0.1.json new file mode 100644 index 0000000..3f81b62 --- /dev/null +++ b/android/config/libraries/statuses@2.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.1","description":"HTTP status utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641"],"name":"statuses","tag":"","uniqueId":"statuses@2.0.1","website":"jshttp/statuses"} \ No newline at end of file diff --git a/android/config/libraries/stream-buffers@2.2.0.json b/android/config/libraries/stream-buffers@2.2.0.json new file mode 100644 index 0000000..2566f77 --- /dev/null +++ b/android/config/libraries/stream-buffers@2.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.2.0","description":"Buffer-backed Streams for reading and writing.","developers":[{"name":"Sam Day ","organisationUrl":""}],"licenses":["Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06"],"name":"stream-buffers","tag":"","uniqueId":"stream-buffers@2.2.0","website":"https://github.com/samcday/node-stream-buffer"} \ No newline at end of file diff --git a/android/config/libraries/strict-uri-encode@2.0.0.json b/android/config/libraries/strict-uri-encode@2.0.0.json new file mode 100644 index 0000000..c7a48b9 --- /dev/null +++ b/android/config/libraries/strict-uri-encode@2.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"2.0.0","description":"A stricter URI encode adhering to RFC 3986","developers":[{"name":"Kevin Mårtensson","organisationUrl":""}],"licenses":["MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1"],"name":"strict-uri-encode","tag":"","uniqueId":"strict-uri-encode@2.0.0","website":"kevva/strict-uri-encode"} \ No newline at end of file diff --git a/android/config/libraries/string-width@4.2.3.json b/android/config/libraries/string-width@4.2.3.json new file mode 100644 index 0000000..ead3d49 --- /dev/null +++ b/android/config/libraries/string-width@4.2.3.json @@ -0,0 +1 @@ +{"artifactVersion":"4.2.3","description":"Get the visual width of a string - the number of columns required to display it","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"string-width","tag":"","uniqueId":"string-width@4.2.3","website":"sindresorhus/string-width"} \ No newline at end of file diff --git a/android/config/libraries/strip-ansi@6.0.1.json b/android/config/libraries/strip-ansi@6.0.1.json new file mode 100644 index 0000000..8cf0718 --- /dev/null +++ b/android/config/libraries/strip-ansi@6.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"6.0.1","description":"Strip ANSI escape codes from a string","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"strip-ansi","tag":"","uniqueId":"strip-ansi@6.0.1","website":"chalk/strip-ansi"} \ No newline at end of file diff --git a/android/config/libraries/supports-color@7.2.0.json b/android/config/libraries/supports-color@7.2.0.json new file mode 100644 index 0000000..128391a --- /dev/null +++ b/android/config/libraries/supports-color@7.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.2.0","description":"Detect whether a terminal supports color","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"supports-color","tag":"","uniqueId":"supports-color@7.2.0","website":"chalk/supports-color"} \ No newline at end of file diff --git a/android/config/libraries/supports-color@8.1.1.json b/android/config/libraries/supports-color@8.1.1.json new file mode 100644 index 0000000..7085d8b --- /dev/null +++ b/android/config/libraries/supports-color@8.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"8.1.1","description":"Detect whether a terminal supports color","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"supports-color","tag":"","uniqueId":"supports-color@8.1.1","website":"chalk/supports-color"} \ No newline at end of file diff --git a/android/config/libraries/terser@5.44.0.json b/android/config/libraries/terser@5.44.0.json new file mode 100644 index 0000000..932886b --- /dev/null +++ b/android/config/libraries/terser@5.44.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.44.0","description":"JavaScript parser, mangler/compressor and beautifier toolkit for ES6+","developers":[{"name":"Mihai Bazon (http://lisperator.net/)","organisationUrl":""}],"licenses":["BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4"],"name":"terser","tag":"","uniqueId":"terser@5.44.0","website":"https://github.com/terser/terser"} \ No newline at end of file diff --git a/android/config/libraries/test-exclude@6.0.0.json b/android/config/libraries/test-exclude@6.0.0.json new file mode 100644 index 0000000..52e99f0 --- /dev/null +++ b/android/config/libraries/test-exclude@6.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"6.0.0","description":"test for inclusion or exclusion of paths using globs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"test-exclude","tag":"","uniqueId":"test-exclude@6.0.0","website":"https://github.com/istanbuljs/test-exclude"} \ No newline at end of file diff --git a/android/config/libraries/throat@5.0.0.json b/android/config/libraries/throat@5.0.0.json new file mode 100644 index 0000000..5c2a441 --- /dev/null +++ b/android/config/libraries/throat@5.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.0","description":"Throttle the parallelism of an asynchronous (promise returning) function / functions","developers":[{"name":"ForbesLindesay","organisationUrl":""}],"licenses":["MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2"],"name":"throat","tag":"","uniqueId":"throat@5.0.0","website":"https://github.com/ForbesLindesay/throat"} \ No newline at end of file diff --git a/android/config/libraries/tmpl@1.0.5.json b/android/config/libraries/tmpl@1.0.5.json new file mode 100644 index 0000000..6951350 --- /dev/null +++ b/android/config/libraries/tmpl@1.0.5.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.5","description":"JavaScript micro templates.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3"],"name":"tmpl","tag":"","uniqueId":"tmpl@1.0.5","website":"https://github.com/daaku/nodejs-tmpl"} \ No newline at end of file diff --git a/android/config/libraries/to-regex-range@5.0.1.json b/android/config/libraries/to-regex-range@5.0.1.json new file mode 100644 index 0000000..301695d --- /dev/null +++ b/android/config/libraries/to-regex-range@5.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.1","description":"Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb"],"name":"to-regex-range","tag":"","uniqueId":"to-regex-range@5.0.1","website":"micromatch/to-regex-range"} \ No newline at end of file diff --git a/android/config/libraries/toidentifier@1.0.1.json b/android/config/libraries/toidentifier@1.0.1.json new file mode 100644 index 0000000..ca8465d --- /dev/null +++ b/android/config/libraries/toidentifier@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"Convert a string of words to a JavaScript identifier","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e"],"name":"toidentifier","tag":"","uniqueId":"toidentifier@1.0.1","website":"component/toidentifier"} \ No newline at end of file diff --git a/android/config/libraries/type-detect@4.0.8.json b/android/config/libraries/type-detect@4.0.8.json new file mode 100644 index 0000000..a8a0789 --- /dev/null +++ b/android/config/libraries/type-detect@4.0.8.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.8","description":"Improved typeof detection for node.js and the browser.","developers":[{"name":"Jake Luer (http://alogicalparadox.com)","organisationUrl":""}],"licenses":["MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703"],"name":"type-detect","tag":"","uniqueId":"type-detect@4.0.8","website":"https://github.com/chaijs/type-detect"} \ No newline at end of file diff --git a/android/config/libraries/type-fest@0.7.1.json b/android/config/libraries/type-fest@0.7.1.json new file mode 100644 index 0000000..7682d12 --- /dev/null +++ b/android/config/libraries/type-fest@0.7.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.7.1","description":"A collection of essential TypeScript types","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"type-fest","tag":"","uniqueId":"type-fest@0.7.1","website":"sindresorhus/type-fest"} \ No newline at end of file diff --git a/android/config/libraries/undici-types@6.21.0.json b/android/config/libraries/undici-types@6.21.0.json new file mode 100644 index 0000000..41c10ea --- /dev/null +++ b/android/config/libraries/undici-types@6.21.0.json @@ -0,0 +1 @@ +{"artifactVersion":"6.21.0","description":"A stand-alone types package for Undici","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec"],"name":"undici-types","tag":"","uniqueId":"undici-types@6.21.0","website":"https://github.com/nodejs/undici"} \ No newline at end of file diff --git a/android/config/libraries/unicorn-magic@0.1.0.json b/android/config/libraries/unicorn-magic@0.1.0.json new file mode 100644 index 0000000..143ce58 --- /dev/null +++ b/android/config/libraries/unicorn-magic@0.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.0","description":"Some useful utilities I often need","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"unicorn-magic","tag":"","uniqueId":"unicorn-magic@0.1.0","website":"sindresorhus/unicorn-magic"} \ No newline at end of file diff --git a/android/config/libraries/unpipe@1.0.0.json b/android/config/libraries/unpipe@1.0.0.json new file mode 100644 index 0000000..8643d73 --- /dev/null +++ b/android/config/libraries/unpipe@1.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.0","description":"Unpipe a stream from all destinations","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b"],"name":"unpipe","tag":"","uniqueId":"unpipe@1.0.0","website":"stream-utils/unpipe"} \ No newline at end of file diff --git a/android/config/libraries/update-browserslist-db@1.1.3.json b/android/config/libraries/update-browserslist-db@1.1.3.json new file mode 100644 index 0000000..ce6c8cf --- /dev/null +++ b/android/config/libraries/update-browserslist-db@1.1.3.json @@ -0,0 +1 @@ +{"artifactVersion":"1.1.3","description":"CLI tool to update caniuse-lite to refresh target browsers from Browserslist config","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab"],"name":"update-browserslist-db","tag":"","uniqueId":"update-browserslist-db@1.1.3","website":"browserslist/update-db"} \ No newline at end of file diff --git a/android/config/libraries/use-latest-callback@0.2.6.json b/android/config/libraries/use-latest-callback@0.2.6.json new file mode 100644 index 0000000..b0c083a --- /dev/null +++ b/android/config/libraries/use-latest-callback@0.2.6.json @@ -0,0 +1 @@ +{"artifactVersion":"0.2.6","description":"React hook which returns the latest callback without changing the reference","developers":[{"name":"Satyajit Sahoo ","organisationUrl":""}],"licenses":["MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f"],"name":"use-latest-callback","tag":"","uniqueId":"use-latest-callback@0.2.6","website":"https://github.com/satya164/use-latest-callback"} \ No newline at end of file diff --git a/android/config/libraries/use-sync-external-store@1.6.0.json b/android/config/libraries/use-sync-external-store@1.6.0.json new file mode 100644 index 0000000..8adeca3 --- /dev/null +++ b/android/config/libraries/use-sync-external-store@1.6.0.json @@ -0,0 +1 @@ +{"artifactVersion":"1.6.0","description":"Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"use-sync-external-store","tag":"","uniqueId":"use-sync-external-store@1.6.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/utils-merge@1.0.1.json b/android/config/libraries/utils-merge@1.0.1.json new file mode 100644 index 0000000..d85fb80 --- /dev/null +++ b/android/config/libraries/utils-merge@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"merge() utility function","developers":[{"name":"Jared Hanson","organisationUrl":""}],"licenses":["MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d"],"name":"utils-merge","tag":"","uniqueId":"utils-merge@1.0.1","website":"https://github.com/jaredhanson/utils-merge"} \ No newline at end of file diff --git a/android/config/libraries/uuid@7.0.3.json b/android/config/libraries/uuid@7.0.3.json new file mode 100644 index 0000000..642154c --- /dev/null +++ b/android/config/libraries/uuid@7.0.3.json @@ -0,0 +1 @@ +{"artifactVersion":"7.0.3","description":"RFC4122 (v1, v4, and v5) UUIDs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79"],"name":"uuid","tag":"","uniqueId":"uuid@7.0.3","website":"https://github.com/uuidjs/uuid"} \ No newline at end of file diff --git a/android/config/libraries/vlq@1.0.1.json b/android/config/libraries/vlq@1.0.1.json new file mode 100644 index 0000000..005c7cb --- /dev/null +++ b/android/config/libraries/vlq@1.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.1","description":"Generate, and decode, base64 VLQ mappings for source maps and other uses","developers":[{"name":"Rich Harris","organisationUrl":""}],"licenses":["MIT_c63e7b50d4c36c9b9649e466d52dae5347be3f4a3e7c5e3903adebb3de76d279294a20ee77aa6236bd103c70dd31a99d3d9503a17f035f27e5c3a16501456ba0"],"name":"vlq","tag":"","uniqueId":"vlq@1.0.1","website":"https://github.com/Rich-Harris/vlq"} \ No newline at end of file diff --git a/android/config/libraries/walker@1.0.8.json b/android/config/libraries/walker@1.0.8.json new file mode 100644 index 0000000..9afcd04 --- /dev/null +++ b/android/config/libraries/walker@1.0.8.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.8","description":"A simple directory tree walker.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1"],"name":"walker","tag":"","uniqueId":"walker@1.0.8","website":"https://github.com/daaku/nodejs-walker"} \ No newline at end of file diff --git a/android/config/libraries/warn-once@0.1.1.json b/android/config/libraries/warn-once@0.1.1.json new file mode 100644 index 0000000..5eb505f --- /dev/null +++ b/android/config/libraries/warn-once@0.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.1","description":"Show a warning once","developers":[{"name":"Satyajit Sahoo ","organisationUrl":""}],"licenses":["MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3"],"name":"warn-once","tag":"","uniqueId":"warn-once@0.1.1","website":"https://github.com/satya164/warn-once"} \ No newline at end of file diff --git a/android/config/libraries/whatwg-fetch@3.6.20.json b/android/config/libraries/whatwg-fetch@3.6.20.json new file mode 100644 index 0000000..8265170 --- /dev/null +++ b/android/config/libraries/whatwg-fetch@3.6.20.json @@ -0,0 +1 @@ +{"artifactVersion":"3.6.20","description":"A window.fetch polyfill.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d"],"name":"whatwg-fetch","tag":"","uniqueId":"whatwg-fetch@3.6.20","website":"github/fetch"} \ No newline at end of file diff --git a/android/config/libraries/wrap-ansi@7.0.0.json b/android/config/libraries/wrap-ansi@7.0.0.json new file mode 100644 index 0000000..8672463 --- /dev/null +++ b/android/config/libraries/wrap-ansi@7.0.0.json @@ -0,0 +1 @@ +{"artifactVersion":"7.0.0","description":"Wordwrap a string with ANSI escape codes","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"wrap-ansi","tag":"","uniqueId":"wrap-ansi@7.0.0","website":"chalk/wrap-ansi"} \ No newline at end of file diff --git a/android/config/libraries/wrappy@1.0.2.json b/android/config/libraries/wrappy@1.0.2.json new file mode 100644 index 0000000..89e7170 --- /dev/null +++ b/android/config/libraries/wrappy@1.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"1.0.2","description":"Callback wrapping utility","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"wrappy","tag":"","uniqueId":"wrappy@1.0.2","website":"https://github.com/npm/wrappy"} \ No newline at end of file diff --git a/android/config/libraries/write-file-atomic@4.0.2.json b/android/config/libraries/write-file-atomic@4.0.2.json new file mode 100644 index 0000000..8062050 --- /dev/null +++ b/android/config/libraries/write-file-atomic@4.0.2.json @@ -0,0 +1 @@ +{"artifactVersion":"4.0.2","description":"Write files in an atomic fashion w/configurable ownership","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e"],"name":"write-file-atomic","tag":"","uniqueId":"write-file-atomic@4.0.2","website":"https://github.com/npm/write-file-atomic"} \ No newline at end of file diff --git a/android/config/libraries/ws@6.2.3.json b/android/config/libraries/ws@6.2.3.json new file mode 100644 index 0000000..7c5950e --- /dev/null +++ b/android/config/libraries/ws@6.2.3.json @@ -0,0 +1 @@ +{"artifactVersion":"6.2.3","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","developers":[{"name":"Einar Otto Stangvik (http://2x.io)","organisationUrl":""}],"licenses":["MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae"],"name":"ws","tag":"","uniqueId":"ws@6.2.3","website":"websockets/ws"} \ No newline at end of file diff --git a/android/config/libraries/ws@7.5.10.json b/android/config/libraries/ws@7.5.10.json new file mode 100644 index 0000000..1342d44 --- /dev/null +++ b/android/config/libraries/ws@7.5.10.json @@ -0,0 +1 @@ +{"artifactVersion":"7.5.10","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","developers":[{"name":"Einar Otto Stangvik (http://2x.io)","organisationUrl":""}],"licenses":["MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae"],"name":"ws","tag":"","uniqueId":"ws@7.5.10","website":"websockets/ws"} \ No newline at end of file diff --git a/android/config/libraries/xcode@3.0.1.json b/android/config/libraries/xcode@3.0.1.json new file mode 100644 index 0000000..e696719 --- /dev/null +++ b/android/config/libraries/xcode@3.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"3.0.1","description":"parser for xcodeproj/project.pbxproj files","developers":[{"name":"Apache Software Foundation","organisationUrl":""}],"licenses":["Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8"],"name":"xcode","tag":"","uniqueId":"xcode@3.0.1","website":"https://github.com/apache/cordova-node-xcode"} \ No newline at end of file diff --git a/android/config/libraries/xml2js@0.6.2.json b/android/config/libraries/xml2js@0.6.2.json new file mode 100644 index 0000000..00ff052 --- /dev/null +++ b/android/config/libraries/xml2js@0.6.2.json @@ -0,0 +1 @@ +{"artifactVersion":"0.6.2","description":"Simple XML to JavaScript object converter.","developers":[{"name":"Marek Kubica (https://xivilization.net)","organisationUrl":""}],"licenses":["MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e"],"name":"xml2js","tag":"","uniqueId":"xml2js@0.6.2","website":"https://github.com/Leonidas-from-XIV/node-xml2js"} \ No newline at end of file diff --git a/android/config/libraries/xmlbuilder@11.0.1.json b/android/config/libraries/xmlbuilder@11.0.1.json new file mode 100644 index 0000000..670d6db --- /dev/null +++ b/android/config/libraries/xmlbuilder@11.0.1.json @@ -0,0 +1 @@ +{"artifactVersion":"11.0.1","description":"An XML builder for node.js","developers":[{"name":"Ozgur Ozcitak ","organisationUrl":""}],"licenses":["MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664"],"name":"xmlbuilder","tag":"","uniqueId":"xmlbuilder@11.0.1","website":"https://github.com/oozcitak/xmlbuilder-js"} \ No newline at end of file diff --git a/android/config/libraries/xmlbuilder@15.1.1.json b/android/config/libraries/xmlbuilder@15.1.1.json new file mode 100644 index 0000000..3fc92f5 --- /dev/null +++ b/android/config/libraries/xmlbuilder@15.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"15.1.1","description":"An XML builder for node.js","developers":[{"name":"Ozgur Ozcitak ","organisationUrl":""}],"licenses":["MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664"],"name":"xmlbuilder","tag":"","uniqueId":"xmlbuilder@15.1.1","website":"https://github.com/oozcitak/xmlbuilder-js"} \ No newline at end of file diff --git a/android/config/libraries/y18n@5.0.8.json b/android/config/libraries/y18n@5.0.8.json new file mode 100644 index 0000000..ec2f50c --- /dev/null +++ b/android/config/libraries/y18n@5.0.8.json @@ -0,0 +1 @@ +{"artifactVersion":"5.0.8","description":"the bare-bones internationalization library used by yargs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37"],"name":"y18n","tag":"","uniqueId":"y18n@5.0.8","website":"yargs/y18n"} \ No newline at end of file diff --git a/android/config/libraries/yallist@3.1.1.json b/android/config/libraries/yallist@3.1.1.json new file mode 100644 index 0000000..da81727 --- /dev/null +++ b/android/config/libraries/yallist@3.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"3.1.1","description":"Yet Another Linked List","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"yallist","tag":"","uniqueId":"yallist@3.1.1","website":"https://github.com/isaacs/yallist"} \ No newline at end of file diff --git a/android/config/libraries/yargs-parser@21.1.1.json b/android/config/libraries/yargs-parser@21.1.1.json new file mode 100644 index 0000000..ce2eb0f --- /dev/null +++ b/android/config/libraries/yargs-parser@21.1.1.json @@ -0,0 +1 @@ +{"artifactVersion":"21.1.1","description":"the mighty option parser used by yargs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"yargs-parser","tag":"","uniqueId":"yargs-parser@21.1.1","website":"https://github.com/yargs/yargs-parser"} \ No newline at end of file diff --git a/android/config/libraries/yargs@16.2.0.json b/android/config/libraries/yargs@16.2.0.json new file mode 100644 index 0000000..81ded49 --- /dev/null +++ b/android/config/libraries/yargs@16.2.0.json @@ -0,0 +1 @@ +{"artifactVersion":"16.2.0","description":"yargs the modern, pirate-themed, successor to optimist.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26"],"name":"yargs","tag":"","uniqueId":"yargs@16.2.0","website":"https://github.com/yargs/yargs"} \ No newline at end of file diff --git a/android/config/libraries/yargs@17.7.2.json b/android/config/libraries/yargs@17.7.2.json new file mode 100644 index 0000000..fb55c87 --- /dev/null +++ b/android/config/libraries/yargs@17.7.2.json @@ -0,0 +1 @@ +{"artifactVersion":"17.7.2","description":"yargs the modern, pirate-themed, successor to optimist.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26"],"name":"yargs","tag":"","uniqueId":"yargs@17.7.2","website":"https://github.com/yargs/yargs"} \ No newline at end of file diff --git a/android/config/libraries/yocto-queue@0.1.0.json b/android/config/libraries/yocto-queue@0.1.0.json new file mode 100644 index 0000000..5dd54fb --- /dev/null +++ b/android/config/libraries/yocto-queue@0.1.0.json @@ -0,0 +1 @@ +{"artifactVersion":"0.1.0","description":"Tiny queue data structure","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"yocto-queue","tag":"","uniqueId":"yocto-queue@0.1.0","website":"sindresorhus/yocto-queue"} \ No newline at end of file diff --git a/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json b/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json new file mode 100644 index 0000000..f914419 --- /dev/null +++ b/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13","name":"(MIT OR CC0-1.0)","url":""} \ No newline at end of file diff --git a/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json b/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json new file mode 100644 index 0000000..7ad160e --- /dev/null +++ b/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json @@ -0,0 +1 @@ +{"content":"Zero-Clause BSD\n=============\n\nPermission to use, copy, modify, and/or distribute this software for\nany purpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL\nWARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE\nFOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY\nDAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\nAN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.","hash":"0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a","name":"0BSD","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json b/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json new file mode 100644 index 0000000..69252a2 --- /dev/null +++ b/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json @@ -0,0 +1 @@ +{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2019 Coveo Solutions Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json b/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json new file mode 100644 index 0000000..a8cbed7 --- /dev/null +++ b/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json @@ -0,0 +1 @@ +{"content":"","hash":"Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json b/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json new file mode 100644 index 0000000..15e56a7 --- /dev/null +++ b/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json @@ -0,0 +1 @@ +{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json b/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json new file mode 100644 index 0000000..2c674ef --- /dev/null +++ b/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json @@ -0,0 +1 @@ +{"content":"Copyright 2013 Naitik Shah\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","hash":"Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json b/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json new file mode 100644 index 0000000..f099d96 --- /dev/null +++ b/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json @@ -0,0 +1 @@ +{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2014 Google Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json b/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json new file mode 100644 index 0000000..c7bc747 --- /dev/null +++ b/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json @@ -0,0 +1 @@ +{"content":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction, and\n distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by the\n copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all other\n entities that control, are controlled by, or are under common control with\n that entity. For the purposes of this definition, \"control\" means (i) the\n power, direct or indirect, to cause the direction or management of such\n entity, whether by contract or otherwise, or (ii) ownership of\n fifty percent (50%) or more of the outstanding shares, or (iii) beneficial\n ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising\n permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation source,\n and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical transformation\n or translation of a Source form, including but not limited to compiled\n object code, generated documentation, and conversions to\n other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or Object\n form, made available under the License, as indicated by a copyright notice\n that is included in or attached to the work (an example is provided in the\n Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object form,\n that is based on (or derived from) the Work and for which the editorial\n revisions, annotations, elaborations, or other modifications represent,\n as a whole, an original work of authorship. For the purposes of this\n License, Derivative Works shall not include works that remain separable\n from, or merely link (or bind by name) to the interfaces of, the Work and\n Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including the original\n version of the Work and any modifications or additions to that Work or\n Derivative Works thereof, that is intentionally submitted to Licensor for\n inclusion in the Work by the copyright owner or by an individual or\n Legal Entity authorized to submit on behalf of the copyright owner.\n For the purposes of this definition, \"submitted\" means any form of\n electronic, verbal, or written communication sent to the Licensor or its\n representatives, including but not limited to communication on electronic\n mailing lists, source code control systems, and issue tracking systems\n that are managed by, or on behalf of, the Licensor for the purpose of\n discussing and improving the Work, but excluding communication that is\n conspicuously marked or otherwise designated in writing by the copyright\n owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity on\n behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License.\n\n Subject to the terms and conditions of this License, each Contributor\n hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,\n royalty-free, irrevocable copyright license to reproduce, prepare\n Derivative Works of, publicly display, publicly perform, sublicense,\n and distribute the Work and such Derivative Works in\n Source or Object form.\n\n3. Grant of Patent License.\n\n Subject to the terms and conditions of this License, each Contributor\n hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,\n royalty-free, irrevocable (except as stated in this section) patent\n license to make, have made, use, offer to sell, sell, import, and\n otherwise transfer the Work, where such license applies only to those\n patent claims licensable by such Contributor that are necessarily\n infringed by their Contribution(s) alone or by combination of their\n Contribution(s) with the Work to which such Contribution(s) was submitted.\n If You institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work or a\n Contribution incorporated within the Work constitutes direct or\n contributory patent infringement, then any patent licenses granted to\n You under this License for that Work shall terminate as of the date such\n litigation is filed.\n\n4. Redistribution.\n\n You may reproduce and distribute copies of the Work or Derivative Works\n thereof in any medium, with or without modifications, and in Source or\n Object form, provided that You meet the following conditions:\n\n 1. You must give any other recipients of the Work or Derivative Works a\n copy of this License; and\n\n 2. You must cause any modified files to carry prominent notices stating\n that You changed the files; and\n\n 3. You must retain, in the Source form of any Derivative Works that You\n distribute, all copyright, patent, trademark, and attribution notices from\n the Source form of the Work, excluding those notices that do not pertain\n to any part of the Derivative Works; and\n\n 4. If the Work includes a \"NOTICE\" text file as part of its distribution,\n then any Derivative Works that You distribute must include a readable copy\n of the attribution notices contained within such NOTICE file, excluding\n those notices that do not pertain to any part of the Derivative Works,\n in at least one of the following places: within a NOTICE text file\n distributed as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or, within a\n display generated by the Derivative Works, if and wherever such\n third-party notices normally appear. The contents of the NOTICE file are\n for informational purposes only and do not modify the License.\n You may add Your own attribution notices within Derivative Works that You\n distribute, alongside or as an addendum to the NOTICE text from the Work,\n provided that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and may\n provide additional or different license terms and conditions for use,\n reproduction, or distribution of Your modifications, or for any such\n Derivative Works as a whole, provided Your use, reproduction, and\n distribution of the Work otherwise complies with the conditions\n stated in this License.\n\n5. Submission of Contributions.\n\n Unless You explicitly state otherwise, any Contribution intentionally\n submitted for inclusion in the Work by You to the Licensor shall be under\n the terms and conditions of this License, without any additional\n terms or conditions. Notwithstanding the above, nothing herein shall\n supersede or modify the terms of any separate license agreement you may\n have executed with Licensor regarding such Contributions.\n\n6. Trademarks.\n\n This License does not grant permission to use the trade names, trademarks,\n service marks, or product names of the Licensor, except as required for\n reasonable and customary use in describing the origin of the Work and\n reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty.\n\n Unless required by applicable law or agreed to in writing, Licensor\n provides the Work (and each Contributor provides its Contributions)\n on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\n either express or implied, including, without limitation, any warranties\n or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS\n FOR A PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any risks\n associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability.\n\n In no event and under no legal theory, whether in tort\n (including negligence), contract, or otherwise, unless required by\n applicable law (such as deliberate and grossly negligent acts) or agreed\n to in writing, shall any Contributor be liable to You for damages,\n including any direct, indirect, special, incidental, or consequential\n damages of any character arising as a result of this License or out of\n the use or inability to use the Work (including but not limited to damages\n for loss of goodwill, work stoppage, computer failure or malfunction,\n or any and all other commercial damages or losses), even if such\n Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability.\n\n While redistributing the Work or Derivative Works thereof, You may choose\n to offer, and charge a fee for, acceptance of support, warranty,\n indemnity, or other liability obligations and/or rights consistent with\n this License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf of any\n other Contributor, and only if You agree to indemnify, defend, and hold\n each Contributor harmless for any liability incurred by, or claims\n asserted against, such Contributor by reason of your accepting any such\n warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work\n\n To apply the Apache License to your work, attach the following boilerplate\n notice, with the fields enclosed by brackets \"[]\" replaced with your own\n identifying information. (Don't include the brackets!) The text should be\n enclosed in the appropriate comment syntax for the file format. We also\n recommend that a file or class name and description of purpose be included\n on the same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2016 Nolan Lawson\n\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n or implied. See the License for the specific language governing\n permissions and limitations under the License.\n\n","hash":"Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json b/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json new file mode 100644 index 0000000..aa4a803 --- /dev/null +++ b/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json @@ -0,0 +1 @@ +{"content":"","hash":"BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json b/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json new file mode 100644 index 0000000..3b232d0 --- /dev/null +++ b/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json @@ -0,0 +1 @@ +{"content":"Copyright 2012-2018 (c) Mihai Bazon \n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\nOR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\nTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\nTHE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n","hash":"BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json b/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json new file mode 100644 index 0000000..1c12c43 --- /dev/null +++ b/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json @@ -0,0 +1 @@ +{"content":"Copyright (c) Felix Böhm\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json b/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json new file mode 100644 index 0000000..006f63f --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json @@ -0,0 +1 @@ +{"content":"","hash":"BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json b/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json new file mode 100644 index 0000000..e9719f9 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json @@ -0,0 +1 @@ +{"content":"Copyright 2012-2015 Yahoo! Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the Yahoo! Inc. nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json b/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json new file mode 100644 index 0000000..2f44749 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ","hash":"BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json b/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json new file mode 100644 index 0000000..a3aef83 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json @@ -0,0 +1 @@ +{"content":"BSD 3-Clause License\n\nCopyright (c) 2018, Sinon.JS\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json b/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json new file mode 100644 index 0000000..2219bc1 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json @@ -0,0 +1 @@ +{"content":"Software License Agreement (BSD License)\n========================================\n\nCopyright (c) 2015, Yahoo! Inc. All rights reserved.\n----------------------------------------------------\n\nRedistribution and use of this software in source and binary forms, with or\nwithout modification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission of Yahoo! Inc.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json b/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json new file mode 100644 index 0000000..8efbd90 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json @@ -0,0 +1 @@ +{"content":"\nCopyright (c) 2009-2011, Mozilla Foundation and contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the names of the Mozilla Foundation nor the names of project\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json b/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json new file mode 100644 index 0000000..0bb42fd --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2007-2014, Alexandru Marasteanu \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n* Neither the name of this software nor the names of its contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json b/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json new file mode 100644 index 0000000..11261d2 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2016, Istanbul Code Coverage\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of babel-plugin-istanbul nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json b/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json new file mode 100644 index 0000000..0269549 --- /dev/null +++ b/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json @@ -0,0 +1 @@ +{"content":"BSD License\n\nCopyright (c) 2014, Naitik Shah. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n * Neither the name Naitik Shah nor the names of its contributors may be used to\n endorse or promote products derived from this software without specific\n prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json b/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json new file mode 100644 index 0000000..d8300b8 --- /dev/null +++ b/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json @@ -0,0 +1 @@ +{"content":"# Blue Oak Model License\n\nVersion 1.0.0\n\n## Purpose\n\nThis license gives everyone as much permission to work with\nthis software as possible, while protecting contributors\nfrom liability.\n\n## Acceptance\n\nIn order to receive this license, you must agree to its\nrules. The rules of this license are both obligations\nunder that agreement and conditions to your license.\nYou must not do anything with this software that triggers\na rule that you cannot or will not follow.\n\n## Copyright\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe that contributor's\ncopyright in it.\n\n## Notices\n\nYou must ensure that everyone who gets a copy of\nany part of this software from you, with or without\nchanges, also gets the text of this license or a link to\n.\n\n## Excuse\n\nIf anyone notifies you in writing that you have not\ncomplied with [Notices](#notices), you can keep your\nlicense by taking all practical steps to comply within 30\ndays after the notice. If you do not do so, your license\nends immediately.\n\n## Patent\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe any patent claims\nthey can license or become able to license.\n\n## Reliability\n\nNo contributor can revoke this license.\n\n## No Liability\n\n***As far as the law allows, this software comes as is,\nwithout any warranty or condition, and no contributor\nwill be liable to anyone for any damages related to this\nsoftware or this license, under any kind of legal claim.***\n","hash":"BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4","name":"BlueOak-1.0.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json b/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json new file mode 100644 index 0000000..46eb4c1 --- /dev/null +++ b/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json @@ -0,0 +1 @@ +{"content":"Attribution 4.0 International\n\n=======================================================================\n\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\ndoes not provide legal services or legal advice. Distribution of\nCreative Commons public licenses does not create a lawyer-client or\nother relationship. Creative Commons makes its licenses and related\ninformation available on an \"as-is\" basis. Creative Commons gives no\nwarranties regarding its licenses, any material licensed under their\nterms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the\nfullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and\nconditions that creators and other rights holders may use to share\noriginal works of authorship and other material subject to copyright\nand certain other rights specified in the public license below. The\nfollowing considerations are for informational purposes only, are not\nexhaustive, and do not form part of our licenses.\n\n Considerations for licensors: Our public licenses are\n intended for use by those authorized to give the public\n permission to use material in ways otherwise restricted by\n copyright and certain other rights. Our licenses are\n irrevocable. Licensors should read and understand the terms\n and conditions of the license they choose before applying it.\n Licensors should also secure all rights necessary before\n applying our licenses so that the public can reuse the\n material as expected. Licensors should clearly mark any\n material not subject to the license. This includes other CC-\n licensed material, or material used under an exception or\n limitation to copyright. More considerations for licensors:\n\twiki.creativecommons.org/Considerations_for_licensors\n\n Considerations for the public: By using one of our public\n licenses, a licensor grants the public permission to use the\n licensed material under specified terms and conditions. If\n the licensor's permission is not necessary for any reason--for\n example, because of any applicable exception or limitation to\n copyright--then that use is not regulated by the license. Our\n licenses grant only permissions under copyright and certain\n other rights that a licensor has authority to grant. Use of\n the licensed material may still be restricted for other\n reasons, including because others have copyright or other\n rights in the material. A licensor may make special requests,\n such as asking that all changes be marked or described.\n Although not required by our licenses, you are encouraged to\n respect those requests where reasonable. More_considerations\n for the public: \n\twiki.creativecommons.org/Considerations_for_licensees\n\n=======================================================================\n\nCreative Commons Attribution 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree\nto be bound by the terms and conditions of this Creative Commons\nAttribution 4.0 International Public License (\"Public License\"). To the\nextent this Public License may be interpreted as a contract, You are\ngranted the Licensed Rights in consideration of Your acceptance of\nthese terms and conditions, and the Licensor grants You such rights in\nconsideration of benefits the Licensor receives from making the\nLicensed Material available under these terms and conditions.\n\n\nSection 1 -- Definitions.\n\n a. Adapted Material means material subject to Copyright and Similar\n Rights that is derived from or based upon the Licensed Material\n and in which the Licensed Material is translated, altered,\n arranged, transformed, or otherwise modified in a manner requiring\n permission under the Copyright and Similar Rights held by the\n Licensor. For purposes of this Public License, where the Licensed\n Material is a musical work, performance, or sound recording,\n Adapted Material is always produced where the Licensed Material is\n synched in timed relation with a moving image.\n\n b. Adapter's License means the license You apply to Your Copyright\n and Similar Rights in Your contributions to Adapted Material in\n accordance with the terms and conditions of this Public License.\n\n c. Copyright and Similar Rights means copyright and/or similar rights\n closely related to copyright including, without limitation,\n performance, broadcast, sound recording, and Sui Generis Database\n Rights, without regard to how the rights are labeled or\n categorized. For purposes of this Public License, the rights\n specified in Section 2(b)(1)-(2) are not Copyright and Similar\n Rights.\n\n d. Effective Technological Measures means those measures that, in the\n absence of proper authority, may not be circumvented under laws\n fulfilling obligations under Article 11 of the WIPO Copyright\n Treaty adopted on December 20, 1996, and/or similar international\n agreements.\n\n e. Exceptions and Limitations means fair use, fair dealing, and/or\n any other exception or limitation to Copyright and Similar Rights\n that applies to Your use of the Licensed Material.\n\n f. Licensed Material means the artistic or literary work, database,\n or other material to which the Licensor applied this Public\n License.\n\n g. Licensed Rights means the rights granted to You subject to the\n terms and conditions of this Public License, which are limited to\n all Copyright and Similar Rights that apply to Your use of the\n Licensed Material and that the Licensor has authority to license.\n\n h. Licensor means the individual(s) or entity(ies) granting rights\n under this Public License.\n\n i. Share means to provide material to the public by any means or\n process that requires permission under the Licensed Rights, such\n as reproduction, public display, public performance, distribution,\n dissemination, communication, or importation, and to make material\n available to the public including in ways that members of the\n public may access the material from a place and at a time\n individually chosen by them.\n\n j. Sui Generis Database Rights means rights other than copyright\n resulting from Directive 96/9/EC of the European Parliament and of\n the Council of 11 March 1996 on the legal protection of databases,\n as amended and/or succeeded, as well as other essentially\n equivalent rights anywhere in the world.\n\n k. You means the individual or entity exercising the Licensed Rights\n under this Public License. Your has a corresponding meaning.\n\n\nSection 2 -- Scope.\n\n a. License grant.\n\n 1. Subject to the terms and conditions of this Public License,\n the Licensor hereby grants You a worldwide, royalty-free,\n non-sublicensable, non-exclusive, irrevocable license to\n exercise the Licensed Rights in the Licensed Material to:\n\n a. reproduce and Share the Licensed Material, in whole or\n in part; and\n\n b. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where\n Exceptions and Limitations apply to Your use, this Public\n License does not apply, and You do not need to comply with\n its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section\n 6(a).\n\n 4. Media and formats; technical modifications allowed. The\n Licensor authorizes You to exercise the Licensed Rights in\n all media and formats whether now known or hereafter created,\n and to make technical modifications necessary to do so. The\n Licensor waives and/or agrees not to assert any right or\n authority to forbid You from making technical modifications\n necessary to exercise the Licensed Rights, including\n technical modifications necessary to circumvent Effective\n Technological Measures. For purposes of this Public License,\n simply making modifications authorized by this Section 2(a)\n (4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n a. Offer from the Licensor -- Licensed Material. Every\n recipient of the Licensed Material automatically\n receives an offer from the Licensor to exercise the\n Licensed Rights under the terms and conditions of this\n Public License.\n\n b. No downstream restrictions. You may not offer or impose\n any additional or different terms or conditions on, or\n apply any Effective Technological Measures to, the\n Licensed Material if doing so restricts exercise of the\n Licensed Rights by any recipient of the Licensed\n Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or\n may be construed as permission to assert or imply that You\n are, or that Your use of the Licensed Material is, connected\n with, or sponsored, endorsed, or granted official status by,\n the Licensor or others designated to receive attribution as\n provided in Section 3(a)(1)(A)(i).\n\n b. Other rights.\n\n 1. Moral rights, such as the right of integrity, are not\n licensed under this Public License, nor are publicity,\n privacy, and/or other similar personality rights; however, to\n the extent possible, the Licensor waives and/or agrees not to\n assert any such rights held by the Licensor to the limited\n extent necessary to allow You to exercise the Licensed\n Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this\n Public License.\n\n 3. To the extent possible, the Licensor waives any right to\n collect royalties from You for the exercise of the Licensed\n Rights, whether directly or through a collecting society\n under any voluntary or waivable statutory or compulsory\n licensing scheme. In all other cases the Licensor expressly\n reserves any right to collect such royalties.\n\n\nSection 3 -- License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the\nfollowing conditions.\n\n a. Attribution.\n\n 1. If You Share the Licensed Material (including in modified\n form), You must:\n\n a. retain the following if it is supplied by the Licensor\n with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed\n Material and any others designated to receive\n attribution, in any reasonable manner requested by\n the Licensor (including by pseudonym if\n designated);\n\n ii. a copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv. a notice that refers to the disclaimer of\n warranties;\n\n v. a URI or hyperlink to the Licensed Material to the\n extent reasonably practicable;\n\n b. indicate if You modified the Licensed Material and\n retain an indication of any previous modifications; and\n\n c. indicate the Licensed Material is licensed under this\n Public License, and include the text of, or the URI or\n hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any\n reasonable manner based on the medium, means, and context in\n which You Share the Licensed Material. For example, it may be\n reasonable to satisfy the conditions by providing a URI or\n hyperlink to a resource that includes the required\n information.\n\n 3. If requested by the Licensor, You must remove any of the\n information required by Section 3(a)(1)(A) to the extent\n reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's\n License You apply must not prevent recipients of the Adapted\n Material from complying with this Public License.\n\n\nSection 4 -- Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that\napply to Your use of the Licensed Material:\n\n a. for the avoidance of doubt, Section 2(a)(1) grants You the right\n to extract, reuse, reproduce, and Share all or a substantial\n portion of the contents of the database;\n\n b. if You include all or a substantial portion of the database\n contents in a database in which You have Sui Generis Database\n Rights, then the database in which You have Sui Generis Database\n Rights (but not its individual contents) is Adapted Material; and\n\n c. You must comply with the conditions in Section 3(a) if You Share\n all or a substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not\nreplace Your obligations under this Public License where the Licensed\nRights include other Copyright and Similar Rights.\n\n\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\n\n a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\n EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\n AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\n ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\n IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\n WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\n PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\n ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\n KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\n ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\n\n b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\n TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\n NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\n INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\n COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\n USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\n ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\n DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\n IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\n\n c. The disclaimer of warranties and limitation of liability provided\n above shall be interpreted in a manner that, to the extent\n possible, most closely approximates an absolute disclaimer and\n waiver of all liability.\n\n\nSection 6 -- Term and Termination.\n\n a. This Public License applies for the term of the Copyright and\n Similar Rights licensed here. However, if You fail to comply with\n this Public License, then Your rights under this Public License\n terminate automatically.\n\n b. Where Your right to use the Licensed Material has terminated under\n Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided\n it is cured within 30 days of Your discovery of the\n violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any\n right the Licensor may have to seek remedies for Your violations\n of this Public License.\n\n c. For the avoidance of doubt, the Licensor may also offer the\n Licensed Material under separate terms or conditions or stop\n distributing the Licensed Material at any time; however, doing so\n will not terminate this Public License.\n\n d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\n License.\n\n\nSection 7 -- Other Terms and Conditions.\n\n a. The Licensor shall not be bound by any additional or different\n terms or conditions communicated by You unless expressly agreed.\n\n b. Any arrangements, understandings, or agreements regarding the\n Licensed Material not stated herein are separate from and\n independent of the terms and conditions of this Public License.\n\n\nSection 8 -- Interpretation.\n\n a. For the avoidance of doubt, this Public License does not, and\n shall not be interpreted to, reduce, limit, restrict, or impose\n conditions on any use of the Licensed Material that could lawfully\n be made without permission under this Public License.\n\n b. To the extent possible, if any provision of this Public License is\n deemed unenforceable, it shall be automatically reformed to the\n minimum extent necessary to make it enforceable. If the provision\n cannot be reformed, it shall be severed from this Public License\n without affecting the enforceability of the remaining terms and\n conditions.\n\n c. No term or condition of this Public License will be waived and no\n failure to comply consented to unless expressly agreed to by the\n Licensor.\n\n d. Nothing in this Public License constitutes or may be interpreted\n as a limitation upon, or waiver of, any privileges and immunities\n that apply to the Licensor or You, including from the legal\n processes of any jurisdiction or authority.\n\n\n=======================================================================\n\nCreative Commons is not a party to its public\nlicenses. Notwithstanding, Creative Commons may elect to apply one of\nits public licenses to material it publishes and in those instances\nwill be considered the “Licensor.” The text of the Creative Commons\npublic licenses is dedicated to the public domain under the CC0 Public\nDomain Dedication. Except for the limited purpose of indicating that\nmaterial is shared under a Creative Commons public license or as\notherwise permitted by the Creative Commons policies published at\ncreativecommons.org/policies, Creative Commons does not authorize the\nuse of the trademark \"Creative Commons\" or any other trademark or logo\nof Creative Commons without its prior written consent including,\nwithout limitation, in connection with any unauthorized modifications\nto any of its public licenses or any other arrangements,\nunderstandings, or agreements concerning use of licensed material. For\nthe avoidance of doubt, this paragraph does not form part of the\npublic licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n","hash":"CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428","name":"CC-BY-4.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json b/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json new file mode 100644 index 0000000..2844569 --- /dev/null +++ b/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json @@ -0,0 +1 @@ +{"content":"CC0 1.0 Universal\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n i. the right to reproduce, adapt, distribute, perform, display, communicate,\n and translate a Work;\n\n ii. moral rights retained by the original author(s) and/or performer(s);\n\n iii. publicity and privacy rights pertaining to a person's image or likeness\n depicted in a Work;\n\n iv. rights protecting against unfair competition in regards to a Work,\n subject to the limitations in paragraph 4(a), below;\n\n v. rights protecting the extraction, dissemination, use and reuse of data in\n a Work;\n\n vi. database rights (such as those arising under Directive 96/9/EC of the\n European Parliament and of the Council of 11 March 1996 on the legal\n protection of databases, and under any national implementation thereof,\n including any amended or successor version of such directive); and\n\n vii. other similar, equivalent or corresponding rights throughout the world\n based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n a. No trademark or patent rights held by Affirmer are waived, abandoned,\n surrendered, licensed or otherwise affected by this document.\n\n b. Affirmer offers the Work as-is and makes no representations or warranties\n of any kind concerning the Work, express, implied, statutory or otherwise,\n including without limitation warranties of title, merchantability, fitness\n for a particular purpose, non infringement, or the absence of latent or\n other defects, accuracy, or the present or absence of errors, whether or not\n discoverable, all to the greatest extent permissible under applicable law.\n\n c. Affirmer disclaims responsibility for clearing rights of other persons\n that may apply to the Work or any use thereof, including without limitation\n any person's Copyright and Related Rights in the Work. Further, Affirmer\n disclaims responsibility for obtaining any necessary consents, permissions\n or other rights required for any use of the Work.\n\n d. Affirmer understands and acknowledges that Creative Commons is not a\n party to this document and has no duty or obligation with respect to this\n CC0 or use of the Work.\n\nFor more information, please see\n\n","hash":"CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb","name":"CC0-1.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json b/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json new file mode 100644 index 0000000..c6e4d04 --- /dev/null +++ b/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2015, Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n","hash":"ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json b/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json new file mode 100644 index 0000000..847e3a0 --- /dev/null +++ b/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json b/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json new file mode 100644 index 0000000..cbaf5de --- /dev/null +++ b/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n----\n\nThis library bundles a version of the `fs.realpath` and `fs.realpathSync`\nmethods from Node.js v0.10 under the terms of the Node.js MIT license.\n\nNode's license follows, also included at the header of `old.js` which contains\nthe licensed code:\n\n Copyright Joyent, Inc. and other Node contributors.\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the \"Software\"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n","hash":"ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json b/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json new file mode 100644 index 0000000..9165e8f --- /dev/null +++ b/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2015, Wes Todd\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\nSPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\nOF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json b/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json new file mode 100644 index 0000000..9c71d7e --- /dev/null +++ b/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n\n","hash":"ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json b/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json new file mode 100644 index 0000000..27ee230 --- /dev/null +++ b/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json @@ -0,0 +1 @@ +{"content":"Copyright 2018 Kilian Valkhof\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json b/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json new file mode 100644 index 0000000..72fdfe4 --- /dev/null +++ b/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json @@ -0,0 +1 @@ +{"content":"ISC License\n\nCopyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json b/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json new file mode 100644 index 0000000..7e47f86 --- /dev/null +++ b/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json @@ -0,0 +1 @@ +{"content":"ISC License (ISC)\nCopyright 2018 Stefan Penner\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json b/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json new file mode 100644 index 0000000..b6e7489 --- /dev/null +++ b/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2015, Rebecca Turner\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n","hash":"ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json b/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json new file mode 100644 index 0000000..a315d79 --- /dev/null +++ b/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json b/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json new file mode 100644 index 0000000..d36f72e --- /dev/null +++ b/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n## Glob Logo\n\nGlob's logo created by Tanya Brassie , licensed\nunder a Creative Commons Attribution-ShareAlike 4.0 International License\nhttps://creativecommons.org/licenses/by-sa/4.0/\n","hash":"ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json b/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json new file mode 100644 index 0000000..c8721bf --- /dev/null +++ b/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) 2022-2023 - Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json b/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json new file mode 100644 index 0000000..63d6e18 --- /dev/null +++ b/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json b/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json new file mode 100644 index 0000000..e11c3bc --- /dev/null +++ b/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json @@ -0,0 +1 @@ +{"content":"ISC License\n\nCopyright (c) 2019, Contributors\n\nPermission to use, copy, modify, and/or distribute this software\nfor any purpose with or without fee is hereby granted, provided\nthat the above copyright notice and this permission notice\nappear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE\nLIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES\nOR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json b/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json new file mode 100644 index 0000000..d4bdfb8 --- /dev/null +++ b/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json @@ -0,0 +1 @@ +{"content":"The ISC License\n\nCopyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json b/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json new file mode 100644 index 0000000..46662ce --- /dev/null +++ b/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json @@ -0,0 +1 @@ +{"content":"","hash":"ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json b/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json new file mode 100644 index 0000000..9266337 --- /dev/null +++ b/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2012-20 Ionică Bizău (https://ionicabizau.net)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json b/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json new file mode 100644 index 0000000..f1ec7c2 --- /dev/null +++ b/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright 2022 Andrey Sitnik and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json b/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json new file mode 100644 index 0000000..04d7d0c --- /dev/null +++ b/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2022 Satyajit Sahoo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json b/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json new file mode 100644 index 0000000..fa77dcf --- /dev/null +++ b/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012 TJ Holowaychuk \nCopyright (c) 2016-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json b/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json new file mode 100644 index 0000000..731f757 --- /dev/null +++ b/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2021 Inspect JS\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json b/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json new file mode 100644 index 0000000..c9385d6 --- /dev/null +++ b/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-2016, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json b/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json new file mode 100644 index 0000000..bdb4d40 --- /dev/null +++ b/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2013 Julian Gruber \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json b/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json new file mode 100644 index 0000000..254c18b --- /dev/null +++ b/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2013 Raynos.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","hash":"MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json b/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json new file mode 100644 index 0000000..ed0a74f --- /dev/null +++ b/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2017 Toru Nagashima\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json b/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json new file mode 100644 index 0000000..cdf678a --- /dev/null +++ b/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2025 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json b/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json new file mode 100644 index 0000000..c06d48b --- /dev/null +++ b/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2011 Heather Arthur \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json b/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json new file mode 100644 index 0000000..066dade --- /dev/null +++ b/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2020 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json b/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json new file mode 100644 index 0000000..d4d2d33 --- /dev/null +++ b/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2020 Nicolò Ribaudo and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json b/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json new file mode 100644 index 0000000..39d6a89 --- /dev/null +++ b/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014-2018 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json b/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json new file mode 100644 index 0000000..a143118 --- /dev/null +++ b/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2018 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json b/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json new file mode 100644 index 0000000..b2a4749 --- /dev/null +++ b/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json @@ -0,0 +1 @@ +{"content":"\nCopyright 2009–2014 Contributors. All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n\n","hash":"MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json b/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json new file mode 100644 index 0000000..cb91c67 --- /dev/null +++ b/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2019 CFWare, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json b/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json new file mode 100644 index 0000000..dae1c41 --- /dev/null +++ b/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014-2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json b/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json new file mode 100644 index 0000000..30054e8 --- /dev/null +++ b/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json @@ -0,0 +1 @@ +{"content":" MIT License\n\n Copyright (c) Microsoft Corporation.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n","hash":"MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json b/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json new file mode 100644 index 0000000..2975d2c --- /dev/null +++ b/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2013 Joe Wollard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json b/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json new file mode 100644 index 0000000..40abcf0 --- /dev/null +++ b/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2013 Jake Luer (http://alogicalparadox.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json b/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json new file mode 100644 index 0000000..fd89f57 --- /dev/null +++ b/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Jordan Harband and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json b/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json new file mode 100644 index 0000000..0c494ad --- /dev/null +++ b/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json @@ -0,0 +1 @@ +{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\nCopyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json b/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json new file mode 100644 index 0000000..e204d66 --- /dev/null +++ b/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2019 Th3rd Wave\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json b/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json new file mode 100644 index 0000000..7fdd70d --- /dev/null +++ b/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (C) 2012 by Vitaly Puzrin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json b/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json new file mode 100644 index 0000000..fed579e --- /dev/null +++ b/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2014-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json b/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json new file mode 100644 index 0000000..6858189 --- /dev/null +++ b/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json b/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json new file mode 100644 index 0000000..73234c1 --- /dev/null +++ b/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json b/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json new file mode 100644 index 0000000..f16c926 --- /dev/null +++ b/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2016 Zeit, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json b/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json new file mode 100644 index 0000000..939c21d --- /dev/null +++ b/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2018 Open Collective\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json b/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json new file mode 100644 index 0000000..88d2086 --- /dev/null +++ b/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2016, 2018 Linus Unnebäck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json b/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json new file mode 100644 index 0000000..86f3c9f --- /dev/null +++ b/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (C) 2011-2015 by Vitaly Puzrin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json b/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json new file mode 100644 index 0000000..70c0f55 --- /dev/null +++ b/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014-2017 TJ Holowaychuk \nCopyright (c) 2018-2021 Josh Junon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software\nand associated documentation files (the 'Software'), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json b/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json new file mode 100644 index 0000000..f3d78b5 --- /dev/null +++ b/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright 2017 Andrey Sitnik \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json b/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json new file mode 100644 index 0000000..593c6e5 --- /dev/null +++ b/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json @@ -0,0 +1 @@ +{"content":"(MIT)\n\nCopyright (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json b/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json new file mode 100644 index 0000000..e711b82 --- /dev/null +++ b/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) [2015-2016] [Horcrux]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json b/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json new file mode 100644 index 0000000..41d7069 --- /dev/null +++ b/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Meta Platforms, Inc. and affiliates.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json b/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json new file mode 100644 index 0000000..2fb4041 --- /dev/null +++ b/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2024 ECMAScript Shims\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json b/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json new file mode 100644 index 0000000..2f3a4db --- /dev/null +++ b/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2017 Eric Wendelin and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json b/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json new file mode 100644 index 0000000..c79d377 --- /dev/null +++ b/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Andres Suarez \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json b/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json new file mode 100644 index 0000000..4855120 --- /dev/null +++ b/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Jonathan Ong \nCopyright (c) Sindre Sorhus (https://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json b/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json new file mode 100644 index 0000000..49519c8 --- /dev/null +++ b/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2013-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json b/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json new file mode 100644 index 0000000..2e86d22 --- /dev/null +++ b/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2011 Debuggable Limited \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json b/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json new file mode 100644 index 0000000..d85fa57 --- /dev/null +++ b/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json b/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json new file mode 100644 index 0000000..a132eef --- /dev/null +++ b/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2012 Heather Arthur\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json b/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json new file mode 100644 index 0000000..d15e01e --- /dev/null +++ b/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json @@ -0,0 +1 @@ +{"content":"License\n\n(The MIT License)\n\nCopyright (c) 2014 The cheeriojs contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json b/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json new file mode 100644 index 0000000..917ca56 --- /dev/null +++ b/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2011-2016 Heather Arthur \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json b/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json new file mode 100644 index 0000000..fb90f02 --- /dev/null +++ b/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright 2014 Andrey Sitnik and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json b/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json new file mode 100644 index 0000000..9106256 --- /dev/null +++ b/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json @@ -0,0 +1 @@ +{"content":"Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me)\n\nThis project is free software released under the MIT license:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json b/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json new file mode 100644 index 0000000..c2bb888 --- /dev/null +++ b/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014 TJ Holowaychuk \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software \nand associated documentation files (the 'Software'), to deal in the Software without restriction, \nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json b/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json new file mode 100644 index 0000000..21339d2 --- /dev/null +++ b/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json b/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json new file mode 100644 index 0000000..a0e3665 --- /dev/null +++ b/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json @@ -0,0 +1 @@ +{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json b/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json new file mode 100644 index 0000000..2f77adb --- /dev/null +++ b/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json @@ -0,0 +1 @@ +{"content":"This software is released under the MIT license:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json b/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json new file mode 100644 index 0000000..75a4bb4 --- /dev/null +++ b/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Joel Arvidsson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json b/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json new file mode 100644 index 0000000..1c4a882 --- /dev/null +++ b/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2017 React Navigation Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json b/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json new file mode 100644 index 0000000..d48e813 --- /dev/null +++ b/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json @@ -0,0 +1 @@ +{"content":"The MIT License\n\nCopyright (c) 2013 James Halliday (mail@substack.net)\n\nPermission is hereby granted, free of charge, \nto any person obtaining a copy of this software and \nassociated documentation files (the \"Software\"), to \ndeal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, \nmerge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom \nthe Software is furnished to do so, \nsubject to the following conditions:\n\nThe above copyright notice and this permission notice \nshall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json b/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json new file mode 100644 index 0000000..802338f --- /dev/null +++ b/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Facebook, Inc. and its affiliates.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json b/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json new file mode 100644 index 0000000..d253913 --- /dev/null +++ b/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json b/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json new file mode 100644 index 0000000..6c65e37 --- /dev/null +++ b/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json @@ -0,0 +1 @@ +{"content":"Copyright 2018 Logan Smyth \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json b/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json new file mode 100644 index 0000000..e7a9b96 --- /dev/null +++ b/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2013-2017 Jared Hanson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json b/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json new file mode 100644 index 0000000..dced678 --- /dev/null +++ b/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json @@ -0,0 +1 @@ +{"content":"The MIT License\n\nCopyright (C) 2016-2018 Rob Wu \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json b/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json new file mode 100644 index 0000000..0787cc4 --- /dev/null +++ b/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json @@ -0,0 +1 @@ +{"content":"Copyright 2013 Thorsten Lorenz. \nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json b/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json new file mode 100644 index 0000000..15bacc1 --- /dev/null +++ b/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json @@ -0,0 +1 @@ +{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2016 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json b/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json new file mode 100644 index 0000000..2348528 --- /dev/null +++ b/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2011 Troy Goode \n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json b/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json new file mode 100644 index 0000000..6e8fdba --- /dev/null +++ b/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2019 Alexander Reardon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json b/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json new file mode 100644 index 0000000..c7fba56 --- /dev/null +++ b/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json @@ -0,0 +1 @@ +{"content":"TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript \r\n\r\nThe MIT License (MIT)\r\n\r\nCopyright (c) 2017-2023 Haydn Paterson (sinclair) \r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.","hash":"MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json b/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json new file mode 100644 index 0000000..0777951 --- /dev/null +++ b/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n","hash":"MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json b/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json new file mode 100644 index 0000000..04e3d8e --- /dev/null +++ b/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json @@ -0,0 +1 @@ +{"content":"The MIT License\n\nCopyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json b/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json new file mode 100644 index 0000000..f247d4d --- /dev/null +++ b/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014 Jameson Little\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json b/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json new file mode 100644 index 0000000..717c882 --- /dev/null +++ b/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2010 Sencha Inc.\nCopyright (c) 2011 LearnBoost\nCopyright (c) 2011 TJ Holowaychuk\nCopyright (c) 2014-2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json b/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json new file mode 100644 index 0000000..403503f --- /dev/null +++ b/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012-2014 Federico Romero\nCopyright (c) 2012-2014 Isaac Z. Schlueter\nCopyright (c) 2014-2015 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json b/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json new file mode 100644 index 0000000..b3a4cf4 --- /dev/null +++ b/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2012-2018 Aseem Kishore, and [others].\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[others]: https://github.com/json5/json5/contributors\n","hash":"MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json b/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json new file mode 100644 index 0000000..48bac24 --- /dev/null +++ b/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json b/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json new file mode 100644 index 0000000..82bab37 --- /dev/null +++ b/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json b/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json new file mode 100644 index 0000000..bdef854 --- /dev/null +++ b/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2016-2018 Ari Porad\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json b/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json new file mode 100644 index 0000000..0809f9e --- /dev/null +++ b/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) Stephen Sugden (stephensugden.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json b/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json new file mode 100644 index 0000000..868e5ab --- /dev/null +++ b/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json @@ -0,0 +1 @@ +{"content":"Copyright (C) 2012-2014 by various contributors (see AUTHORS)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json b/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json new file mode 100644 index 0000000..a9c9e92 --- /dev/null +++ b/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2016 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json b/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json new file mode 100644 index 0000000..1c40c86 --- /dev/null +++ b/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2014-2023 GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json b/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json new file mode 100644 index 0000000..c2d55d3 --- /dev/null +++ b/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 David Clark\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json b/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json new file mode 100644 index 0000000..b3d7d83 --- /dev/null +++ b/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\r\n\r\nCopyright (c) 2013 Ozgur Ozcitak\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.\r\n","hash":"MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json b/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json new file mode 100644 index 0000000..5ba2520 --- /dev/null +++ b/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2022 ECMAScript Shims\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json b/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json new file mode 100644 index 0000000..682b92c --- /dev/null +++ b/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2014 Forbes Lindesay\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json b/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json new file mode 100644 index 0000000..feeb48e --- /dev/null +++ b/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json @@ -0,0 +1 @@ +{"content":"# Copyright (c) 2014-present Matt Zabriskie & Collaborators\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json b/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json new file mode 100644 index 0000000..cc7c6d4 --- /dev/null +++ b/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\nCopyright (c) 2017 Samuel Reed \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json b/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json new file mode 100644 index 0000000..d7a423f --- /dev/null +++ b/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json @@ -0,0 +1 @@ +{"content":"","hash":"MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json b/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json new file mode 100644 index 0000000..5c04843 --- /dev/null +++ b/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2017-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json b/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json new file mode 100644 index 0000000..a468b3c --- /dev/null +++ b/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2024 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json b/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json new file mode 100644 index 0000000..688dcac --- /dev/null +++ b/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Luke Edwards (lukeed.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json b/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json new file mode 100644 index 0000000..71a7d61 --- /dev/null +++ b/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json @@ -0,0 +1 @@ +{"content":"This software is released under the MIT license:\n\nCopyright (c) 2017 Evgeny Poberezkin\nCopyright (c) 2013 James Halliday\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json b/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json new file mode 100644 index 0000000..2ac90a2 --- /dev/null +++ b/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2017, Sam Verschueren (github.com/SamVerschueren)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json b/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json new file mode 100644 index 0000000..2241fa8 --- /dev/null +++ b/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2010-2017 Nathan Rajlich \n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json b/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json new file mode 100644 index 0000000..cf5042e --- /dev/null +++ b/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Toru Nagashima\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json b/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json new file mode 100644 index 0000000..8ad751b --- /dev/null +++ b/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) Kevin Martensson (github.com/kevva)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json b/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json new file mode 100644 index 0000000..4715a04 --- /dev/null +++ b/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\nCopyright (c) 2014-present, Facebook, Inc. (ONLY ./src/helpers/regenerator* files)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json b/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json new file mode 100644 index 0000000..070f294 --- /dev/null +++ b/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (http://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json b/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json new file mode 100644 index 0000000..7bd2009 --- /dev/null +++ b/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2016-2022 Isaac Z. Schlueter , James Talmage (github.com/jamestalmage), and Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json b/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json new file mode 100644 index 0000000..cdaacd3 --- /dev/null +++ b/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2020 Vercel, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json b/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json new file mode 100644 index 0000000..7bb2542 --- /dev/null +++ b/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2013 Forbes Lindesay\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","hash":"MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json b/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json new file mode 100644 index 0000000..25db10b --- /dev/null +++ b/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json b/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json new file mode 100644 index 0000000..d001458 --- /dev/null +++ b/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-2018, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json b/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json new file mode 100644 index 0000000..1ae1195 --- /dev/null +++ b/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2015 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json b/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json new file mode 100644 index 0000000..618c35e --- /dev/null +++ b/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2021 Software Mansion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json b/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json new file mode 100644 index 0000000..ec5db49 --- /dev/null +++ b/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012 Near Infinity Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software \nand associated documentation files (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json b/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json new file mode 100644 index 0000000..5cd4579 --- /dev/null +++ b/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2014-2019 Georg Tavonius\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json b/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json new file mode 100644 index 0000000..f530fe4 --- /dev/null +++ b/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2015 Joel Arvidsson\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json b/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json new file mode 100644 index 0000000..b4111e1 --- /dev/null +++ b/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Matteo Collina and Undici contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json b/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json new file mode 100644 index 0000000..2d92331 --- /dev/null +++ b/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json @@ -0,0 +1 @@ +{"content":"MIT License\n-----------\n\nCopyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json b/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json new file mode 100644 index 0000000..08ce737 --- /dev/null +++ b/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2014 Evan Wallace\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json b/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json new file mode 100644 index 0000000..cebf522 --- /dev/null +++ b/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2023 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json b/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json new file mode 100644 index 0000000..6faaecc --- /dev/null +++ b/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\nCopyright (c) 2016 Andres Suarez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json b/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json new file mode 100644 index 0000000..894fd5a --- /dev/null +++ b/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2010-2016 Robert Kieffer and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json b/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json new file mode 100644 index 0000000..6da9af4 --- /dev/null +++ b/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2016 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json b/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json new file mode 100644 index 0000000..1a332ec --- /dev/null +++ b/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json b/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json new file mode 100644 index 0000000..0cb84d3 --- /dev/null +++ b/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (C) 2012-2022 by various contributors (see AUTHORS)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json b/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json new file mode 100644 index 0000000..21aa41a --- /dev/null +++ b/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json @@ -0,0 +1 @@ +{"content":"Copyright 2024 Justin Ridgewell \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json b/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json new file mode 100644 index 0000000..300ffaa --- /dev/null +++ b/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2017 Evgeny Poberezkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json b/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json new file mode 100644 index 0000000..e30486b --- /dev/null +++ b/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json @@ -0,0 +1 @@ +{"content":"Copyright (C) 2016-2019 by Roman Dvornov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json b/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json new file mode 100644 index 0000000..4d77db0 --- /dev/null +++ b/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json b/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json new file mode 100644 index 0000000..988e70d --- /dev/null +++ b/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json @@ -0,0 +1 @@ +{"content":"Copyright jQuery Foundation and other contributors \n\nBased on Underscore.js, copyright Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors \n\nThis software consists of voluntary contributions made by many\nindividuals. For exact contribution history, see the revision history\navailable at https://github.com/lodash/lodash\n\nThe following license applies to all parts of this software except as\ndocumented below:\n\n====\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n====\n\nCopyright and related rights for sample code are waived via CC0. Sample\ncode is defined as all source code displayed within the prose of the\ndocumentation.\n\nCC0: http://creativecommons.org/publicdomain/zero/1.0/\n\n====\n\nFiles located in the node_modules and vendor directories are externally\nmaintained libraries used by this software which have their own\nlicenses; we recommend you read them, as their terms may differ from the\nterms above.\n","hash":"MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json b/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json new file mode 100644 index 0000000..7a94d9d --- /dev/null +++ b/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright © 2013-Present Aditya Yadav, http://netroy.in\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json b/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json new file mode 100644 index 0000000..3458c1a --- /dev/null +++ b/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Josh Junon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json b/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json new file mode 100644 index 0000000..d591075 --- /dev/null +++ b/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2010 Sencha Inc.\nCopyright (c) 2011 LearnBoost\nCopyright (c) 2011-2014 TJ Holowaychuk\nCopyright (c) 2015 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json b/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json new file mode 100644 index 0000000..7db4334 --- /dev/null +++ b/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n \nCopyright (c) 2015 Auth0, Inc. (http://auth0.com)\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json b/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json new file mode 100644 index 0000000..3855796 --- /dev/null +++ b/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\nCopyright (c) 2014 Jesse Tane \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json b/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json new file mode 100644 index 0000000..0ba49e8 --- /dev/null +++ b/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2016 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json b/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json new file mode 100644 index 0000000..a9e4baf --- /dev/null +++ b/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json @@ -0,0 +1 @@ +{"content":"Copyright 2019 Justin Ridgewell \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json b/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json new file mode 100644 index 0000000..d07603a --- /dev/null +++ b/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012-2014 TJ Holowaychuk \nCopyright (c) 2015-2016 Douglas Christopher Wilson and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json b/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json new file mode 100644 index 0000000..a5359e2 --- /dev/null +++ b/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012 TJ Holowaychuk\nCopyright (c) 2014-2022 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json b/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json new file mode 100644 index 0000000..8bf9534 --- /dev/null +++ b/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2022 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json b/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json new file mode 100644 index 0000000..0e21031 --- /dev/null +++ b/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2010 Benjamin Thomas, Robert Kieffer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json b/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json new file mode 100644 index 0000000..720fba1 --- /dev/null +++ b/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (https://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json b/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json new file mode 100644 index 0000000..65c194f --- /dev/null +++ b/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json @@ -0,0 +1 @@ +{"content":"Copyright (c) 2014 Robert Kieffer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json b/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json new file mode 100644 index 0000000..39ace43 --- /dev/null +++ b/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json @@ -0,0 +1 @@ +{"content":"\n(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2014-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json b/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json new file mode 100644 index 0000000..531555a --- /dev/null +++ b/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2020 CFWare, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json b/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json new file mode 100644 index 0000000..2c39f55 --- /dev/null +++ b/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2023 Satyajit Sahoo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json b/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json new file mode 100644 index 0000000..27ddba2 --- /dev/null +++ b/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2016-2018 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json b/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json new file mode 100644 index 0000000..205090b --- /dev/null +++ b/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2015-2022 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json b/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json new file mode 100644 index 0000000..279ed74 --- /dev/null +++ b/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2017 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json b/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json new file mode 100644 index 0000000..4df4b39 --- /dev/null +++ b/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2013 Jonathan Ong \nCopyright (c) 2014 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json b/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json new file mode 100644 index 0000000..983a7da --- /dev/null +++ b/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2013 Nathan Rajlich \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json b/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json new file mode 100644 index 0000000..d0fdf73 --- /dev/null +++ b/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2012-2013 TJ Holowaychuk\nCopyright (c) 2015 Andreas Lubbe\nCopyright (c) 2015 Tiancheng \"Timothy\" Gu\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json b/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json new file mode 100644 index 0000000..86b1ca0 --- /dev/null +++ b/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) Richie Hsieh and Revteltech.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json b/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json new file mode 100644 index 0000000..d7f8fc0 --- /dev/null +++ b/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json @@ -0,0 +1 @@ +{"content":"Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json b/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json new file mode 100644 index 0000000..3f0cf7c --- /dev/null +++ b/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json @@ -0,0 +1 @@ +{"content":"(The MIT License)\n\nCopyright (c) 2015 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json b/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json new file mode 100644 index 0000000..cb791df --- /dev/null +++ b/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json @@ -0,0 +1 @@ +{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\nCopyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json b/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json new file mode 100644 index 0000000..f8aa31b --- /dev/null +++ b/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json @@ -0,0 +1 @@ +{"content":"Copyright 2017 Kat Marchán\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json b/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json new file mode 100644 index 0000000..ca8c675 --- /dev/null +++ b/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2018 Software Mansion \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json b/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json new file mode 100644 index 0000000..9f6046b --- /dev/null +++ b/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 JD Ballard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json b/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json new file mode 100644 index 0000000..f8e26c1 --- /dev/null +++ b/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\r\nCopyright (c) 2015 Dmitry Ivanov\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json b/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json new file mode 100644 index 0000000..e94ec09 --- /dev/null +++ b/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json @@ -0,0 +1 @@ +{"content":"MIT License\n\nCopyright (c) 2019 Proyecto 26\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json b/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json new file mode 100644 index 0000000..5166f42 --- /dev/null +++ b/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json @@ -0,0 +1 @@ +{"content":"The MIT License (MIT)\n\nCopyright (c) 2011 Einar Otto Stangvik \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json b/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json new file mode 100644 index 0000000..0155df4 --- /dev/null +++ b/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json @@ -0,0 +1 @@ +{"content":"Copyright 2010, 2011, 2012, 2013. All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n","hash":"MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json b/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json new file mode 100644 index 0000000..1531c23 --- /dev/null +++ b/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json @@ -0,0 +1 @@ +{"content":"This is free and unencumbered software released into the public domain.\r\n\r\nAnyone is free to copy, modify, publish, use, compile, sell, or\r\ndistribute this software, either in source code form or as a compiled\r\nbinary, for any purpose, commercial or non-commercial, and by any\r\nmeans.\r\n\r\nIn jurisdictions that recognize copyright laws, the author or authors\r\nof this software dedicate any and all copyright interest in the\r\nsoftware to the public domain. We make this dedication for the benefit\r\nof the public at large and to the detriment of our heirs and\r\nsuccessors. We intend this dedication to be an overt act of\r\nrelinquishment in perpetuity of all present and future rights to this\r\nsoftware under copyright law.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\r\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\r\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r\nOTHER DEALINGS IN THE SOFTWARE.\r\n\r\nFor more information, please refer to \r\n","hash":"Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346","name":"Unlicense","url":""} \ No newline at end of file diff --git a/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json b/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json new file mode 100644 index 0000000..dbbd17c --- /dev/null +++ b/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json @@ -0,0 +1 @@ +{"content":"","hash":"Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06","name":"Unlicense","url":""} \ No newline at end of file diff --git a/ios/ApiaryReactNative.xcodeproj/project.pbxproj b/ios/ApiaryReactNative.xcodeproj/project.pbxproj index e66b15b..6e942e9 100644 --- a/ios/ApiaryReactNative.xcodeproj/project.pbxproj +++ b/ios/ApiaryReactNative.xcodeproj/project.pbxproj @@ -12,6 +12,7 @@ 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; CC2BBDBCA3FCEC106879F825 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; + D933ACBE1A32493585C40AB5 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 99816AA8F2524708B7736B43 /* Settings.bundle */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -25,6 +26,7 @@ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ApiaryReactNative/LaunchScreen.storyboard; sourceTree = ""; }; 90944F4E2E2B4DF7009CD759 /* ApiaryReactNative.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = ApiaryReactNative.entitlements; path = ApiaryReactNative/ApiaryReactNative.entitlements; sourceTree = ""; }; 90999FF72EADD414005812BA /* AppDelegate+RNAppAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+RNAppAuth.h"; sourceTree = ""; }; + 99816AA8F2524708B7736B43 /* Settings.bundle */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = Settings.bundle; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; EDC4D08DC6F936D979DF2673 /* Pods-ApiaryReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ApiaryReactNative.debug.xcconfig"; path = "Target Support Files/Pods-ApiaryReactNative/Pods-ApiaryReactNative.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -61,6 +63,7 @@ 13B07FB61A68108700A75B9A /* Info.plist */, 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, + 99816AA8F2524708B7736B43 /* Settings.bundle */, ); name = ApiaryReactNative; sourceTree = ""; @@ -121,6 +124,7 @@ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ApiaryReactNative" */; buildPhases = ( 9A976451B424A3849502C9BF /* [CP] Check Pods Manifest.lock */, + 3FD7BEEFA4EA4F369EE3C39F /* Generate licenses with LicensePlist */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, @@ -179,6 +183,7 @@ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, CC2BBDBCA3FCEC106879F825 /* PrivacyInfo.xcprivacy in Resources */, + D933ACBE1A32493585C40AB5 /* Settings.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -205,6 +210,20 @@ shellPath = /bin/sh; shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n\n"; }; + 3FD7BEEFA4EA4F369EE3C39F /* Generate licenses with LicensePlist */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Generate licenses with LicensePlist"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "${PODS_ROOT}/LicensePlist/license-plist --add-version-numbers --output-path ./Settings.bundle"; + }; 9A976451B424A3849502C9BF /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; diff --git a/ios/ApiaryReactNative.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/ApiaryReactNative.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/ios/ApiaryReactNative.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + + diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 106c804..e466940 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -14,6 +14,7 @@ PODS: - hermes-engine (0.80.1): - hermes-engine/Pre-built (= 0.80.1) - hermes-engine/Pre-built (0.80.1) + - LicensePlist (3.27.2) - RCT-Folly (2024.11.18.00): - boost - DoubleConversion @@ -2225,6 +2226,38 @@ PODS: - React-perflogger (= 0.80.1) - React-utils (= 0.80.1) - SocketRocket + - ReactNativeLegal (1.6.0): + - boost + - DoubleConversion + - fast_float + - fmt + - glog + - hermes-engine + - LicensePlist + - RCT-Folly + - RCT-Folly/Fabric + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - SocketRocket + - Yoga + - RNInAppBrowser (3.7.0): + - React-Core - RNKeychain (10.0.0): - boost - DoubleConversion @@ -2484,6 +2517,8 @@ DEPENDENCIES: - ReactAppDependencyProvider (from `build/generated/ios`) - ReactCodegen (from `build/generated/ios`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) + - ReactNativeLegal (from `../node_modules/react-native-legal`) + - RNInAppBrowser (from `../node_modules/react-native-inappbrowser-reborn`) - RNKeychain (from `../node_modules/react-native-keychain`) - RNScreens (from `../node_modules/react-native-screens`) - RNSVG (from `../node_modules/react-native-svg`) @@ -2494,6 +2529,7 @@ DEPENDENCIES: SPEC REPOS: trunk: - AppAuth + - LicensePlist - SocketRocket EXTERNAL SOURCES: @@ -2650,6 +2686,10 @@ EXTERNAL SOURCES: :path: build/generated/ios ReactCommon: :path: "../node_modules/react-native/ReactCommon" + ReactNativeLegal: + :path: "../node_modules/react-native-legal" + RNInAppBrowser: + :path: "../node_modules/react-native-inappbrowser-reborn" RNKeychain: :path: "../node_modules/react-native-keychain" RNScreens: @@ -2670,6 +2710,7 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 hermes-engine: 4f07404533b808de66cf48ac4200463068d0e95a + LicensePlist: 74682f92f6028b02dce8d84b9b9e65350c971571 RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669 RCTDeprecation: efa5010912100e944a7ac9a93a157e1def1988fe RCTRequired: bbc4cf999ddc4a4b076e076c74dd1d39d0254630 @@ -2739,6 +2780,8 @@ SPEC CHECKSUMS: ReactAppDependencyProvider: afd905e84ee36e1678016ae04d7370c75ed539be ReactCodegen: f8d5fb047c4cd9d2caade972cad9edac22521362 ReactCommon: 17fd88849a174bf9ce45461912291aca711410fc + ReactNativeLegal: 81d5bc5d6e2f45cf146f0345d7cacb21d0a19aba + RNInAppBrowser: 6d3eb68d471b9834335c664704719b8be1bfdb20 RNKeychain: 9c0d0b73682506249067e6b0a13ef65635c241fa RNScreens: 7ab5a342b48757987b6f58a680afb5e7ec4e213e RNSVG: cb3156ab4865f6a8bc145fb431a1003f02df2ff7 diff --git a/ios/Settings.bundle/Root.plist b/ios/Settings.bundle/Root.plist new file mode 100644 index 0000000..924ed2c --- /dev/null +++ b/ios/Settings.bundle/Root.plist @@ -0,0 +1,19 @@ + + + + + StringsTable + Root + PreferenceSpecifiers + + + Type + PSChildPaneSpecifier + Title + Licenses + File + com.mono0926.LicensePlist + + + + \ No newline at end of file diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt b/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt new file mode 100644 index 0000000..134b1c3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt @@ -0,0 +1,1788 @@ +name: AppAuth, nameSpecified: +body: + … +version: 2.0.0 + +name: boost, nameSpecified: +body: Boost Software Licen… +version: 1.84.0 + +name: DoubleConversion, nameSpecified: +body: Copyright 2006-2011,… +version: 1.1.6 + +name: fast_float, nameSpecified: +body: … +version: 8.0.0 + +name: fmt, nameSpecified: +body: Copyright (c) 2012 -… +version: 11.0.2 + +name: glog, nameSpecified: +body: Copyright (c) 2008, … +version: 0.3.5 + +name: hermes-engine, nameSpecified: +body: MIT License + +Copyrig… +version: 0.80.1 + +name: LicensePlist, nameSpecified: +body: MIT License + +Copyrig… +version: 3.27.2 + +name: RCT-Folly, nameSpecified: +body: + … +version: 2024.11.18.00 + +name: React, nameSpecified: +body: MIT License + +Copyrig… +version: 0.80.1 + +name: React-Core, nameSpecified: +body: MIT License + +Copyrig… +version: 0.80.1 + +name: react-native-nfc-manager, nameSpecified: +body: MIT License + +Copyrig… +version: 3.17.1 + +name: react-native-safe-area-context, nameSpecified: +body: MIT License + +Copyrig… +version: 5.6.1 + +name: react-native-vector-icons-material-design-icons, nameSpecified: +body: MIT License + +Copyrig… +version: 12.3.0 + +name: react-native-vector-icons-material-icons, nameSpecified: +body: MIT License + +Copyrig… +version: 12.3.0 + +name: ReactNativeLegal, nameSpecified: +body: MIT License + +Copyrig… +version: 1.6.0 + +name: RNInAppBrowser, nameSpecified: +body: MIT License + +Copyrig… +version: 3.7.0 + +name: RNKeychain, nameSpecified: +body: The MIT License (MIT… +version: 10.0.0 + +name: RNScreens, nameSpecified: +body: The MIT License (MIT… +version: 4.17.1 + +name: RNSVG, nameSpecified: +body: The MIT License (MIT… +version: 15.14.0 + +name: RNVectorIcons, nameSpecified: +body: The MIT License (MIT… +version: 10.3.0 + +name: SocketRocket, nameSpecified: +body: BSD License + +For Soc… +version: 0.7.1 + +name: @babel_code-frame@7.27.1, nameSpecified: @babel/code-frame, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_compat-data@7.28.4, nameSpecified: @babel/compat-data, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_core@7.28.4, nameSpecified: @babel/core, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_generator@7.28.3, nameSpecified: @babel/generator, version: 7.28.3 +body: MIT License + +Copyrig… + +name: @babel_helper-compilation-targets@7.27.2, nameSpecified: @babel/helper-compilation-targets, version: 7.27.2 +body: MIT License + +Copyrig… + +name: @babel_helper-globals@7.28.0, nameSpecified: @babel/helper-globals, version: 7.28.0 +body: MIT License + +Copyrig… + +name: @babel_helper-module-imports@7.27.1, nameSpecified: @babel/helper-module-imports, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_helper-module-transforms@7.28.3, nameSpecified: @babel/helper-module-transforms, version: 7.28.3 +body: MIT License + +Copyrig… + +name: @babel_helper-plugin-utils@7.27.1, nameSpecified: @babel/helper-plugin-utils, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_helper-string-parser@7.27.1, nameSpecified: @babel/helper-string-parser, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_helper-validator-identifier@7.27.1, nameSpecified: @babel/helper-validator-identifier, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_helper-validator-option@7.27.1, nameSpecified: @babel/helper-validator-option, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_helpers@7.28.4, nameSpecified: @babel/helpers, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_parser@7.28.4, nameSpecified: @babel/parser, version: 7.28.4 +body: Copyright (C) 2012-2… + +name: @babel_plugin-syntax-async-generators@7.8.4, nameSpecified: @babel/plugin-syntax-async-generators, version: 7.8.4 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-bigint@7.8.3, nameSpecified: @babel/plugin-syntax-bigint, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-class-properties@7.12.13, nameSpecified: @babel/plugin-syntax-class-properties, version: 7.12.13 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-class-static-block@7.14.5, nameSpecified: @babel/plugin-syntax-class-static-block, version: 7.14.5 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-import-attributes@7.27.1, nameSpecified: @babel/plugin-syntax-import-attributes, version: 7.27.1 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-import-meta@7.10.4, nameSpecified: @babel/plugin-syntax-import-meta, version: 7.10.4 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-json-strings@7.8.3, nameSpecified: @babel/plugin-syntax-json-strings, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-logical-assignment-operators@7.10.4, nameSpecified: @babel/plugin-syntax-logical-assignment-operators, version: 7.10.4 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-nullish-coalescing-operator@7.8.3, nameSpecified: @babel/plugin-syntax-nullish-coalescing-operator, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-numeric-separator@7.10.4, nameSpecified: @babel/plugin-syntax-numeric-separator, version: 7.10.4 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-object-rest-spread@7.8.3, nameSpecified: @babel/plugin-syntax-object-rest-spread, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-optional-catch-binding@7.8.3, nameSpecified: @babel/plugin-syntax-optional-catch-binding, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-optional-chaining@7.8.3, nameSpecified: @babel/plugin-syntax-optional-chaining, version: 7.8.3 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-private-property-in-object@7.14.5, nameSpecified: @babel/plugin-syntax-private-property-in-object, version: 7.14.5 +body: MIT License + +Copyrig… + +name: @babel_plugin-syntax-top-level-await@7.14.5, nameSpecified: @babel/plugin-syntax-top-level-await, version: 7.14.5 +body: MIT License + +Copyrig… + +name: @babel_runtime@7.28.4, nameSpecified: @babel/runtime, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_template@7.27.2, nameSpecified: @babel/template, version: 7.27.2 +body: MIT License + +Copyrig… + +name: @babel_traverse--for-generate-function-map@7.28.4, nameSpecified: @babel/traverse--for-generate-function-map, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_traverse@7.28.4, nameSpecified: @babel/traverse, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @babel_types@7.28.4, nameSpecified: @babel/types, version: 7.28.4 +body: MIT License + +Copyrig… + +name: @callstack_licenses@0.3.0, nameSpecified: @callstack/licenses, version: 0.3.0 +body: MIT License + +Copyrig… + +name: @callstack_react-theme-provider@3.0.9, nameSpecified: @callstack/react-theme-provider, version: 3.0.9 +body: MIT License + +Copyrig… + +name: @isaacs_ttlcache@1.4.1, nameSpecified: @isaacs/ttlcache, version: 1.4.1 +body: The ISC License + +Cop… + +name: @istanbuljs_load-nyc-config@1.1.0, nameSpecified: @istanbuljs/load-nyc-config, version: 1.1.0 +body: ISC License + +Copyrig… + +name: @istanbuljs_schema@0.1.3, nameSpecified: @istanbuljs/schema, version: 0.1.3 +body: MIT License + +Copyrig… + +name: @jest_create-cache-key-function@29.7.0, nameSpecified: @jest/create-cache-key-function, version: 29.7.0 +body: MIT License + +Copyrig… + +name: @jest_environment@29.7.0, nameSpecified: @jest/environment, version: 29.7.0 +body: MIT License + +Copyrig… + +name: @jest_fake-timers@29.7.0, nameSpecified: @jest/fake-timers, version: 29.7.0 +body: MIT License + +Copyrig… + +name: @jest_schemas@29.6.3, nameSpecified: @jest/schemas, version: 29.6.3 +body: MIT License + +Copyrig… + +name: @jest_transform@29.7.0, nameSpecified: @jest/transform, version: 29.7.0 +body: MIT License + +Copyrig… + +name: @jest_types@29.6.3, nameSpecified: @jest/types, version: 29.6.3 +body: MIT License + +Copyrig… + +name: @jridgewell_gen-mapping@0.3.13, nameSpecified: @jridgewell/gen-mapping, version: 0.3.13 +body: Copyright 2024 Justi… + +name: @jridgewell_remapping@2.3.5, nameSpecified: @jridgewell/remapping, version: 2.3.5 +body: Copyright 2024 Justi… + +name: @jridgewell_resolve-uri@3.1.2, nameSpecified: @jridgewell/resolve-uri, version: 3.1.2 +body: Copyright 2019 Justi… + +name: @jridgewell_source-map@0.3.11, nameSpecified: @jridgewell/source-map, version: 0.3.11 +body: Copyright 2024 Justi… + +name: @jridgewell_sourcemap-codec@1.5.5, nameSpecified: @jridgewell/sourcemap-codec, version: 1.5.5 +body: Copyright 2024 Justi… + +name: @jridgewell_trace-mapping@0.3.31, nameSpecified: @jridgewell/trace-mapping, version: 0.3.31 +body: Copyright 2024 Justi… + +name: @react-native-vector-icons_common@12.3.0, nameSpecified: @react-native-vector-icons/common, version: 12.3.0 +body: MIT License + +Copyrig… + +name: @react-native-vector-icons_material-design-icons@12.3.0, nameSpecified: @react-native-vector-icons/material-design-icons, version: 12.3.0 +body: MIT License + +Copyrig… + +name: @react-native-vector-icons_material-icons@12.3.0, nameSpecified: @react-native-vector-icons/material-icons, version: 12.3.0 +body: MIT License + +Copyrig… + +name: @react-native_assets-registry@0.80.1, nameSpecified: @react-native/assets-registry, version: 0.80.1 +body: MIT… + +name: @react-native_codegen@0.80.1, nameSpecified: @react-native/codegen, version: 0.80.1 +body: MIT… + +name: @react-native_community-cli-plugin@0.80.1, nameSpecified: @react-native/community-cli-plugin, version: 0.80.1 +body: MIT… + +name: @react-native_debugger-frontend@0.80.1, nameSpecified: @react-native/debugger-frontend, version: 0.80.1 +body: BSD-3-Clause… + +name: @react-native_dev-middleware@0.80.1, nameSpecified: @react-native/dev-middleware, version: 0.80.1 +body: MIT… + +name: @react-native_gradle-plugin@0.80.1, nameSpecified: @react-native/gradle-plugin, version: 0.80.1 +body: MIT… + +name: @react-native_js-polyfills@0.80.1, nameSpecified: @react-native/js-polyfills, version: 0.80.1 +body: MIT… + +name: @react-native_new-app-screen@0.80.1, nameSpecified: @react-native/new-app-screen, version: 0.80.1 +body: MIT… + +name: @react-native_normalize-colors@0.80.1, nameSpecified: @react-native/normalize-colors, version: 0.80.1 +body: MIT… + +name: @react-native_virtualized-lists@0.80.1, nameSpecified: @react-native/virtualized-lists, version: 0.80.1 +body: MIT… + +name: @react-navigation_bottom-tabs@7.4.9, nameSpecified: @react-navigation/bottom-tabs, version: 7.4.9 +body: MIT License + +Copyrig… + +name: @react-navigation_core@7.12.4, nameSpecified: @react-navigation/core, version: 7.12.4 +body: MIT License + +Copyrig… + +name: @react-navigation_elements@2.6.5, nameSpecified: @react-navigation/elements, version: 2.6.5 +body: MIT License + +Copyrig… + +name: @react-navigation_native-stack@7.3.28, nameSpecified: @react-navigation/native-stack, version: 7.3.28 +body: MIT License + +Copyrig… + +name: @react-navigation_native@7.1.18, nameSpecified: @react-navigation/native, version: 7.1.18 +body: MIT License + +Copyrig… + +name: @react-navigation_routers@7.5.1, nameSpecified: @react-navigation/routers, version: 7.5.1 +body: MIT License + +Copyrig… + +name: @sinclair_typebox@0.27.8, nameSpecified: @sinclair/typebox, version: 0.27.8 +body: TypeBox: JSON Schema… + +name: @sinonjs_commons@3.0.1, nameSpecified: @sinonjs/commons, version: 3.0.1 +body: BSD 3-Clause License… + +name: @sinonjs_fake-timers@10.3.0, nameSpecified: @sinonjs/fake-timers, version: 10.3.0 +body: Copyright (c) 2010-2… + +name: @types_babel__core@7.20.5, nameSpecified: @types/babel__core, version: 7.20.5 +body: MIT License + + … + +name: @types_babel__generator@7.27.0, nameSpecified: @types/babel__generator, version: 7.27.0 +body: MIT License + + … + +name: @types_babel__template@7.4.4, nameSpecified: @types/babel__template, version: 7.4.4 +body: MIT License + + … + +name: @types_babel__traverse@7.28.0, nameSpecified: @types/babel__traverse, version: 7.28.0 +body: MIT License + + … + +name: @types_graceful-fs@4.1.9, nameSpecified: @types/graceful-fs, version: 4.1.9 +body: MIT License + + … + +name: @types_istanbul-lib-coverage@2.0.6, nameSpecified: @types/istanbul-lib-coverage, version: 2.0.6 +body: MIT License + + … + +name: @types_istanbul-lib-report@3.0.3, nameSpecified: @types/istanbul-lib-report, version: 3.0.3 +body: MIT License + + … + +name: @types_istanbul-reports@3.0.4, nameSpecified: @types/istanbul-reports, version: 3.0.4 +body: MIT License + + … + +name: @types_node@22.19.1, nameSpecified: @types/node, version: 22.19.1 +body: MIT License + + … + +name: @types_stack-utils@2.0.3, nameSpecified: @types/stack-utils, version: 2.0.3 +body: MIT License + + … + +name: @types_yargs-parser@21.0.3, nameSpecified: @types/yargs-parser, version: 21.0.3 +body: MIT License + + … + +name: @types_yargs@17.0.33, nameSpecified: @types/yargs, version: 17.0.33 +body: MIT License + + … + +name: @xmldom_xmldom@0.8.11, nameSpecified: @xmldom/xmldom, version: 0.8.11 +body: Copyright 2019 - pre… + +name: abort-controller@3.0.0, nameSpecified: abort-controller, version: 3.0.0 +body: MIT License + +Copyrig… + +name: accepts@1.3.8, nameSpecified: accepts, version: 1.3.8 +body: (The MIT License) + +C… + +name: acorn@8.15.0, nameSpecified: acorn, version: 8.15.0 +body: MIT License + +Copyrig… + +name: agent-base@7.1.4, nameSpecified: agent-base, version: 7.1.4 +body: (The MIT License) + +C… + +name: anser@1.4.10, nameSpecified: anser, version: 1.4.10 +body: The MIT License (MIT… + +name: ansi-regex@5.0.1, nameSpecified: ansi-regex, version: 5.0.1 +body: MIT License + +Copyrig… + +name: ansi-styles@4.3.0, nameSpecified: ansi-styles, version: 4.3.0 +body: MIT License + +Copyrig… + +name: ansi-styles@5.2.0, nameSpecified: ansi-styles, version: 5.2.0 +body: MIT License + +Copyrig… + +name: anymatch@3.1.3, nameSpecified: anymatch, version: 3.1.3 +body: The ISC License + +Cop… + +name: argparse@1.0.10, nameSpecified: argparse, version: 1.0.10 +body: (The MIT License) + +C… + +name: array-equal@2.0.0, nameSpecified: array-equal, version: 2.0.0 +body: MIT License + +Copyrig… + +name: asap@2.0.6, nameSpecified: asap, version: 2.0.6 +body: +Copyright 2009–2014… + +name: async-limiter@1.0.1, nameSpecified: async-limiter, version: 1.0.1 +body: The MIT License (MIT… + +name: asynckit@0.4.0, nameSpecified: asynckit, version: 0.4.0 +body: The MIT License (MIT… + +name: axios@1.13.2, nameSpecified: axios, version: 1.13.2 +body: # Copyright (c) 2014… + +name: babel-jest@29.7.0, nameSpecified: babel-jest, version: 29.7.0 +body: MIT License + +Copyrig… + +name: babel-plugin-istanbul@6.1.1, nameSpecified: babel-plugin-istanbul, version: 6.1.1 +body: Copyright (c) 2016, … + +name: babel-plugin-jest-hoist@29.6.3, nameSpecified: babel-plugin-jest-hoist, version: 29.6.3 +body: MIT License + +Copyrig… + +name: babel-plugin-syntax-hermes-parser@0.28.1, nameSpecified: babel-plugin-syntax-hermes-parser, version: 0.28.1 +body: MIT License + +Copyrig… + +name: babel-preset-current-node-syntax@1.2.0, nameSpecified: babel-preset-current-node-syntax, version: 1.2.0 +body: MIT License + +Copyrig… + +name: babel-preset-jest@29.6.3, nameSpecified: babel-preset-jest, version: 29.6.3 +body: MIT License + +Copyrig… + +name: balanced-match@1.0.2, nameSpecified: balanced-match, version: 1.0.2 +body: (MIT) + +Copyright (c)… + +name: base64-js@1.5.1, nameSpecified: base64-js, version: 1.5.1 +body: The MIT License (MIT… + +name: baseline-browser-mapping@2.8.18, nameSpecified: baseline-browser-mapping, version: 2.8.18 +body: Apache-2.0… + +name: big-integer@1.6.52, nameSpecified: big-integer, version: 1.6.52 +body: This is free and une… + +name: boolbase@1.0.0, nameSpecified: boolbase, version: 1.0.0 +body: ISC… + +name: bplist-creator@0.1.0, nameSpecified: bplist-creator, version: 0.1.0 +body: (The MIT License) + +C… + +name: bplist-parser@0.3.1, nameSpecified: bplist-parser, version: 0.3.1 +body: MIT… + +name: brace-expansion@1.1.12, nameSpecified: brace-expansion, version: 1.1.12 +body: MIT License + +Copyrig… + +name: braces@3.0.3, nameSpecified: braces, version: 3.0.3 +body: The MIT License (MIT… + +name: browserslist@4.26.3, nameSpecified: browserslist, version: 4.26.3 +body: The MIT License (MIT… + +name: bser@2.1.1, nameSpecified: bser, version: 2.1.1 +body: Apache-2.0… + +name: buffer-from@1.1.2, nameSpecified: buffer-from, version: 1.1.2 +body: MIT License + +Copyrig… + +name: call-bind-apply-helpers@1.0.2, nameSpecified: call-bind-apply-helpers, version: 1.0.2 +body: MIT License + +Copyrig… + +name: caller-callsite@2.0.0, nameSpecified: caller-callsite, version: 2.0.0 +body: The MIT License (MIT… + +name: caller-path@2.0.0, nameSpecified: caller-path, version: 2.0.0 +body: The MIT License (MIT… + +name: callsites@2.0.0, nameSpecified: callsites, version: 2.0.0 +body: The MIT License (MIT… + +name: camelcase@5.3.1, nameSpecified: camelcase, version: 5.3.1 +body: MIT License + +Copyrig… + +name: camelcase@6.3.0, nameSpecified: camelcase, version: 6.3.0 +body: MIT License + +Copyrig… + +name: caniuse-lite@1.0.30001751, nameSpecified: caniuse-lite, version: 1.0.30001751 +body: Attribution 4.0 Inte… + +name: chalk@4.1.2, nameSpecified: chalk, version: 4.1.2 +body: MIT License + +Copyrig… + +name: chrome-launcher@0.15.2, nameSpecified: chrome-launcher, version: 0.15.2 +body: + … + +name: chromium-edge-launcher@0.2.0, nameSpecified: chromium-edge-launcher, version: 0.2.0 +body: + … + +name: ci-info@2.0.0, nameSpecified: ci-info, version: 2.0.0 +body: The MIT License (MIT… + +name: ci-info@3.9.0, nameSpecified: ci-info, version: 3.9.0 +body: The MIT License (MIT… + +name: cliui@8.0.1, nameSpecified: cliui, version: 8.0.1 +body: ISC… + +name: color-convert@1.9.3, nameSpecified: color-convert, version: 1.9.3 +body: Copyright (c) 2011-2… + +name: color-convert@2.0.1, nameSpecified: color-convert, version: 2.0.1 +body: Copyright (c) 2011-2… + +name: color-name@1.1.3, nameSpecified: color-name, version: 1.1.3 +body: The MIT License (MIT… + +name: color-name@1.1.4, nameSpecified: color-name, version: 1.1.4 +body: The MIT License (MIT… + +name: color-string@1.9.1, nameSpecified: color-string, version: 1.9.1 +body: Copyright (c) 2011 H… + +name: color@3.2.1, nameSpecified: color, version: 3.2.1 +body: Copyright (c) 2012 H… + +name: color@4.2.3, nameSpecified: color, version: 4.2.3 +body: Copyright (c) 2012 H… + +name: combined-stream@1.0.8, nameSpecified: combined-stream, version: 1.0.8 +body: Copyright (c) 2011 D… + +name: commander@12.1.0, nameSpecified: commander, version: 12.1.0 +body: (The MIT License) + +C… + +name: commander@2.20.3, nameSpecified: commander, version: 2.20.3 +body: (The MIT License) + +C… + +name: concat-map@0.0.1, nameSpecified: concat-map, version: 0.0.1 +body: This software is rel… + +name: connect@3.7.0, nameSpecified: connect, version: 3.7.0 +body: (The MIT License) + +C… + +name: convert-source-map@2.0.0, nameSpecified: convert-source-map, version: 2.0.0 +body: Copyright 2013 Thors… + +name: cosmiconfig@5.2.1, nameSpecified: cosmiconfig, version: 5.2.1 +body: The MIT License (MIT… + +name: css-select@5.2.2, nameSpecified: css-select, version: 5.2.2 +body: Copyright (c) Felix … + +name: css-tree@1.1.3, nameSpecified: css-tree, version: 1.1.3 +body: Copyright (C) 2016-2… + +name: css-what@6.2.2, nameSpecified: css-what, version: 6.2.2 +body: Copyright (c) Felix … + +name: debug@2.6.9, nameSpecified: debug, version: 2.6.9 +body: (The MIT License) + +C… + +name: debug@4.4.3, nameSpecified: debug, version: 4.4.3 +body: (The MIT License) + +C… + +name: decode-uri-component@0.2.2, nameSpecified: decode-uri-component, version: 0.2.2 +body: The MIT License (MIT… + +name: deepmerge@3.3.0, nameSpecified: deepmerge, version: 3.3.0 +body: MIT… + +name: delayed-stream@1.0.0, nameSpecified: delayed-stream, version: 1.0.0 +body: Copyright (c) 2011 D… + +name: depd@2.0.0, nameSpecified: depd, version: 2.0.0 +body: (The MIT License) + +C… + +name: destroy@1.2.0, nameSpecified: destroy, version: 1.2.0 +body: +The MIT License (MI… + +name: dom-serializer@2.0.0, nameSpecified: dom-serializer, version: 2.0.0 +body: License + +(The MIT Li… + +name: domelementtype@2.3.0, nameSpecified: domelementtype, version: 2.3.0 +body: Copyright (c) Felix … + +name: domhandler@5.0.3, nameSpecified: domhandler, version: 5.0.3 +body: Copyright (c) Felix … + +name: domutils@3.2.2, nameSpecified: domutils, version: 3.2.2 +body: Copyright (c) Felix … + +name: dunder-proto@1.0.1, nameSpecified: dunder-proto, version: 1.0.1 +body: MIT License + +Copyrig… + +name: ee-first@1.1.1, nameSpecified: ee-first, version: 1.1.1 +body: +The MIT License (MI… + +name: electron-to-chromium@1.5.237, nameSpecified: electron-to-chromium, version: 1.5.237 +body: Copyright 2018 Kilia… + +name: emoji-regex@8.0.0, nameSpecified: emoji-regex, version: 8.0.0 +body: MIT… + +name: encodeurl@1.0.2, nameSpecified: encodeurl, version: 1.0.2 +body: (The MIT License) + +C… + +name: encodeurl@2.0.0, nameSpecified: encodeurl, version: 2.0.0 +body: (The MIT License) + +C… + +name: entities@4.5.0, nameSpecified: entities, version: 4.5.0 +body: Copyright (c) Felix … + +name: error-ex@1.3.4, nameSpecified: error-ex, version: 1.3.4 +body: The MIT License (MIT… + +name: error-stack-parser@2.1.4, nameSpecified: error-stack-parser, version: 2.1.4 +body: Copyright (c) 2017 E… + +name: es-define-property@1.0.1, nameSpecified: es-define-property, version: 1.0.1 +body: MIT License + +Copyrig… + +name: es-errors@1.3.0, nameSpecified: es-errors, version: 1.3.0 +body: MIT License + +Copyrig… + +name: es-object-atoms@1.1.1, nameSpecified: es-object-atoms, version: 1.1.1 +body: MIT License + +Copyrig… + +name: es-set-tostringtag@2.1.0, nameSpecified: es-set-tostringtag, version: 2.1.0 +body: MIT License + +Copyrig… + +name: escalade@3.2.0, nameSpecified: escalade, version: 3.2.0 +body: MIT License + +Copyrig… + +name: escape-html@1.0.3, nameSpecified: escape-html, version: 1.0.3 +body: (The MIT License) + +C… + +name: escape-string-regexp@2.0.0, nameSpecified: escape-string-regexp, version: 2.0.0 +body: MIT License + +Copyrig… + +name: escape-string-regexp@4.0.0, nameSpecified: escape-string-regexp, version: 4.0.0 +body: MIT License + +Copyrig… + +name: esprima@4.0.1, nameSpecified: esprima, version: 4.0.1 +body: BSD-2-Clause… + +name: etag@1.8.1, nameSpecified: etag, version: 1.8.1 +body: (The MIT License) + +C… + +name: event-target-shim@5.0.1, nameSpecified: event-target-shim, version: 5.0.1 +body: The MIT License (MIT… + +name: exponential-backoff@3.1.3, nameSpecified: exponential-backoff, version: 3.1.3 +body: + … + +name: fast-deep-equal@3.1.3, nameSpecified: fast-deep-equal, version: 3.1.3 +body: MIT License + +Copyrig… + +name: fast-json-stable-stringify@2.1.0, nameSpecified: fast-json-stable-stringify, version: 2.1.0 +body: This software is rel… + +name: fb-watchman@2.0.2, nameSpecified: fb-watchman, version: 2.0.2 +body: Apache-2.0… + +name: fill-range@7.1.1, nameSpecified: fill-range, version: 7.1.1 +body: The MIT License (MIT… + +name: filter-obj@1.1.0, nameSpecified: filter-obj, version: 1.1.0 +body: The MIT License (MIT… + +name: finalhandler@1.1.2, nameSpecified: finalhandler, version: 1.1.2 +body: (The MIT License) + +C… + +name: find-up@4.1.0, nameSpecified: find-up, version: 4.1.0 +body: MIT License + +Copyrig… + +name: find-up@7.0.0, nameSpecified: find-up, version: 7.0.0 +body: MIT License + +Copyrig… + +name: flow-enums-runtime@0.0.6, nameSpecified: flow-enums-runtime, version: 0.0.6 +body: MIT License + +Copyrig… + +name: follow-redirects@1.15.11, nameSpecified: follow-redirects, version: 1.15.11 +body: Copyright 2014–prese… + +name: form-data@4.0.5, nameSpecified: form-data, version: 4.0.5 +body: Copyright (c) 2012 F… + +name: fresh@0.5.2, nameSpecified: fresh, version: 0.5.2 +body: (The MIT License) + +C… + +name: fs.realpath@1.0.0, nameSpecified: fs.realpath, version: 1.0.0 +body: The ISC License + +Cop… + +name: fsevents@2.3.3, nameSpecified: fsevents, version: 2.3.3 +body: MIT License +--------… + +name: function-bind@1.1.2, nameSpecified: function-bind, version: 1.1.2 +body: Copyright (c) 2013 R… + +name: gensync@1.0.0-beta.2, nameSpecified: gensync, version: 1.0.0-beta.2 +body: Copyright 2018 Logan… + +name: get-caller-file@2.0.5, nameSpecified: get-caller-file, version: 2.0.5 +body: ISC License (ISC) +Co… + +name: get-intrinsic@1.3.0, nameSpecified: get-intrinsic, version: 1.3.0 +body: MIT License + +Copyrig… + +name: get-package-type@0.1.0, nameSpecified: get-package-type, version: 0.1.0 +body: MIT License + +Copyrig… + +name: get-proto@1.0.1, nameSpecified: get-proto, version: 1.0.1 +body: MIT License + +Copyrig… + +name: glob@7.2.3, nameSpecified: glob, version: 7.2.3 +body: The ISC License + +Cop… + +name: gopd@1.2.0, nameSpecified: gopd, version: 1.2.0 +body: MIT License + +Copyrig… + +name: graceful-fs@4.2.11, nameSpecified: graceful-fs, version: 4.2.11 +body: The ISC License + +Cop… + +name: has-flag@4.0.0, nameSpecified: has-flag, version: 4.0.0 +body: MIT License + +Copyrig… + +name: has-symbols@1.1.0, nameSpecified: has-symbols, version: 1.1.0 +body: MIT License + +Copyrig… + +name: has-tostringtag@1.0.2, nameSpecified: has-tostringtag, version: 1.0.2 +body: MIT License + +Copyrig… + +name: hasown@2.0.2, nameSpecified: hasown, version: 2.0.2 +body: MIT License + +Copyrig… + +name: hermes-estree@0.28.1, nameSpecified: hermes-estree, version: 0.28.1 +body: MIT License + +Copyrig… + +name: hermes-estree@0.29.1, nameSpecified: hermes-estree, version: 0.29.1 +body: MIT License + +Copyrig… + +name: hermes-parser@0.28.1, nameSpecified: hermes-parser, version: 0.28.1 +body: MIT License + +Copyrig… + +name: hermes-parser@0.29.1, nameSpecified: hermes-parser, version: 0.29.1 +body: MIT License + +Copyrig… + +name: hoist-non-react-statics@3.3.2, nameSpecified: hoist-non-react-statics, version: 3.3.2 +body: Software License Agr… + +name: http-errors@2.0.0, nameSpecified: http-errors, version: 2.0.0 +body: +The MIT License (MI… + +name: https-proxy-agent@7.0.6, nameSpecified: https-proxy-agent, version: 7.0.6 +body: (The MIT License) + +C… + +name: image-size@1.2.1, nameSpecified: image-size, version: 1.2.1 +body: The MIT License (MIT… + +name: import-fresh@2.0.0, nameSpecified: import-fresh, version: 2.0.0 +body: The MIT License (MIT… + +name: imurmurhash@0.1.4, nameSpecified: imurmurhash, version: 0.1.4 +body: MIT… + +name: inflight@1.0.6, nameSpecified: inflight, version: 1.0.6 +body: The ISC License + +Cop… + +name: inherits@2.0.4, nameSpecified: inherits, version: 2.0.4 +body: The ISC License + +Cop… + +name: invariant@2.2.4, nameSpecified: invariant, version: 2.2.4 +body: MIT License + +Copyrig… + +name: is-arrayish@0.2.1, nameSpecified: is-arrayish, version: 0.2.1 +body: The MIT License (MIT… + +name: is-arrayish@0.3.4, nameSpecified: is-arrayish, version: 0.3.4 +body: The MIT License (MIT… + +name: is-directory@0.3.1, nameSpecified: is-directory, version: 0.3.1 +body: The MIT License (MIT… + +name: is-docker@2.2.1, nameSpecified: is-docker, version: 2.2.1 +body: MIT License + +Copyrig… + +name: is-fullwidth-code-point@3.0.0, nameSpecified: is-fullwidth-code-point, version: 3.0.0 +body: MIT License + +Copyrig… + +name: is-number@7.0.0, nameSpecified: is-number, version: 7.0.0 +body: The MIT License (MIT… + +name: is-wsl@2.2.0, nameSpecified: is-wsl, version: 2.2.0 +body: MIT License + +Copyrig… + +name: istanbul-lib-coverage@3.2.2, nameSpecified: istanbul-lib-coverage, version: 3.2.2 +body: Copyright 2012-2015 … + +name: istanbul-lib-instrument@5.2.1, nameSpecified: istanbul-lib-instrument, version: 5.2.1 +body: Copyright 2012-2015 … + +name: jest-environment-node@29.7.0, nameSpecified: jest-environment-node, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-get-type@29.6.3, nameSpecified: jest-get-type, version: 29.6.3 +body: MIT License + +Copyrig… + +name: jest-haste-map@29.7.0, nameSpecified: jest-haste-map, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-message-util@29.7.0, nameSpecified: jest-message-util, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-mock@29.7.0, nameSpecified: jest-mock, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-regex-util@29.6.3, nameSpecified: jest-regex-util, version: 29.6.3 +body: MIT License + +Copyrig… + +name: jest-util@29.7.0, nameSpecified: jest-util, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-validate@29.7.0, nameSpecified: jest-validate, version: 29.7.0 +body: MIT License + +Copyrig… + +name: jest-worker@29.7.0, nameSpecified: jest-worker, version: 29.7.0 +body: MIT License + +Copyrig… + +name: js-tokens@4.0.0, nameSpecified: js-tokens, version: 4.0.0 +body: The MIT License (MIT… + +name: js-yaml@3.14.2, nameSpecified: js-yaml, version: 3.14.2 +body: (The MIT License) + +C… + +name: jsc-safe-url@0.2.4, nameSpecified: jsc-safe-url, version: 0.2.4 +body: Zero-Clause BSD +====… + +name: jsesc@3.1.0, nameSpecified: jsesc, version: 3.1.0 +body: MIT… + +name: json-parse-better-errors@1.0.2, nameSpecified: json-parse-better-errors, version: 1.0.2 +body: Copyright 2017 Kat M… + +name: json5@2.2.3, nameSpecified: json5, version: 2.2.3 +body: MIT License + +Copyrig… + +name: jwt-decode@4.0.0, nameSpecified: jwt-decode, version: 4.0.0 +body: The MIT License (MIT… + +name: leven@3.1.0, nameSpecified: leven, version: 3.1.0 +body: MIT License + +Copyrig… + +name: lighthouse-logger@1.4.2, nameSpecified: lighthouse-logger, version: 1.4.2 +body: + … + +name: locate-path@5.0.0, nameSpecified: locate-path, version: 5.0.0 +body: MIT License + +Copyrig… + +name: locate-path@6.0.0, nameSpecified: locate-path, version: 6.0.0 +body: MIT License + +Copyrig… + +name: lodash.throttle@4.1.1, nameSpecified: lodash.throttle, version: 4.1.1 +body: Copyright jQuery Fou… + +name: loose-envify@1.4.0, nameSpecified: loose-envify, version: 1.4.0 +body: The MIT License (MIT… + +name: lru-cache@5.1.1, nameSpecified: lru-cache, version: 5.1.1 +body: The ISC License + +Cop… + +name: makeerror@1.0.12, nameSpecified: makeerror, version: 1.0.12 +body: BSD License + +Copyrig… + +name: marky@1.3.0, nameSpecified: marky, version: 1.3.0 +body: Apache License +Versi… + +name: math-intrinsics@1.1.0, nameSpecified: math-intrinsics, version: 1.1.0 +body: MIT License + +Copyrig… + +name: mdn-data@2.0.14, nameSpecified: mdn-data, version: 2.0.14 +body: CC0 1.0 Universal + +S… + +name: memoize-one@5.2.1, nameSpecified: memoize-one, version: 5.2.1 +body: MIT License + +Copyrig… + +name: merge-stream@2.0.0, nameSpecified: merge-stream, version: 2.0.0 +body: The MIT License (MIT… + +name: metro-babel-transformer@0.82.5, nameSpecified: metro-babel-transformer, version: 0.82.5 +body: MIT… + +name: metro-cache-key@0.82.5, nameSpecified: metro-cache-key, version: 0.82.5 +body: MIT… + +name: metro-cache@0.82.5, nameSpecified: metro-cache, version: 0.82.5 +body: MIT… + +name: metro-config@0.82.5, nameSpecified: metro-config, version: 0.82.5 +body: MIT… + +name: metro-core@0.82.5, nameSpecified: metro-core, version: 0.82.5 +body: MIT… + +name: metro-file-map@0.82.5, nameSpecified: metro-file-map, version: 0.82.5 +body: MIT… + +name: metro-minify-terser@0.82.5, nameSpecified: metro-minify-terser, version: 0.82.5 +body: MIT… + +name: metro-resolver@0.82.5, nameSpecified: metro-resolver, version: 0.82.5 +body: MIT… + +name: metro-runtime@0.82.5, nameSpecified: metro-runtime, version: 0.82.5 +body: MIT… + +name: metro-source-map@0.82.5, nameSpecified: metro-source-map, version: 0.82.5 +body: MIT… + +name: metro-symbolicate@0.82.5, nameSpecified: metro-symbolicate, version: 0.82.5 +body: MIT… + +name: metro-transform-plugins@0.82.5, nameSpecified: metro-transform-plugins, version: 0.82.5 +body: MIT… + +name: metro-transform-worker@0.82.5, nameSpecified: metro-transform-worker, version: 0.82.5 +body: MIT… + +name: metro@0.82.5, nameSpecified: metro, version: 0.82.5 +body: MIT… + +name: micromatch@4.0.8, nameSpecified: micromatch, version: 4.0.8 +body: The MIT License (MIT… + +name: mime-db@1.52.0, nameSpecified: mime-db, version: 1.52.0 +body: (The MIT License) + +C… + +name: mime-types@2.1.35, nameSpecified: mime-types, version: 2.1.35 +body: (The MIT License) + +C… + +name: mime@1.6.0, nameSpecified: mime, version: 1.6.0 +body: The MIT License (MIT… + +name: minimatch@3.1.2, nameSpecified: minimatch, version: 3.1.2 +body: The ISC License + +Cop… + +name: mkdirp@1.0.4, nameSpecified: mkdirp, version: 1.0.4 +body: Copyright James Hall… + +name: ms@2.0.0, nameSpecified: ms, version: 2.0.0 +body: The MIT License (MIT… + +name: ms@2.1.3, nameSpecified: ms, version: 2.1.3 +body: The MIT License (MIT… + +name: nanoid@3.3.11, nameSpecified: nanoid, version: 3.3.11 +body: The MIT License (MIT… + +name: negotiator@0.6.3, nameSpecified: negotiator, version: 0.6.3 +body: (The MIT License) + +C… + +name: node-int64@0.4.0, nameSpecified: node-int64, version: 0.4.0 +body: Copyright (c) 2014 R… + +name: node-releases@2.0.25, nameSpecified: node-releases, version: 2.0.25 +body: The MIT License + +Cop… + +name: normalize-path@3.0.0, nameSpecified: normalize-path, version: 3.0.0 +body: The MIT License (MIT… + +name: nth-check@2.1.1, nameSpecified: nth-check, version: 2.1.1 +body: Copyright (c) Felix … + +name: nullthrows@1.1.1, nameSpecified: nullthrows, version: 1.1.1 +body: The MIT License (MIT… + +name: ob1@0.82.5, nameSpecified: ob1, version: 0.82.5 +body: MIT… + +name: object-assign@4.1.1, nameSpecified: object-assign, version: 4.1.1 +body: The MIT License (MIT… + +name: on-finished@2.3.0, nameSpecified: on-finished, version: 2.3.0 +body: (The MIT License) + +C… + +name: on-finished@2.4.1, nameSpecified: on-finished, version: 2.4.1 +body: (The MIT License) + +C… + +name: once@1.4.0, nameSpecified: once, version: 1.4.0 +body: The ISC License + +Cop… + +name: open@7.4.2, nameSpecified: open, version: 7.4.2 +body: MIT License + +Copyrig… + +name: opencollective-postinstall@2.0.3, nameSpecified: opencollective-postinstall, version: 2.0.3 +body: MIT License + +Copyrig… + +name: p-limit@2.3.0, nameSpecified: p-limit, version: 2.3.0 +body: MIT License + +Copyrig… + +name: p-limit@3.1.0, nameSpecified: p-limit, version: 3.1.0 +body: MIT License + +Copyrig… + +name: p-locate@4.1.0, nameSpecified: p-locate, version: 4.1.0 +body: MIT License + +Copyrig… + +name: p-locate@5.0.0, nameSpecified: p-locate, version: 5.0.0 +body: MIT License + +Copyrig… + +name: p-try@2.2.0, nameSpecified: p-try, version: 2.2.0 +body: MIT License + +Copyrig… + +name: parse-json@4.0.0, nameSpecified: parse-json, version: 4.0.0 +body: MIT License + +Copyrig… + +name: parseurl@1.3.3, nameSpecified: parseurl, version: 1.3.3 +body: +(The MIT License) + +… + +name: path-exists@4.0.0, nameSpecified: path-exists, version: 4.0.0 +body: MIT License + +Copyrig… + +name: path-is-absolute@1.0.1, nameSpecified: path-is-absolute, version: 1.0.1 +body: The MIT License (MIT… + +name: picocolors@1.1.1, nameSpecified: picocolors, version: 1.1.1 +body: ISC License + +Copyrig… + +name: picomatch@2.3.1, nameSpecified: picomatch, version: 2.3.1 +body: The MIT License (MIT… + +name: pirates@4.0.7, nameSpecified: pirates, version: 4.0.7 +body: MIT License + +Copyrig… + +name: plist@3.1.0, nameSpecified: plist, version: 3.1.0 +body: (The MIT License) + +C… + +name: pretty-format@29.7.0, nameSpecified: pretty-format, version: 29.7.0 +body: MIT License + +Copyrig… + +name: promise@8.3.0, nameSpecified: promise, version: 8.3.0 +body: Copyright (c) 2014 F… + +name: prop-types@15.8.1, nameSpecified: prop-types, version: 15.8.1 +body: MIT License + +Copyrig… + +name: proxy-from-env@1.1.0, nameSpecified: proxy-from-env, version: 1.1.0 +body: The MIT License + +Cop… + +name: query-string@7.1.3, nameSpecified: query-string, version: 7.1.3 +body: MIT License + +Copyrig… + +name: queue@6.0.2, nameSpecified: queue, version: 6.0.2 +body: The MIT License (MIT… + +name: range-parser@1.2.1, nameSpecified: range-parser, version: 1.2.1 +body: (The MIT License) + +C… + +name: react-devtools-core@6.1.5, nameSpecified: react-devtools-core, version: 6.1.5 +body: MIT… + +name: react-freeze@1.0.4, nameSpecified: react-freeze, version: 1.0.4 +body: The MIT License (MIT… + +name: react-is@16.13.1, nameSpecified: react-is, version: 16.13.1 +body: MIT License + +Copyrig… + +name: react-is@18.3.1, nameSpecified: react-is, version: 18.3.1 +body: MIT License + +Copyrig… + +name: react-is@19.2.0, nameSpecified: react-is, version: 19.2.0 +body: MIT License + +Copyrig… + +name: react-native-app-auth@8.1.0, nameSpecified: react-native-app-auth, version: 8.1.0 +body: MIT… + +name: react-native-base64@0.0.2, nameSpecified: react-native-base64, version: 0.0.2 +body: MIT License + +Copyrig… + +name: react-native-inappbrowser-reborn@3.7.0, nameSpecified: react-native-inappbrowser-reborn, version: 3.7.0 +body: MIT License + +Copyrig… + +name: react-native-keychain@10.0.0, nameSpecified: react-native-keychain, version: 10.0.0 +body: The MIT License (MIT… + +name: react-native-legal@1.6.0, nameSpecified: react-native-legal, version: 1.6.0 +body: MIT License + +Copyrig… + +name: react-native-nfc-manager@3.17.1, nameSpecified: react-native-nfc-manager, version: 3.17.1 +body: MIT License + +Copyrig… + +name: react-native-paper@5.14.5, nameSpecified: react-native-paper, version: 5.14.5 +body: MIT License + +Copyrig… + +name: react-native-safe-area-context@5.6.1, nameSpecified: react-native-safe-area-context, version: 5.6.1 +body: MIT License + +Copyrig… + +name: react-native-screens@4.17.1, nameSpecified: react-native-screens, version: 4.17.1 +body: The MIT License (MIT… + +name: react-native-svg@15.14.0, nameSpecified: react-native-svg, version: 15.14.0 +body: The MIT License (MIT… + +name: react-native-vector-icons@10.3.0, nameSpecified: react-native-vector-icons, version: 10.3.0 +body: The MIT License (MIT… + +name: react-native@0.80.1, nameSpecified: react-native, version: 0.80.1 +body: MIT License + +Copyrig… + +name: react-refresh@0.14.2, nameSpecified: react-refresh, version: 0.14.2 +body: MIT License + +Copyrig… + +name: react@19.1.0, nameSpecified: react, version: 19.1.0 +body: MIT License + +Copyrig… + +name: regenerator-runtime@0.13.11, nameSpecified: regenerator-runtime, version: 0.13.11 +body: MIT License + +Copyrig… + +name: require-directory@2.1.1, nameSpecified: require-directory, version: 2.1.1 +body: The MIT License (MIT… + +name: resolve-from@3.0.0, nameSpecified: resolve-from, version: 3.0.0 +body: The MIT License (MIT… + +name: resolve-from@5.0.0, nameSpecified: resolve-from, version: 5.0.0 +body: MIT License + +Copyrig… + +name: rimraf@3.0.2, nameSpecified: rimraf, version: 3.0.2 +body: The ISC License + +Cop… + +name: sax@1.4.4, nameSpecified: sax, version: 1.4.4 +body: # Blue Oak Model Lic… + +name: scheduler@0.26.0, nameSpecified: scheduler, version: 0.26.0 +body: MIT License + +Copyrig… + +name: semver@6.3.1, nameSpecified: semver, version: 6.3.1 +body: The ISC License + +Cop… + +name: semver@7.7.3, nameSpecified: semver, version: 7.7.3 +body: The ISC License + +Cop… + +name: send@0.19.0, nameSpecified: send, version: 0.19.0 +body: (The MIT License) + +C… + +name: serialize-error@2.1.0, nameSpecified: serialize-error, version: 2.1.0 +body: The MIT License (MIT… + +name: serve-static@1.16.2, nameSpecified: serve-static, version: 1.16.2 +body: (The MIT License) + +C… + +name: setprototypeof@1.2.0, nameSpecified: setprototypeof, version: 1.2.0 +body: Copyright (c) 2015, … + +name: shell-quote@1.8.3, nameSpecified: shell-quote, version: 1.8.3 +body: The MIT License + +Cop… + +name: signal-exit@3.0.7, nameSpecified: signal-exit, version: 3.0.7 +body: ISC… + +name: simple-plist@1.3.1, nameSpecified: simple-plist, version: 1.3.1 +body: The MIT License (MIT… + +name: simple-swizzle@0.2.4, nameSpecified: simple-swizzle, version: 0.2.4 +body: The MIT License (MIT… + +name: slash@3.0.0, nameSpecified: slash, version: 3.0.0 +body: MIT License + +Copyrig… + +name: source-map-support@0.5.21, nameSpecified: source-map-support, version: 0.5.21 +body: The MIT License (MIT… + +name: source-map@0.5.7, nameSpecified: source-map, version: 0.5.7 +body: +Copyright (c) 2009-… + +name: source-map@0.6.1, nameSpecified: source-map, version: 0.6.1 +body: +Copyright (c) 2009-… + +name: split-on-first@1.1.0, nameSpecified: split-on-first, version: 1.1.0 +body: MIT License + +Copyrig… + +name: sprintf-js@1.0.3, nameSpecified: sprintf-js, version: 1.0.3 +body: Copyright (c) 2007-2… + +name: stack-utils@2.0.6, nameSpecified: stack-utils, version: 2.0.6 +body: The MIT License (MIT… + +name: stackframe@1.3.4, nameSpecified: stackframe, version: 1.3.4 +body: Copyright (c) 2017 E… + +name: stacktrace-parser@0.1.11, nameSpecified: stacktrace-parser, version: 0.1.11 +body: MIT License + +Copyrig… + +name: statuses@1.5.0, nameSpecified: statuses, version: 1.5.0 +body: +The MIT License (MI… + +name: statuses@2.0.1, nameSpecified: statuses, version: 2.0.1 +body: +The MIT License (MI… + +name: stream-buffers@2.2.0, nameSpecified: stream-buffers, version: 2.2.0 +body: Unlicense… + +name: strict-uri-encode@2.0.0, nameSpecified: strict-uri-encode, version: 2.0.0 +body: The MIT License (MIT… + +name: string-width@4.2.3, nameSpecified: string-width, version: 4.2.3 +body: MIT License + +Copyrig… + +name: strip-ansi@6.0.1, nameSpecified: strip-ansi, version: 6.0.1 +body: MIT License + +Copyrig… + +name: supports-color@7.2.0, nameSpecified: supports-color, version: 7.2.0 +body: MIT License + +Copyrig… + +name: supports-color@8.1.1, nameSpecified: supports-color, version: 8.1.1 +body: MIT License + +Copyrig… + +name: terser@5.44.0, nameSpecified: terser, version: 5.44.0 +body: Copyright 2012-2018 … + +name: test-exclude@6.0.0, nameSpecified: test-exclude, version: 6.0.0 +body: ISC… + +name: throat@5.0.0, nameSpecified: throat, version: 5.0.0 +body: Copyright (c) 2013 F… + +name: tmpl@1.0.5, nameSpecified: tmpl, version: 1.0.5 +body: BSD License + +Copyrig… + +name: to-regex-range@5.0.1, nameSpecified: to-regex-range, version: 5.0.1 +body: The MIT License (MIT… + +name: toidentifier@1.0.1, nameSpecified: toidentifier, version: 1.0.1 +body: MIT License + +Copyrig… + +name: type-detect@4.0.8, nameSpecified: type-detect, version: 4.0.8 +body: Copyright (c) 2013 J… + +name: type-fest@0.7.1, nameSpecified: type-fest, version: 0.7.1 +body: MIT License + +Copyrig… + +name: undici-types@6.21.0, nameSpecified: undici-types, version: 6.21.0 +body: MIT License + +Copyrig… + +name: unicorn-magic@0.1.0, nameSpecified: unicorn-magic, version: 0.1.0 +body: MIT License + +Copyrig… + +name: unpipe@1.0.0, nameSpecified: unpipe, version: 1.0.0 +body: (The MIT License) + +C… + +name: update-browserslist-db@1.1.3, nameSpecified: update-browserslist-db, version: 1.1.3 +body: The MIT License (MIT… + +name: use-latest-callback@0.2.6, nameSpecified: use-latest-callback, version: 0.2.6 +body: MIT License + +Copyrig… + +name: use-sync-external-store@1.6.0, nameSpecified: use-sync-external-store, version: 1.6.0 +body: MIT License + +Copyrig… + +name: utils-merge@1.0.1, nameSpecified: utils-merge, version: 1.0.1 +body: The MIT License (MIT… + +name: uuid@7.0.3, nameSpecified: uuid, version: 7.0.3 +body: The MIT License (MIT… + +name: vlq@1.0.1, nameSpecified: vlq, version: 1.0.1 +body: Copyright (c) 2017 [… + +name: walker@1.0.8, nameSpecified: walker, version: 1.0.8 +body: Copyright 2013 Naiti… + +name: warn-once@0.1.1, nameSpecified: warn-once, version: 0.1.1 +body: MIT License + +Copyrig… + +name: whatwg-fetch@3.6.20, nameSpecified: whatwg-fetch, version: 3.6.20 +body: Copyright (c) 2014-2… + +name: wrap-ansi@7.0.0, nameSpecified: wrap-ansi, version: 7.0.0 +body: MIT License + +Copyrig… + +name: wrappy@1.0.2, nameSpecified: wrappy, version: 1.0.2 +body: The ISC License + +Cop… + +name: write-file-atomic@4.0.2, nameSpecified: write-file-atomic, version: 4.0.2 +body: Copyright (c) 2015, … + +name: ws@6.2.3, nameSpecified: ws, version: 6.2.3 +body: The MIT License (MIT… + +name: ws@7.5.10, nameSpecified: ws, version: 7.5.10 +body: The MIT License (MIT… + +name: xcode@3.0.1, nameSpecified: xcode, version: 3.0.1 +body: + … + +name: xml2js@0.6.2, nameSpecified: xml2js, version: 0.6.2 +body: Copyright 2010, 2011… + +name: xmlbuilder@11.0.1, nameSpecified: xmlbuilder, version: 11.0.1 +body: The MIT License (MIT… + +name: xmlbuilder@15.1.1, nameSpecified: xmlbuilder, version: 15.1.1 +body: The MIT License (MIT… + +name: y18n@5.0.8, nameSpecified: y18n, version: 5.0.8 +body: Copyright (c) 2015, … + +name: yallist@3.1.1, nameSpecified: yallist, version: 3.1.1 +body: The ISC License + +Cop… + +name: yargs-parser@21.1.1, nameSpecified: yargs-parser, version: 21.1.1 +body: ISC… + +name: yargs@16.2.0, nameSpecified: yargs, version: 16.2.0 +body: MIT License + +Copyrig… + +name: yargs@17.7.2, nameSpecified: yargs, version: 17.7.2 +body: MIT License + +Copyrig… + +name: yocto-queue@0.1.0, nameSpecified: yocto-queue, version: 0.1.0 +body: MIT License + +Copyrig… + +add-version-numbers: true + +LicensePlist Version: 3.27.2 \ No newline at end of file diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist.plist b/ios/Settings.bundle/com.mono0926.LicensePlist.plist new file mode 100644 index 0000000..9609131 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist.plist @@ -0,0 +1,3415 @@ + + + + + PreferenceSpecifiers + + + Title + Licenses + Type + PSGroupSpecifier + + + File + com.mono0926.LicensePlist/@babel_code-frame@7.27.1 + Title + @babel/code-frame (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_compat-data@7.28.4 + Title + @babel/compat-data (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_core@7.28.4 + Title + @babel/core (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_generator@7.28.3 + Title + @babel/generator (7.28.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2 + Title + @babel/helper-compilation-targets (7.27.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-globals@7.28.0 + Title + @babel/helper-globals (7.28.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1 + Title + @babel/helper-module-imports (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3 + Title + @babel/helper-module-transforms (7.28.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1 + Title + @babel/helper-plugin-utils (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1 + Title + @babel/helper-string-parser (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1 + Title + @babel/helper-validator-identifier (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1 + Title + @babel/helper-validator-option (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_helpers@7.28.4 + Title + @babel/helpers (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_parser@7.28.4 + Title + @babel/parser (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4 + Title + @babel/plugin-syntax-async-generators (7.8.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3 + Title + @babel/plugin-syntax-bigint (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13 + Title + @babel/plugin-syntax-class-properties (7.12.13) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5 + Title + @babel/plugin-syntax-class-static-block (7.14.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1 + Title + @babel/plugin-syntax-import-attributes (7.27.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4 + Title + @babel/plugin-syntax-import-meta (7.10.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3 + Title + @babel/plugin-syntax-json-strings (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4 + Title + @babel/plugin-syntax-logical-assignment-operators (7.10.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3 + Title + @babel/plugin-syntax-nullish-coalescing-operator (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4 + Title + @babel/plugin-syntax-numeric-separator (7.10.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3 + Title + @babel/plugin-syntax-object-rest-spread (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3 + Title + @babel/plugin-syntax-optional-catch-binding (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3 + Title + @babel/plugin-syntax-optional-chaining (7.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5 + Title + @babel/plugin-syntax-private-property-in-object (7.14.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5 + Title + @babel/plugin-syntax-top-level-await (7.14.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_runtime@7.28.4 + Title + @babel/runtime (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_template@7.27.2 + Title + @babel/template (7.27.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4 + Title + @babel/traverse--for-generate-function-map (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_traverse@7.28.4 + Title + @babel/traverse (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@babel_types@7.28.4 + Title + @babel/types (7.28.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@callstack_licenses@0.3.0 + Title + @callstack/licenses (0.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9 + Title + @callstack/react-theme-provider (3.0.9) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1 + Title + @isaacs/ttlcache (1.4.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0 + Title + @istanbuljs/load-nyc-config (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3 + Title + @istanbuljs/schema (0.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0 + Title + @jest/create-cache-key-function (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_environment@29.7.0 + Title + @jest/environment (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_fake-timers@29.7.0 + Title + @jest/fake-timers (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_schemas@29.6.3 + Title + @jest/schemas (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_transform@29.7.0 + Title + @jest/transform (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jest_types@29.6.3 + Title + @jest/types (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13 + Title + @jridgewell/gen-mapping (0.3.13) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5 + Title + @jridgewell/remapping (2.3.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2 + Title + @jridgewell/resolve-uri (3.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11 + Title + @jridgewell/source-map (0.3.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5 + Title + @jridgewell/sourcemap-codec (1.5.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31 + Title + @jridgewell/trace-mapping (0.3.31) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0 + Title + @react-native-vector-icons/common (12.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0 + Title + @react-native-vector-icons/material-design-icons (12.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0 + Title + @react-native-vector-icons/material-icons (12.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1 + Title + @react-native/assets-registry (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_codegen@0.80.1 + Title + @react-native/codegen (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1 + Title + @react-native/community-cli-plugin (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1 + Title + @react-native/debugger-frontend (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1 + Title + @react-native/dev-middleware (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1 + Title + @react-native/gradle-plugin (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1 + Title + @react-native/js-polyfills (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1 + Title + @react-native/new-app-screen (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1 + Title + @react-native/normalize-colors (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1 + Title + @react-native/virtualized-lists (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9 + Title + @react-navigation/bottom-tabs (7.4.9) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_core@7.12.4 + Title + @react-navigation/core (7.12.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_elements@2.6.5 + Title + @react-navigation/elements (2.6.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28 + Title + @react-navigation/native-stack (7.3.28) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_native@7.1.18 + Title + @react-navigation/native (7.1.18) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@react-navigation_routers@7.5.1 + Title + @react-navigation/routers (7.5.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@sinclair_typebox@0.27.8 + Title + @sinclair/typebox (0.27.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@sinonjs_commons@3.0.1 + Title + @sinonjs/commons (3.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0 + Title + @sinonjs/fake-timers (10.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_babel__core@7.20.5 + Title + @types/babel__core (7.20.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_babel__generator@7.27.0 + Title + @types/babel__generator (7.27.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_babel__template@7.4.4 + Title + @types/babel__template (7.4.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_babel__traverse@7.28.0 + Title + @types/babel__traverse (7.28.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_graceful-fs@4.1.9 + Title + @types/graceful-fs (4.1.9) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6 + Title + @types/istanbul-lib-coverage (2.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3 + Title + @types/istanbul-lib-report (3.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4 + Title + @types/istanbul-reports (3.0.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_node@22.19.1 + Title + @types/node (22.19.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_stack-utils@2.0.3 + Title + @types/stack-utils (2.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_yargs-parser@21.0.3 + Title + @types/yargs-parser (21.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@types_yargs@17.0.33 + Title + @types/yargs (17.0.33) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11 + Title + @xmldom/xmldom (0.8.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/abort-controller@3.0.0 + Title + abort-controller (3.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/accepts@1.3.8 + Title + accepts (1.3.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/acorn@8.15.0 + Title + acorn (8.15.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/agent-base@7.1.4 + Title + agent-base (7.1.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/anser@1.4.10 + Title + anser (1.4.10) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ansi-regex@5.0.1 + Title + ansi-regex (5.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ansi-styles@4.3.0 + Title + ansi-styles (4.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ansi-styles@5.2.0 + Title + ansi-styles (5.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/anymatch@3.1.3 + Title + anymatch (3.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/AppAuth + Title + AppAuth (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/argparse@1.0.10 + Title + argparse (1.0.10) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/array-equal@2.0.0 + Title + array-equal (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/asap@2.0.6 + Title + asap (2.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/async-limiter@1.0.1 + Title + async-limiter (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/asynckit@0.4.0 + Title + asynckit (0.4.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/axios@1.13.2 + Title + axios (1.13.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-jest@29.7.0 + Title + babel-jest (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1 + Title + babel-plugin-istanbul (6.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3 + Title + babel-plugin-jest-hoist (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1 + Title + babel-plugin-syntax-hermes-parser (0.28.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0 + Title + babel-preset-current-node-syntax (1.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/babel-preset-jest@29.6.3 + Title + babel-preset-jest (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/balanced-match@1.0.2 + Title + balanced-match (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/base64-js@1.5.1 + Title + base64-js (1.5.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18 + Title + baseline-browser-mapping (2.8.18) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/big-integer@1.6.52 + Title + big-integer (1.6.52) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/boolbase@1.0.0 + Title + boolbase (1.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/boost + Title + boost (1.84.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/bplist-creator@0.1.0 + Title + bplist-creator (0.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/bplist-parser@0.3.1 + Title + bplist-parser (0.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/brace-expansion@1.1.12 + Title + brace-expansion (1.1.12) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/braces@3.0.3 + Title + braces (3.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/browserslist@4.26.3 + Title + browserslist (4.26.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/bser@2.1.1 + Title + bser (2.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/buffer-from@1.1.2 + Title + buffer-from (1.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2 + Title + call-bind-apply-helpers (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/caller-callsite@2.0.0 + Title + caller-callsite (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/caller-path@2.0.0 + Title + caller-path (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/callsites@2.0.0 + Title + callsites (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/camelcase@5.3.1 + Title + camelcase (5.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/camelcase@6.3.0 + Title + camelcase (6.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/caniuse-lite@1.0.30001751 + Title + caniuse-lite (1.0.30001751) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/chalk@4.1.2 + Title + chalk (4.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/chrome-launcher@0.15.2 + Title + chrome-launcher (0.15.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0 + Title + chromium-edge-launcher (0.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ci-info@2.0.0 + Title + ci-info (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ci-info@3.9.0 + Title + ci-info (3.9.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/cliui@8.0.1 + Title + cliui (8.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color-convert@1.9.3 + Title + color-convert (1.9.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color-convert@2.0.1 + Title + color-convert (2.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color-name@1.1.3 + Title + color-name (1.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color-name@1.1.4 + Title + color-name (1.1.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color-string@1.9.1 + Title + color-string (1.9.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color@3.2.1 + Title + color (3.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/color@4.2.3 + Title + color (4.2.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/combined-stream@1.0.8 + Title + combined-stream (1.0.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/commander@12.1.0 + Title + commander (12.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/commander@2.20.3 + Title + commander (2.20.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/concat-map@0.0.1 + Title + concat-map (0.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/connect@3.7.0 + Title + connect (3.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/convert-source-map@2.0.0 + Title + convert-source-map (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/cosmiconfig@5.2.1 + Title + cosmiconfig (5.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/css-select@5.2.2 + Title + css-select (5.2.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/css-tree@1.1.3 + Title + css-tree (1.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/css-what@6.2.2 + Title + css-what (6.2.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/debug@2.6.9 + Title + debug (2.6.9) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/debug@4.4.3 + Title + debug (4.4.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/decode-uri-component@0.2.2 + Title + decode-uri-component (0.2.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/deepmerge@3.3.0 + Title + deepmerge (3.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/delayed-stream@1.0.0 + Title + delayed-stream (1.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/depd@2.0.0 + Title + depd (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/destroy@1.2.0 + Title + destroy (1.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/dom-serializer@2.0.0 + Title + dom-serializer (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/domelementtype@2.3.0 + Title + domelementtype (2.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/domhandler@5.0.3 + Title + domhandler (5.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/domutils@3.2.2 + Title + domutils (3.2.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/DoubleConversion + Title + DoubleConversion (1.1.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/dunder-proto@1.0.1 + Title + dunder-proto (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ee-first@1.1.1 + Title + ee-first (1.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/electron-to-chromium@1.5.237 + Title + electron-to-chromium (1.5.237) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/emoji-regex@8.0.0 + Title + emoji-regex (8.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/encodeurl@1.0.2 + Title + encodeurl (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/encodeurl@2.0.0 + Title + encodeurl (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/entities@4.5.0 + Title + entities (4.5.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/error-ex@1.3.4 + Title + error-ex (1.3.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/error-stack-parser@2.1.4 + Title + error-stack-parser (2.1.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/es-define-property@1.0.1 + Title + es-define-property (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/es-errors@1.3.0 + Title + es-errors (1.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/es-object-atoms@1.1.1 + Title + es-object-atoms (1.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/es-set-tostringtag@2.1.0 + Title + es-set-tostringtag (2.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/escalade@3.2.0 + Title + escalade (3.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/escape-html@1.0.3 + Title + escape-html (1.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/escape-string-regexp@2.0.0 + Title + escape-string-regexp (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/escape-string-regexp@4.0.0 + Title + escape-string-regexp (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/esprima@4.0.1 + Title + esprima (4.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/etag@1.8.1 + Title + etag (1.8.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/event-target-shim@5.0.1 + Title + event-target-shim (5.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/exponential-backoff@3.1.3 + Title + exponential-backoff (3.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fast-deep-equal@3.1.3 + Title + fast-deep-equal (3.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0 + Title + fast-json-stable-stringify (2.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fast_float + Title + fast_float (8.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fb-watchman@2.0.2 + Title + fb-watchman (2.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fill-range@7.1.1 + Title + fill-range (7.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/filter-obj@1.1.0 + Title + filter-obj (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/finalhandler@1.1.2 + Title + finalhandler (1.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/find-up@4.1.0 + Title + find-up (4.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/find-up@7.0.0 + Title + find-up (7.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/flow-enums-runtime@0.0.6 + Title + flow-enums-runtime (0.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fmt + Title + fmt (11.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/follow-redirects@1.15.11 + Title + follow-redirects (1.15.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/form-data@4.0.5 + Title + form-data (4.0.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fresh@0.5.2 + Title + fresh (0.5.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fs.realpath@1.0.0 + Title + fs.realpath (1.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/fsevents@2.3.3 + Title + fsevents (2.3.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/function-bind@1.1.2 + Title + function-bind (1.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/gensync@1.0.0-beta.2 + Title + gensync (1.0.0-beta.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/get-caller-file@2.0.5 + Title + get-caller-file (2.0.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/get-intrinsic@1.3.0 + Title + get-intrinsic (1.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/get-package-type@0.1.0 + Title + get-package-type (0.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/get-proto@1.0.1 + Title + get-proto (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/glob@7.2.3 + Title + glob (7.2.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/glog + Title + glog (0.3.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/gopd@1.2.0 + Title + gopd (1.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/graceful-fs@4.2.11 + Title + graceful-fs (4.2.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/has-flag@4.0.0 + Title + has-flag (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/has-symbols@1.1.0 + Title + has-symbols (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/has-tostringtag@1.0.2 + Title + has-tostringtag (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hasown@2.0.2 + Title + hasown (2.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hermes-engine + Title + hermes-engine (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hermes-estree@0.28.1 + Title + hermes-estree (0.28.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hermes-estree@0.29.1 + Title + hermes-estree (0.29.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hermes-parser@0.28.1 + Title + hermes-parser (0.28.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hermes-parser@0.29.1 + Title + hermes-parser (0.29.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2 + Title + hoist-non-react-statics (3.3.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/http-errors@2.0.0 + Title + http-errors (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/https-proxy-agent@7.0.6 + Title + https-proxy-agent (7.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/image-size@1.2.1 + Title + image-size (1.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/import-fresh@2.0.0 + Title + import-fresh (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/imurmurhash@0.1.4 + Title + imurmurhash (0.1.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/inflight@1.0.6 + Title + inflight (1.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/inherits@2.0.4 + Title + inherits (2.0.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/invariant@2.2.4 + Title + invariant (2.2.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-arrayish@0.2.1 + Title + is-arrayish (0.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-arrayish@0.3.4 + Title + is-arrayish (0.3.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-directory@0.3.1 + Title + is-directory (0.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-docker@2.2.1 + Title + is-docker (2.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0 + Title + is-fullwidth-code-point (3.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-number@7.0.0 + Title + is-number (7.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/is-wsl@2.2.0 + Title + is-wsl (2.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2 + Title + istanbul-lib-coverage (3.2.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1 + Title + istanbul-lib-instrument (5.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-environment-node@29.7.0 + Title + jest-environment-node (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-get-type@29.6.3 + Title + jest-get-type (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-haste-map@29.7.0 + Title + jest-haste-map (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-message-util@29.7.0 + Title + jest-message-util (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-mock@29.7.0 + Title + jest-mock (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-regex-util@29.6.3 + Title + jest-regex-util (29.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-util@29.7.0 + Title + jest-util (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-validate@29.7.0 + Title + jest-validate (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jest-worker@29.7.0 + Title + jest-worker (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/js-tokens@4.0.0 + Title + js-tokens (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/js-yaml@3.14.2 + Title + js-yaml (3.14.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jsc-safe-url@0.2.4 + Title + jsc-safe-url (0.2.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jsesc@3.1.0 + Title + jsesc (3.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/json-parse-better-errors@1.0.2 + Title + json-parse-better-errors (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/json5@2.2.3 + Title + json5 (2.2.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/jwt-decode@4.0.0 + Title + jwt-decode (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/leven@3.1.0 + Title + leven (3.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/LicensePlist + Title + LicensePlist (3.27.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/lighthouse-logger@1.4.2 + Title + lighthouse-logger (1.4.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/locate-path@5.0.0 + Title + locate-path (5.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/locate-path@6.0.0 + Title + locate-path (6.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/lodash.throttle@4.1.1 + Title + lodash.throttle (4.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/loose-envify@1.4.0 + Title + loose-envify (1.4.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/lru-cache@5.1.1 + Title + lru-cache (5.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/makeerror@1.0.12 + Title + makeerror (1.0.12) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/marky@1.3.0 + Title + marky (1.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/math-intrinsics@1.1.0 + Title + math-intrinsics (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/mdn-data@2.0.14 + Title + mdn-data (2.0.14) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/memoize-one@5.2.1 + Title + memoize-one (5.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/merge-stream@2.0.0 + Title + merge-stream (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-babel-transformer@0.82.5 + Title + metro-babel-transformer (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-cache-key@0.82.5 + Title + metro-cache-key (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-cache@0.82.5 + Title + metro-cache (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-config@0.82.5 + Title + metro-config (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-core@0.82.5 + Title + metro-core (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-file-map@0.82.5 + Title + metro-file-map (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-minify-terser@0.82.5 + Title + metro-minify-terser (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-resolver@0.82.5 + Title + metro-resolver (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-runtime@0.82.5 + Title + metro-runtime (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-source-map@0.82.5 + Title + metro-source-map (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-symbolicate@0.82.5 + Title + metro-symbolicate (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-transform-plugins@0.82.5 + Title + metro-transform-plugins (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro-transform-worker@0.82.5 + Title + metro-transform-worker (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/metro@0.82.5 + Title + metro (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/micromatch@4.0.8 + Title + micromatch (4.0.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/mime-db@1.52.0 + Title + mime-db (1.52.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/mime-types@2.1.35 + Title + mime-types (2.1.35) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/mime@1.6.0 + Title + mime (1.6.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/minimatch@3.1.2 + Title + minimatch (3.1.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/mkdirp@1.0.4 + Title + mkdirp (1.0.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ms@2.0.0 + Title + ms (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ms@2.1.3 + Title + ms (2.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/nanoid@3.3.11 + Title + nanoid (3.3.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/negotiator@0.6.3 + Title + negotiator (0.6.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/node-int64@0.4.0 + Title + node-int64 (0.4.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/node-releases@2.0.25 + Title + node-releases (2.0.25) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/normalize-path@3.0.0 + Title + normalize-path (3.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/nth-check@2.1.1 + Title + nth-check (2.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/nullthrows@1.1.1 + Title + nullthrows (1.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ob1@0.82.5 + Title + ob1 (0.82.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/object-assign@4.1.1 + Title + object-assign (4.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/on-finished@2.3.0 + Title + on-finished (2.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/on-finished@2.4.1 + Title + on-finished (2.4.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/once@1.4.0 + Title + once (1.4.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/open@7.4.2 + Title + open (7.4.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/opencollective-postinstall@2.0.3 + Title + opencollective-postinstall (2.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/p-limit@2.3.0 + Title + p-limit (2.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/p-limit@3.1.0 + Title + p-limit (3.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/p-locate@4.1.0 + Title + p-locate (4.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/p-locate@5.0.0 + Title + p-locate (5.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/p-try@2.2.0 + Title + p-try (2.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/parse-json@4.0.0 + Title + parse-json (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/parseurl@1.3.3 + Title + parseurl (1.3.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/path-exists@4.0.0 + Title + path-exists (4.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/path-is-absolute@1.0.1 + Title + path-is-absolute (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/picocolors@1.1.1 + Title + picocolors (1.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/picomatch@2.3.1 + Title + picomatch (2.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/pirates@4.0.7 + Title + pirates (4.0.7) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/plist@3.1.0 + Title + plist (3.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/pretty-format@29.7.0 + Title + pretty-format (29.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/promise@8.3.0 + Title + promise (8.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/prop-types@15.8.1 + Title + prop-types (15.8.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/proxy-from-env@1.1.0 + Title + proxy-from-env (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/query-string@7.1.3 + Title + query-string (7.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/queue@6.0.2 + Title + queue (6.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/range-parser@1.2.1 + Title + range-parser (1.2.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RCT-Folly + Title + RCT-Folly (2024.11.18.00) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/React + Title + React (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/React-Core + Title + React-Core (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-devtools-core@6.1.5 + Title + react-devtools-core (6.1.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-freeze@1.0.4 + Title + react-freeze (1.0.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-is@16.13.1 + Title + react-is (16.13.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-is@18.3.1 + Title + react-is (18.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-is@19.2.0 + Title + react-is (19.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-app-auth@8.1.0 + Title + react-native-app-auth (8.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-base64@0.0.2 + Title + react-native-base64 (0.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0 + Title + react-native-inappbrowser-reborn (3.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-keychain@10.0.0 + Title + react-native-keychain (10.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-legal@1.6.0 + Title + react-native-legal (1.6.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-nfc-manager + Title + react-native-nfc-manager (3.17.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1 + Title + react-native-nfc-manager (3.17.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-paper@5.14.5 + Title + react-native-paper (5.14.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-safe-area-context + Title + react-native-safe-area-context (5.6.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1 + Title + react-native-safe-area-context (5.6.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-screens@4.17.1 + Title + react-native-screens (4.17.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-svg@15.14.0 + Title + react-native-svg (15.14.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons + Title + react-native-vector-icons-material-design-icons (12.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-vector-icons-material-icons + Title + react-native-vector-icons-material-icons (12.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native-vector-icons@10.3.0 + Title + react-native-vector-icons (10.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-native@0.80.1 + Title + react-native (0.80.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react-refresh@0.14.2 + Title + react-refresh (0.14.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/react@19.1.0 + Title + react (19.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ReactNativeLegal + Title + ReactNativeLegal (1.6.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/regenerator-runtime@0.13.11 + Title + regenerator-runtime (0.13.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/require-directory@2.1.1 + Title + require-directory (2.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/resolve-from@3.0.0 + Title + resolve-from (3.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/resolve-from@5.0.0 + Title + resolve-from (5.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/rimraf@3.0.2 + Title + rimraf (3.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RNInAppBrowser + Title + RNInAppBrowser (3.7.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RNKeychain + Title + RNKeychain (10.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RNScreens + Title + RNScreens (4.17.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RNSVG + Title + RNSVG (15.14.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/RNVectorIcons + Title + RNVectorIcons (10.3.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/sax@1.4.4 + Title + sax (1.4.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/scheduler@0.26.0 + Title + scheduler (0.26.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/semver@6.3.1 + Title + semver (6.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/semver@7.7.3 + Title + semver (7.7.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/send@0.19.0 + Title + send (0.19.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/serialize-error@2.1.0 + Title + serialize-error (2.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/serve-static@1.16.2 + Title + serve-static (1.16.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/setprototypeof@1.2.0 + Title + setprototypeof (1.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/shell-quote@1.8.3 + Title + shell-quote (1.8.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/signal-exit@3.0.7 + Title + signal-exit (3.0.7) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/simple-plist@1.3.1 + Title + simple-plist (1.3.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/simple-swizzle@0.2.4 + Title + simple-swizzle (0.2.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/slash@3.0.0 + Title + slash (3.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/SocketRocket + Title + SocketRocket (0.7.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/source-map-support@0.5.21 + Title + source-map-support (0.5.21) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/source-map@0.5.7 + Title + source-map (0.5.7) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/source-map@0.6.1 + Title + source-map (0.6.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/split-on-first@1.1.0 + Title + split-on-first (1.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/sprintf-js@1.0.3 + Title + sprintf-js (1.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/stack-utils@2.0.6 + Title + stack-utils (2.0.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/stackframe@1.3.4 + Title + stackframe (1.3.4) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/stacktrace-parser@0.1.11 + Title + stacktrace-parser (0.1.11) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/statuses@1.5.0 + Title + statuses (1.5.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/statuses@2.0.1 + Title + statuses (2.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/stream-buffers@2.2.0 + Title + stream-buffers (2.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/strict-uri-encode@2.0.0 + Title + strict-uri-encode (2.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/string-width@4.2.3 + Title + string-width (4.2.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/strip-ansi@6.0.1 + Title + strip-ansi (6.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/supports-color@7.2.0 + Title + supports-color (7.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/supports-color@8.1.1 + Title + supports-color (8.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/terser@5.44.0 + Title + terser (5.44.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/test-exclude@6.0.0 + Title + test-exclude (6.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/throat@5.0.0 + Title + throat (5.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/tmpl@1.0.5 + Title + tmpl (1.0.5) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/to-regex-range@5.0.1 + Title + to-regex-range (5.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/toidentifier@1.0.1 + Title + toidentifier (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/type-detect@4.0.8 + Title + type-detect (4.0.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/type-fest@0.7.1 + Title + type-fest (0.7.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/undici-types@6.21.0 + Title + undici-types (6.21.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/unicorn-magic@0.1.0 + Title + unicorn-magic (0.1.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/unpipe@1.0.0 + Title + unpipe (1.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/update-browserslist-db@1.1.3 + Title + update-browserslist-db (1.1.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/use-latest-callback@0.2.6 + Title + use-latest-callback (0.2.6) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/use-sync-external-store@1.6.0 + Title + use-sync-external-store (1.6.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/utils-merge@1.0.1 + Title + utils-merge (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/uuid@7.0.3 + Title + uuid (7.0.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/vlq@1.0.1 + Title + vlq (1.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/walker@1.0.8 + Title + walker (1.0.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/warn-once@0.1.1 + Title + warn-once (0.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/whatwg-fetch@3.6.20 + Title + whatwg-fetch (3.6.20) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/wrap-ansi@7.0.0 + Title + wrap-ansi (7.0.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/wrappy@1.0.2 + Title + wrappy (1.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/write-file-atomic@4.0.2 + Title + write-file-atomic (4.0.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ws@6.2.3 + Title + ws (6.2.3) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/ws@7.5.10 + Title + ws (7.5.10) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/xcode@3.0.1 + Title + xcode (3.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/xml2js@0.6.2 + Title + xml2js (0.6.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/xmlbuilder@11.0.1 + Title + xmlbuilder (11.0.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/xmlbuilder@15.1.1 + Title + xmlbuilder (15.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/y18n@5.0.8 + Title + y18n (5.0.8) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/yallist@3.1.1 + Title + yallist (3.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/yargs-parser@21.1.1 + Title + yargs-parser (21.1.1) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/yargs@16.2.0 + Title + yargs (16.2.0) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/yargs@17.7.2 + Title + yargs (17.7.2) + Type + PSChildPaneSpecifier + + + File + com.mono0926.LicensePlist/yocto-queue@0.1.0 + Title + yocto-queue (0.1.0) + Type + PSChildPaneSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist new file mode 100644 index 0000000..2603142 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors +Copyright (c) 2014-present, Facebook, Inc. (ONLY ./src/helpers/regenerator* files) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist new file mode 100644 index 0000000..ac7ec0a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (C) 2012-2014 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist new file mode 100644 index 0000000..e3c0d9d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist new file mode 100644 index 0000000..411c696 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2023 Callstack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist new file mode 100644 index 0000000..37e7bc3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2018 Callstack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist new file mode 100644 index 0000000..488313e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) 2022-2023 - Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist new file mode 100644 index 0000000..51105d2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist @@ -0,0 +1,33 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC License + +Copyright (c) 2019, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist new file mode 100644 index 0000000..ce6d1c2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 CFWare, LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist new file mode 100644 index 0000000..ec2ce72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2024 Justin Ridgewell <justin@ridgewell.name> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist new file mode 100644 index 0000000..ec2ce72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2024 Justin Ridgewell <justin@ridgewell.name> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist new file mode 100644 index 0000000..17c19a8 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist @@ -0,0 +1,35 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2019 Justin Ridgewell <jridgewell@google.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist new file mode 100644 index 0000000..ec2ce72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2024 Justin Ridgewell <justin@ridgewell.name> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist new file mode 100644 index 0000000..ec2ce72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2024 Justin Ridgewell <justin@ridgewell.name> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist new file mode 100644 index 0000000..ec2ce72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2024 Justin Ridgewell <justin@ridgewell.name> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist new file mode 100644 index 0000000..11c20aa --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2015 Joel Arvidsson +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist new file mode 100644 index 0000000..11c20aa --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2015 Joel Arvidsson +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist new file mode 100644 index 0000000..11c20aa --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2015 Joel Arvidsson +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist new file mode 100644 index 0000000..59e0c06 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD-3-Clause + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist new file mode 100644 index 0000000..2c63442 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 React Navigation Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist new file mode 100644 index 0000000..c59e5cb --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript + +The MIT License (MIT) + +Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist new file mode 100644 index 0000000..55c7206 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist @@ -0,0 +1,46 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD 3-Clause License + +Copyright (c) 2018, Sinon.JS +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist new file mode 100644 index 0000000..2558ec4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist @@ -0,0 +1,27 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist new file mode 100644 index 0000000..6d4ee8c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist new file mode 100644 index 0000000..94b95f8 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist @@ -0,0 +1,25 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors +Copyright 2012 - 2017 @jindw <jindw@xidea.org> and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist new file mode 100644 index 0000000..b8fcbc1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 [yyyy] [name of copyright owner] + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist new file mode 100644 index 0000000..106f0eb --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist @@ -0,0 +1,43 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist new file mode 100644 index 0000000..9bb27d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 Masayuki Ono + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist new file mode 100644 index 0000000..ca3bcbb --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist @@ -0,0 +1,217 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 + + +Files in folly/external/farmhash licensed as follows + + Copyright (c) 2014 Google, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist new file mode 100644 index 0000000..d789870 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 Proyecto 26 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist new file mode 100644 index 0000000..b9733d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist new file mode 100644 index 0000000..3f222a9 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) [2015-2016] [Horcrux] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist new file mode 100644 index 0000000..f5a02f3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2018 Software Mansion <swmansion.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist new file mode 100644 index 0000000..b9733d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist new file mode 100644 index 0000000..0e14fab --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist new file mode 100644 index 0000000..0e14fab --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist new file mode 100644 index 0000000..649a81c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2023 Callstack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist new file mode 100644 index 0000000..60395af --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist @@ -0,0 +1,46 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD License + +For SocketRocket software + +Copyright (c) 2016-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Facebook nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist new file mode 100644 index 0000000..ca1da2e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist new file mode 100644 index 0000000..b7285e2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist new file mode 100644 index 0000000..29b90d7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (C) 2012-2022 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist new file mode 100644 index 0000000..ca4742f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist new file mode 100644 index 0000000..0ee63d6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2012-20 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist new file mode 100644 index 0000000..321bbb4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist new file mode 100644 index 0000000..ce1ae72 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (C) 2012 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist new file mode 100644 index 0000000..cd8b54b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist @@ -0,0 +1,27 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Jonathan Ong <me@jongleberry.com> +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist new file mode 100644 index 0000000..4e98fe5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + +Copyright 2009–2014 Contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist new file mode 100644 index 0000000..747965a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist @@ -0,0 +1,25 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) +Copyright (c) 2017 Samuel Reed <samuel.trace.reed@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist new file mode 100644 index 0000000..51dc408 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Alex Indigo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist new file mode 100644 index 0000000..680e9dd --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + # Copyright (c) 2014-present Matt Zabriskie & Collaborators + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist new file mode 100644 index 0000000..74e4f33 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist @@ -0,0 +1,44 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2016, Istanbul Code Coverage +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of babel-plugin-istanbul nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist new file mode 100644 index 0000000..20f7237 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2020 Nicolò Ribaudo and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist new file mode 100644 index 0000000..715adbd --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + (MIT) + +Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt; + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist new file mode 100644 index 0000000..d70670c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014 Jameson Little + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist new file mode 100644 index 0000000..fa4c632 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + Apache-2.0 + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist new file mode 100644 index 0000000..3ac9e24 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to <http://unlicense.org> + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist new file mode 100644 index 0000000..05ed9ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist new file mode 100644 index 0000000..c6a5527 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist new file mode 100644 index 0000000..a0a132e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist @@ -0,0 +1,35 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012 Near Infinity Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist new file mode 100644 index 0000000..e7eacb2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist new file mode 100644 index 0000000..c22653e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist new file mode 100644 index 0000000..e91a21a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright 2014 Andrey Sitnik <andrey@sitnik.ru> and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist new file mode 100644 index 0000000..fa4c632 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + Apache-2.0 + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist new file mode 100644 index 0000000..a5687ba --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2016, 2018 Linus Unnebäck + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist new file mode 100644 index 0000000..7ff4802 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist new file mode 100644 index 0000000..fbc947c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist @@ -0,0 +1,447 @@ + + + + + PreferenceSpecifiers + + + FooterText + Attribution 4.0 International + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist new file mode 100644 index 0000000..b5a5d39 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 2014 Google Inc. + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist new file mode 100644 index 0000000..b5a5d39 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 2014 Google Inc. + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist new file mode 100644 index 0000000..50dd95f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016-2018 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist new file mode 100644 index 0000000..557fb7a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Thomas Watson Steen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist new file mode 100644 index 0000000..05ed9ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist new file mode 100644 index 0000000..59f5c87 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist new file mode 100644 index 0000000..59f5c87 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist new file mode 100644 index 0000000..69e1439 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist new file mode 100644 index 0000000..69e1439 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist new file mode 100644 index 0000000..e0664e0 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist new file mode 100644 index 0000000..d905bc7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2012 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist new file mode 100644 index 0000000..d905bc7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2012 Heather Arthur + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist new file mode 100644 index 0000000..81a817e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2011 Debuggable Limited <felix@debuggable.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist new file mode 100644 index 0000000..0d53ced --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist new file mode 100644 index 0000000..0d53ced --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist new file mode 100644 index 0000000..64f107f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist @@ -0,0 +1,35 @@ + + + + + PreferenceSpecifiers + + + FooterText + This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist new file mode 100644 index 0000000..415f98e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist @@ -0,0 +1,42 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 LearnBoost +Copyright (c) 2011-2014 TJ Holowaychuk +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist new file mode 100644 index 0000000..853813d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2013 Thorsten Lorenz. +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist new file mode 100644 index 0000000..d9aaaab --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 David Clark + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist new file mode 100644 index 0000000..cd510a9 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (C) 2016-2019 by Roman Dvornov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist new file mode 100644 index 0000000..2eb3ec7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist new file mode 100644 index 0000000..f0ff2cd --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist new file mode 100644 index 0000000..37637e3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2017, Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist new file mode 100644 index 0000000..81a817e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2011 Debuggable Limited <felix@debuggable.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist new file mode 100644 index 0000000..3517a3b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014-2018 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist new file mode 100644 index 0000000..d2cc8b2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist new file mode 100644 index 0000000..e103c40 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + License + +(The MIT License) + +Copyright (c) 2014 The cheeriojs contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist new file mode 100644 index 0000000..a7687e9 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist new file mode 100644 index 0000000..e5af87f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist new file mode 100644 index 0000000..be5a448 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist @@ -0,0 +1,22 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2018 Kilian Valkhof + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist new file mode 100644 index 0000000..e42005c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist new file mode 100644 index 0000000..e42005c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist new file mode 100644 index 0000000..db9808a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist new file mode 100644 index 0000000..c4292b4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2017 Eric Wendelin and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist new file mode 100644 index 0000000..7ff4802 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist new file mode 100644 index 0000000..7ff4802 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist new file mode 100644 index 0000000..7ff4802 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist new file mode 100644 index 0000000..42ae879 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2022 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist new file mode 100644 index 0000000..09f5b23 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist new file mode 100644 index 0000000..3ee2164 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012-2013 TJ Holowaychuk +Copyright (c) 2015 Andreas Lubbe +Copyright (c) 2015 Tiancheng "Timothy" Gu + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist new file mode 100644 index 0000000..260109a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD-2-Clause + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist new file mode 100644 index 0000000..8a8a992 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist new file mode 100644 index 0000000..d6faead --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Toru Nagashima + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist new file mode 100644 index 0000000..258d65e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 2019 Coveo Solutions Inc. + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist new file mode 100644 index 0000000..b9fe656 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist new file mode 100644 index 0000000..f52e1a5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + This software is released under the MIT license: + +Copyright (c) 2017 Evgeny Poberezkin +Copyright (c) 2013 James Halliday + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist new file mode 100644 index 0000000..7219fb5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist @@ -0,0 +1,207 @@ + + + + + PreferenceSpecifiers + + + FooterText + 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 + + Copyright 2021 The fast_float 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 + + 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. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist new file mode 100644 index 0000000..fa4c632 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + Apache-2.0 + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist new file mode 100644 index 0000000..c22653e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist new file mode 100644 index 0000000..50075b2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist new file mode 100644 index 0000000..d7fe197 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist new file mode 100644 index 0000000..4b21c98 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist @@ -0,0 +1,44 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- Optional exception to the license --- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into a machine-executable object form of such +source code, you may redistribute such embedded portions in such object form +without including the above copyright and permission notices. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist new file mode 100644 index 0000000..484449d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist @@ -0,0 +1,35 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist new file mode 100644 index 0000000..21b11e0 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist new file mode 100644 index 0000000..31c4d5e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca> +Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist new file mode 100644 index 0000000..301c0e8 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist @@ -0,0 +1,72 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist new file mode 100644 index 0000000..fc95c3e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License +----------- + +Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist new file mode 100644 index 0000000..a54f30e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist new file mode 100644 index 0000000..577bf19 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2018 Logan Smyth <loganfsmyth@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist new file mode 100644 index 0000000..066f03a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist @@ -0,0 +1,23 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC License (ISC) +Copyright 2018 Stefan Penner + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist new file mode 100644 index 0000000..3ee5889 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2020 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist new file mode 100644 index 0000000..1643ce1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2020 CFWare, LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist new file mode 100644 index 0000000..e03a650 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2025 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist new file mode 100644 index 0000000..19012af --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +## Glob Logo + +Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +https://creativecommons.org/licenses/by-sa/4.0/ + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist new file mode 100644 index 0000000..664e20c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist @@ -0,0 +1,82 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +A function gettimeofday in utilities.cc is based on + +http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd + +The license of this code is: + +Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name(s) of the above-listed copyright holder(s) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist new file mode 100644 index 0000000..c6f9583 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2022 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist new file mode 100644 index 0000000..10ddc1c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist new file mode 100644 index 0000000..8dc8d6e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2016 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist new file mode 100644 index 0000000..122d4c3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2021 Inspect JS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist new file mode 100644 index 0000000..2ff0fd4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Jordan Harband and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist new file mode 100644 index 0000000..0e14fab --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist new file mode 100644 index 0000000..0a7a05c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist @@ -0,0 +1,46 @@ + + + + + PreferenceSpecifiers + + + FooterText + Software License Agreement (BSD License) +======================================== + +Copyright (c) 2015, Yahoo! Inc. All rights reserved. +---------------------------------------------------- + +Redistribution and use of this software in source and binary forms, with or +without modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be + used to endorse or promote products derived from this software without + specific prior written permission of Yahoo! Inc. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist new file mode 100644 index 0000000..3c971e3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist new file mode 100644 index 0000000..ca4742f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist new file mode 100644 index 0000000..7ea74b8 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright © 2013-Present Aditya Yadav, http://netroy.in + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist new file mode 100644 index 0000000..4088ac0 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist new file mode 100644 index 0000000..78a55f6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist @@ -0,0 +1,33 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist new file mode 100644 index 0000000..26d28ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2013-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist new file mode 100644 index 0000000..db9808a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist new file mode 100644 index 0000000..db9808a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist new file mode 100644 index 0000000..76f10be --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist new file mode 100644 index 0000000..c22653e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist new file mode 100644 index 0000000..e38a73b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2012-2015 Yahoo! Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the Yahoo! Inc. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist new file mode 100644 index 0000000..e38a73b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2012-2015 Yahoo! Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the Yahoo! Inc. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist new file mode 100644 index 0000000..950b243 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist new file mode 100644 index 0000000..3caac7f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (C) 2011-2015 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist new file mode 100644 index 0000000..c535c5f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist @@ -0,0 +1,29 @@ + + + + + PreferenceSpecifiers + + + FooterText + Zero-Clause BSD +============= + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist new file mode 100644 index 0000000..9c4433d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2017 Kat Marchán + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist new file mode 100644 index 0000000..bdedc3c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2012-2018 Aseem Kishore, and [others]. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +[others]: https://github.com/json5/json5/contributors + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist new file mode 100644 index 0000000..36af9ba --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist new file mode 100644 index 0000000..b5a5d39 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 2014 Google Inc. + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist new file mode 100644 index 0000000..0cf5927 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist @@ -0,0 +1,100 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright jQuery Foundation and other contributors <https://jquery.org/> + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + License + unknown + Type + PSGroupSpecifier + + + FooterText + ---------------------------------------- + License + unknown + Type + PSGroupSpecifier + + + FooterText + Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist new file mode 100644 index 0000000..6e0cb3f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Andres Suarez <zertosh@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist new file mode 100644 index 0000000..1398214 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist @@ -0,0 +1,45 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD License + +Copyright (c) 2014, Naitik Shah. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Naitik Shah nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist new file mode 100644 index 0000000..5efa274 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist @@ -0,0 +1,226 @@ + + + + + PreferenceSpecifiers + + + FooterText + 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: + + 1. You must give any other recipients of the Work or Derivative Works a + copy of this License; and + + 2. You must cause any modified files to carry prominent notices stating + that You changed the files; and + + 3. 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 + + 4. 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 2016 Nolan Lawson + + + 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. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist new file mode 100644 index 0000000..a7687e9 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2024 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist new file mode 100644 index 0000000..0bc61d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist @@ -0,0 +1,133 @@ + + + + + PreferenceSpecifiers + + + FooterText + CC0 1.0 Universal + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. + +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see +<http://creativecommons.org/publicdomain/zero/1.0/> + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist new file mode 100644 index 0000000..e98d3c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 Alexander Reardon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist new file mode 100644 index 0000000..b71b096 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist new file mode 100644 index 0000000..c22653e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist new file mode 100644 index 0000000..27e7457 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist new file mode 100644 index 0000000..b7285e2 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist new file mode 100644 index 0000000..aa3c627 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist new file mode 100644 index 0000000..5cbd898 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) + +This project is free software released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist new file mode 100644 index 0000000..1f32074 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist new file mode 100644 index 0000000..67d4320 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist new file mode 100644 index 0000000..284811e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright 2017 Andrey Sitnik <andrey@sitnik.ru> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist new file mode 100644 index 0000000..58382c0 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist new file mode 100644 index 0000000..cf00e77 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2014 Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist new file mode 100644 index 0000000..91ec6e7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License + +Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist new file mode 100644 index 0000000..cc9a315 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist new file mode 100644 index 0000000..0a29a04 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist @@ -0,0 +1,28 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) Felix Böhm +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist new file mode 100644 index 0000000..6d9c34e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist @@ -0,0 +1,25 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) +Copyright (c) 2016 Andres Suarez + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist new file mode 100644 index 0000000..a70f62e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist new file mode 100644 index 0000000..a70f62e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist new file mode 100644 index 0000000..24129e5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2018 Open Collective + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist new file mode 100644 index 0000000..9d59036 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + +(The MIT License) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist new file mode 100644 index 0000000..ee2cd00 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC License + +Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist new file mode 100644 index 0000000..799223a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2017-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist new file mode 100644 index 0000000..f45a1be --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2016-2018 Ari Porad + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist new file mode 100644 index 0000000..6b7caf6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2010-2017 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist new file mode 100644 index 0000000..559e8b4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2014 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist new file mode 100644 index 0000000..26d28ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2013-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist new file mode 100644 index 0000000..bb79620 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License + +Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist new file mode 100644 index 0000000..41ca3eb --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist new file mode 100644 index 0000000..c4eac90 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist @@ -0,0 +1,25 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) +Copyright (c) 2014 Jesse Tane <jesse.tane@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist new file mode 100644 index 0000000..b3b6e53 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> +Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist new file mode 100644 index 0000000..b6d5255 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2021 Software Mansion + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist new file mode 100644 index 0000000..d7fe197 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist new file mode 100644 index 0000000..d7fe197 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist new file mode 100644 index 0000000..139ffc6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist new file mode 100644 index 0000000..0f84979 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2018 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist new file mode 100644 index 0000000..f08a124 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 Proyecto 26 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist new file mode 100644 index 0000000..89b03d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist new file mode 100644 index 0000000..411c696 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2023 Callstack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist new file mode 100644 index 0000000..462922c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Richie Hsieh and Revteltech. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist new file mode 100644 index 0000000..6c3b8d5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Richie Hsieh and Revteltech. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist new file mode 100644 index 0000000..786f44b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2017 Callstack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist new file mode 100644 index 0000000..177a1c6 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 Th3rd Wave + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist new file mode 100644 index 0000000..a271915 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2019 Th3rd Wave + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist new file mode 100644 index 0000000..044af56 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2018 Software Mansion <swmansion.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist new file mode 100644 index 0000000..9273d7f --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) [2015-2016] [Horcrux] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist new file mode 100644 index 0000000..52af15e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2015 Joel Arvidsson +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist new file mode 100644 index 0000000..52af15e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2015 Joel Arvidsson +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist new file mode 100644 index 0000000..89b03d1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist new file mode 100644 index 0000000..d7fe197 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist new file mode 100644 index 0000000..c97a327 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist new file mode 100644 index 0000000..a0fc8dc --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2011 Troy Goode <troygoode@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist new file mode 100644 index 0000000..5a97737 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist @@ -0,0 +1,72 @@ + + + + + PreferenceSpecifiers + + + FooterText + # Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +<https://blueoakcouncil.org/license/1.0.0>. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist new file mode 100644 index 0000000..739c4c5 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist new file mode 100644 index 0000000..b1233c4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist new file mode 100644 index 0000000..df51c58 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist @@ -0,0 +1,42 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 LearnBoost +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist new file mode 100644 index 0000000..f32627c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist @@ -0,0 +1,30 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2015, Wes Todd + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist new file mode 100644 index 0000000..a03872e --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License + +Copyright (c) 2013 James Halliday (mail@substack.net) + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist new file mode 100644 index 0000000..05ed9ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist new file mode 100644 index 0000000..66b8c3a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013 Joe Wollard + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist new file mode 100644 index 0000000..3ed3714 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist new file mode 100644 index 0000000..cfaf82a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014 Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist new file mode 100644 index 0000000..32b59cd --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist @@ -0,0 +1,45 @@ + + + + + PreferenceSpecifiers + + + FooterText + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist new file mode 100644 index 0000000..32b59cd --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist @@ -0,0 +1,45 @@ + + + + + PreferenceSpecifiers + + + FooterText + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist new file mode 100644 index 0000000..68a3889 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist @@ -0,0 +1,41 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro> +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist new file mode 100644 index 0000000..ef20582 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist new file mode 100644 index 0000000..c4292b4 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2017 Eric Wendelin and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist new file mode 100644 index 0000000..fd74fd3 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2014-2019 Georg Tavonius + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist new file mode 100644 index 0000000..ea5a903 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist new file mode 100644 index 0000000..ea5a903 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist @@ -0,0 +1,40 @@ + + + + + PreferenceSpecifiers + + + FooterText + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist new file mode 100644 index 0000000..6f12366 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + Unlicense + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist new file mode 100644 index 0000000..4862a64 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist new file mode 100644 index 0000000..744dc4c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist @@ -0,0 +1,44 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2012-2018 (c) Mihai Bazon <mihai.bazon@gmail.com> + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist new file mode 100644 index 0000000..05ed9ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist new file mode 100644 index 0000000..6a65a66 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist @@ -0,0 +1,35 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2013 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist new file mode 100644 index 0000000..1398214 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist @@ -0,0 +1,45 @@ + + + + + PreferenceSpecifiers + + + FooterText + BSD License + +Copyright (c) 2014, Naitik Shah. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name Naitik Shah nor the names of its contributors may be used to + endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist new file mode 100644 index 0000000..8c737fe --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist new file mode 100644 index 0000000..0f979ab --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist new file mode 100644 index 0000000..981cb51 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist new file mode 100644 index 0000000..33e092a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist new file mode 100644 index 0000000..8751691 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Matteo Collina and Undici contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist new file mode 100644 index 0000000..5c3538c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist @@ -0,0 +1,39 @@ + + + + + PreferenceSpecifiers + + + FooterText + (The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist new file mode 100644 index 0000000..79b98e7 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright 2022 Andrey Sitnik <andrey@sitnik.ru> and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist new file mode 100644 index 0000000..0acc890 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2023 Satyajit Sahoo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist new file mode 100644 index 0000000..171baa1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist new file mode 100644 index 0000000..6b5580c --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013-2017 Jared Hanson + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist new file mode 100644 index 0000000..8f8a959 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2010-2016 Robert Kieffer and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist new file mode 100644 index 0000000..58142e9 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist @@ -0,0 +1,24 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2017 [these people](https://github.com/Rich-Harris/vlq/graphs/contributors) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist new file mode 100644 index 0000000..0b10988 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist @@ -0,0 +1,30 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2013 Naitik Shah + +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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist new file mode 100644 index 0000000..cfea9a8 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) 2022 Satyajit Sahoo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist new file mode 100644 index 0000000..6917ad1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist @@ -0,0 +1,37 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2014-2023 GitHub, Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist new file mode 100644 index 0000000..d5ba21d --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist @@ -0,0 +1,23 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist new file mode 100644 index 0000000..df29684 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist new file mode 100644 index 0000000..df29684 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist new file mode 100644 index 0000000..b8fcbc1 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist @@ -0,0 +1,219 @@ + + + + + PreferenceSpecifiers + + + FooterText + + 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 [yyyy] [name of copyright owner] + + 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. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist new file mode 100644 index 0000000..8ac5b41 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist @@ -0,0 +1,36 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright 2010, 2011, 2012, 2013. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist new file mode 100644 index 0000000..d1e442b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013 Ozgur Ozcitak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist new file mode 100644 index 0000000..d1e442b --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + The MIT License (MIT) + +Copyright (c) 2013 Ozgur Ozcitak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist new file mode 100644 index 0000000..77386ac --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist @@ -0,0 +1,30 @@ + + + + + PreferenceSpecifiers + + + FooterText + Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist new file mode 100644 index 0000000..0442351 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist @@ -0,0 +1,32 @@ + + + + + PreferenceSpecifiers + + + FooterText + The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist new file mode 100644 index 0000000..05ed9ce --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist @@ -0,0 +1,17 @@ + + + + + PreferenceSpecifiers + + + FooterText + ISC + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist new file mode 100644 index 0000000..917762a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist new file mode 100644 index 0000000..917762a --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist @@ -0,0 +1,38 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist new file mode 100644 index 0000000..bba2b54 --- /dev/null +++ b/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist @@ -0,0 +1,26 @@ + + + + + PreferenceSpecifiers + + + FooterText + MIT License + +Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + unknown + Type + PSGroupSpecifier + + + + diff --git a/ios/license_plist.yml b/ios/license_plist.yml new file mode 100644 index 0000000..a879e0a --- /dev/null +++ b/ios/license_plist.yml @@ -0,0 +1,2018 @@ +# BEGIN Generated NPM license entries +rename: + "@react-native-vector-icons_material-design-icons@12.3.0": '@react-native-vector-icons/material-design-icons' + "@react-native-vector-icons_common@12.3.0": '@react-native-vector-icons/common' + "find-up@7.0.0": find-up + "locate-path@6.0.0": locate-path + "p-locate@5.0.0": p-locate + "p-limit@3.1.0": p-limit + "yocto-queue@0.1.0": yocto-queue + "path-exists@4.0.0": path-exists + "unicorn-magic@0.1.0": unicorn-magic + "picocolors@1.1.1": picocolors + "plist@3.1.0": plist + "@xmldom_xmldom@0.8.11": '@xmldom/xmldom' + "base64-js@1.5.1": base64-js + "xmlbuilder@15.1.1": xmlbuilder + "@react-native-vector-icons_material-icons@12.3.0": '@react-native-vector-icons/material-icons' + "@react-native_new-app-screen@0.80.1": '@react-native/new-app-screen' + "@react-navigation_bottom-tabs@7.4.9": '@react-navigation/bottom-tabs' + "@react-navigation_elements@2.6.5": '@react-navigation/elements' + "color@4.2.3": color + "color-convert@2.0.1": color-convert + "color-name@1.1.4": color-name + "color-string@1.9.1": color-string + "simple-swizzle@0.2.4": simple-swizzle + "is-arrayish@0.3.4": is-arrayish + "use-latest-callback@0.2.6": use-latest-callback + "use-sync-external-store@1.6.0": use-sync-external-store + "@react-navigation_native@7.1.18": '@react-navigation/native' + "@react-navigation_core@7.12.4": '@react-navigation/core' + "@react-navigation_routers@7.5.1": '@react-navigation/routers' + "nanoid@3.3.11": nanoid + "escape-string-regexp@4.0.0": escape-string-regexp + "query-string@7.1.3": query-string + "decode-uri-component@0.2.2": decode-uri-component + "filter-obj@1.1.0": filter-obj + "split-on-first@1.1.0": split-on-first + "strict-uri-encode@2.0.0": strict-uri-encode + "react-is@19.2.0": react-is + "fast-deep-equal@3.1.3": fast-deep-equal + "@react-navigation_native-stack@7.3.28": '@react-navigation/native-stack' + "warn-once@0.1.1": warn-once + "array-equal@2.0.0": array-equal + "axios@1.13.2": axios + "follow-redirects@1.15.11": follow-redirects + "form-data@4.0.5": form-data + "asynckit@0.4.0": asynckit + "combined-stream@1.0.8": combined-stream + "delayed-stream@1.0.0": delayed-stream + "es-set-tostringtag@2.1.0": es-set-tostringtag + "es-errors@1.3.0": es-errors + "get-intrinsic@1.3.0": get-intrinsic + "call-bind-apply-helpers@1.0.2": call-bind-apply-helpers + "function-bind@1.1.2": function-bind + "es-define-property@1.0.1": es-define-property + "es-object-atoms@1.1.1": es-object-atoms + "get-proto@1.0.1": get-proto + "dunder-proto@1.0.1": dunder-proto + "gopd@1.2.0": gopd + "has-symbols@1.1.0": has-symbols + "hasown@2.0.2": hasown + "math-intrinsics@1.1.0": math-intrinsics + "has-tostringtag@1.0.2": has-tostringtag + "mime-types@2.1.35": mime-types + "mime-db@1.52.0": mime-db + "proxy-from-env@1.1.0": proxy-from-env + "jwt-decode@4.0.0": jwt-decode + "react@19.1.0": react + "react-native@0.80.1": react-native + "@jest_create-cache-key-function@29.7.0": '@jest/create-cache-key-function' + "@jest_types@29.6.3": '@jest/types' + "@jest_schemas@29.6.3": '@jest/schemas' + "@sinclair_typebox@0.27.8": '@sinclair/typebox' + "@types_istanbul-lib-coverage@2.0.6": '@types/istanbul-lib-coverage' + "@types_istanbul-reports@3.0.4": '@types/istanbul-reports' + "@types_istanbul-lib-report@3.0.3": '@types/istanbul-lib-report' + "@types_node@22.19.1": '@types/node' + "undici-types@6.21.0": undici-types + "@types_yargs@17.0.33": '@types/yargs' + "@types_yargs-parser@21.0.3": '@types/yargs-parser' + "chalk@4.1.2": chalk + "ansi-styles@4.3.0": ansi-styles + "supports-color@7.2.0": supports-color + "has-flag@4.0.0": has-flag + "@react-native_assets-registry@0.80.1": '@react-native/assets-registry' + "@react-native_codegen@0.80.1": '@react-native/codegen' + "glob@7.2.3": glob + "fs.realpath@1.0.0": fs.realpath + "inflight@1.0.6": inflight + "once@1.4.0": once + "wrappy@1.0.2": wrappy + "inherits@2.0.4": inherits + "minimatch@3.1.2": minimatch + "brace-expansion@1.1.12": brace-expansion + "balanced-match@1.0.2": balanced-match + "concat-map@0.0.1": concat-map + "path-is-absolute@1.0.1": path-is-absolute + "hermes-parser@0.28.1": hermes-parser + "hermes-estree@0.28.1": hermes-estree + "invariant@2.2.4": invariant + "loose-envify@1.4.0": loose-envify + "js-tokens@4.0.0": js-tokens + "nullthrows@1.1.1": nullthrows + "yargs@17.7.2": yargs + "cliui@8.0.1": cliui + "string-width@4.2.3": string-width + "emoji-regex@8.0.0": emoji-regex + "is-fullwidth-code-point@3.0.0": is-fullwidth-code-point + "strip-ansi@6.0.1": strip-ansi + "ansi-regex@5.0.1": ansi-regex + "wrap-ansi@7.0.0": wrap-ansi + "escalade@3.2.0": escalade + "get-caller-file@2.0.5": get-caller-file + "require-directory@2.1.1": require-directory + "y18n@5.0.8": y18n + "yargs-parser@21.1.1": yargs-parser + "@react-native_community-cli-plugin@0.80.1": '@react-native/community-cli-plugin' + "@react-native_dev-middleware@0.80.1": '@react-native/dev-middleware' + "@isaacs_ttlcache@1.4.1": '@isaacs/ttlcache' + "@react-native_debugger-frontend@0.80.1": '@react-native/debugger-frontend' + "chrome-launcher@0.15.2": chrome-launcher + "is-wsl@2.2.0": is-wsl + "is-docker@2.2.1": is-docker + "lighthouse-logger@1.4.2": lighthouse-logger + "debug@2.6.9": debug + "ms@2.0.0": ms + "marky@1.3.0": marky + "chromium-edge-launcher@0.2.0": chromium-edge-launcher + "mkdirp@1.0.4": mkdirp + "rimraf@3.0.2": rimraf + "connect@3.7.0": connect + "finalhandler@1.1.2": finalhandler + "encodeurl@1.0.2": encodeurl + "escape-html@1.0.3": escape-html + "on-finished@2.3.0": on-finished + "ee-first@1.1.1": ee-first + "parseurl@1.3.3": parseurl + "statuses@1.5.0": statuses + "unpipe@1.0.0": unpipe + "utils-merge@1.0.1": utils-merge + "debug@4.4.3": debug + "ms@2.1.3": ms + "open@7.4.2": open + "serve-static@1.16.2": serve-static + "encodeurl@2.0.0": encodeurl + "send@0.19.0": send + "depd@2.0.0": depd + "destroy@1.2.0": destroy + "etag@1.8.1": etag + "fresh@0.5.2": fresh + "http-errors@2.0.0": http-errors + "setprototypeof@1.2.0": setprototypeof + "statuses@2.0.1": statuses + "toidentifier@1.0.1": toidentifier + "mime@1.6.0": mime + "on-finished@2.4.1": on-finished + "range-parser@1.2.1": range-parser + "ws@6.2.3": ws + "async-limiter@1.0.1": async-limiter + "metro@0.82.5": metro + "@babel_code-frame@7.27.1": '@babel/code-frame' + "@babel_helper-validator-identifier@7.27.1": '@babel/helper-validator-identifier' + "@babel_core@7.28.4": '@babel/core' + "@babel_generator@7.28.3": '@babel/generator' + "@babel_parser@7.28.4": '@babel/parser' + "@babel_types@7.28.4": '@babel/types' + "@babel_helper-string-parser@7.27.1": '@babel/helper-string-parser' + "@jridgewell_gen-mapping@0.3.13": '@jridgewell/gen-mapping' + "@jridgewell_sourcemap-codec@1.5.5": '@jridgewell/sourcemap-codec' + "@jridgewell_trace-mapping@0.3.31": '@jridgewell/trace-mapping' + "@jridgewell_resolve-uri@3.1.2": '@jridgewell/resolve-uri' + "jsesc@3.1.0": jsesc + "@babel_helper-compilation-targets@7.27.2": '@babel/helper-compilation-targets' + "@babel_compat-data@7.28.4": '@babel/compat-data' + "@babel_helper-validator-option@7.27.1": '@babel/helper-validator-option' + "browserslist@4.26.3": browserslist + "baseline-browser-mapping@2.8.18": baseline-browser-mapping + "caniuse-lite@1.0.30001751": caniuse-lite + "electron-to-chromium@1.5.237": electron-to-chromium + "node-releases@2.0.25": node-releases + "update-browserslist-db@1.1.3": update-browserslist-db + "lru-cache@5.1.1": lru-cache + "yallist@3.1.1": yallist + "semver@6.3.1": semver + "@babel_helper-module-transforms@7.28.3": '@babel/helper-module-transforms' + "@babel_helper-module-imports@7.27.1": '@babel/helper-module-imports' + "@babel_traverse@7.28.4": '@babel/traverse' + "@babel_helper-globals@7.28.0": '@babel/helper-globals' + "@babel_template@7.27.2": '@babel/template' + "@babel_helpers@7.28.4": '@babel/helpers' + "@jridgewell_remapping@2.3.5": '@jridgewell/remapping' + "convert-source-map@2.0.0": convert-source-map + "gensync@1.0.0-beta.2": gensync + "json5@2.2.3": json5 + "accepts@1.3.8": accepts + "negotiator@0.6.3": negotiator + "ci-info@2.0.0": ci-info + "error-stack-parser@2.1.4": error-stack-parser + "stackframe@1.3.4": stackframe + "flow-enums-runtime@0.0.6": flow-enums-runtime + "graceful-fs@4.2.11": graceful-fs + "hermes-parser@0.29.1": hermes-parser + "hermes-estree@0.29.1": hermes-estree + "image-size@1.2.1": image-size + "queue@6.0.2": queue + "jest-worker@29.7.0": jest-worker + "jest-util@29.7.0": jest-util + "ci-info@3.9.0": ci-info + "picomatch@2.3.1": picomatch + "merge-stream@2.0.0": merge-stream + "supports-color@8.1.1": supports-color + "jsc-safe-url@0.2.4": jsc-safe-url + "lodash.throttle@4.1.1": lodash.throttle + "metro-babel-transformer@0.82.5": metro-babel-transformer + "metro-cache@0.82.5": metro-cache + "exponential-backoff@3.1.3": exponential-backoff + "https-proxy-agent@7.0.6": https-proxy-agent + "agent-base@7.1.4": agent-base + "metro-core@0.82.5": metro-core + "metro-resolver@0.82.5": metro-resolver + "metro-cache-key@0.82.5": metro-cache-key + "metro-config@0.82.5": metro-config + "cosmiconfig@5.2.1": cosmiconfig + "import-fresh@2.0.0": import-fresh + "caller-path@2.0.0": caller-path + "caller-callsite@2.0.0": caller-callsite + "callsites@2.0.0": callsites + "resolve-from@3.0.0": resolve-from + "is-directory@0.3.1": is-directory + "js-yaml@3.14.2": js-yaml + "argparse@1.0.10": argparse + "sprintf-js@1.0.3": sprintf-js + "esprima@4.0.1": esprima + "parse-json@4.0.0": parse-json + "error-ex@1.3.4": error-ex + "is-arrayish@0.2.1": is-arrayish + "json-parse-better-errors@1.0.2": json-parse-better-errors + "jest-validate@29.7.0": jest-validate + "camelcase@6.3.0": camelcase + "jest-get-type@29.6.3": jest-get-type + "leven@3.1.0": leven + "pretty-format@29.7.0": pretty-format + "ansi-styles@5.2.0": ansi-styles + "react-is@18.3.1": react-is + "metro-file-map@0.82.5": metro-file-map + "fb-watchman@2.0.2": fb-watchman + "bser@2.1.1": bser + "node-int64@0.4.0": node-int64 + "micromatch@4.0.8": micromatch + "braces@3.0.3": braces + "fill-range@7.1.1": fill-range + "to-regex-range@5.0.1": to-regex-range + "is-number@7.0.0": is-number + "walker@1.0.8": walker + "makeerror@1.0.12": makeerror + "tmpl@1.0.5": tmpl + "metro-runtime@0.82.5": metro-runtime + "@babel_runtime@7.28.4": '@babel/runtime' + "metro-source-map@0.82.5": metro-source-map + "@babel_traverse--for-generate-function-map@7.28.4": '@babel/traverse--for-generate-function-map' + "metro-symbolicate@0.82.5": metro-symbolicate + "source-map@0.5.7": source-map + "vlq@1.0.1": vlq + "ob1@0.82.5": ob1 + "metro-transform-plugins@0.82.5": metro-transform-plugins + "metro-transform-worker@0.82.5": metro-transform-worker + "metro-minify-terser@0.82.5": metro-minify-terser + "terser@5.44.0": terser + "@jridgewell_source-map@0.3.11": '@jridgewell/source-map' + "acorn@8.15.0": acorn + "commander@2.20.3": commander + "source-map-support@0.5.21": source-map-support + "buffer-from@1.1.2": buffer-from + "source-map@0.6.1": source-map + "serialize-error@2.1.0": serialize-error + "throat@5.0.0": throat + "ws@7.5.10": ws + "semver@7.7.3": semver + "@react-native_gradle-plugin@0.80.1": '@react-native/gradle-plugin' + "@react-native_js-polyfills@0.80.1": '@react-native/js-polyfills' + "@react-native_normalize-colors@0.80.1": '@react-native/normalize-colors' + "@react-native_virtualized-lists@0.80.1": '@react-native/virtualized-lists' + "abort-controller@3.0.0": abort-controller + "event-target-shim@5.0.1": event-target-shim + "anser@1.4.10": anser + "babel-jest@29.7.0": babel-jest + "@jest_transform@29.7.0": '@jest/transform' + "babel-plugin-istanbul@6.1.1": babel-plugin-istanbul + "@babel_helper-plugin-utils@7.27.1": '@babel/helper-plugin-utils' + "@istanbuljs_load-nyc-config@1.1.0": '@istanbuljs/load-nyc-config' + "camelcase@5.3.1": camelcase + "find-up@4.1.0": find-up + "locate-path@5.0.0": locate-path + "p-locate@4.1.0": p-locate + "p-limit@2.3.0": p-limit + "p-try@2.2.0": p-try + "get-package-type@0.1.0": get-package-type + "resolve-from@5.0.0": resolve-from + "@istanbuljs_schema@0.1.3": '@istanbuljs/schema' + "istanbul-lib-instrument@5.2.1": istanbul-lib-instrument + "istanbul-lib-coverage@3.2.2": istanbul-lib-coverage + "test-exclude@6.0.0": test-exclude + "fast-json-stable-stringify@2.1.0": fast-json-stable-stringify + "jest-haste-map@29.7.0": jest-haste-map + "@types_graceful-fs@4.1.9": '@types/graceful-fs' + "anymatch@3.1.3": anymatch + "normalize-path@3.0.0": normalize-path + "jest-regex-util@29.6.3": jest-regex-util + "fsevents@2.3.3": fsevents + "pirates@4.0.7": pirates + "slash@3.0.0": slash + "write-file-atomic@4.0.2": write-file-atomic + "imurmurhash@0.1.4": imurmurhash + "signal-exit@3.0.7": signal-exit + "@types_babel__core@7.20.5": '@types/babel__core' + "@types_babel__generator@7.27.0": '@types/babel__generator' + "@types_babel__template@7.4.4": '@types/babel__template' + "@types_babel__traverse@7.28.0": '@types/babel__traverse' + "babel-preset-jest@29.6.3": babel-preset-jest + "babel-plugin-jest-hoist@29.6.3": babel-plugin-jest-hoist + "babel-preset-current-node-syntax@1.2.0": babel-preset-current-node-syntax + "@babel_plugin-syntax-async-generators@7.8.4": '@babel/plugin-syntax-async-generators' + "@babel_plugin-syntax-bigint@7.8.3": '@babel/plugin-syntax-bigint' + "@babel_plugin-syntax-class-properties@7.12.13": '@babel/plugin-syntax-class-properties' + "@babel_plugin-syntax-class-static-block@7.14.5": '@babel/plugin-syntax-class-static-block' + "@babel_plugin-syntax-import-attributes@7.27.1": '@babel/plugin-syntax-import-attributes' + "@babel_plugin-syntax-import-meta@7.10.4": '@babel/plugin-syntax-import-meta' + "@babel_plugin-syntax-json-strings@7.8.3": '@babel/plugin-syntax-json-strings' + "@babel_plugin-syntax-logical-assignment-operators@7.10.4": '@babel/plugin-syntax-logical-assignment-operators' + "@babel_plugin-syntax-nullish-coalescing-operator@7.8.3": '@babel/plugin-syntax-nullish-coalescing-operator' + "@babel_plugin-syntax-numeric-separator@7.10.4": '@babel/plugin-syntax-numeric-separator' + "@babel_plugin-syntax-object-rest-spread@7.8.3": '@babel/plugin-syntax-object-rest-spread' + "@babel_plugin-syntax-optional-catch-binding@7.8.3": '@babel/plugin-syntax-optional-catch-binding' + "@babel_plugin-syntax-optional-chaining@7.8.3": '@babel/plugin-syntax-optional-chaining' + "@babel_plugin-syntax-private-property-in-object@7.14.5": '@babel/plugin-syntax-private-property-in-object' + "@babel_plugin-syntax-top-level-await@7.14.5": '@babel/plugin-syntax-top-level-await' + "babel-plugin-syntax-hermes-parser@0.28.1": babel-plugin-syntax-hermes-parser + "commander@12.1.0": commander + "jest-environment-node@29.7.0": jest-environment-node + "@jest_environment@29.7.0": '@jest/environment' + "@jest_fake-timers@29.7.0": '@jest/fake-timers' + "@sinonjs_fake-timers@10.3.0": '@sinonjs/fake-timers' + "@sinonjs_commons@3.0.1": '@sinonjs/commons' + "type-detect@4.0.8": type-detect + "jest-message-util@29.7.0": jest-message-util + "@types_stack-utils@2.0.3": '@types/stack-utils' + "stack-utils@2.0.6": stack-utils + "escape-string-regexp@2.0.0": escape-string-regexp + "jest-mock@29.7.0": jest-mock + "memoize-one@5.2.1": memoize-one + "promise@8.3.0": promise + "asap@2.0.6": asap + "react-devtools-core@6.1.5": react-devtools-core + "shell-quote@1.8.3": shell-quote + "react-refresh@0.14.2": react-refresh + "regenerator-runtime@0.13.11": regenerator-runtime + "scheduler@0.26.0": scheduler + "stacktrace-parser@0.1.11": stacktrace-parser + "type-fest@0.7.1": type-fest + "whatwg-fetch@3.6.20": whatwg-fetch + "react-native-app-auth@8.1.0": react-native-app-auth + "react-native-base64@0.0.2": react-native-base64 + "react-native-inappbrowser-reborn@3.7.0": react-native-inappbrowser-reborn + "opencollective-postinstall@2.0.3": opencollective-postinstall + "react-native-keychain@10.0.0": react-native-keychain + "react-native-legal@1.6.0": react-native-legal + "@callstack_licenses@0.3.0": '@callstack/licenses' + "xcode@3.0.1": xcode + "simple-plist@1.3.1": simple-plist + "bplist-creator@0.1.0": bplist-creator + "stream-buffers@2.2.0": stream-buffers + "bplist-parser@0.3.1": bplist-parser + "big-integer@1.6.52": big-integer + "uuid@7.0.3": uuid + "xml2js@0.6.2": xml2js + "sax@1.4.4": sax + "xmlbuilder@11.0.1": xmlbuilder + "react-native-nfc-manager@3.17.1": react-native-nfc-manager + "react-native-paper@5.14.5": react-native-paper + "@callstack_react-theme-provider@3.0.9": '@callstack/react-theme-provider' + "deepmerge@3.3.0": deepmerge + "hoist-non-react-statics@3.3.2": hoist-non-react-statics + "react-is@16.13.1": react-is + "color@3.2.1": color + "color-convert@1.9.3": color-convert + "color-name@1.1.3": color-name + "react-native-safe-area-context@5.6.1": react-native-safe-area-context + "react-native-screens@4.17.1": react-native-screens + "react-freeze@1.0.4": react-freeze + "react-native-svg@15.14.0": react-native-svg + "css-select@5.2.2": css-select + "boolbase@1.0.0": boolbase + "css-what@6.2.2": css-what + "domhandler@5.0.3": domhandler + "domelementtype@2.3.0": domelementtype + "domutils@3.2.2": domutils + "dom-serializer@2.0.0": dom-serializer + "entities@4.5.0": entities + "nth-check@2.1.1": nth-check + "css-tree@1.1.3": css-tree + "mdn-data@2.0.14": mdn-data + "react-native-vector-icons@10.3.0": react-native-vector-icons + "prop-types@15.8.1": prop-types + "object-assign@4.1.1": object-assign + "yargs@16.2.0": yargs +manual: + - name: '@react-native-vector-icons_material-design-icons@12.3.0' + version: '12.3.0' + source: https://github.com/oblador/react-native-vector-icons + file: '../node_modules/@react-native-vector-icons/material-design-icons/LICENSE' + - name: '@react-native-vector-icons_common@12.3.0' + version: '12.3.0' + source: https://github.com/oblador/react-native-vector-icons + file: '../node_modules/@react-native-vector-icons/common/LICENSE' + - name: find-up@7.0.0 + version: '7.0.0' + source: sindresorhus/find-up + file: '../node_modules/@react-native-vector-icons/common/node_modules/find-up/license' + - name: locate-path@6.0.0 + version: '6.0.0' + source: sindresorhus/locate-path + file: '../node_modules/locate-path/license' + - name: p-locate@5.0.0 + version: '5.0.0' + source: sindresorhus/p-locate + file: '../node_modules/p-locate/license' + - name: p-limit@3.1.0 + version: '3.1.0' + source: sindresorhus/p-limit + file: '../node_modules/p-limit/license' + - name: yocto-queue@0.1.0 + version: '0.1.0' + source: sindresorhus/yocto-queue + file: '../node_modules/yocto-queue/license' + - name: path-exists@4.0.0 + version: '4.0.0' + source: sindresorhus/path-exists + file: '../node_modules/path-exists/license' + - name: unicorn-magic@0.1.0 + version: '0.1.0' + source: sindresorhus/unicorn-magic + file: '../node_modules/unicorn-magic/license' + - name: picocolors@1.1.1 + version: '1.1.1' + source: alexeyraspopov/picocolors + file: '../node_modules/picocolors/LICENSE' + - name: plist@3.1.0 + version: '3.1.0' + source: https://github.com/TooTallNate/node-plist + file: '../node_modules/plist/LICENSE' + - name: '@xmldom_xmldom@0.8.11' + version: '0.8.11' + source: https://github.com/xmldom/xmldom + file: '../node_modules/@xmldom/xmldom/LICENSE' + - name: base64-js@1.5.1 + version: '1.5.1' + source: https://github.com/beatgammit/base64-js + file: '../node_modules/base64-js/LICENSE' + - name: xmlbuilder@15.1.1 + version: '15.1.1' + source: https://github.com/oozcitak/xmlbuilder-js + file: '../node_modules/xmlbuilder/LICENSE' + - name: '@react-native-vector-icons_material-icons@12.3.0' + version: '12.3.0' + source: https://github.com/oblador/react-native-vector-icons + file: '../node_modules/@react-native-vector-icons/material-icons/LICENSE' + - name: '@react-native_new-app-screen@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-navigation_bottom-tabs@7.4.9' + version: '7.4.9' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/bottom-tabs/LICENSE' + - name: '@react-navigation_elements@2.6.5' + version: '2.6.5' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/elements/LICENSE' + - name: color@4.2.3 + version: '4.2.3' + source: Qix-/color + file: '../node_modules/color/LICENSE' + - name: color-convert@2.0.1 + version: '2.0.1' + source: Qix-/color-convert + file: '../node_modules/color-convert/LICENSE' + - name: color-name@1.1.4 + version: '1.1.4' + source: https://github.com/colorjs/color-name + file: '../node_modules/color-name/LICENSE' + - name: color-string@1.9.1 + version: '1.9.1' + source: Qix-/color-string + file: '../node_modules/color-string/LICENSE' + - name: simple-swizzle@0.2.4 + version: '0.2.4' + source: qix-/node-simple-swizzle + file: '../node_modules/simple-swizzle/LICENSE' + - name: is-arrayish@0.3.4 + version: '0.3.4' + source: https://github.com/qix-/node-is-arrayish + file: '../node_modules/simple-swizzle/node_modules/is-arrayish/LICENSE' + - name: use-latest-callback@0.2.6 + version: '0.2.6' + source: https://github.com/satya164/use-latest-callback + file: '../node_modules/use-latest-callback/LICENSE' + - name: use-sync-external-store@1.6.0 + version: '1.6.0' + source: https://github.com/facebook/react + file: '../node_modules/use-sync-external-store/LICENSE' + - name: '@react-navigation_native@7.1.18' + version: '7.1.18' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/native/LICENSE' + - name: '@react-navigation_core@7.12.4' + version: '7.12.4' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/core/LICENSE' + - name: '@react-navigation_routers@7.5.1' + version: '7.5.1' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/routers/LICENSE' + - name: nanoid@3.3.11 + version: '3.3.11' + source: ai/nanoid + file: '../node_modules/nanoid/LICENSE' + - name: escape-string-regexp@4.0.0 + version: '4.0.0' + source: sindresorhus/escape-string-regexp + file: '../node_modules/escape-string-regexp/license' + - name: query-string@7.1.3 + version: '7.1.3' + source: sindresorhus/query-string + file: '../node_modules/query-string/license' + - name: decode-uri-component@0.2.2 + version: '0.2.2' + source: SamVerschueren/decode-uri-component + file: '../node_modules/decode-uri-component/license' + - name: filter-obj@1.1.0 + version: '1.1.0' + source: sindresorhus/filter-obj + file: '../node_modules/filter-obj/license' + - name: split-on-first@1.1.0 + version: '1.1.0' + source: sindresorhus/split-on-first + file: '../node_modules/split-on-first/license' + - name: strict-uri-encode@2.0.0 + version: '2.0.0' + source: kevva/strict-uri-encode + file: '../node_modules/strict-uri-encode/license' + - name: react-is@19.2.0 + version: '19.2.0' + source: https://github.com/facebook/react + file: '../node_modules/react-is/LICENSE' + - name: fast-deep-equal@3.1.3 + version: '3.1.3' + source: https://github.com/epoberezkin/fast-deep-equal + file: '../node_modules/fast-deep-equal/LICENSE' + - name: '@react-navigation_native-stack@7.3.28' + version: '7.3.28' + source: https://github.com/react-navigation/react-navigation + file: '../node_modules/@react-navigation/native-stack/LICENSE' + - name: warn-once@0.1.1 + version: '0.1.1' + source: https://github.com/satya164/warn-once + file: '../node_modules/warn-once/LICENSE' + - name: array-equal@2.0.0 + version: '2.0.0' + source: sindresorhus/array-equal + file: '../node_modules/array-equal/license' + - name: axios@1.13.2 + version: '1.13.2' + source: https://github.com/axios/axios + file: '../node_modules/axios/LICENSE' + - name: follow-redirects@1.15.11 + version: '1.15.11' + source: https://github.com/follow-redirects/follow-redirects + file: '../node_modules/follow-redirects/LICENSE' + - name: form-data@4.0.5 + version: '4.0.5' + source: https://github.com/form-data/form-data + file: '../node_modules/form-data/License' + - name: asynckit@0.4.0 + version: '0.4.0' + source: https://github.com/alexindigo/asynckit + file: '../node_modules/asynckit/LICENSE' + - name: combined-stream@1.0.8 + version: '1.0.8' + source: https://github.com/felixge/node-combined-stream + file: '../node_modules/combined-stream/License' + - name: delayed-stream@1.0.0 + version: '1.0.0' + source: https://github.com/felixge/node-delayed-stream + file: '../node_modules/delayed-stream/License' + - name: es-set-tostringtag@2.1.0 + version: '2.1.0' + source: https://github.com/es-shims/es-set-tostringtag + file: '../node_modules/es-set-tostringtag/LICENSE' + - name: es-errors@1.3.0 + version: '1.3.0' + source: https://github.com/ljharb/es-errors + file: '../node_modules/es-errors/LICENSE' + - name: get-intrinsic@1.3.0 + version: '1.3.0' + source: https://github.com/ljharb/get-intrinsic + file: '../node_modules/get-intrinsic/LICENSE' + - name: call-bind-apply-helpers@1.0.2 + version: '1.0.2' + source: https://github.com/ljharb/call-bind-apply-helpers + file: '../node_modules/call-bind-apply-helpers/LICENSE' + - name: function-bind@1.1.2 + version: '1.1.2' + source: https://github.com/Raynos/function-bind + file: '../node_modules/function-bind/LICENSE' + - name: es-define-property@1.0.1 + version: '1.0.1' + source: https://github.com/ljharb/es-define-property + file: '../node_modules/es-define-property/LICENSE' + - name: es-object-atoms@1.1.1 + version: '1.1.1' + source: https://github.com/ljharb/es-object-atoms + file: '../node_modules/es-object-atoms/LICENSE' + - name: get-proto@1.0.1 + version: '1.0.1' + source: https://github.com/ljharb/get-proto + file: '../node_modules/get-proto/LICENSE' + - name: dunder-proto@1.0.1 + version: '1.0.1' + source: https://github.com/es-shims/dunder-proto + file: '../node_modules/dunder-proto/LICENSE' + - name: gopd@1.2.0 + version: '1.2.0' + source: https://github.com/ljharb/gopd + file: '../node_modules/gopd/LICENSE' + - name: has-symbols@1.1.0 + version: '1.1.0' + source: https://github.com/inspect-js/has-symbols + file: '../node_modules/has-symbols/LICENSE' + - name: hasown@2.0.2 + version: '2.0.2' + source: https://github.com/inspect-js/hasOwn + file: '../node_modules/hasown/LICENSE' + - name: math-intrinsics@1.1.0 + version: '1.1.0' + source: https://github.com/es-shims/math-intrinsics + file: '../node_modules/math-intrinsics/LICENSE' + - name: has-tostringtag@1.0.2 + version: '1.0.2' + source: https://github.com/inspect-js/has-tostringtag + file: '../node_modules/has-tostringtag/LICENSE' + - name: mime-types@2.1.35 + version: '2.1.35' + source: jshttp/mime-types + file: '../node_modules/mime-types/LICENSE' + - name: mime-db@1.52.0 + version: '1.52.0' + source: jshttp/mime-db + file: '../node_modules/mime-types/node_modules/mime-db/LICENSE' + - name: proxy-from-env@1.1.0 + version: '1.1.0' + source: https://github.com/Rob--W/proxy-from-env + file: '../node_modules/proxy-from-env/LICENSE' + - name: jwt-decode@4.0.0 + version: '4.0.0' + source: https://github.com/auth0/jwt-decode + file: '../node_modules/jwt-decode/LICENSE' + - name: react@19.1.0 + version: '19.1.0' + source: https://github.com/facebook/react + file: '../node_modules/react/LICENSE' + - name: react-native@0.80.1 + version: '0.80.1' + source: https://github.com/facebook/react-native + file: '../node_modules/react-native/LICENSE' + - name: '@jest_create-cache-key-function@29.7.0' + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/create-cache-key-function/LICENSE' + - name: '@jest_types@29.6.3' + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/types/LICENSE' + - name: '@jest_schemas@29.6.3' + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/schemas/LICENSE' + - name: '@sinclair_typebox@0.27.8' + version: '0.27.8' + source: https://github.com/sinclairzx81/typebox + file: '../node_modules/@sinclair/typebox/license' + - name: '@types_istanbul-lib-coverage@2.0.6' + version: '2.0.6' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/istanbul-lib-coverage/LICENSE' + - name: '@types_istanbul-reports@3.0.4' + version: '3.0.4' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/istanbul-reports/LICENSE' + - name: '@types_istanbul-lib-report@3.0.3' + version: '3.0.3' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/istanbul-lib-report/LICENSE' + - name: '@types_node@22.19.1' + version: '22.19.1' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/node/LICENSE' + - name: undici-types@6.21.0 + version: '6.21.0' + source: https://github.com/nodejs/undici + file: '../node_modules/undici-types/LICENSE' + - name: '@types_yargs@17.0.33' + version: '17.0.33' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/yargs/LICENSE' + - name: '@types_yargs-parser@21.0.3' + version: '21.0.3' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/yargs-parser/LICENSE' + - name: chalk@4.1.2 + version: '4.1.2' + source: chalk/chalk + file: '../node_modules/chalk/license' + - name: ansi-styles@4.3.0 + version: '4.3.0' + source: chalk/ansi-styles + file: '../node_modules/ansi-styles/license' + - name: supports-color@7.2.0 + version: '7.2.0' + source: chalk/supports-color + file: '../node_modules/supports-color/license' + - name: has-flag@4.0.0 + version: '4.0.0' + source: sindresorhus/has-flag + file: '../node_modules/has-flag/license' + - name: '@react-native_assets-registry@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-native_codegen@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: glob@7.2.3 + version: '7.2.3' + source: https://github.com/isaacs/node-glob + file: '../node_modules/glob/LICENSE' + - name: fs.realpath@1.0.0 + version: '1.0.0' + source: https://github.com/isaacs/fs.realpath + file: '../node_modules/fs.realpath/LICENSE' + - name: inflight@1.0.6 + version: '1.0.6' + source: https://github.com/npm/inflight + file: '../node_modules/inflight/LICENSE' + - name: once@1.4.0 + version: '1.4.0' + source: https://github.com/isaacs/once + file: '../node_modules/once/LICENSE' + - name: wrappy@1.0.2 + version: '1.0.2' + source: https://github.com/npm/wrappy + file: '../node_modules/wrappy/LICENSE' + - name: inherits@2.0.4 + version: '2.0.4' + source: https://github.com/isaacs/inherits + file: '../node_modules/inherits/LICENSE' + - name: minimatch@3.1.2 + version: '3.1.2' + source: https://github.com/isaacs/minimatch + file: '../node_modules/glob/node_modules/minimatch/LICENSE' + - name: brace-expansion@1.1.12 + version: '1.1.12' + source: https://github.com/juliangruber/brace-expansion + file: '../node_modules/glob/node_modules/brace-expansion/LICENSE' + - name: balanced-match@1.0.2 + version: '1.0.2' + source: https://github.com/juliangruber/balanced-match + file: '../node_modules/balanced-match/LICENSE.md' + - name: concat-map@0.0.1 + version: '0.0.1' + source: https://github.com/substack/node-concat-map + file: '../node_modules/concat-map/LICENSE' + - name: path-is-absolute@1.0.1 + version: '1.0.1' + source: sindresorhus/path-is-absolute + file: '../node_modules/path-is-absolute/license' + - name: hermes-parser@0.28.1 + version: '0.28.1' + source: https://github.com/facebook/hermes + file: '../node_modules/hermes-parser/LICENSE' + - name: hermes-estree@0.28.1 + version: '0.28.1' + source: https://github.com/facebook/hermes + file: '../node_modules/hermes-estree/LICENSE' + - name: invariant@2.2.4 + version: '2.2.4' + source: https://github.com/zertosh/invariant + file: '../node_modules/invariant/LICENSE' + - name: loose-envify@1.4.0 + version: '1.4.0' + source: https://github.com/zertosh/loose-envify + file: '../node_modules/loose-envify/LICENSE' + - name: js-tokens@4.0.0 + version: '4.0.0' + source: lydell/js-tokens + file: '../node_modules/js-tokens/LICENSE' + - name: nullthrows@1.1.1 + version: '1.1.1' + source: https://github.com/zertosh/nullthrows + file: '../node_modules/nullthrows/LICENSE' + - name: yargs@17.7.2 + version: '17.7.2' + source: https://github.com/yargs/yargs + file: '../node_modules/yargs/LICENSE' + - name: cliui@8.0.1 + version: '8.0.1' + source: yargs/cliui + body: ISC + - name: string-width@4.2.3 + version: '4.2.3' + source: sindresorhus/string-width + file: '../node_modules/string-width/license' + - name: emoji-regex@8.0.0 + version: '8.0.0' + source: https://github.com/mathiasbynens/emoji-regex + body: MIT + - name: is-fullwidth-code-point@3.0.0 + version: '3.0.0' + source: sindresorhus/is-fullwidth-code-point + file: '../node_modules/string-width/node_modules/is-fullwidth-code-point/license' + - name: strip-ansi@6.0.1 + version: '6.0.1' + source: chalk/strip-ansi + file: '../node_modules/strip-ansi/license' + - name: ansi-regex@5.0.1 + version: '5.0.1' + source: chalk/ansi-regex + file: '../node_modules/ansi-regex/license' + - name: wrap-ansi@7.0.0 + version: '7.0.0' + source: chalk/wrap-ansi + file: '../node_modules/wrap-ansi/license' + - name: escalade@3.2.0 + version: '3.2.0' + source: lukeed/escalade + file: '../node_modules/escalade/license' + - name: get-caller-file@2.0.5 + version: '2.0.5' + source: https://github.com/stefanpenner/get-caller-file + file: '../node_modules/get-caller-file/LICENSE.md' + - name: require-directory@2.1.1 + version: '2.1.1' + source: https://github.com/troygoode/node-require-directory + file: '../node_modules/require-directory/LICENSE' + - name: y18n@5.0.8 + version: '5.0.8' + source: yargs/y18n + file: '../node_modules/y18n/LICENSE' + - name: yargs-parser@21.1.1 + version: '21.1.1' + source: https://github.com/yargs/yargs-parser + body: ISC + - name: '@react-native_community-cli-plugin@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-native_dev-middleware@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@isaacs_ttlcache@1.4.1' + version: '1.4.1' + source: https://github.com/isaacs/ttlcache + file: '../node_modules/@isaacs/ttlcache/LICENSE' + - name: '@react-native_debugger-frontend@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: BSD-3-Clause + - name: chrome-launcher@0.15.2 + version: '0.15.2' + source: https://github.com/GoogleChrome/chrome-launcher/ + file: '../node_modules/chrome-launcher/LICENSE' + - name: is-wsl@2.2.0 + version: '2.2.0' + source: sindresorhus/is-wsl + file: '../node_modules/chrome-launcher/node_modules/is-wsl/license' + - name: is-docker@2.2.1 + version: '2.2.1' + source: sindresorhus/is-docker + file: '../node_modules/is-docker/license' + - name: lighthouse-logger@1.4.2 + version: '1.4.2' + file: '../node_modules/lighthouse-logger/LICENSE' + - name: debug@2.6.9 + version: '2.6.9' + source: https://github.com/visionmedia/debug + file: '../node_modules/lighthouse-logger/node_modules/debug/LICENSE' + - name: ms@2.0.0 + version: '2.0.0' + source: zeit/ms + file: '../node_modules/lighthouse-logger/node_modules/ms/license.md' + - name: marky@1.3.0 + version: '1.3.0' + source: https://github.com/nolanlawson/marky + file: '../node_modules/marky/LICENSE' + - name: chromium-edge-launcher@0.2.0 + version: '0.2.0' + source: https://github.com/cezaraugusto/chromium-edge-launcher/ + file: '../node_modules/chromium-edge-launcher/LICENSE' + - name: mkdirp@1.0.4 + version: '1.0.4' + source: https://github.com/isaacs/node-mkdirp + file: '../node_modules/mkdirp/LICENSE' + - name: rimraf@3.0.2 + version: '3.0.2' + source: https://github.com/isaacs/rimraf + file: '../node_modules/rimraf/LICENSE' + - name: connect@3.7.0 + version: '3.7.0' + source: senchalabs/connect + file: '../node_modules/connect/LICENSE' + - name: finalhandler@1.1.2 + version: '1.1.2' + source: pillarjs/finalhandler + file: '../node_modules/finalhandler/LICENSE' + - name: encodeurl@1.0.2 + version: '1.0.2' + source: pillarjs/encodeurl + file: '../node_modules/encodeurl/LICENSE' + - name: escape-html@1.0.3 + version: '1.0.3' + source: component/escape-html + file: '../node_modules/escape-html/LICENSE' + - name: on-finished@2.3.0 + version: '2.3.0' + source: jshttp/on-finished + file: '../node_modules/finalhandler/node_modules/on-finished/LICENSE' + - name: ee-first@1.1.1 + version: '1.1.1' + source: jonathanong/ee-first + file: '../node_modules/ee-first/LICENSE' + - name: parseurl@1.3.3 + version: '1.3.3' + source: pillarjs/parseurl + file: '../node_modules/parseurl/LICENSE' + - name: statuses@1.5.0 + version: '1.5.0' + source: jshttp/statuses + file: '../node_modules/statuses/LICENSE' + - name: unpipe@1.0.0 + version: '1.0.0' + source: stream-utils/unpipe + file: '../node_modules/unpipe/LICENSE' + - name: utils-merge@1.0.1 + version: '1.0.1' + source: https://github.com/jaredhanson/utils-merge + file: '../node_modules/utils-merge/LICENSE' + - name: debug@4.4.3 + version: '4.4.3' + source: https://github.com/debug-js/debug + file: '../node_modules/debug/LICENSE' + - name: ms@2.1.3 + version: '2.1.3' + source: vercel/ms + file: '../node_modules/ms/license.md' + - name: open@7.4.2 + version: '7.4.2' + source: sindresorhus/open + file: '../node_modules/@react-native/dev-middleware/node_modules/open/license' + - name: serve-static@1.16.2 + version: '1.16.2' + source: expressjs/serve-static + file: '../node_modules/serve-static/LICENSE' + - name: encodeurl@2.0.0 + version: '2.0.0' + source: pillarjs/encodeurl + file: '../node_modules/serve-static/node_modules/encodeurl/LICENSE' + - name: send@0.19.0 + version: '0.19.0' + source: pillarjs/send + file: '../node_modules/send/LICENSE' + - name: depd@2.0.0 + version: '2.0.0' + source: dougwilson/nodejs-depd + file: '../node_modules/depd/LICENSE' + - name: destroy@1.2.0 + version: '1.2.0' + source: stream-utils/destroy + file: '../node_modules/destroy/LICENSE' + - name: etag@1.8.1 + version: '1.8.1' + source: jshttp/etag + file: '../node_modules/etag/LICENSE' + - name: fresh@0.5.2 + version: '0.5.2' + source: jshttp/fresh + file: '../node_modules/fresh/LICENSE' + - name: http-errors@2.0.0 + version: '2.0.0' + source: jshttp/http-errors + file: '../node_modules/http-errors/LICENSE' + - name: setprototypeof@1.2.0 + version: '1.2.0' + source: https://github.com/wesleytodd/setprototypeof + file: '../node_modules/setprototypeof/LICENSE' + - name: statuses@2.0.1 + version: '2.0.1' + source: jshttp/statuses + file: '../node_modules/http-errors/node_modules/statuses/LICENSE' + - name: toidentifier@1.0.1 + version: '1.0.1' + source: component/toidentifier + file: '../node_modules/toidentifier/LICENSE' + - name: mime@1.6.0 + version: '1.6.0' + source: https://github.com/broofa/node-mime + file: '../node_modules/send/node_modules/mime/LICENSE' + - name: on-finished@2.4.1 + version: '2.4.1' + source: jshttp/on-finished + file: '../node_modules/on-finished/LICENSE' + - name: range-parser@1.2.1 + version: '1.2.1' + source: jshttp/range-parser + file: '../node_modules/range-parser/LICENSE' + - name: ws@6.2.3 + version: '6.2.3' + source: websockets/ws + file: '../node_modules/ws/LICENSE' + - name: async-limiter@1.0.1 + version: '1.0.1' + source: https://github.com/strml/async-limiter + file: '../node_modules/async-limiter/LICENSE' + - name: metro@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: '@babel_code-frame@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/code-frame/LICENSE' + - name: '@babel_helper-validator-identifier@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-validator-identifier/LICENSE' + - name: '@babel_core@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/core/LICENSE' + - name: '@babel_generator@7.28.3' + version: '7.28.3' + source: https://github.com/babel/babel + file: '../node_modules/@babel/generator/LICENSE' + - name: '@babel_parser@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/parser/LICENSE' + - name: '@babel_types@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/types/LICENSE' + - name: '@babel_helper-string-parser@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-string-parser/LICENSE' + - name: '@jridgewell_gen-mapping@0.3.13' + version: '0.3.13' + source: https://github.com/jridgewell/sourcemaps + file: '../node_modules/@jridgewell/gen-mapping/LICENSE' + - name: '@jridgewell_sourcemap-codec@1.5.5' + version: '1.5.5' + source: https://github.com/jridgewell/sourcemaps + file: '../node_modules/@jridgewell/sourcemap-codec/LICENSE' + - name: '@jridgewell_trace-mapping@0.3.31' + version: '0.3.31' + source: https://github.com/jridgewell/sourcemaps + file: '../node_modules/@jridgewell/trace-mapping/LICENSE' + - name: '@jridgewell_resolve-uri@3.1.2' + version: '3.1.2' + source: https://github.com/jridgewell/resolve-uri + file: '../node_modules/@jridgewell/resolve-uri/LICENSE' + - name: jsesc@3.1.0 + version: '3.1.0' + source: https://github.com/mathiasbynens/jsesc + body: MIT + - name: '@babel_helper-compilation-targets@7.27.2' + version: '7.27.2' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-compilation-targets/LICENSE' + - name: '@babel_compat-data@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/compat-data/LICENSE' + - name: '@babel_helper-validator-option@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-validator-option/LICENSE' + - name: browserslist@4.26.3 + version: '4.26.3' + source: browserslist/browserslist + file: '../node_modules/browserslist/LICENSE' + - name: baseline-browser-mapping@2.8.18 + version: '2.8.18' + source: https://github.com/web-platform-dx/baseline-browser-mapping + body: Apache-2.0 + - name: caniuse-lite@1.0.30001751 + version: '1.0.30001751' + source: browserslist/caniuse-lite + file: '../node_modules/caniuse-lite/LICENSE' + - name: electron-to-chromium@1.5.237 + version: '1.5.237' + source: https://github.com/kilian/electron-to-chromium/ + file: '../node_modules/electron-to-chromium/LICENSE' + - name: node-releases@2.0.25 + version: '2.0.25' + source: https://github.com/chicoxyzzy/node-releases + file: '../node_modules/node-releases/LICENSE' + - name: update-browserslist-db@1.1.3 + version: '1.1.3' + source: browserslist/update-db + file: '../node_modules/update-browserslist-db/LICENSE' + - name: lru-cache@5.1.1 + version: '5.1.1' + source: https://github.com/isaacs/node-lru-cache + file: '../node_modules/lru-cache/LICENSE' + - name: yallist@3.1.1 + version: '3.1.1' + source: https://github.com/isaacs/yallist + file: '../node_modules/yallist/LICENSE' + - name: semver@6.3.1 + version: '6.3.1' + source: https://github.com/npm/node-semver + file: '../node_modules/semver/LICENSE' + - name: '@babel_helper-module-transforms@7.28.3' + version: '7.28.3' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-module-transforms/LICENSE' + - name: '@babel_helper-module-imports@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-module-imports/LICENSE' + - name: '@babel_traverse@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/traverse/LICENSE' + - name: '@babel_helper-globals@7.28.0' + version: '7.28.0' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-globals/LICENSE' + - name: '@babel_template@7.27.2' + version: '7.27.2' + source: https://github.com/babel/babel + file: '../node_modules/@babel/template/LICENSE' + - name: '@babel_helpers@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helpers/LICENSE' + - name: '@jridgewell_remapping@2.3.5' + version: '2.3.5' + source: https://github.com/jridgewell/sourcemaps + file: '../node_modules/@jridgewell/remapping/LICENSE' + - name: convert-source-map@2.0.0 + version: '2.0.0' + source: https://github.com/thlorenz/convert-source-map + file: '../node_modules/convert-source-map/LICENSE' + - name: gensync@1.0.0-beta.2 + version: '1.0.0-beta.2' + source: https://github.com/loganfsmyth/gensync + file: '../node_modules/gensync/LICENSE' + - name: json5@2.2.3 + version: '2.2.3' + source: https://github.com/json5/json5 + file: '../node_modules/json5/LICENSE.md' + - name: accepts@1.3.8 + version: '1.3.8' + source: jshttp/accepts + file: '../node_modules/accepts/LICENSE' + - name: negotiator@0.6.3 + version: '0.6.3' + source: jshttp/negotiator + file: '../node_modules/accepts/node_modules/negotiator/LICENSE' + - name: ci-info@2.0.0 + version: '2.0.0' + source: https://github.com/watson/ci-info + file: '../node_modules/metro/node_modules/ci-info/LICENSE' + - name: error-stack-parser@2.1.4 + version: '2.1.4' + source: https://github.com/stacktracejs/error-stack-parser + file: '../node_modules/error-stack-parser/LICENSE' + - name: stackframe@1.3.4 + version: '1.3.4' + source: https://github.com/stacktracejs/stackframe + file: '../node_modules/stackframe/LICENSE' + - name: flow-enums-runtime@0.0.6 + version: '0.0.6' + source: https://github.com/facebook/flow + file: '../node_modules/flow-enums-runtime/LICENSE' + - name: graceful-fs@4.2.11 + version: '4.2.11' + source: https://github.com/isaacs/node-graceful-fs + file: '../node_modules/graceful-fs/LICENSE' + - name: hermes-parser@0.29.1 + version: '0.29.1' + source: https://github.com/facebook/hermes + file: '../node_modules/metro/node_modules/hermes-parser/LICENSE' + - name: hermes-estree@0.29.1 + version: '0.29.1' + source: https://github.com/facebook/hermes + file: '../node_modules/metro/node_modules/hermes-estree/LICENSE' + - name: image-size@1.2.1 + version: '1.2.1' + source: https://github.com/image-size/image-size + file: '../node_modules/image-size/LICENSE' + - name: queue@6.0.2 + version: '6.0.2' + source: https://github.com/jessetane/queue + file: '../node_modules/queue/LICENSE' + - name: jest-worker@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-worker/LICENSE' + - name: jest-util@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-util/LICENSE' + - name: ci-info@3.9.0 + version: '3.9.0' + source: https://github.com/watson/ci-info + file: '../node_modules/ci-info/LICENSE' + - name: picomatch@2.3.1 + version: '2.3.1' + source: micromatch/picomatch + file: '../node_modules/picomatch/LICENSE' + - name: merge-stream@2.0.0 + version: '2.0.0' + source: grncdr/merge-stream + file: '../node_modules/merge-stream/LICENSE' + - name: supports-color@8.1.1 + version: '8.1.1' + source: chalk/supports-color + file: '../node_modules/jest-worker/node_modules/supports-color/license' + - name: jsc-safe-url@0.2.4 + version: '0.2.4' + source: https://github.com/robhogan/jsc-safe-url + file: '../node_modules/jsc-safe-url/LICENSE' + - name: lodash.throttle@4.1.1 + version: '4.1.1' + source: lodash/lodash + file: '../node_modules/lodash.throttle/LICENSE' + - name: metro-babel-transformer@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-cache@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: exponential-backoff@3.1.3 + version: '3.1.3' + source: https://github.com/coveooss/exponential-backoff + file: '../node_modules/exponential-backoff/LICENSE' + - name: https-proxy-agent@7.0.6 + version: '7.0.6' + source: https://github.com/TooTallNate/proxy-agents + file: '../node_modules/https-proxy-agent/LICENSE' + - name: agent-base@7.1.4 + version: '7.1.4' + source: https://github.com/TooTallNate/proxy-agents + file: '../node_modules/agent-base/LICENSE' + - name: metro-core@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-resolver@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-cache-key@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-config@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: cosmiconfig@5.2.1 + version: '5.2.1' + source: https://github.com/davidtheclark/cosmiconfig + file: '../node_modules/metro-config/node_modules/cosmiconfig/LICENSE' + - name: import-fresh@2.0.0 + version: '2.0.0' + source: sindresorhus/import-fresh + file: '../node_modules/metro-config/node_modules/import-fresh/license' + - name: caller-path@2.0.0 + version: '2.0.0' + source: sindresorhus/caller-path + file: '../node_modules/caller-path/license' + - name: caller-callsite@2.0.0 + version: '2.0.0' + source: sindresorhus/caller-callsite + file: '../node_modules/caller-callsite/license' + - name: callsites@2.0.0 + version: '2.0.0' + source: sindresorhus/callsites + file: '../node_modules/caller-callsite/node_modules/callsites/license' + - name: resolve-from@3.0.0 + version: '3.0.0' + source: sindresorhus/resolve-from + file: '../node_modules/metro-config/node_modules/resolve-from/license' + - name: is-directory@0.3.1 + version: '0.3.1' + source: jonschlinkert/is-directory + file: '../node_modules/is-directory/LICENSE' + - name: js-yaml@3.14.2 + version: '3.14.2' + source: nodeca/js-yaml + file: '../node_modules/metro-config/node_modules/js-yaml/LICENSE' + - name: argparse@1.0.10 + version: '1.0.10' + source: nodeca/argparse + file: '../node_modules/metro-config/node_modules/argparse/LICENSE' + - name: sprintf-js@1.0.3 + version: '1.0.3' + source: https://github.com/alexei/sprintf.js + file: '../node_modules/sprintf-js/LICENSE' + - name: esprima@4.0.1 + version: '4.0.1' + source: https://github.com/jquery/esprima + body: BSD-2-Clause + - name: parse-json@4.0.0 + version: '4.0.0' + source: sindresorhus/parse-json + file: '../node_modules/metro-config/node_modules/parse-json/license' + - name: error-ex@1.3.4 + version: '1.3.4' + source: qix-/node-error-ex + file: '../node_modules/error-ex/LICENSE' + - name: is-arrayish@0.2.1 + version: '0.2.1' + source: https://github.com/qix-/node-is-arrayish + file: '../node_modules/is-arrayish/LICENSE' + - name: json-parse-better-errors@1.0.2 + version: '1.0.2' + source: https://github.com/zkat/json-parse-better-errors + file: '../node_modules/json-parse-better-errors/LICENSE.md' + - name: jest-validate@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-validate/LICENSE' + - name: camelcase@6.3.0 + version: '6.3.0' + source: sindresorhus/camelcase + file: '../node_modules/jest-validate/node_modules/camelcase/license' + - name: jest-get-type@29.6.3 + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-get-type/LICENSE' + - name: leven@3.1.0 + version: '3.1.0' + source: sindresorhus/leven + file: '../node_modules/leven/license' + - name: pretty-format@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-validate/node_modules/pretty-format/LICENSE' + - name: ansi-styles@5.2.0 + version: '5.2.0' + source: chalk/ansi-styles + file: '../node_modules/jest-validate/node_modules/ansi-styles/license' + - name: react-is@18.3.1 + version: '18.3.1' + source: https://github.com/facebook/react + file: '../node_modules/jest-validate/node_modules/react-is/LICENSE' + - name: metro-file-map@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: fb-watchman@2.0.2 + version: '2.0.2' + source: https://github.com/facebook/watchman + body: Apache-2.0 + - name: bser@2.1.1 + version: '2.1.1' + source: https://github.com/facebook/watchman + body: Apache-2.0 + - name: node-int64@0.4.0 + version: '0.4.0' + source: https://github.com/broofa/node-int64 + file: '../node_modules/node-int64/LICENSE' + - name: micromatch@4.0.8 + version: '4.0.8' + source: micromatch/micromatch + file: '../node_modules/micromatch/LICENSE' + - name: braces@3.0.3 + version: '3.0.3' + source: micromatch/braces + file: '../node_modules/braces/LICENSE' + - name: fill-range@7.1.1 + version: '7.1.1' + source: jonschlinkert/fill-range + file: '../node_modules/fill-range/LICENSE' + - name: to-regex-range@5.0.1 + version: '5.0.1' + source: micromatch/to-regex-range + file: '../node_modules/to-regex-range/LICENSE' + - name: is-number@7.0.0 + version: '7.0.0' + source: jonschlinkert/is-number + file: '../node_modules/is-number/LICENSE' + - name: walker@1.0.8 + version: '1.0.8' + source: https://github.com/daaku/nodejs-walker + file: '../node_modules/walker/LICENSE' + - name: makeerror@1.0.12 + version: '1.0.12' + source: https://github.com/daaku/nodejs-makeerror + file: '../node_modules/makeerror/license' + - name: tmpl@1.0.5 + version: '1.0.5' + source: https://github.com/daaku/nodejs-tmpl + file: '../node_modules/tmpl/license' + - name: metro-runtime@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: '@babel_runtime@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/runtime/LICENSE' + - name: metro-source-map@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: '@babel_traverse--for-generate-function-map@7.28.4' + version: '7.28.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/traverse--for-generate-function-map/LICENSE' + - name: metro-symbolicate@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: source-map@0.5.7 + version: '0.5.7' + source: http://github.com/mozilla/source-map + file: '../node_modules/metro-symbolicate/node_modules/source-map/LICENSE' + - name: vlq@1.0.1 + version: '1.0.1' + source: https://github.com/Rich-Harris/vlq + file: '../node_modules/vlq/LICENSE' + - name: ob1@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-transform-plugins@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-transform-worker@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: metro-minify-terser@0.82.5 + version: '0.82.5' + source: https://github.com/facebook/metro + body: MIT + - name: terser@5.44.0 + version: '5.44.0' + source: https://github.com/terser/terser + file: '../node_modules/terser/LICENSE' + - name: '@jridgewell_source-map@0.3.11' + version: '0.3.11' + source: https://github.com/jridgewell/sourcemaps + file: '../node_modules/@jridgewell/source-map/LICENSE' + - name: acorn@8.15.0 + version: '8.15.0' + source: https://github.com/acornjs/acorn + file: '../node_modules/acorn/LICENSE' + - name: commander@2.20.3 + version: '2.20.3' + source: https://github.com/tj/commander.js + file: '../node_modules/terser/node_modules/commander/LICENSE' + - name: source-map-support@0.5.21 + version: '0.5.21' + source: https://github.com/evanw/node-source-map-support + file: '../node_modules/terser/node_modules/source-map-support/LICENSE.md' + - name: buffer-from@1.1.2 + version: '1.1.2' + source: LinusU/buffer-from + file: '../node_modules/buffer-from/LICENSE' + - name: source-map@0.6.1 + version: '0.6.1' + source: http://github.com/mozilla/source-map + file: '../node_modules/source-map/LICENSE' + - name: serialize-error@2.1.0 + version: '2.1.0' + source: sindresorhus/serialize-error + file: '../node_modules/serialize-error/license' + - name: throat@5.0.0 + version: '5.0.0' + source: https://github.com/ForbesLindesay/throat + file: '../node_modules/throat/LICENSE' + - name: ws@7.5.10 + version: '7.5.10' + source: websockets/ws + file: '../node_modules/metro/node_modules/ws/LICENSE' + - name: semver@7.7.3 + version: '7.7.3' + source: https://github.com/npm/node-semver + file: '../node_modules/@react-native/community-cli-plugin/node_modules/semver/LICENSE' + - name: '@react-native_gradle-plugin@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-native_js-polyfills@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-native_normalize-colors@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: '@react-native_virtualized-lists@0.80.1' + version: '0.80.1' + source: https://github.com/facebook/react-native + body: MIT + - name: abort-controller@3.0.0 + version: '3.0.0' + source: https://github.com/mysticatea/abort-controller + file: '../node_modules/abort-controller/LICENSE' + - name: event-target-shim@5.0.1 + version: '5.0.1' + source: https://github.com/mysticatea/event-target-shim + file: '../node_modules/event-target-shim/LICENSE' + - name: anser@1.4.10 + version: '1.4.10' + source: https://github.com/IonicaBizau/anser + file: '../node_modules/anser/LICENSE' + - name: babel-jest@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/babel-jest/LICENSE' + - name: '@jest_transform@29.7.0' + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/transform/LICENSE' + - name: babel-plugin-istanbul@6.1.1 + version: '6.1.1' + source: https://github.com/istanbuljs/babel-plugin-istanbul + file: '../node_modules/babel-plugin-istanbul/LICENSE' + - name: '@babel_helper-plugin-utils@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/helper-plugin-utils/LICENSE' + - name: '@istanbuljs_load-nyc-config@1.1.0' + version: '1.1.0' + source: https://github.com/istanbuljs/load-nyc-config + file: '../node_modules/@istanbuljs/load-nyc-config/LICENSE' + - name: camelcase@5.3.1 + version: '5.3.1' + source: sindresorhus/camelcase + file: '../node_modules/camelcase/license' + - name: find-up@4.1.0 + version: '4.1.0' + source: sindresorhus/find-up + file: '../node_modules/@istanbuljs/load-nyc-config/node_modules/find-up/license' + - name: locate-path@5.0.0 + version: '5.0.0' + source: sindresorhus/locate-path + file: '../node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path/license' + - name: p-locate@4.1.0 + version: '4.1.0' + source: sindresorhus/p-locate + file: '../node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate/license' + - name: p-limit@2.3.0 + version: '2.3.0' + source: sindresorhus/p-limit + file: '../node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit/license' + - name: p-try@2.2.0 + version: '2.2.0' + source: sindresorhus/p-try + file: '../node_modules/p-try/license' + - name: get-package-type@0.1.0 + version: '0.1.0' + source: https://github.com/cfware/get-package-type + file: '../node_modules/get-package-type/LICENSE' + - name: resolve-from@5.0.0 + version: '5.0.0' + source: sindresorhus/resolve-from + file: '../node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from/license' + - name: '@istanbuljs_schema@0.1.3' + version: '0.1.3' + source: https://github.com/istanbuljs/schema + file: '../node_modules/@istanbuljs/schema/LICENSE' + - name: istanbul-lib-instrument@5.2.1 + version: '5.2.1' + source: https://github.com/istanbuljs/istanbuljs + file: '../node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/LICENSE' + - name: istanbul-lib-coverage@3.2.2 + version: '3.2.2' + source: https://github.com/istanbuljs/istanbuljs + file: '../node_modules/istanbul-lib-coverage/LICENSE' + - name: test-exclude@6.0.0 + version: '6.0.0' + source: https://github.com/istanbuljs/test-exclude + body: ISC + - name: fast-json-stable-stringify@2.1.0 + version: '2.1.0' + source: https://github.com/epoberezkin/fast-json-stable-stringify + file: '../node_modules/fast-json-stable-stringify/LICENSE' + - name: jest-haste-map@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-haste-map/LICENSE' + - name: '@types_graceful-fs@4.1.9' + version: '4.1.9' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/graceful-fs/LICENSE' + - name: anymatch@3.1.3 + version: '3.1.3' + source: https://github.com/micromatch/anymatch + file: '../node_modules/anymatch/LICENSE' + - name: normalize-path@3.0.0 + version: '3.0.0' + source: jonschlinkert/normalize-path + file: '../node_modules/normalize-path/LICENSE' + - name: jest-regex-util@29.6.3 + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-regex-util/LICENSE' + - name: fsevents@2.3.3 + version: '2.3.3' + source: https://github.com/fsevents/fsevents + file: '../node_modules/fsevents/LICENSE' + - name: pirates@4.0.7 + version: '4.0.7' + source: https://github.com/danez/pirates + file: '../node_modules/pirates/LICENSE' + - name: slash@3.0.0 + version: '3.0.0' + source: sindresorhus/slash + file: '../node_modules/slash/license' + - name: write-file-atomic@4.0.2 + version: '4.0.2' + source: https://github.com/npm/write-file-atomic + file: '../node_modules/write-file-atomic/LICENSE.md' + - name: imurmurhash@0.1.4 + version: '0.1.4' + source: https://github.com/jensyt/imurmurhash-js + body: MIT + - name: signal-exit@3.0.7 + version: '3.0.7' + source: https://github.com/tapjs/signal-exit + body: ISC + - name: '@types_babel__core@7.20.5' + version: '7.20.5' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/babel__core/LICENSE' + - name: '@types_babel__generator@7.27.0' + version: '7.27.0' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/babel__generator/LICENSE' + - name: '@types_babel__template@7.4.4' + version: '7.4.4' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/babel__template/LICENSE' + - name: '@types_babel__traverse@7.28.0' + version: '7.28.0' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/babel__traverse/LICENSE' + - name: babel-preset-jest@29.6.3 + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/babel-preset-jest/LICENSE' + - name: babel-plugin-jest-hoist@29.6.3 + version: '29.6.3' + source: https://github.com/jestjs/jest + file: '../node_modules/babel-plugin-jest-hoist/LICENSE' + - name: babel-preset-current-node-syntax@1.2.0 + version: '1.2.0' + source: https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax + file: '../node_modules/babel-preset-current-node-syntax/LICENSE' + - name: '@babel_plugin-syntax-async-generators@7.8.4' + version: '7.8.4' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators + file: '../node_modules/@babel/plugin-syntax-async-generators/LICENSE' + - name: '@babel_plugin-syntax-bigint@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint + file: '../node_modules/@babel/plugin-syntax-bigint/LICENSE' + - name: '@babel_plugin-syntax-class-properties@7.12.13' + version: '7.12.13' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-class-properties/LICENSE' + - name: '@babel_plugin-syntax-class-static-block@7.14.5' + version: '7.14.5' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-class-static-block/LICENSE' + - name: '@babel_plugin-syntax-import-attributes@7.27.1' + version: '7.27.1' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-import-attributes/LICENSE' + - name: '@babel_plugin-syntax-import-meta@7.10.4' + version: '7.10.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-import-meta/LICENSE' + - name: '@babel_plugin-syntax-json-strings@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings + file: '../node_modules/@babel/plugin-syntax-json-strings/LICENSE' + - name: '@babel_plugin-syntax-logical-assignment-operators@7.10.4' + version: '7.10.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE' + - name: '@babel_plugin-syntax-nullish-coalescing-operator@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator + file: '../node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE' + - name: '@babel_plugin-syntax-numeric-separator@7.10.4' + version: '7.10.4' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-numeric-separator/LICENSE' + - name: '@babel_plugin-syntax-object-rest-spread@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread + file: '../node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE' + - name: '@babel_plugin-syntax-optional-catch-binding@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding + file: '../node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE' + - name: '@babel_plugin-syntax-optional-chaining@7.8.3' + version: '7.8.3' + source: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining + file: '../node_modules/@babel/plugin-syntax-optional-chaining/LICENSE' + - name: '@babel_plugin-syntax-private-property-in-object@7.14.5' + version: '7.14.5' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE' + - name: '@babel_plugin-syntax-top-level-await@7.14.5' + version: '7.14.5' + source: https://github.com/babel/babel + file: '../node_modules/@babel/plugin-syntax-top-level-await/LICENSE' + - name: babel-plugin-syntax-hermes-parser@0.28.1 + version: '0.28.1' + source: https://github.com/facebook/hermes + file: '../node_modules/babel-plugin-syntax-hermes-parser/LICENSE' + - name: commander@12.1.0 + version: '12.1.0' + source: https://github.com/tj/commander.js + file: '../node_modules/react-native/node_modules/commander/LICENSE' + - name: jest-environment-node@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-environment-node/LICENSE' + - name: '@jest_environment@29.7.0' + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/environment/LICENSE' + - name: '@jest_fake-timers@29.7.0' + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/@jest/fake-timers/LICENSE' + - name: '@sinonjs_fake-timers@10.3.0' + version: '10.3.0' + source: https://github.com/sinonjs/fake-timers + file: '../node_modules/@sinonjs/fake-timers/LICENSE' + - name: '@sinonjs_commons@3.0.1' + version: '3.0.1' + source: https://github.com/sinonjs/commons + file: '../node_modules/@sinonjs/commons/LICENSE' + - name: type-detect@4.0.8 + version: '4.0.8' + source: https://github.com/chaijs/type-detect + file: '../node_modules/type-detect/LICENSE' + - name: jest-message-util@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-message-util/LICENSE' + - name: '@types_stack-utils@2.0.3' + version: '2.0.3' + source: https://github.com/DefinitelyTyped/DefinitelyTyped + file: '../node_modules/@types/stack-utils/LICENSE' + - name: stack-utils@2.0.6 + version: '2.0.6' + source: tapjs/stack-utils + file: '../node_modules/stack-utils/LICENSE.md' + - name: escape-string-regexp@2.0.0 + version: '2.0.0' + source: sindresorhus/escape-string-regexp + file: '../node_modules/stack-utils/node_modules/escape-string-regexp/license' + - name: jest-mock@29.7.0 + version: '29.7.0' + source: https://github.com/jestjs/jest + file: '../node_modules/jest-mock/LICENSE' + - name: memoize-one@5.2.1 + version: '5.2.1' + source: https://github.com/alexreardon/memoize-one + file: '../node_modules/memoize-one/LICENSE' + - name: promise@8.3.0 + version: '8.3.0' + source: https://github.com/then/promise + file: '../node_modules/promise/LICENSE' + - name: asap@2.0.6 + version: '2.0.6' + source: https://github.com/kriskowal/asap + file: '../node_modules/asap/LICENSE.md' + - name: react-devtools-core@6.1.5 + version: '6.1.5' + source: https://github.com/facebook/react + body: MIT + - name: shell-quote@1.8.3 + version: '1.8.3' + source: http://github.com/ljharb/shell-quote + file: '../node_modules/shell-quote/LICENSE' + - name: react-refresh@0.14.2 + version: '0.14.2' + source: https://github.com/facebook/react + file: '../node_modules/react-refresh/LICENSE' + - name: regenerator-runtime@0.13.11 + version: '0.13.11' + source: https://github.com/facebook/regenerator/tree/main/packages/runtime + file: '../node_modules/regenerator-runtime/LICENSE' + - name: scheduler@0.26.0 + version: '0.26.0' + source: https://github.com/facebook/react + file: '../node_modules/scheduler/LICENSE' + - name: stacktrace-parser@0.1.11 + version: '0.1.11' + source: https://github.com/errwischt/stacktrace-parser + file: '../node_modules/stacktrace-parser/LICENSE' + - name: type-fest@0.7.1 + version: '0.7.1' + source: sindresorhus/type-fest + file: '../node_modules/stacktrace-parser/node_modules/type-fest/license' + - name: whatwg-fetch@3.6.20 + version: '3.6.20' + source: github/fetch + file: '../node_modules/whatwg-fetch/LICENSE' + - name: react-native-app-auth@8.1.0 + version: '8.1.0' + source: https://github.com/FormidableLabs/react-native-app-auth + body: MIT + - name: react-native-base64@0.0.2 + version: '0.0.2' + source: https://github.com/eranbo/react-native-base64 + file: '../node_modules/react-native-base64/LICENSE' + - name: react-native-inappbrowser-reborn@3.7.0 + version: '3.7.0' + source: https://github.com/proyecto26/react-native-inappbrowser + file: '../node_modules/react-native-inappbrowser-reborn/LICENSE' + - name: opencollective-postinstall@2.0.3 + version: '2.0.3' + source: https://github.com/opencollective/opencollective-postinstall + file: '../node_modules/opencollective-postinstall/LICENSE' + - name: react-native-keychain@10.0.0 + version: '10.0.0' + source: https://github.com/oblador/react-native-keychain + file: '../node_modules/react-native-keychain/LICENSE' + - name: react-native-legal@1.6.0 + version: '1.6.0' + source: https://github.com/callstackincubator/react-native-legal + file: '../node_modules/react-native-legal/LICENSE' + - name: '@callstack_licenses@0.3.0' + version: '0.3.0' + source: https://github.com/callstackincubator/react-native-legal + file: '../node_modules/@callstack/licenses/LICENSE' + - name: xcode@3.0.1 + version: '3.0.1' + source: https://github.com/apache/cordova-node-xcode + file: '../node_modules/xcode/LICENSE' + - name: simple-plist@1.3.1 + version: '1.3.1' + source: https://github.com/wollardj/simple-plist + file: '../node_modules/simple-plist/LICENSE' + - name: bplist-creator@0.1.0 + version: '0.1.0' + source: https://github.com/nearinfinity/node-bplist-creator + file: '../node_modules/bplist-creator/LICENSE' + - name: stream-buffers@2.2.0 + version: '2.2.0' + source: https://github.com/samcday/node-stream-buffer + body: Unlicense + - name: bplist-parser@0.3.1 + version: '0.3.1' + source: https://github.com/nearinfinity/node-bplist-parser + body: MIT + - name: big-integer@1.6.52 + version: '1.6.52' + source: https://github.com/peterolson/BigInteger.js + file: '../node_modules/big-integer/LICENSE' + - name: uuid@7.0.3 + version: '7.0.3' + source: https://github.com/uuidjs/uuid + file: '../node_modules/uuid/LICENSE.md' + - name: xml2js@0.6.2 + version: '0.6.2' + source: https://github.com/Leonidas-from-XIV/node-xml2js + file: '../node_modules/xml2js/LICENSE' + - name: sax@1.4.4 + version: '1.4.4' + source: https://github.com/isaacs/sax-js + file: '../node_modules/sax/LICENSE.md' + - name: xmlbuilder@11.0.1 + version: '11.0.1' + source: https://github.com/oozcitak/xmlbuilder-js + file: '../node_modules/xml2js/node_modules/xmlbuilder/LICENSE' + - name: react-native-nfc-manager@3.17.1 + version: '3.17.1' + source: https://github.com/whitedogg13/react-native-nfc-manager + file: '../node_modules/react-native-nfc-manager/LICENSE' + - name: react-native-paper@5.14.5 + version: '5.14.5' + source: https://github.com/callstack/react-native-paper + file: '../node_modules/react-native-paper/LICENSE.md' + - name: '@callstack_react-theme-provider@3.0.9' + version: '3.0.9' + source: https://github.com/callstack/react-theme-provider + file: '../node_modules/@callstack/react-theme-provider/LICENSE' + - name: deepmerge@3.3.0 + version: '3.3.0' + source: https://github.com/TehShrike/deepmerge + body: MIT + - name: hoist-non-react-statics@3.3.2 + version: '3.3.2' + source: https://github.com/mridgway/hoist-non-react-statics + file: '../node_modules/hoist-non-react-statics/LICENSE.md' + - name: react-is@16.13.1 + version: '16.13.1' + source: https://github.com/facebook/react + file: '../node_modules/hoist-non-react-statics/node_modules/react-is/LICENSE' + - name: color@3.2.1 + version: '3.2.1' + source: Qix-/color + file: '../node_modules/react-native-paper/node_modules/color/LICENSE' + - name: color-convert@1.9.3 + version: '1.9.3' + source: Qix-/color-convert + file: '../node_modules/react-native-paper/node_modules/color-convert/LICENSE' + - name: color-name@1.1.3 + version: '1.1.3' + source: https://github.com/dfcreative/color-name + file: '../node_modules/react-native-paper/node_modules/color-name/LICENSE' + - name: react-native-safe-area-context@5.6.1 + version: '5.6.1' + source: https://github.com/th3rdwave/react-native-safe-area-context + file: '../node_modules/react-native-safe-area-context/LICENSE' + - name: react-native-screens@4.17.1 + version: '4.17.1' + source: https://github.com/software-mansion/react-native-screens + file: '../node_modules/react-native-screens/LICENSE' + - name: react-freeze@1.0.4 + version: '1.0.4' + source: software-mansion/react-freeze + file: '../node_modules/react-freeze/LICENSE' + - name: react-native-svg@15.14.0 + version: '15.14.0' + source: https://github.com/react-native-community/react-native-svg + file: '../node_modules/react-native-svg/LICENSE' + - name: css-select@5.2.2 + version: '5.2.2' + source: https://github.com/fb55/css-select + file: '../node_modules/css-select/LICENSE' + - name: boolbase@1.0.0 + version: '1.0.0' + source: https://github.com/fb55/boolbase + body: ISC + - name: css-what@6.2.2 + version: '6.2.2' + source: https://github.com/fb55/css-what + file: '../node_modules/css-what/LICENSE' + - name: domhandler@5.0.3 + version: '5.0.3' + source: https://github.com/fb55/domhandler + file: '../node_modules/domhandler/LICENSE' + - name: domelementtype@2.3.0 + version: '2.3.0' + source: https://github.com/fb55/domelementtype + file: '../node_modules/domelementtype/LICENSE' + - name: domutils@3.2.2 + version: '3.2.2' + source: https://github.com/fb55/domutils + file: '../node_modules/domutils/LICENSE' + - name: dom-serializer@2.0.0 + version: '2.0.0' + source: https://github.com/cheeriojs/dom-serializer + file: '../node_modules/dom-serializer/LICENSE' + - name: entities@4.5.0 + version: '4.5.0' + source: https://github.com/fb55/entities + file: '../node_modules/entities/LICENSE' + - name: nth-check@2.1.1 + version: '2.1.1' + source: https://github.com/fb55/nth-check + file: '../node_modules/nth-check/LICENSE' + - name: css-tree@1.1.3 + version: '1.1.3' + source: csstree/csstree + file: '../node_modules/css-tree/LICENSE' + - name: mdn-data@2.0.14 + version: '2.0.14' + source: https://github.com/mdn/data + file: '../node_modules/mdn-data/LICENSE' + - name: react-native-vector-icons@10.3.0 + version: '10.3.0' + source: https://github.com/oblador/react-native-vector-icons + file: '../node_modules/react-native-vector-icons/LICENSE' + - name: prop-types@15.8.1 + version: '15.8.1' + source: facebook/prop-types + file: '../node_modules/prop-types/LICENSE' + - name: object-assign@4.1.1 + version: '4.1.1' + source: sindresorhus/object-assign + file: '../node_modules/object-assign/license' + - name: yargs@16.2.0 + version: '16.2.0' + source: https://github.com/yargs/yargs + file: '../node_modules/react-native-vector-icons/node_modules/yargs/LICENSE' +# END Generated NPM license entries \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 673f98f..3f3740e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,9 @@ "react": "19.1.0", "react-native": "0.80.1", "react-native-app-auth": "^8.1.0", + "react-native-inappbrowser-reborn": "^3.7.0", "react-native-keychain": "^10.0.0", + "react-native-legal": "^1.6.0", "react-native-nfc-manager": "^3.16.2", "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", @@ -2004,6 +2006,15 @@ "dev": true, "license": "MIT" }, + "node_modules/@callstack/licenses": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@callstack/licenses/-/licenses-0.3.0.tgz", + "integrity": "sha512-dughpfGB8j6IcIdcxGoJr4HnlVGFQuZ/IsQs3XUbc8a+mw/sds5Lb0bTNkA6qdpRuJiITNrO51WFtFwGApfPzQ==", + "license": "MIT", + "dependencies": { + "glob": "^7.1.3" + } + }, "node_modules/@callstack/react-theme-provider": { "version": "3.0.9", "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.9.tgz", @@ -5194,6 +5205,15 @@ "baseline-browser-mapping": "dist/cli.js" } }, + "node_modules/big-integer": { + "version": "1.6.52", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", + "license": "Unlicense", + "engines": { + "node": ">=0.6" + } + }, "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -5285,6 +5305,27 @@ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "license": "ISC" }, + "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==", + "license": "MIT", + "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==", + "license": "MIT", + "dependencies": { + "big-integer": "1.6.x" + }, + "engines": { + "node": ">= 5.10.0" + } + }, "node_modules/brace-expansion": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", @@ -10029,9 +10070,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true, "license": "MIT" }, @@ -11163,6 +11204,15 @@ "node": ">=8" } }, + "node_modules/opencollective-postinstall": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", + "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==", + "license": "MIT", + "bin": { + "opencollective-postinstall": "index.js" + } + }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", @@ -11897,6 +11947,20 @@ "integrity": "sha512-Fu/J1a2y0X22EJDWqJR2oEa1fpP4gTFjYxk8ElJdt1Yak3HOXmFJ7EohLVHU2DaQkgmKfw8qb7u/48gpzveRbg==", "license": "MIT" }, + "node_modules/react-native-inappbrowser-reborn": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/react-native-inappbrowser-reborn/-/react-native-inappbrowser-reborn-3.7.0.tgz", + "integrity": "sha512-Ia53jYNtFcbNaX5W3QfOmN25I7bcvuDiQmSY5zABXjy4+WI20bPc9ua09li55F8yDCjv3C99jX6vKms68mBV7g==", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4", + "opencollective-postinstall": "^2.0.3" + }, + "peerDependencies": { + "react-native": ">=0.56" + } + }, "node_modules/react-native-keychain": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/react-native-keychain/-/react-native-keychain-10.0.0.tgz", @@ -11910,6 +11974,27 @@ "node": ">=16" } }, + "node_modules/react-native-legal": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/react-native-legal/-/react-native-legal-1.6.0.tgz", + "integrity": "sha512-JLGEzVIXRDmBQbIb8rzu6qvohh98xo67noFxyR2AzVN+cvcnFul0r71LeiXou1TJzpMlOGIw1E1Mktns69YfAA==", + "license": "MIT", + "dependencies": { + "@callstack/licenses": "^0.3.0", + "glob": "^7.1.3", + "xcode": "^3.0.1", + "xml2js": "^0.6.2" + }, + "peerDependencies": { + "expo": ">=52.0.0", + "react-native": ">=0.76.0" + }, + "peerDependenciesMeta": { + "expo": { + "optional": true + } + } + }, "node_modules/react-native-nfc-manager": { "version": "3.17.1", "resolved": "https://registry.npmjs.org/react-native-nfc-manager/-/react-native-nfc-manager-3.17.1.tgz", @@ -12533,6 +12618,15 @@ "devOptional": true, "license": "MIT" }, + "node_modules/sax": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz", + "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=11.0.0" + } + }, "node_modules/scheduler": { "version": "0.26.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", @@ -12820,6 +12914,17 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "license": "ISC" }, + "node_modules/simple-plist": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz", + "integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==", + "license": "MIT", + "dependencies": { + "bplist-creator": "0.1.0", + "bplist-parser": "0.3.1", + "plist": "^3.0.5" + } + }, "node_modules/simple-swizzle": { "version": "0.2.4", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", @@ -13023,6 +13128,15 @@ "node": ">= 0.4" } }, + "node_modules/stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==", + "license": "Unlicense", + "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", @@ -13800,6 +13914,15 @@ "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==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/v8-to-istanbul": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", @@ -14029,6 +14152,41 @@ "async-limiter": "~1.0.0" } }, + "node_modules/xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "license": "Apache-2.0", + "dependencies": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xml2js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", + "license": "MIT", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/xml2js/node_modules/xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "license": "MIT", + "engines": { + "node": ">=4.0" + } + }, "node_modules/xmlbuilder": { "version": "15.1.1", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", diff --git a/package.json b/package.json index e88a269..f98ea78 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,9 @@ "react": "19.1.0", "react-native": "0.80.1", "react-native-app-auth": "^8.1.0", + "react-native-inappbrowser-reborn": "^3.7.0", "react-native-keychain": "^10.0.0", + "react-native-legal": "^1.6.0", "react-native-nfc-manager": "^3.16.2", "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", From d2b4dee07e0f0619e409d80ae1691ff637d20c91 Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 11:52:13 -0600 Subject: [PATCH 04/10] Linter appeasement --- Api/ApiContextProvider.tsx | 62 +++++++++++++++++------------------ Api/Models/Permission.ts | 16 +++++----- Api/UserApi.ts | 36 ++++++++++----------- Auth/Authentication.ts | 10 ++---- Settings/SettingsScreen.tsx | 64 ++++++++++++++++++++++++------------- 5 files changed, 98 insertions(+), 90 deletions(-) diff --git a/Api/ApiContextProvider.tsx b/Api/ApiContextProvider.tsx index 5f52f70..3064525 100644 --- a/Api/ApiContextProvider.tsx +++ b/Api/ApiContextProvider.tsx @@ -18,48 +18,44 @@ export const ApiContext = createContext(undefined); * @returns AxiosInstance for the API context. */ function createApiContext(environment: AppEnvironment) { - const instance = axios.create({ - baseURL: environment.baseUrl, - }); + const instance = axios.create({ + baseURL: environment.baseUrl, + }); - instance.interceptors.request.use(async (config) => { - const token = await getAuthToken(environment); - console.log(config.baseURL); - if (token) { - config.headers.Authorization = `Bearer ${token}`; - console.log(config.headers.Authorization); - } + instance.interceptors.request.use(async (config) => { + const token = await getAuthToken(environment); + console.log(config.baseURL); + if (token) { + config.headers.Authorization = `Bearer ${token}`; + console.log(config.headers.Authorization); + } - return config; - }); + return config; + }); - instance.interceptors.response.use( - (response) => response, - async (error) => { - if (axios.isAxiosError(error) && error.response?.status === 401) { - if (!error.config) return Promise.reject(error); - if (!await refreshAuth(environment)) return Promise.reject(error); - const token = await getAuthToken(environment); - if (token) { - error.config.headers.Authorization = `Bearer ${token.password}`; - return axios.request(error.config); - } - } - return Promise.reject(error); + instance.interceptors.response.use( + (response) => response, + async (error) => { + if (axios.isAxiosError(error) && error.response?.status === 401) { + if (!error.config) return Promise.reject(error); + if (!(await refreshAuth(environment))) return Promise.reject(error); + const token = await getAuthToken(environment); + if (token) { + error.config.headers.Authorization = `Bearer ${token.password}`; + return axios.request(error.config); } - ); - return instance; + } + return Promise.reject(error); + }, + ); + return instance; } -function ApiContextProvider({ children }: {children: ReactNode}) { +function ApiContextProvider({ children }: { children: ReactNode }) { const { environment } = useAppEnvironment(); const apiContext = createApiContext(environment); - return ( - - {children} - - ); + return {children}; } export function useApi() { diff --git a/Api/Models/Permission.ts b/Api/Models/Permission.ts index aa86604..9d4d95e 100644 --- a/Api/Models/Permission.ts +++ b/Api/Models/Permission.ts @@ -1,9 +1,9 @@ export enum Permission { - CREATE_ATTENDANCE = "create-attendance", - READ_EVENTS = "read-events", - READ_TEAMS = "read-teams", - READ_TEAMS_HIDDEN = "read-teams-hidden", - READ_USERS = "read-users", - READ_MERCHANDISE = "read-merchandise", - DISTRIBUTE_SWAG = "distribute-swag", -} \ No newline at end of file + CREATE_ATTENDANCE = 'create-attendance', + READ_EVENTS = 'read-events', + READ_TEAMS = 'read-teams', + READ_TEAMS_HIDDEN = 'read-teams-hidden', + READ_USERS = 'read-users', + READ_MERCHANDISE = 'read-merchandise', + DISTRIBUTE_SWAG = 'distribute-swag', +} diff --git a/Api/UserApi.ts b/Api/UserApi.ts index 9cc4395..99a73a6 100644 --- a/Api/UserApi.ts +++ b/Api/UserApi.ts @@ -1,22 +1,22 @@ -import { AxiosInstance } from "axios"; -import { Permission } from "./Models/Permission"; +import { AxiosInstance } from 'axios'; +import { Permission } from './Models/Permission'; -export type UserInfo = { - id: number; - uid: string; - name: string; - preferred_first_name: string; - allPermissions: Permission[]; +export type UserInfo> = { + id: number; + uid: string; + name: string; + preferred_first_name: string; + allPermissions: Permission[]; } & T; export async function getUserInfo(api: AxiosInstance): Promise { - try { - const user = await api.get('/api/v1/user'); - console.log(user); - //TODO: Incorporate Sentry - return user.data.user; - } catch (error) { - //TODO: incorporate logging - } - return null; -} \ No newline at end of file + try { + const user = await api.get('/api/v1/user'); + console.log(user); + //TODO: Incorporate Sentry + return user.data.user; + } catch (error) { + //TODO: incorporate logging + } + return null; +} diff --git a/Auth/Authentication.ts b/Auth/Authentication.ts index e09cabf..8424fbd 100644 --- a/Auth/Authentication.ts +++ b/Auth/Authentication.ts @@ -146,20 +146,14 @@ export async function refreshTokenIsValid(currentEnvironment: AppEnvironment) { */ export async function refreshAuth(currentEnvironment: AppEnvironment) { if (!(await refreshTokenIsValid(currentEnvironment))) { - setAuthenticationState( - AuthenticationState.UNAUTHENTICATED, - null - ); + setAuthenticationState(AuthenticationState.UNAUTHENTICATED, null); return false; } const refreshToken = await Keychain.getInternetCredentials( currentEnvironment.baseUrl + ':refreshToken', ); if (!refreshToken) { - setAuthenticationState( - AuthenticationState.UNAUTHENTICATED, - null - ); + setAuthenticationState(AuthenticationState.UNAUTHENTICATED, null); return false; } const conf = await config(currentEnvironment); diff --git a/Settings/SettingsScreen.tsx b/Settings/SettingsScreen.tsx index a12aa97..72cec2c 100644 --- a/Settings/SettingsScreen.tsx +++ b/Settings/SettingsScreen.tsx @@ -1,6 +1,15 @@ import MaterialIcons from '@react-native-vector-icons/material-icons'; import React, { useEffect, useState } from 'react'; -import { Linking, Platform, SafeAreaView, ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; +import { + Linking, + Platform, + SafeAreaView, + ScrollView, + StyleSheet, + Text, + TouchableOpacity, + View, +} from 'react-native'; import { InAppBrowser } from 'react-native-inappbrowser-reborn'; import { ReactNativeLegal } from 'react-native-legal'; import { useApi } from '../Api/ApiContextProvider'; @@ -14,9 +23,10 @@ function SettingsScreen() { const [user, setUser] = useState(undefined); - const makeAWishUrl = "https://docs.google.com/forms/d/e/1FAIpQLSelERsYq3" + - "gLmHbWvVCWha5iCU8z3r9VYC0hCN4ArLpMAiysaQ/viewform?entry.1338203640=MyRoboJackets%20" + - (Platform.OS === "android" ? "Android" : "iOS"); + const makeAWishUrl = + 'https://docs.google.com/forms/d/e/1FAIpQLSelERsYq3' + + 'gLmHbWvVCWha5iCU8z3r9VYC0hCN4ArLpMAiysaQ/viewform?entry.1338203640=MyRoboJackets%20' + + (Platform.OS === 'android' ? 'Android' : 'iOS'); type SettingsMenuLinkProps = { icon: React.ComponentProps['name']; @@ -96,16 +106,18 @@ function SettingsScreen() { {onRefreshUser()}} + title={user && user.name ? user.name : 'Refreshing data...'} + subtitle={user && user.uid ? user.uid : 'Username'} + onClick={() => { + onRefreshUser(); + }} /> {__DEV__ && ( // checks if app is running locally <> {}} /> {}} + icon="home" + title="Server" + subtitle={environment.name + ' ' + environment.baseUrl} + onClick={() => {}} /> {}} /> {}} /> - {await openLink(makeAWishUrl)}} + { + await openLink(makeAWishUrl); + }} /> {await openLink(environment.baseUrl + "/privacy")}} + icon="privacy-tip" + title="Privacy policy" + onClick={async () => { + await openLink(environment.baseUrl + '/privacy'); + }} /> - {ReactNativeLegal.launchLicenseListScreen('OSS Notice');}} + { + ReactNativeLegal.launchLicenseListScreen('OSS Notice'); + }} /> From 570236c5370cc5e96a4285123d8708a177754b27 Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 11:59:24 -0600 Subject: [PATCH 05/10] add to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6adc31..f5174dd 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ local.properties *.keystore !debug.keystore .kotlin/ +config/ # node.js # From a881004b1af9ec627c554f1e9da0d89025fab3dc Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 12:01:59 -0600 Subject: [PATCH 06/10] add settings.bundle to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5174dd..8da930f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ DerivedData *.ipa *.xcuserstate **/.xcode.env.local +**/Settings.bundle/ # Android/IntelliJ # @@ -77,7 +78,7 @@ local.properties *.keystore !debug.keystore .kotlin/ -config/ +**/config/ # node.js # From ce78a904108ee408adbf041f7c72c3196827e386 Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 12:03:32 -0600 Subject: [PATCH 07/10] Remove artifacts from react-native-legal --- .../libraries/@babel_code-frame@7.27.1.json | 1 - .../libraries/@babel_compat-data@7.28.4.json | 1 - .../config/libraries/@babel_core@7.28.4.json | 1 - .../libraries/@babel_generator@7.28.3.json | 1 - ...bel_helper-compilation-targets@7.27.2.json | 1 - .../@babel_helper-globals@7.28.0.json | 1 - .../@babel_helper-module-imports@7.27.1.json | 1 - ...babel_helper-module-transforms@7.28.3.json | 1 - .../@babel_helper-plugin-utils@7.27.1.json | 1 - .../@babel_helper-string-parser@7.27.1.json | 1 - ...el_helper-validator-identifier@7.27.1.json | 1 - ...@babel_helper-validator-option@7.27.1.json | 1 - .../libraries/@babel_helpers@7.28.4.json | 1 - .../libraries/@babel_parser@7.28.4.json | 1 - ..._plugin-syntax-async-generators@7.8.4.json | 1 - .../@babel_plugin-syntax-bigint@7.8.3.json | 1 - ...lugin-syntax-class-properties@7.12.13.json | 1 - ...ugin-syntax-class-static-block@7.14.5.json | 1 - ...lugin-syntax-import-attributes@7.27.1.json | 1 - ...abel_plugin-syntax-import-meta@7.10.4.json | 1 - ...abel_plugin-syntax-json-strings@7.8.3.json | 1 - ...x-logical-assignment-operators@7.10.4.json | 1 - ...tax-nullish-coalescing-operator@7.8.3.json | 1 - ...lugin-syntax-numeric-separator@7.10.4.json | 1 - ...lugin-syntax-object-rest-spread@7.8.3.json | 1 - ...n-syntax-optional-catch-binding@7.8.3.json | 1 - ...plugin-syntax-optional-chaining@7.8.3.json | 1 - ...tax-private-property-in-object@7.14.5.json | 1 - ..._plugin-syntax-top-level-await@7.14.5.json | 1 - .../libraries/@babel_runtime@7.28.4.json | 1 - .../libraries/@babel_template@7.27.2.json | 1 - ...rse--for-generate-function-map@7.28.4.json | 1 - .../libraries/@babel_traverse@7.28.4.json | 1 - .../config/libraries/@babel_types@7.28.4.json | 1 - .../libraries/@callstack_licenses@0.3.0.json | 1 - ...@callstack_react-theme-provider@3.0.9.json | 1 - .../libraries/@isaacs_ttlcache@1.4.1.json | 1 - .../@istanbuljs_load-nyc-config@1.1.0.json | 1 - .../libraries/@istanbuljs_schema@0.1.3.json | 1 - ...jest_create-cache-key-function@29.7.0.json | 1 - .../libraries/@jest_environment@29.7.0.json | 1 - .../libraries/@jest_fake-timers@29.7.0.json | 1 - .../libraries/@jest_schemas@29.6.3.json | 1 - .../libraries/@jest_transform@29.7.0.json | 1 - .../config/libraries/@jest_types@29.6.3.json | 1 - .../@jridgewell_gen-mapping@0.3.13.json | 1 - .../@jridgewell_remapping@2.3.5.json | 1 - .../@jridgewell_resolve-uri@3.1.2.json | 1 - .../@jridgewell_source-map@0.3.11.json | 1 - .../@jridgewell_sourcemap-codec@1.5.5.json | 1 - .../@jridgewell_trace-mapping@0.3.31.json | 1 - ...act-native-vector-icons_common@12.3.0.json | 1 - ...or-icons_material-design-icons@12.3.0.json | 1 - ...ve-vector-icons_material-icons@12.3.0.json | 1 - .../@react-native_assets-registry@0.80.1.json | 1 - .../@react-native_codegen@0.80.1.json | 1 - ...ct-native_community-cli-plugin@0.80.1.json | 1 - ...react-native_debugger-frontend@0.80.1.json | 1 - .../@react-native_dev-middleware@0.80.1.json | 1 - .../@react-native_gradle-plugin@0.80.1.json | 1 - .../@react-native_js-polyfills@0.80.1.json | 1 - .../@react-native_new-app-screen@0.80.1.json | 1 - ...@react-native_normalize-colors@0.80.1.json | 1 - ...react-native_virtualized-lists@0.80.1.json | 1 - .../@react-navigation_bottom-tabs@7.4.9.json | 1 - .../@react-navigation_core@7.12.4.json | 1 - .../@react-navigation_elements@2.6.5.json | 1 - ...@react-navigation_native-stack@7.3.28.json | 1 - .../@react-navigation_native@7.1.18.json | 1 - .../@react-navigation_routers@7.5.1.json | 1 - .../libraries/@sinclair_typebox@0.27.8.json | 1 - .../libraries/@sinonjs_commons@3.0.1.json | 1 - .../@sinonjs_fake-timers@10.3.0.json | 1 - .../libraries/@types_babel__core@7.20.5.json | 1 - .../@types_babel__generator@7.27.0.json | 1 - .../@types_babel__template@7.4.4.json | 1 - .../@types_babel__traverse@7.28.0.json | 1 - .../libraries/@types_graceful-fs@4.1.9.json | 1 - .../@types_istanbul-lib-coverage@2.0.6.json | 1 - .../@types_istanbul-lib-report@3.0.3.json | 1 - .../@types_istanbul-reports@3.0.4.json | 1 - .../config/libraries/@types_node@22.19.1.json | 1 - .../libraries/@types_stack-utils@2.0.3.json | 1 - .../libraries/@types_yargs-parser@21.0.3.json | 1 - .../libraries/@types_yargs@17.0.33.json | 1 - .../libraries/@xmldom_xmldom@0.8.11.json | 1 - .../libraries/abort-controller@3.0.0.json | 1 - android/config/libraries/accepts@1.3.8.json | 1 - android/config/libraries/acorn@8.15.0.json | 1 - .../config/libraries/agent-base@7.1.4.json | 1 - android/config/libraries/anser@1.4.10.json | 1 - .../config/libraries/ansi-regex@5.0.1.json | 1 - .../config/libraries/ansi-styles@4.3.0.json | 1 - .../config/libraries/ansi-styles@5.2.0.json | 1 - android/config/libraries/anymatch@3.1.3.json | 1 - android/config/libraries/argparse@1.0.10.json | 1 - .../config/libraries/array-equal@2.0.0.json | 1 - android/config/libraries/asap@2.0.6.json | 1 - .../config/libraries/async-limiter@1.0.1.json | 1 - android/config/libraries/asynckit@0.4.0.json | 1 - android/config/libraries/axios@1.13.2.json | 1 - .../config/libraries/babel-jest@29.7.0.json | 1 - .../babel-plugin-istanbul@6.1.1.json | 1 - .../babel-plugin-jest-hoist@29.6.3.json | 1 - ...el-plugin-syntax-hermes-parser@0.28.1.json | 1 - ...abel-preset-current-node-syntax@1.2.0.json | 1 - .../libraries/babel-preset-jest@29.6.3.json | 1 - .../libraries/balanced-match@1.0.2.json | 1 - android/config/libraries/base64-js@1.5.1.json | 1 - .../baseline-browser-mapping@2.8.18.json | 1 - .../config/libraries/big-integer@1.6.52.json | 1 - android/config/libraries/boolbase@1.0.0.json | 1 - .../libraries/bplist-creator@0.1.0.json | 1 - .../config/libraries/bplist-parser@0.3.1.json | 1 - .../libraries/brace-expansion@1.1.12.json | 1 - android/config/libraries/braces@3.0.3.json | 1 - .../config/libraries/browserslist@4.26.3.json | 1 - android/config/libraries/bser@2.1.1.json | 1 - .../config/libraries/buffer-from@1.1.2.json | 1 - .../call-bind-apply-helpers@1.0.2.json | 1 - .../libraries/caller-callsite@2.0.0.json | 1 - .../config/libraries/caller-path@2.0.0.json | 1 - android/config/libraries/callsites@2.0.0.json | 1 - android/config/libraries/camelcase@5.3.1.json | 1 - android/config/libraries/camelcase@6.3.0.json | 1 - .../libraries/caniuse-lite@1.0.30001751.json | 1 - android/config/libraries/chalk@4.1.2.json | 1 - .../libraries/chrome-launcher@0.15.2.json | 1 - .../chromium-edge-launcher@0.2.0.json | 1 - android/config/libraries/ci-info@2.0.0.json | 1 - android/config/libraries/ci-info@3.9.0.json | 1 - android/config/libraries/cliui@8.0.1.json | 1 - .../config/libraries/color-convert@1.9.3.json | 1 - .../config/libraries/color-convert@2.0.1.json | 1 - .../config/libraries/color-name@1.1.3.json | 1 - .../config/libraries/color-name@1.1.4.json | 1 - .../config/libraries/color-string@1.9.1.json | 1 - android/config/libraries/color@3.2.1.json | 1 - android/config/libraries/color@4.2.3.json | 1 - .../libraries/combined-stream@1.0.8.json | 1 - .../config/libraries/commander@12.1.0.json | 1 - .../config/libraries/commander@2.20.3.json | 1 - .../config/libraries/concat-map@0.0.1.json | 1 - android/config/libraries/connect@3.7.0.json | 1 - .../libraries/convert-source-map@2.0.0.json | 1 - .../config/libraries/cosmiconfig@5.2.1.json | 1 - .../config/libraries/css-select@5.2.2.json | 1 - android/config/libraries/css-tree@1.1.3.json | 1 - android/config/libraries/css-what@6.2.2.json | 1 - android/config/libraries/debug@2.6.9.json | 1 - android/config/libraries/debug@4.4.3.json | 1 - .../libraries/decode-uri-component@0.2.2.json | 1 - android/config/libraries/deepmerge@3.3.0.json | 1 - .../libraries/delayed-stream@1.0.0.json | 1 - android/config/libraries/depd@2.0.0.json | 1 - android/config/libraries/destroy@1.2.0.json | 1 - .../libraries/dom-serializer@2.0.0.json | 1 - .../libraries/domelementtype@2.3.0.json | 1 - .../config/libraries/domhandler@5.0.3.json | 1 - android/config/libraries/domutils@3.2.2.json | 1 - .../config/libraries/dunder-proto@1.0.1.json | 1 - android/config/libraries/ee-first@1.1.1.json | 1 - .../electron-to-chromium@1.5.237.json | 1 - .../config/libraries/emoji-regex@8.0.0.json | 1 - android/config/libraries/encodeurl@1.0.2.json | 1 - android/config/libraries/encodeurl@2.0.0.json | 1 - android/config/libraries/entities@4.5.0.json | 1 - android/config/libraries/error-ex@1.3.4.json | 1 - .../libraries/error-stack-parser@2.1.4.json | 1 - .../libraries/es-define-property@1.0.1.json | 1 - android/config/libraries/es-errors@1.3.0.json | 1 - .../libraries/es-object-atoms@1.1.1.json | 1 - .../libraries/es-set-tostringtag@2.1.0.json | 1 - android/config/libraries/escalade@3.2.0.json | 1 - .../config/libraries/escape-html@1.0.3.json | 1 - .../libraries/escape-string-regexp@2.0.0.json | 1 - .../libraries/escape-string-regexp@4.0.0.json | 1 - android/config/libraries/esprima@4.0.1.json | 1 - android/config/libraries/etag@1.8.1.json | 1 - .../libraries/event-target-shim@5.0.1.json | 1 - .../libraries/exponential-backoff@3.1.3.json | 1 - .../libraries/fast-deep-equal@3.1.3.json | 1 - .../fast-json-stable-stringify@2.1.0.json | 1 - .../config/libraries/fb-watchman@2.0.2.json | 1 - .../config/libraries/fill-range@7.1.1.json | 1 - .../config/libraries/filter-obj@1.1.0.json | 1 - .../config/libraries/finalhandler@1.1.2.json | 1 - android/config/libraries/find-up@4.1.0.json | 1 - android/config/libraries/find-up@7.0.0.json | 1 - .../libraries/flow-enums-runtime@0.0.6.json | 1 - .../libraries/follow-redirects@1.15.11.json | 1 - android/config/libraries/form-data@4.0.5.json | 1 - android/config/libraries/fresh@0.5.2.json | 1 - .../config/libraries/fs.realpath@1.0.0.json | 1 - android/config/libraries/fsevents@2.3.3.json | 1 - .../config/libraries/function-bind@1.1.2.json | 1 - .../libraries/gensync@1.0.0-beta.2.json | 1 - .../libraries/get-caller-file@2.0.5.json | 1 - .../config/libraries/get-intrinsic@1.3.0.json | 1 - .../libraries/get-package-type@0.1.0.json | 1 - android/config/libraries/get-proto@1.0.1.json | 1 - android/config/libraries/glob@7.2.3.json | 1 - android/config/libraries/gopd@1.2.0.json | 1 - .../config/libraries/graceful-fs@4.2.11.json | 1 - android/config/libraries/has-flag@4.0.0.json | 1 - .../config/libraries/has-symbols@1.1.0.json | 1 - .../libraries/has-tostringtag@1.0.2.json | 1 - android/config/libraries/hasown@2.0.2.json | 1 - .../libraries/hermes-estree@0.28.1.json | 1 - .../libraries/hermes-estree@0.29.1.json | 1 - .../libraries/hermes-parser@0.28.1.json | 1 - .../libraries/hermes-parser@0.29.1.json | 1 - .../hoist-non-react-statics@3.3.2.json | 1 - .../config/libraries/http-errors@2.0.0.json | 1 - .../libraries/https-proxy-agent@7.0.6.json | 1 - .../config/libraries/image-size@1.2.1.json | 1 - .../config/libraries/import-fresh@2.0.0.json | 1 - .../config/libraries/imurmurhash@0.1.4.json | 1 - android/config/libraries/inflight@1.0.6.json | 1 - android/config/libraries/inherits@2.0.4.json | 1 - android/config/libraries/invariant@2.2.4.json | 1 - .../config/libraries/is-arrayish@0.2.1.json | 1 - .../config/libraries/is-arrayish@0.3.4.json | 1 - .../config/libraries/is-directory@0.3.1.json | 1 - android/config/libraries/is-docker@2.2.1.json | 1 - .../is-fullwidth-code-point@3.0.0.json | 1 - android/config/libraries/is-number@7.0.0.json | 1 - android/config/libraries/is-wsl@2.2.0.json | 1 - .../istanbul-lib-coverage@3.2.2.json | 1 - .../istanbul-lib-instrument@5.2.1.json | 1 - .../jest-environment-node@29.7.0.json | 1 - .../libraries/jest-get-type@29.6.3.json | 1 - .../libraries/jest-haste-map@29.7.0.json | 1 - .../libraries/jest-message-util@29.7.0.json | 1 - .../config/libraries/jest-mock@29.7.0.json | 1 - .../libraries/jest-regex-util@29.6.3.json | 1 - .../config/libraries/jest-util@29.7.0.json | 1 - .../libraries/jest-validate@29.7.0.json | 1 - .../config/libraries/jest-worker@29.7.0.json | 1 - android/config/libraries/js-tokens@4.0.0.json | 1 - android/config/libraries/js-yaml@3.14.2.json | 1 - .../config/libraries/jsc-safe-url@0.2.4.json | 1 - android/config/libraries/jsesc@3.1.0.json | 1 - .../json-parse-better-errors@1.0.2.json | 1 - android/config/libraries/json5@2.2.3.json | 1 - .../config/libraries/jwt-decode@4.0.0.json | 1 - android/config/libraries/leven@3.1.0.json | 1 - .../libraries/lighthouse-logger@1.4.2.json | 1 - .../config/libraries/locate-path@5.0.0.json | 1 - .../config/libraries/locate-path@6.0.0.json | 1 - .../libraries/lodash.throttle@4.1.1.json | 1 - .../config/libraries/loose-envify@1.4.0.json | 1 - android/config/libraries/lru-cache@5.1.1.json | 1 - .../config/libraries/makeerror@1.0.12.json | 1 - android/config/libraries/marky@1.3.0.json | 1 - .../libraries/math-intrinsics@1.1.0.json | 1 - android/config/libraries/mdn-data@2.0.14.json | 1 - .../config/libraries/memoize-one@5.2.1.json | 1 - .../config/libraries/merge-stream@2.0.0.json | 1 - .../metro-babel-transformer@0.82.5.json | 1 - .../libraries/metro-cache-key@0.82.5.json | 1 - .../config/libraries/metro-cache@0.82.5.json | 1 - .../config/libraries/metro-config@0.82.5.json | 1 - .../config/libraries/metro-core@0.82.5.json | 1 - .../libraries/metro-file-map@0.82.5.json | 1 - .../libraries/metro-minify-terser@0.82.5.json | 1 - .../libraries/metro-resolver@0.82.5.json | 1 - .../libraries/metro-runtime@0.82.5.json | 1 - .../libraries/metro-source-map@0.82.5.json | 1 - .../libraries/metro-symbolicate@0.82.5.json | 1 - .../metro-transform-plugins@0.82.5.json | 1 - .../metro-transform-worker@0.82.5.json | 1 - android/config/libraries/metro@0.82.5.json | 1 - .../config/libraries/micromatch@4.0.8.json | 1 - android/config/libraries/mime-db@1.52.0.json | 1 - .../config/libraries/mime-types@2.1.35.json | 1 - android/config/libraries/mime@1.6.0.json | 1 - android/config/libraries/minimatch@3.1.2.json | 1 - android/config/libraries/mkdirp@1.0.4.json | 1 - android/config/libraries/ms@2.0.0.json | 1 - android/config/libraries/ms@2.1.3.json | 1 - android/config/libraries/nanoid@3.3.11.json | 1 - .../config/libraries/negotiator@0.6.3.json | 1 - .../config/libraries/node-int64@0.4.0.json | 1 - .../libraries/node-releases@2.0.25.json | 1 - .../libraries/normalize-path@3.0.0.json | 1 - android/config/libraries/nth-check@2.1.1.json | 1 - .../config/libraries/nullthrows@1.1.1.json | 1 - android/config/libraries/ob1@0.82.5.json | 1 - .../config/libraries/object-assign@4.1.1.json | 1 - .../config/libraries/on-finished@2.3.0.json | 1 - .../config/libraries/on-finished@2.4.1.json | 1 - android/config/libraries/once@1.4.0.json | 1 - android/config/libraries/open@7.4.2.json | 1 - .../opencollective-postinstall@2.0.3.json | 1 - android/config/libraries/p-limit@2.3.0.json | 1 - android/config/libraries/p-limit@3.1.0.json | 1 - android/config/libraries/p-locate@4.1.0.json | 1 - android/config/libraries/p-locate@5.0.0.json | 1 - android/config/libraries/p-try@2.2.0.json | 1 - .../config/libraries/parse-json@4.0.0.json | 1 - android/config/libraries/parseurl@1.3.3.json | 1 - .../config/libraries/path-exists@4.0.0.json | 1 - .../libraries/path-is-absolute@1.0.1.json | 1 - .../config/libraries/picocolors@1.1.1.json | 1 - android/config/libraries/picomatch@2.3.1.json | 1 - android/config/libraries/pirates@4.0.7.json | 1 - android/config/libraries/plist@3.1.0.json | 1 - .../libraries/pretty-format@29.7.0.json | 1 - android/config/libraries/promise@8.3.0.json | 1 - .../config/libraries/prop-types@15.8.1.json | 1 - .../libraries/proxy-from-env@1.1.0.json | 1 - .../config/libraries/query-string@7.1.3.json | 1 - android/config/libraries/queue@6.0.2.json | 1 - .../config/libraries/range-parser@1.2.1.json | 1 - .../libraries/react-devtools-core@6.1.5.json | 1 - .../config/libraries/react-freeze@1.0.4.json | 1 - .../config/libraries/react-is@16.13.1.json | 1 - android/config/libraries/react-is@18.3.1.json | 1 - android/config/libraries/react-is@19.2.0.json | 1 - .../react-native-app-auth@8.1.0.json | 1 - .../libraries/react-native-base64@0.0.2.json | 1 - ...eact-native-inappbrowser-reborn@3.7.0.json | 1 - .../react-native-keychain@10.0.0.json | 1 - .../libraries/react-native-legal@1.6.0.json | 1 - .../react-native-nfc-manager@3.17.1.json | 1 - .../libraries/react-native-paper@5.14.5.json | 1 - .../react-native-safe-area-context@5.6.1.json | 1 - .../react-native-screens@4.17.1.json | 1 - .../libraries/react-native-svg@15.14.0.json | 1 - .../react-native-vector-icons@10.3.0.json | 1 - .../config/libraries/react-native@0.80.1.json | 1 - .../libraries/react-refresh@0.14.2.json | 1 - android/config/libraries/react@19.1.0.json | 1 - .../regenerator-runtime@0.13.11.json | 1 - .../libraries/require-directory@2.1.1.json | 1 - .../config/libraries/resolve-from@3.0.0.json | 1 - .../config/libraries/resolve-from@5.0.0.json | 1 - android/config/libraries/rimraf@3.0.2.json | 1 - android/config/libraries/sax@1.4.4.json | 1 - .../config/libraries/scheduler@0.26.0.json | 1 - android/config/libraries/semver@6.3.1.json | 1 - android/config/libraries/semver@7.7.3.json | 1 - android/config/libraries/send@0.19.0.json | 1 - .../libraries/serialize-error@2.1.0.json | 1 - .../config/libraries/serve-static@1.16.2.json | 1 - .../libraries/setprototypeof@1.2.0.json | 1 - .../config/libraries/shell-quote@1.8.3.json | 1 - .../config/libraries/signal-exit@3.0.7.json | 1 - .../config/libraries/simple-plist@1.3.1.json | 1 - .../libraries/simple-swizzle@0.2.4.json | 1 - android/config/libraries/slash@3.0.0.json | 1 - .../libraries/source-map-support@0.5.21.json | 1 - .../config/libraries/source-map@0.5.7.json | 1 - .../config/libraries/source-map@0.6.1.json | 1 - .../libraries/split-on-first@1.1.0.json | 1 - .../config/libraries/sprintf-js@1.0.3.json | 1 - .../config/libraries/stack-utils@2.0.6.json | 1 - .../config/libraries/stackframe@1.3.4.json | 1 - .../libraries/stacktrace-parser@0.1.11.json | 1 - android/config/libraries/statuses@1.5.0.json | 1 - android/config/libraries/statuses@2.0.1.json | 1 - .../libraries/stream-buffers@2.2.0.json | 1 - .../libraries/strict-uri-encode@2.0.0.json | 1 - .../config/libraries/string-width@4.2.3.json | 1 - .../config/libraries/strip-ansi@6.0.1.json | 1 - .../libraries/supports-color@7.2.0.json | 1 - .../libraries/supports-color@8.1.1.json | 1 - android/config/libraries/terser@5.44.0.json | 1 - .../config/libraries/test-exclude@6.0.0.json | 1 - android/config/libraries/throat@5.0.0.json | 1 - android/config/libraries/tmpl@1.0.5.json | 1 - .../libraries/to-regex-range@5.0.1.json | 1 - .../config/libraries/toidentifier@1.0.1.json | 1 - .../config/libraries/type-detect@4.0.8.json | 1 - android/config/libraries/type-fest@0.7.1.json | 1 - .../config/libraries/undici-types@6.21.0.json | 1 - .../config/libraries/unicorn-magic@0.1.0.json | 1 - android/config/libraries/unpipe@1.0.0.json | 1 - .../update-browserslist-db@1.1.3.json | 1 - .../libraries/use-latest-callback@0.2.6.json | 1 - .../use-sync-external-store@1.6.0.json | 1 - .../config/libraries/utils-merge@1.0.1.json | 1 - android/config/libraries/uuid@7.0.3.json | 1 - android/config/libraries/vlq@1.0.1.json | 1 - android/config/libraries/walker@1.0.8.json | 1 - android/config/libraries/warn-once@0.1.1.json | 1 - .../config/libraries/whatwg-fetch@3.6.20.json | 1 - android/config/libraries/wrap-ansi@7.0.0.json | 1 - android/config/libraries/wrappy@1.0.2.json | 1 - .../libraries/write-file-atomic@4.0.2.json | 1 - android/config/libraries/ws@6.2.3.json | 1 - android/config/libraries/ws@7.5.10.json | 1 - android/config/libraries/xcode@3.0.1.json | 1 - android/config/libraries/xml2js@0.6.2.json | 1 - .../config/libraries/xmlbuilder@11.0.1.json | 1 - .../config/libraries/xmlbuilder@15.1.1.json | 1 - android/config/libraries/y18n@5.0.8.json | 1 - android/config/libraries/yallist@3.1.1.json | 1 - .../config/libraries/yargs-parser@21.1.1.json | 1 - android/config/libraries/yargs@16.2.0.json | 1 - android/config/libraries/yargs@17.7.2.json | 1 - .../config/libraries/yocto-queue@0.1.0.json | 1 - ...c294233455d4f665af430c75d70798dd4ab13.json | 1 - ...91abf8719785aeb30f4e22001be4e5359791a.json | 1 - ...d04b4a652e140763ac1b68c01d89ed3e590f6.json | 1 - ...148071ee93f4fc8fb48e8846f24b6edd7b510.json | 1 - ...197c2b13a15de203273e1a3218884f86e90e8.json | 1 - ...e5bac5a352b5ce4a25853b8a35344cfb088c1.json | 1 - ...b98c81fc2604bacd17ae2babeeef5b7cac337.json | 1 - ...08c0456a98b0e8633d66eaa069fcdd89a2af6.json | 1 - ...99f188191c754fa291ed0472a943526ef5927.json | 1 - ...8a496c500cee0f1fe62a2ef85a002bc0f75a4.json | 1 - ...6061cf4cc8794a010efbf39b5bcb1ef08a550.json | 1 - ...aa097c93b20a2c8d9e187bf79f5354e3a448b.json | 1 - ...81997067f60730fe7ea70ad12e1896e2b324b.json | 1 - ...0b0abef5689b46867fb230e2addeb1d8e117d.json | 1 - ...42aa9287f3966c9a9a3d6aa758f4f2d6dd701.json | 1 - ...c1967bd58694c6b00d04980216689986b8e6c.json | 1 - ...83af0dc518ab16d08e5334119d12aef4de27b.json | 1 - ...8da50f60c0aceee189f3419a7c0b6b422066d.json | 1 - ...3876f13cb82d2b765125336fbcbc02c0c7a97.json | 1 - ...f07f889194cdcee1cb1794acd92c1f1f3eef3.json | 1 - ...d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json | 1 - ...51ce08c6501cca0c3f7a61193a6b71e5c8428.json | 1 - ...5e59de8a5896f5a8be8236e4b769c65443cbb.json | 1 - ...e6395778c595d922a6eea161a75f3467aff37.json | 1 - ...64eab7dcfb876c6390f027bc6f869a12d0f46.json | 1 - ...d5271255488ec47317eae1e83905cb82b4ddd.json | 1 - ...8e2b14d301fd0e3c6705a0157622d4380a16c.json | 1 - ...5808016d816cd89ac3919671c601bd2ed9785.json | 1 - ...b1e36054eee291f8d8641116b2e98645135fe.json | 1 - ...8333569a69826489661a362c2d5de2cce0c1a.json | 1 - ...d0070538bcf88ff8c9b222b98aed32d69d8a0.json | 1 - ...e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json | 1 - ...8dc09141f3834cd78b03104f81ad908d15b31.json | 1 - ...23f7aa1aabb6bc006c40219222dbf04c8bfb0.json | 1 - ...ef170b155278e265f32f6724e8b3453e6717b.json | 1 - ...30bcd638e50db809df68bfd8b9d2f5986374e.json | 1 - ...0c5479eb9481a6bfb40bead5e00629de12e80.json | 1 - ...9d538737a1ec565379d61e0c6adb74a84630d.json | 1 - ...7c622e902c4167c30d75250b7988e0558a1a9.json | 1 - ...3181542d01134bd6cf43cfa73ae5002a2480d.json | 1 - ...7ed5743b1e950ec4757ca417b601115eb24ab.json | 1 - ...1a4b0edc70d546247ad4a4da7f0a77cd254d3.json | 1 - ...2d5c85520c26f82cda502231260ea71a1f1b0.json | 1 - ...72c1ee928a4a31c4291b1252ad62efcc66ae6.json | 1 - ...3d16af7ac442e3db537f66d99e10672a9433f.json | 1 - ...345d2f66de0fd17134dffa8495eb496e6dff0.json | 1 - ...347664f61237f5957f359959ddb895bb72283.json | 1 - ...c361cd286638aed306b1d05bcef2ea390529f.json | 1 - ...418b5de55dacd18a42226f3ddce137ecda580.json | 1 - ...81b7888613e0c0b642673d1beada00d0ae509.json | 1 - ...fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json | 1 - ...01848b90b700bb51f0a35bbac56760b22f6cd.json | 1 - ...2545f7cc7ebfb08966cba6babed5112eddbbd.json | 1 - ...f06c4b49197cda9a477948628750f67d2a5ea.json | 1 - ...2e4013335b1d6e662ab49e2656db7695b6950.json | 1 - ...c64095e1df23a5f955e9d4a90c7423e1e9c7e.json | 1 - ...8d5d3c19fa753591333c04c27ddac71af6422.json | 1 - ...a028029ff82e5229ad400a3cc22e2bdb687ad.json | 1 - ...8e00f20835f21eeff4e6888302901a99ba659.json | 1 - ...e6cd0f28e5e008626023bc86ee6939ebd0703.json | 1 - ...d504e532f3a7c828964e97024334135b57369.json | 1 - ...8ab2716296fd7a6dec1fc49f1b371a8d613e5.json | 1 - ...117c4a52df9b08d38ddd8448b6e5051198dff.json | 1 - ...3079a39bdc29326d6d20794c471ed453448d7.json | 1 - ...cd9f1ba53f33075a4892efddf5a3c8e403b92.json | 1 - ...c5d8db63012d0b2bd566eb809cfa4838e40a0.json | 1 - ...b3be56c47a6ce8c0e61e2a297d6b4664398c5.json | 1 - ...efaab46df5a407723da5c48f3db02d555d5b9.json | 1 - ...23b3a67da286f24d0a9786ad4ded53449ce90.json | 1 - ...5d4b5d5d351fb1790f8dd256c40476197305f.json | 1 - ...db6d83424756e51be98ec04faa5fb3d76ee51.json | 1 - ...23173c8c115c4e49b9120331638145e3dc058.json | 1 - ...aff95f28d7273239eb4f2f28148d3c07ea3ff.json | 1 - ...7188fa110e669b91987ad956a95c224acc251.json | 1 - ...45f40a904c7280e689d6dae9e99cd4ad119ba.json | 1 - ...1363b5f9b328bafea0d4b8d0a3e900d150f80.json | 1 - ...dd75c058424579111179a88c86daa660f05ad.json | 1 - ...47962225dc50c13aec31a36c32e4cf6d21a4e.json | 1 - ...9cfd5c844910a1779c18f49079777ec96eea0.json | 1 - ...307fa8a128f5fff17e19fe6cf61804307a12a.json | 1 - ...08b75758f07b4796bf9fb972401696d3371f4.json | 1 - ...9696ca36bb8c484bbc590d94fae7be1c4353a.json | 1 - ...0ba5e452aae0e191e8fcaf96a45f9995c7e26.json | 1 - ...20e865ba685fd0debde053d16bc6cac9c8c38.json | 1 - ...57193cbd21e0d32d3c1a6e0f496d70e0b3735.json | 1 - ...73652c5b81438913ba952ff1fb63bce460e5b.json | 1 - ...459bc3db3a50c9862a634c5bb876fde17db9c.json | 1 - ...39f73ef15258a7631f4e23c5a32c39594ef76.json | 1 - ...7bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json | 1 - ...5535c818a02bc66565a24ec15ef9c61039867.json | 1 - ...dc0959cf76392284dcced468857d1f2186a99.json | 1 - ...03d368cf4b445288c4ca7cacb5e7523f33962.json | 1 - ...c67701ba1fc3c93817dfe66af6b6d916a6b7b.json | 1 - ...2e2b77fa48cf588baddf717702f783e3b9c4c.json | 1 - ...6f6c6c631bdab151bdf455461d16c55d931ef.json | 1 - ...727640385c3d7368d1545f13625215696019b.json | 1 - ...3ab8b2e5d7699e2be07178df5bb8a072235eb.json | 1 - ...a7c15b69f743d13bea0dc82d0e3aeea753127.json | 1 - ...3b8de36cbc97ec14824a17569148ccc85986d.json | 1 - ...ea79723028044a4e40ff35af5466379fe8172.json | 1 - ...4afe71b75b5dd3494216749708b164485c3c1.json | 1 - ...2c79c43094ad15b21ddbe87243c1643ae0641.json | 1 - ...b9374db382aacbc0e45b05969c322f4d1c3b6.json | 1 - ...691873fd702cf9194dfb8f1965d4922721a6f.json | 1 - ...f5674bcc6f6a108cc80638383ebad092d60a6.json | 1 - ...b11fa0735496e6bf488b0b81be8e111a62525.json | 1 - ...80af528b622ec0f912b8ef60e2f2bf99cc17e.json | 1 - ...56ce481611315d9f3a5ba0a1023cdf728525b.json | 1 - ...b5cd927c1217e362620f1991629caf1bd2c84.json | 1 - ...0c5e41e19beb9666e426511863c2d8241c334.json | 1 - ...9b727197cb9442f607b062c84678c35c16b83.json | 1 - ...a77bb45a5d60025f318b78a64e19beccd23c7.json | 1 - ...5472b22229211f88afad887410a6389c6e1c8.json | 1 - ...46a80c21ffb74dd94549fff1af9c9a34130cf.json | 1 - ...1e342c8c8153d5a9a36fba02a27a229e6ff0a.json | 1 - ...abd03560a6ec650e79828d90a71b4c69a12d1.json | 1 - ...e3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json | 1 - ...0984f2628327691c326b98f9c71be871e7c8d.json | 1 - ...dabe33c60e112cf3016dc28381e71e7f93354.json | 1 - ...c14447fe9c66ae348ff459382262d7691f664.json | 1 - ...1a1cf5dada6ba243354dc8674b53cd750f494.json | 1 - ...f20787984d84cc9054c7c403c9f80ad4a1ec4.json | 1 - ...f98ce8a0736c83362a987c324902d8a15781c.json | 1 - ...fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json | 1 - ...110375daef1f7281cb8d5e2339449dc4e3572.json | 1 - ...4f6399dc04a810b1492f7a5ac64546645685b.json | 1 - ...37c5e000f113b98da23d870dfab6f71b78afa.json | 1 - ...0e58c8e3da2a7d8108cf3446a33a609b60dc9.json | 1 - ...9558fd8417f47106129829b7c5619e9a50551.json | 1 - ...9a0be07f4f9726501f5919ac5ae24b3e739b7.json | 1 - ...c6ce8789ea9e854f5451ce042a0c8d11692a4.json | 1 - ...8604b049d34e3c0dc9926418181c6c39be3ac.json | 1 - ...52712f2aa1091853013ab259a8ee319eb07d1.json | 1 - ...bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json | 1 - ...aef47fab4fef3c24aead2ac89ec9d68905be2.json | 1 - ...011ed26ce62744bc58f2fcf20d874295c7c7c.json | 1 - ...d5b9b5e833c9d40884b99d39147e5a9e3f3de.json | 1 - ...6d7bdb6092c25fcbb9c719c790383255eded2.json | 1 - ...c294233455d4f665af430c75d70798dd4ab13.json | 1 - ...b6778fd08a19412fb3c1adad655863e6c351d.json | 1 - ...13fdfb0d3839d948a334603f05e644829f606.json | 1 - ...27655c37de500e1e3b0f8842f247babfc311d.json | 1 - ...f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json | 1 - ...0bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json | 1 - ...3e7cdf80875cf3739976ec11d10f367bcf347.json | 1 - ...e01e12a24c6413098c43c86a41413807348ec.json | 1 - ...3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json | 1 - ...dd838bcbd1f177da44f26f6fa908d2cd29c44.json | 1 - ...3a72767a0b3eb3e6225873d5358e2c8df8523.json | 1 - ...3e06f0164e1292351d3502a55fef2575af26f.json | 1 - ...f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json | 1 - ...6a7233931a23efd6a48e1b82c17cffbb5df2e.json | 1 - ...c721df9a84371822f36d50cbcd97fa946eee9.json | 1 - ...2bb63c04cd0f3777b579414f76a68568ed511.json | 1 - ...552612b24fca72cb899246089a7b6e3c3fdee.json | 1 - ...a53d0219d8ec59bde1a7a78ae759810d739dd.json | 1 - ...0532fbb5427e0d6f9ef554f484c0fe35123d3.json | 1 - ...5c30fa1b89ebd29b3d9cd00e581daf15d38b4.json | 1 - ...edf57d2abd7a083c0f2ef2aabc8bc215bdb32.json | 1 - ...b5dd421394440b66f82e79641df5557350c10.json | 1 - ...0fac737c95d264db24ac2ef81339c50106bd1.json | 1 - ...41348594bc1b7b112fcc7943c36f3de44112f.json | 1 - ...cbb4c07fa7ba1999ac351cdcf3630c926d490.json | 1 - ...77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json | 1 - ...1fa923c6801952f29704d40ec6dd0ea8af4f8.json | 1 - ...2234485dff52774ee0de782e4cff297e266d6.json | 1 - ...02e0a6abd7aeee09db0c60ba70a64e559210b.json | 1 - ...68ff6ceef6c30f06a028282d7bed0ff5e80fd.json | 1 - ...f1af9d9726e9bf623e3f669ff9ee09ac9723a.json | 1 - ...1a99d3d9503a17f035f27e5c3a16501456ba0.json | 1 - ...5c3d8c83aec2736a15295caf19b7d1f095856.json | 1 - ...2b8086141292c6472821f48c9becc4cad02df.json | 1 - ...77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json | 1 - ...b744dbe9b854d8f0d25c49b50337f62b21985.json | 1 - ...b012998eca7bb898e3f9a3e87205fb9135af2.json | 1 - ...2b6c7577cba3763b240fdd70f478b9cc80b26.json | 1 - ...648550545804ee6c5bfca55c989ebbeb7365b.json | 1 - ...f364fe888d0eb776a405ae182c0ce1ee74314.json | 1 - ...27e5e4d950847055d066dd4b61a9f48fa3a1f.json | 1 - ...4afea161f28cbcd9b67a642ae343145d44c5d.json | 1 - ...03174d0162432ae274a81d6a26c5f63720185.json | 1 - ...fb59607ce26445da4c4e0022d267c547ec8fb.json | 1 - ...23a094ce7c1162227afad3bcee0a60a68232f.json | 1 - ...ccd7109fc6ebbbfc2e2499695515f34392dea.json | 1 - ...44f4cf61a413beb0516befb888d3cd223d77b.json | 1 - ...91a64a90a9a8fa1a65691d63694fa6564246a.json | 1 - ...fd820e33df9b18ea9d2a6cc0970dda8307dd1.json | 1 - ...457a03668f7f5f699ef9f0075555ee4f1864b.json | 1 - ...6da5f9675ad32de3e432861215cb8b37649ce.json | 1 - ...e1a8cf94b4f55b3b99b366bde6b6464561d8c.json | 1 - ...65b62f09f62809fb0fd7e44fe4a37652d8733.json | 1 - ...c650dbe738fb30896a77e0b9f3cafd3d9faae.json | 1 - ...12e1d35d860ba1e1a6ab48b4a79b894092540.json | 1 - ...13485c831e1cc4ee2082d4449091987aeee88.json | 1 - ...02d26ae275d1ab4c481db7be21b420ba4d8ae.json | 1 - ...847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json | 1 - ...9891d6cd25a34170e81cf0b9fed0a40614346.json | 1 - ...27370bc59f100049e3330faa1ed900af80b06.json | 1 - ios/Settings.bundle/Root.plist | 19 - ...om.mono0926.LicensePlist.latest_result.txt | 1788 --------- .../com.mono0926.LicensePlist.plist | 3415 ----------------- .../@babel_code-frame@7.27.1.plist | 39 - .../@babel_compat-data@7.28.4.plist | 39 - .../@babel_core@7.28.4.plist | 39 - .../@babel_generator@7.28.3.plist | 39 - ...el_helper-compilation-targets@7.27.2.plist | 39 - .../@babel_helper-globals@7.28.0.plist | 39 - .../@babel_helper-module-imports@7.27.1.plist | 39 - ...abel_helper-module-transforms@7.28.3.plist | 39 - .../@babel_helper-plugin-utils@7.27.1.plist | 39 - .../@babel_helper-string-parser@7.27.1.plist | 39 - ...l_helper-validator-identifier@7.27.1.plist | 39 - ...babel_helper-validator-option@7.27.1.plist | 39 - .../@babel_helpers@7.28.4.plist | 40 - .../@babel_parser@7.28.4.plist | 36 - ...plugin-syntax-async-generators@7.8.4.plist | 39 - .../@babel_plugin-syntax-bigint@7.8.3.plist | 39 - ...ugin-syntax-class-properties@7.12.13.plist | 39 - ...gin-syntax-class-static-block@7.14.5.plist | 39 - ...ugin-syntax-import-attributes@7.27.1.plist | 39 - ...bel_plugin-syntax-import-meta@7.10.4.plist | 39 - ...bel_plugin-syntax-json-strings@7.8.3.plist | 39 - ...-logical-assignment-operators@7.10.4.plist | 39 - ...ax-nullish-coalescing-operator@7.8.3.plist | 39 - ...ugin-syntax-numeric-separator@7.10.4.plist | 39 - ...ugin-syntax-object-rest-spread@7.8.3.plist | 39 - ...-syntax-optional-catch-binding@7.8.3.plist | 39 - ...lugin-syntax-optional-chaining@7.8.3.plist | 39 - ...ax-private-property-in-object@7.14.5.plist | 39 - ...plugin-syntax-top-level-await@7.14.5.plist | 39 - .../@babel_runtime@7.28.4.plist | 39 - .../@babel_template@7.27.2.plist | 39 - ...se--for-generate-function-map@7.28.4.plist | 39 - .../@babel_traverse@7.28.4.plist | 39 - .../@babel_types@7.28.4.plist | 39 - .../@callstack_licenses@0.3.0.plist | 38 - ...callstack_react-theme-provider@3.0.9.plist | 38 - .../@isaacs_ttlcache@1.4.1.plist | 32 - .../@istanbuljs_load-nyc-config@1.1.0.plist | 33 - .../@istanbuljs_schema@0.1.3.plist | 38 - ...est_create-cache-key-function@29.7.0.plist | 38 - .../@jest_environment@29.7.0.plist | 38 - .../@jest_fake-timers@29.7.0.plist | 38 - .../@jest_schemas@29.6.3.plist | 38 - .../@jest_transform@29.7.0.plist | 38 - .../@jest_types@29.6.3.plist | 38 - .../@jridgewell_gen-mapping@0.3.13.plist | 36 - .../@jridgewell_remapping@2.3.5.plist | 36 - .../@jridgewell_resolve-uri@3.1.2.plist | 35 - .../@jridgewell_source-map@0.3.11.plist | 36 - .../@jridgewell_sourcemap-codec@1.5.5.plist | 36 - .../@jridgewell_trace-mapping@0.3.31.plist | 36 - ...ct-native-vector-icons_common@12.3.0.plist | 37 - ...r-icons_material-design-icons@12.3.0.plist | 37 - ...e-vector-icons_material-icons@12.3.0.plist | 37 - ...@react-native_assets-registry@0.80.1.plist | 17 - .../@react-native_codegen@0.80.1.plist | 17 - ...t-native_community-cli-plugin@0.80.1.plist | 17 - ...eact-native_debugger-frontend@0.80.1.plist | 17 - .../@react-native_dev-middleware@0.80.1.plist | 17 - .../@react-native_gradle-plugin@0.80.1.plist | 17 - .../@react-native_js-polyfills@0.80.1.plist | 17 - .../@react-native_new-app-screen@0.80.1.plist | 17 - ...react-native_normalize-colors@0.80.1.plist | 17 - ...eact-native_virtualized-lists@0.80.1.plist | 17 - .../@react-navigation_bottom-tabs@7.4.9.plist | 38 - .../@react-navigation_core@7.12.4.plist | 38 - .../@react-navigation_elements@2.6.5.plist | 38 - ...react-navigation_native-stack@7.3.28.plist | 38 - .../@react-navigation_native@7.1.18.plist | 38 - .../@react-navigation_routers@7.5.1.plist | 38 - .../@sinclair_typebox@0.27.8.plist | 39 - .../@sinonjs_commons@3.0.1.plist | 46 - .../@sinonjs_fake-timers@10.3.0.plist | 27 - .../@types_babel__core@7.20.5.plist | 38 - .../@types_babel__generator@7.27.0.plist | 38 - .../@types_babel__template@7.4.4.plist | 38 - .../@types_babel__traverse@7.28.0.plist | 38 - .../@types_graceful-fs@4.1.9.plist | 38 - .../@types_istanbul-lib-coverage@2.0.6.plist | 38 - .../@types_istanbul-lib-report@3.0.3.plist | 38 - .../@types_istanbul-reports@3.0.4.plist | 38 - .../@types_node@22.19.1.plist | 38 - .../@types_stack-utils@2.0.3.plist | 38 - .../@types_yargs-parser@21.0.3.plist | 38 - .../@types_yargs@17.0.33.plist | 38 - .../@xmldom_xmldom@0.8.11.plist | 25 - .../com.mono0926.LicensePlist/AppAuth.plist | 219 -- .../DoubleConversion.plist | 43 - .../LicensePlist.plist | 38 - .../com.mono0926.LicensePlist/RCT-Folly.plist | 217 -- .../RNInAppBrowser.plist | 37 - .../RNKeychain.plist | 39 - .../com.mono0926.LicensePlist/RNSVG.plist | 38 - .../com.mono0926.LicensePlist/RNScreens.plist | 38 - .../RNVectorIcons.plist | 39 - .../React-Core.plist | 38 - .../com.mono0926.LicensePlist/React.plist | 38 - .../ReactNativeLegal.plist | 38 - .../SocketRocket.plist | 46 - .../abort-controller@3.0.0.plist | 38 - .../accepts@1.3.8.plist | 40 - .../acorn@8.15.0.plist | 38 - .../agent-base@7.1.4.plist | 38 - .../anser@1.4.10.plist | 38 - .../ansi-regex@5.0.1.plist | 26 - .../ansi-styles@4.3.0.plist | 26 - .../ansi-styles@5.2.0.plist | 26 - .../anymatch@3.1.3.plist | 32 - .../argparse@1.0.10.plist | 38 - .../array-equal@2.0.0.plist | 27 - .../asap@2.0.6.plist | 38 - .../async-limiter@1.0.1.plist | 25 - .../asynckit@0.4.0.plist | 38 - .../axios@1.13.2.plist | 24 - .../babel-jest@29.7.0.plist | 38 - .../babel-plugin-istanbul@6.1.1.plist | 44 - .../babel-plugin-jest-hoist@29.6.3.plist | 38 - ...l-plugin-syntax-hermes-parser@0.28.1.plist | 38 - ...bel-preset-current-node-syntax@1.2.0.plist | 39 - .../babel-preset-jest@29.6.3.plist | 38 - .../balanced-match@1.0.2.plist | 38 - .../base64-js@1.5.1.plist | 38 - .../baseline-browser-mapping@2.8.18.plist | 17 - .../big-integer@1.6.52.plist | 41 - .../boolbase@1.0.0.plist | 17 - .../com.mono0926.LicensePlist/boost.plist | 40 - .../bplist-creator@0.1.0.plist | 35 - .../bplist-parser@0.3.1.plist | 17 - .../brace-expansion@1.1.12.plist | 38 - .../braces@3.0.3.plist | 38 - .../browserslist@4.26.3.plist | 37 - .../bser@2.1.1.plist | 17 - .../buffer-from@1.1.2.plist | 38 - .../call-bind-apply-helpers@1.0.2.plist | 38 - .../caller-callsite@2.0.0.plist | 38 - .../caller-path@2.0.0.plist | 38 - .../callsites@2.0.0.plist | 38 - .../camelcase@5.3.1.plist | 26 - .../camelcase@6.3.0.plist | 26 - .../caniuse-lite@1.0.30001751.plist | 447 --- .../chalk@4.1.2.plist | 26 - .../chrome-launcher@0.15.2.plist | 219 -- .../chromium-edge-launcher@0.2.0.plist | 219 -- .../ci-info@2.0.0.plist | 38 - .../ci-info@3.9.0.plist | 38 - .../cliui@8.0.1.plist | 17 - .../color-convert@1.9.3.plist | 38 - .../color-convert@2.0.1.plist | 38 - .../color-name@1.1.3.plist | 24 - .../color-name@1.1.4.plist | 24 - .../color-string@1.9.1.plist | 38 - .../color@3.2.1.plist | 38 - .../color@4.2.3.plist | 38 - .../combined-stream@1.0.8.plist | 36 - .../commander@12.1.0.plist | 39 - .../commander@2.20.3.plist | 39 - .../concat-map@0.0.1.plist | 35 - .../connect@3.7.0.plist | 42 - .../convert-source-map@2.0.0.plist | 40 - .../cosmiconfig@5.2.1.plist | 39 - .../css-select@5.2.2.plist | 28 - .../css-tree@1.1.3.plist | 36 - .../css-what@6.2.2.plist | 28 - .../debug@2.6.9.plist | 36 - .../debug@4.4.3.plist | 37 - .../decode-uri-component@0.2.2.plist | 26 - .../deepmerge@3.3.0.plist | 17 - .../delayed-stream@1.0.0.plist | 36 - .../depd@2.0.0.plist | 39 - .../destroy@1.2.0.plist | 40 - .../dom-serializer@2.0.0.plist | 28 - .../domelementtype@2.3.0.plist | 28 - .../domhandler@5.0.3.plist | 28 - .../domutils@3.2.2.plist | 28 - .../dunder-proto@1.0.1.plist | 38 - .../ee-first@1.1.1.plist | 39 - .../electron-to-chromium@1.5.237.plist | 22 - .../emoji-regex@8.0.0.plist | 17 - .../encodeurl@1.0.2.plist | 39 - .../encodeurl@2.0.0.plist | 39 - .../entities@4.5.0.plist | 28 - .../error-ex@1.3.4.plist | 38 - .../error-stack-parser@2.1.4.plist | 36 - .../es-define-property@1.0.1.plist | 38 - .../es-errors@1.3.0.plist | 38 - .../es-object-atoms@1.1.1.plist | 38 - .../es-set-tostringtag@2.1.0.plist | 38 - .../escalade@3.2.0.plist | 26 - .../escape-html@1.0.3.plist | 41 - .../escape-string-regexp@2.0.0.plist | 26 - .../escape-string-regexp@4.0.0.plist | 26 - .../esprima@4.0.1.plist | 17 - .../etag@1.8.1.plist | 39 - .../event-target-shim@5.0.1.plist | 39 - .../exponential-backoff@3.1.3.plist | 219 -- .../fast-deep-equal@3.1.3.plist | 38 - .../fast-json-stable-stringify@2.1.0.plist | 38 - .../fast_float.plist | 207 - .../fb-watchman@2.0.2.plist | 17 - .../fill-range@7.1.1.plist | 38 - .../filter-obj@1.1.0.plist | 38 - .../finalhandler@1.1.2.plist | 39 - .../find-up@4.1.0.plist | 26 - .../find-up@7.0.0.plist | 26 - .../flow-enums-runtime@0.0.6.plist | 38 - .../com.mono0926.LicensePlist/fmt.plist | 44 - .../follow-redirects@1.15.11.plist | 35 - .../form-data@4.0.5.plist | 36 - .../fresh@0.5.2.plist | 40 - .../fs.realpath@1.0.0.plist | 72 - .../fsevents@2.3.3.plist | 39 - .../function-bind@1.1.2.plist | 37 - .../gensync@1.0.0-beta.2.plist | 24 - .../get-caller-file@2.0.5.plist | 23 - .../get-intrinsic@1.3.0.plist | 38 - .../get-package-type@0.1.0.plist | 38 - .../get-proto@1.0.1.plist | 38 - .../glob@7.2.3.plist | 38 - .../com.mono0926.LicensePlist/glog.plist | 82 - .../gopd@1.2.0.plist | 38 - .../graceful-fs@4.2.11.plist | 32 - .../has-flag@4.0.0.plist | 26 - .../has-symbols@1.1.0.plist | 38 - .../has-tostringtag@1.0.2.plist | 38 - .../hasown@2.0.2.plist | 38 - .../hermes-engine.plist | 38 - .../hermes-estree@0.28.1.plist | 38 - .../hermes-estree@0.29.1.plist | 38 - .../hermes-parser@0.28.1.plist | 38 - .../hermes-parser@0.29.1.plist | 38 - .../hoist-non-react-statics@3.3.2.plist | 46 - .../http-errors@2.0.0.plist | 40 - .../https-proxy-agent@7.0.6.plist | 38 - .../image-size@1.2.1.plist | 26 - .../import-fresh@2.0.0.plist | 38 - .../imurmurhash@0.1.4.plist | 17 - .../inflight@1.0.6.plist | 32 - .../inherits@2.0.4.plist | 33 - .../invariant@2.2.4.plist | 38 - .../is-arrayish@0.2.1.plist | 38 - .../is-arrayish@0.3.4.plist | 38 - .../is-directory@0.3.1.plist | 38 - .../is-docker@2.2.1.plist | 26 - .../is-fullwidth-code-point@3.0.0.plist | 26 - .../is-number@7.0.0.plist | 38 - .../is-wsl@2.2.0.plist | 26 - .../istanbul-lib-coverage@3.2.2.plist | 41 - .../istanbul-lib-instrument@5.2.1.plist | 41 - .../jest-environment-node@29.7.0.plist | 38 - .../jest-get-type@29.6.3.plist | 38 - .../jest-haste-map@29.7.0.plist | 38 - .../jest-message-util@29.7.0.plist | 38 - .../jest-mock@29.7.0.plist | 38 - .../jest-regex-util@29.6.3.plist | 38 - .../jest-util@29.7.0.plist | 38 - .../jest-validate@29.7.0.plist | 38 - .../jest-worker@29.7.0.plist | 38 - .../js-tokens@4.0.0.plist | 38 - .../js-yaml@3.14.2.plist | 38 - .../jsc-safe-url@0.2.4.plist | 29 - .../jsesc@3.1.0.plist | 17 - .../json-parse-better-errors@1.0.2.plist | 24 - .../json5@2.2.3.plist | 40 - .../jwt-decode@4.0.0.plist | 38 - .../leven@3.1.0.plist | 26 - .../lighthouse-logger@1.4.2.plist | 219 -- .../locate-path@5.0.0.plist | 26 - .../locate-path@6.0.0.plist | 26 - .../lodash.throttle@4.1.1.plist | 100 - .../loose-envify@1.4.0.plist | 38 - .../lru-cache@5.1.1.plist | 32 - .../makeerror@1.0.12.plist | 45 - .../marky@1.3.0.plist | 226 -- .../math-intrinsics@1.1.0.plist | 38 - .../mdn-data@2.0.14.plist | 133 - .../memoize-one@5.2.1.plist | 37 - .../merge-stream@2.0.0.plist | 38 - .../metro-babel-transformer@0.82.5.plist | 17 - .../metro-cache-key@0.82.5.plist | 17 - .../metro-cache@0.82.5.plist | 17 - .../metro-config@0.82.5.plist | 17 - .../metro-core@0.82.5.plist | 17 - .../metro-file-map@0.82.5.plist | 17 - .../metro-minify-terser@0.82.5.plist | 17 - .../metro-resolver@0.82.5.plist | 17 - .../metro-runtime@0.82.5.plist | 17 - .../metro-source-map@0.82.5.plist | 17 - .../metro-symbolicate@0.82.5.plist | 17 - .../metro-transform-plugins@0.82.5.plist | 17 - .../metro-transform-worker@0.82.5.plist | 17 - .../metro@0.82.5.plist | 17 - .../micromatch@4.0.8.plist | 38 - .../mime-db@1.52.0.plist | 40 - .../mime-types@2.1.35.plist | 40 - .../mime@1.6.0.plist | 38 - .../minimatch@3.1.2.plist | 32 - .../mkdirp@1.0.4.plist | 38 - .../com.mono0926.LicensePlist/ms@2.0.0.plist | 38 - .../com.mono0926.LicensePlist/ms@2.1.3.plist | 38 - .../nanoid@3.3.11.plist | 37 - .../negotiator@0.6.3.plist | 41 - .../node-int64@0.4.0.plist | 36 - .../node-releases@2.0.25.plist | 38 - .../normalize-path@3.0.0.plist | 38 - .../nth-check@2.1.1.plist | 28 - .../nullthrows@1.1.1.plist | 25 - .../ob1@0.82.5.plist | 17 - .../object-assign@4.1.1.plist | 38 - .../on-finished@2.3.0.plist | 40 - .../on-finished@2.4.1.plist | 40 - .../once@1.4.0.plist | 32 - .../open@7.4.2.plist | 26 - .../opencollective-postinstall@2.0.3.plist | 38 - .../p-limit@2.3.0.plist | 26 - .../p-limit@3.1.0.plist | 26 - .../p-locate@4.1.0.plist | 26 - .../p-locate@5.0.0.plist | 26 - .../p-try@2.2.0.plist | 26 - .../parse-json@4.0.0.plist | 26 - .../parseurl@1.3.3.plist | 41 - .../path-exists@4.0.0.plist | 26 - .../path-is-absolute@1.0.1.plist | 38 - .../picocolors@1.1.1.plist | 32 - .../picomatch@2.3.1.plist | 38 - .../pirates@4.0.7.plist | 38 - .../plist@3.1.0.plist | 41 - .../pretty-format@29.7.0.plist | 38 - .../promise@8.3.0.plist | 36 - .../prop-types@15.8.1.plist | 38 - .../proxy-from-env@1.1.0.plist | 37 - .../query-string@7.1.3.plist | 26 - .../queue@6.0.2.plist | 25 - .../range-parser@1.2.1.plist | 40 - .../react-devtools-core@6.1.5.plist | 17 - .../react-freeze@1.0.4.plist | 38 - .../react-is@16.13.1.plist | 38 - .../react-is@18.3.1.plist | 38 - .../react-is@19.2.0.plist | 38 - .../react-native-app-auth@8.1.0.plist | 17 - .../react-native-base64@0.0.2.plist | 38 - ...act-native-inappbrowser-reborn@3.7.0.plist | 37 - .../react-native-keychain@10.0.0.plist | 39 - .../react-native-legal@1.6.0.plist | 38 - .../react-native-nfc-manager.plist | 38 - .../react-native-nfc-manager@3.17.1.plist | 38 - .../react-native-paper@5.14.5.plist | 38 - .../react-native-safe-area-context.plist | 38 - ...react-native-safe-area-context@5.6.1.plist | 38 - .../react-native-screens@4.17.1.plist | 38 - .../react-native-svg@15.14.0.plist | 38 - ...e-vector-icons-material-design-icons.plist | 37 - ...t-native-vector-icons-material-icons.plist | 37 - .../react-native-vector-icons@10.3.0.plist | 39 - .../react-native@0.80.1.plist | 38 - .../react-refresh@0.14.2.plist | 38 - .../react@19.1.0.plist | 38 - .../regenerator-runtime@0.13.11.plist | 38 - .../require-directory@2.1.1.plist | 39 - .../resolve-from@3.0.0.plist | 38 - .../resolve-from@5.0.0.plist | 26 - .../rimraf@3.0.2.plist | 32 - .../com.mono0926.LicensePlist/sax@1.4.4.plist | 72 - .../scheduler@0.26.0.plist | 38 - .../semver@6.3.1.plist | 32 - .../semver@7.7.3.plist | 32 - .../send@0.19.0.plist | 40 - .../serialize-error@2.1.0.plist | 38 - .../serve-static@1.16.2.plist | 42 - .../setprototypeof@1.2.0.plist | 30 - .../shell-quote@1.8.3.plist | 40 - .../signal-exit@3.0.7.plist | 17 - .../simple-plist@1.3.1.plist | 37 - .../simple-swizzle@0.2.4.plist | 38 - .../slash@3.0.0.plist | 26 - .../source-map-support@0.5.21.plist | 38 - .../source-map@0.5.7.plist | 45 - .../source-map@0.6.1.plist | 45 - .../split-on-first@1.1.0.plist | 26 - .../sprintf-js@1.0.3.plist | 41 - .../stack-utils@2.0.6.plist | 38 - .../stackframe@1.3.4.plist | 36 - .../stacktrace-parser@0.1.11.plist | 38 - .../statuses@1.5.0.plist | 40 - .../statuses@2.0.1.plist | 40 - .../stream-buffers@2.2.0.plist | 17 - .../strict-uri-encode@2.0.0.plist | 38 - .../string-width@4.2.3.plist | 26 - .../strip-ansi@6.0.1.plist | 26 - .../supports-color@7.2.0.plist | 26 - .../supports-color@8.1.1.plist | 26 - .../terser@5.44.0.plist | 44 - .../test-exclude@6.0.0.plist | 17 - .../throat@5.0.0.plist | 35 - .../tmpl@1.0.5.plist | 45 - .../to-regex-range@5.0.1.plist | 38 - .../toidentifier@1.0.1.plist | 38 - .../type-detect@4.0.8.plist | 36 - .../type-fest@0.7.1.plist | 26 - .../undici-types@6.21.0.plist | 38 - .../unicorn-magic@0.1.0.plist | 26 - .../unpipe@1.0.0.plist | 39 - .../update-browserslist-db@1.1.3.plist | 37 - .../use-latest-callback@0.2.6.plist | 38 - .../use-sync-external-store@1.6.0.plist | 38 - .../utils-merge@1.0.1.plist | 37 - .../uuid@7.0.3.plist | 38 - .../com.mono0926.LicensePlist/vlq@1.0.1.plist | 24 - .../walker@1.0.8.plist | 30 - .../warn-once@0.1.1.plist | 38 - .../whatwg-fetch@3.6.20.plist | 37 - .../wrap-ansi@7.0.0.plist | 26 - .../wrappy@1.0.2.plist | 32 - .../write-file-atomic@4.0.2.plist | 23 - .../com.mono0926.LicensePlist/ws@6.2.3.plist | 38 - .../com.mono0926.LicensePlist/ws@7.5.10.plist | 38 - .../xcode@3.0.1.plist | 219 -- .../xml2js@0.6.2.plist | 36 - .../xmlbuilder@11.0.1.plist | 38 - .../xmlbuilder@15.1.1.plist | 38 - .../y18n@5.0.8.plist | 30 - .../yallist@3.1.1.plist | 32 - .../yargs-parser@21.1.1.plist | 17 - .../yargs@16.2.0.plist | 38 - .../yargs@17.7.2.plist | 38 - .../yocto-queue@0.1.0.plist | 26 - 1029 files changed, 22632 deletions(-) delete mode 100644 android/config/libraries/@babel_code-frame@7.27.1.json delete mode 100644 android/config/libraries/@babel_compat-data@7.28.4.json delete mode 100644 android/config/libraries/@babel_core@7.28.4.json delete mode 100644 android/config/libraries/@babel_generator@7.28.3.json delete mode 100644 android/config/libraries/@babel_helper-compilation-targets@7.27.2.json delete mode 100644 android/config/libraries/@babel_helper-globals@7.28.0.json delete mode 100644 android/config/libraries/@babel_helper-module-imports@7.27.1.json delete mode 100644 android/config/libraries/@babel_helper-module-transforms@7.28.3.json delete mode 100644 android/config/libraries/@babel_helper-plugin-utils@7.27.1.json delete mode 100644 android/config/libraries/@babel_helper-string-parser@7.27.1.json delete mode 100644 android/config/libraries/@babel_helper-validator-identifier@7.27.1.json delete mode 100644 android/config/libraries/@babel_helper-validator-option@7.27.1.json delete mode 100644 android/config/libraries/@babel_helpers@7.28.4.json delete mode 100644 android/config/libraries/@babel_parser@7.28.4.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json delete mode 100644 android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json delete mode 100644 android/config/libraries/@babel_runtime@7.28.4.json delete mode 100644 android/config/libraries/@babel_template@7.27.2.json delete mode 100644 android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json delete mode 100644 android/config/libraries/@babel_traverse@7.28.4.json delete mode 100644 android/config/libraries/@babel_types@7.28.4.json delete mode 100644 android/config/libraries/@callstack_licenses@0.3.0.json delete mode 100644 android/config/libraries/@callstack_react-theme-provider@3.0.9.json delete mode 100644 android/config/libraries/@isaacs_ttlcache@1.4.1.json delete mode 100644 android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json delete mode 100644 android/config/libraries/@istanbuljs_schema@0.1.3.json delete mode 100644 android/config/libraries/@jest_create-cache-key-function@29.7.0.json delete mode 100644 android/config/libraries/@jest_environment@29.7.0.json delete mode 100644 android/config/libraries/@jest_fake-timers@29.7.0.json delete mode 100644 android/config/libraries/@jest_schemas@29.6.3.json delete mode 100644 android/config/libraries/@jest_transform@29.7.0.json delete mode 100644 android/config/libraries/@jest_types@29.6.3.json delete mode 100644 android/config/libraries/@jridgewell_gen-mapping@0.3.13.json delete mode 100644 android/config/libraries/@jridgewell_remapping@2.3.5.json delete mode 100644 android/config/libraries/@jridgewell_resolve-uri@3.1.2.json delete mode 100644 android/config/libraries/@jridgewell_source-map@0.3.11.json delete mode 100644 android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json delete mode 100644 android/config/libraries/@jridgewell_trace-mapping@0.3.31.json delete mode 100644 android/config/libraries/@react-native-vector-icons_common@12.3.0.json delete mode 100644 android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json delete mode 100644 android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json delete mode 100644 android/config/libraries/@react-native_assets-registry@0.80.1.json delete mode 100644 android/config/libraries/@react-native_codegen@0.80.1.json delete mode 100644 android/config/libraries/@react-native_community-cli-plugin@0.80.1.json delete mode 100644 android/config/libraries/@react-native_debugger-frontend@0.80.1.json delete mode 100644 android/config/libraries/@react-native_dev-middleware@0.80.1.json delete mode 100644 android/config/libraries/@react-native_gradle-plugin@0.80.1.json delete mode 100644 android/config/libraries/@react-native_js-polyfills@0.80.1.json delete mode 100644 android/config/libraries/@react-native_new-app-screen@0.80.1.json delete mode 100644 android/config/libraries/@react-native_normalize-colors@0.80.1.json delete mode 100644 android/config/libraries/@react-native_virtualized-lists@0.80.1.json delete mode 100644 android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json delete mode 100644 android/config/libraries/@react-navigation_core@7.12.4.json delete mode 100644 android/config/libraries/@react-navigation_elements@2.6.5.json delete mode 100644 android/config/libraries/@react-navigation_native-stack@7.3.28.json delete mode 100644 android/config/libraries/@react-navigation_native@7.1.18.json delete mode 100644 android/config/libraries/@react-navigation_routers@7.5.1.json delete mode 100644 android/config/libraries/@sinclair_typebox@0.27.8.json delete mode 100644 android/config/libraries/@sinonjs_commons@3.0.1.json delete mode 100644 android/config/libraries/@sinonjs_fake-timers@10.3.0.json delete mode 100644 android/config/libraries/@types_babel__core@7.20.5.json delete mode 100644 android/config/libraries/@types_babel__generator@7.27.0.json delete mode 100644 android/config/libraries/@types_babel__template@7.4.4.json delete mode 100644 android/config/libraries/@types_babel__traverse@7.28.0.json delete mode 100644 android/config/libraries/@types_graceful-fs@4.1.9.json delete mode 100644 android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json delete mode 100644 android/config/libraries/@types_istanbul-lib-report@3.0.3.json delete mode 100644 android/config/libraries/@types_istanbul-reports@3.0.4.json delete mode 100644 android/config/libraries/@types_node@22.19.1.json delete mode 100644 android/config/libraries/@types_stack-utils@2.0.3.json delete mode 100644 android/config/libraries/@types_yargs-parser@21.0.3.json delete mode 100644 android/config/libraries/@types_yargs@17.0.33.json delete mode 100644 android/config/libraries/@xmldom_xmldom@0.8.11.json delete mode 100644 android/config/libraries/abort-controller@3.0.0.json delete mode 100644 android/config/libraries/accepts@1.3.8.json delete mode 100644 android/config/libraries/acorn@8.15.0.json delete mode 100644 android/config/libraries/agent-base@7.1.4.json delete mode 100644 android/config/libraries/anser@1.4.10.json delete mode 100644 android/config/libraries/ansi-regex@5.0.1.json delete mode 100644 android/config/libraries/ansi-styles@4.3.0.json delete mode 100644 android/config/libraries/ansi-styles@5.2.0.json delete mode 100644 android/config/libraries/anymatch@3.1.3.json delete mode 100644 android/config/libraries/argparse@1.0.10.json delete mode 100644 android/config/libraries/array-equal@2.0.0.json delete mode 100644 android/config/libraries/asap@2.0.6.json delete mode 100644 android/config/libraries/async-limiter@1.0.1.json delete mode 100644 android/config/libraries/asynckit@0.4.0.json delete mode 100644 android/config/libraries/axios@1.13.2.json delete mode 100644 android/config/libraries/babel-jest@29.7.0.json delete mode 100644 android/config/libraries/babel-plugin-istanbul@6.1.1.json delete mode 100644 android/config/libraries/babel-plugin-jest-hoist@29.6.3.json delete mode 100644 android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json delete mode 100644 android/config/libraries/babel-preset-current-node-syntax@1.2.0.json delete mode 100644 android/config/libraries/babel-preset-jest@29.6.3.json delete mode 100644 android/config/libraries/balanced-match@1.0.2.json delete mode 100644 android/config/libraries/base64-js@1.5.1.json delete mode 100644 android/config/libraries/baseline-browser-mapping@2.8.18.json delete mode 100644 android/config/libraries/big-integer@1.6.52.json delete mode 100644 android/config/libraries/boolbase@1.0.0.json delete mode 100644 android/config/libraries/bplist-creator@0.1.0.json delete mode 100644 android/config/libraries/bplist-parser@0.3.1.json delete mode 100644 android/config/libraries/brace-expansion@1.1.12.json delete mode 100644 android/config/libraries/braces@3.0.3.json delete mode 100644 android/config/libraries/browserslist@4.26.3.json delete mode 100644 android/config/libraries/bser@2.1.1.json delete mode 100644 android/config/libraries/buffer-from@1.1.2.json delete mode 100644 android/config/libraries/call-bind-apply-helpers@1.0.2.json delete mode 100644 android/config/libraries/caller-callsite@2.0.0.json delete mode 100644 android/config/libraries/caller-path@2.0.0.json delete mode 100644 android/config/libraries/callsites@2.0.0.json delete mode 100644 android/config/libraries/camelcase@5.3.1.json delete mode 100644 android/config/libraries/camelcase@6.3.0.json delete mode 100644 android/config/libraries/caniuse-lite@1.0.30001751.json delete mode 100644 android/config/libraries/chalk@4.1.2.json delete mode 100644 android/config/libraries/chrome-launcher@0.15.2.json delete mode 100644 android/config/libraries/chromium-edge-launcher@0.2.0.json delete mode 100644 android/config/libraries/ci-info@2.0.0.json delete mode 100644 android/config/libraries/ci-info@3.9.0.json delete mode 100644 android/config/libraries/cliui@8.0.1.json delete mode 100644 android/config/libraries/color-convert@1.9.3.json delete mode 100644 android/config/libraries/color-convert@2.0.1.json delete mode 100644 android/config/libraries/color-name@1.1.3.json delete mode 100644 android/config/libraries/color-name@1.1.4.json delete mode 100644 android/config/libraries/color-string@1.9.1.json delete mode 100644 android/config/libraries/color@3.2.1.json delete mode 100644 android/config/libraries/color@4.2.3.json delete mode 100644 android/config/libraries/combined-stream@1.0.8.json delete mode 100644 android/config/libraries/commander@12.1.0.json delete mode 100644 android/config/libraries/commander@2.20.3.json delete mode 100644 android/config/libraries/concat-map@0.0.1.json delete mode 100644 android/config/libraries/connect@3.7.0.json delete mode 100644 android/config/libraries/convert-source-map@2.0.0.json delete mode 100644 android/config/libraries/cosmiconfig@5.2.1.json delete mode 100644 android/config/libraries/css-select@5.2.2.json delete mode 100644 android/config/libraries/css-tree@1.1.3.json delete mode 100644 android/config/libraries/css-what@6.2.2.json delete mode 100644 android/config/libraries/debug@2.6.9.json delete mode 100644 android/config/libraries/debug@4.4.3.json delete mode 100644 android/config/libraries/decode-uri-component@0.2.2.json delete mode 100644 android/config/libraries/deepmerge@3.3.0.json delete mode 100644 android/config/libraries/delayed-stream@1.0.0.json delete mode 100644 android/config/libraries/depd@2.0.0.json delete mode 100644 android/config/libraries/destroy@1.2.0.json delete mode 100644 android/config/libraries/dom-serializer@2.0.0.json delete mode 100644 android/config/libraries/domelementtype@2.3.0.json delete mode 100644 android/config/libraries/domhandler@5.0.3.json delete mode 100644 android/config/libraries/domutils@3.2.2.json delete mode 100644 android/config/libraries/dunder-proto@1.0.1.json delete mode 100644 android/config/libraries/ee-first@1.1.1.json delete mode 100644 android/config/libraries/electron-to-chromium@1.5.237.json delete mode 100644 android/config/libraries/emoji-regex@8.0.0.json delete mode 100644 android/config/libraries/encodeurl@1.0.2.json delete mode 100644 android/config/libraries/encodeurl@2.0.0.json delete mode 100644 android/config/libraries/entities@4.5.0.json delete mode 100644 android/config/libraries/error-ex@1.3.4.json delete mode 100644 android/config/libraries/error-stack-parser@2.1.4.json delete mode 100644 android/config/libraries/es-define-property@1.0.1.json delete mode 100644 android/config/libraries/es-errors@1.3.0.json delete mode 100644 android/config/libraries/es-object-atoms@1.1.1.json delete mode 100644 android/config/libraries/es-set-tostringtag@2.1.0.json delete mode 100644 android/config/libraries/escalade@3.2.0.json delete mode 100644 android/config/libraries/escape-html@1.0.3.json delete mode 100644 android/config/libraries/escape-string-regexp@2.0.0.json delete mode 100644 android/config/libraries/escape-string-regexp@4.0.0.json delete mode 100644 android/config/libraries/esprima@4.0.1.json delete mode 100644 android/config/libraries/etag@1.8.1.json delete mode 100644 android/config/libraries/event-target-shim@5.0.1.json delete mode 100644 android/config/libraries/exponential-backoff@3.1.3.json delete mode 100644 android/config/libraries/fast-deep-equal@3.1.3.json delete mode 100644 android/config/libraries/fast-json-stable-stringify@2.1.0.json delete mode 100644 android/config/libraries/fb-watchman@2.0.2.json delete mode 100644 android/config/libraries/fill-range@7.1.1.json delete mode 100644 android/config/libraries/filter-obj@1.1.0.json delete mode 100644 android/config/libraries/finalhandler@1.1.2.json delete mode 100644 android/config/libraries/find-up@4.1.0.json delete mode 100644 android/config/libraries/find-up@7.0.0.json delete mode 100644 android/config/libraries/flow-enums-runtime@0.0.6.json delete mode 100644 android/config/libraries/follow-redirects@1.15.11.json delete mode 100644 android/config/libraries/form-data@4.0.5.json delete mode 100644 android/config/libraries/fresh@0.5.2.json delete mode 100644 android/config/libraries/fs.realpath@1.0.0.json delete mode 100644 android/config/libraries/fsevents@2.3.3.json delete mode 100644 android/config/libraries/function-bind@1.1.2.json delete mode 100644 android/config/libraries/gensync@1.0.0-beta.2.json delete mode 100644 android/config/libraries/get-caller-file@2.0.5.json delete mode 100644 android/config/libraries/get-intrinsic@1.3.0.json delete mode 100644 android/config/libraries/get-package-type@0.1.0.json delete mode 100644 android/config/libraries/get-proto@1.0.1.json delete mode 100644 android/config/libraries/glob@7.2.3.json delete mode 100644 android/config/libraries/gopd@1.2.0.json delete mode 100644 android/config/libraries/graceful-fs@4.2.11.json delete mode 100644 android/config/libraries/has-flag@4.0.0.json delete mode 100644 android/config/libraries/has-symbols@1.1.0.json delete mode 100644 android/config/libraries/has-tostringtag@1.0.2.json delete mode 100644 android/config/libraries/hasown@2.0.2.json delete mode 100644 android/config/libraries/hermes-estree@0.28.1.json delete mode 100644 android/config/libraries/hermes-estree@0.29.1.json delete mode 100644 android/config/libraries/hermes-parser@0.28.1.json delete mode 100644 android/config/libraries/hermes-parser@0.29.1.json delete mode 100644 android/config/libraries/hoist-non-react-statics@3.3.2.json delete mode 100644 android/config/libraries/http-errors@2.0.0.json delete mode 100644 android/config/libraries/https-proxy-agent@7.0.6.json delete mode 100644 android/config/libraries/image-size@1.2.1.json delete mode 100644 android/config/libraries/import-fresh@2.0.0.json delete mode 100644 android/config/libraries/imurmurhash@0.1.4.json delete mode 100644 android/config/libraries/inflight@1.0.6.json delete mode 100644 android/config/libraries/inherits@2.0.4.json delete mode 100644 android/config/libraries/invariant@2.2.4.json delete mode 100644 android/config/libraries/is-arrayish@0.2.1.json delete mode 100644 android/config/libraries/is-arrayish@0.3.4.json delete mode 100644 android/config/libraries/is-directory@0.3.1.json delete mode 100644 android/config/libraries/is-docker@2.2.1.json delete mode 100644 android/config/libraries/is-fullwidth-code-point@3.0.0.json delete mode 100644 android/config/libraries/is-number@7.0.0.json delete mode 100644 android/config/libraries/is-wsl@2.2.0.json delete mode 100644 android/config/libraries/istanbul-lib-coverage@3.2.2.json delete mode 100644 android/config/libraries/istanbul-lib-instrument@5.2.1.json delete mode 100644 android/config/libraries/jest-environment-node@29.7.0.json delete mode 100644 android/config/libraries/jest-get-type@29.6.3.json delete mode 100644 android/config/libraries/jest-haste-map@29.7.0.json delete mode 100644 android/config/libraries/jest-message-util@29.7.0.json delete mode 100644 android/config/libraries/jest-mock@29.7.0.json delete mode 100644 android/config/libraries/jest-regex-util@29.6.3.json delete mode 100644 android/config/libraries/jest-util@29.7.0.json delete mode 100644 android/config/libraries/jest-validate@29.7.0.json delete mode 100644 android/config/libraries/jest-worker@29.7.0.json delete mode 100644 android/config/libraries/js-tokens@4.0.0.json delete mode 100644 android/config/libraries/js-yaml@3.14.2.json delete mode 100644 android/config/libraries/jsc-safe-url@0.2.4.json delete mode 100644 android/config/libraries/jsesc@3.1.0.json delete mode 100644 android/config/libraries/json-parse-better-errors@1.0.2.json delete mode 100644 android/config/libraries/json5@2.2.3.json delete mode 100644 android/config/libraries/jwt-decode@4.0.0.json delete mode 100644 android/config/libraries/leven@3.1.0.json delete mode 100644 android/config/libraries/lighthouse-logger@1.4.2.json delete mode 100644 android/config/libraries/locate-path@5.0.0.json delete mode 100644 android/config/libraries/locate-path@6.0.0.json delete mode 100644 android/config/libraries/lodash.throttle@4.1.1.json delete mode 100644 android/config/libraries/loose-envify@1.4.0.json delete mode 100644 android/config/libraries/lru-cache@5.1.1.json delete mode 100644 android/config/libraries/makeerror@1.0.12.json delete mode 100644 android/config/libraries/marky@1.3.0.json delete mode 100644 android/config/libraries/math-intrinsics@1.1.0.json delete mode 100644 android/config/libraries/mdn-data@2.0.14.json delete mode 100644 android/config/libraries/memoize-one@5.2.1.json delete mode 100644 android/config/libraries/merge-stream@2.0.0.json delete mode 100644 android/config/libraries/metro-babel-transformer@0.82.5.json delete mode 100644 android/config/libraries/metro-cache-key@0.82.5.json delete mode 100644 android/config/libraries/metro-cache@0.82.5.json delete mode 100644 android/config/libraries/metro-config@0.82.5.json delete mode 100644 android/config/libraries/metro-core@0.82.5.json delete mode 100644 android/config/libraries/metro-file-map@0.82.5.json delete mode 100644 android/config/libraries/metro-minify-terser@0.82.5.json delete mode 100644 android/config/libraries/metro-resolver@0.82.5.json delete mode 100644 android/config/libraries/metro-runtime@0.82.5.json delete mode 100644 android/config/libraries/metro-source-map@0.82.5.json delete mode 100644 android/config/libraries/metro-symbolicate@0.82.5.json delete mode 100644 android/config/libraries/metro-transform-plugins@0.82.5.json delete mode 100644 android/config/libraries/metro-transform-worker@0.82.5.json delete mode 100644 android/config/libraries/metro@0.82.5.json delete mode 100644 android/config/libraries/micromatch@4.0.8.json delete mode 100644 android/config/libraries/mime-db@1.52.0.json delete mode 100644 android/config/libraries/mime-types@2.1.35.json delete mode 100644 android/config/libraries/mime@1.6.0.json delete mode 100644 android/config/libraries/minimatch@3.1.2.json delete mode 100644 android/config/libraries/mkdirp@1.0.4.json delete mode 100644 android/config/libraries/ms@2.0.0.json delete mode 100644 android/config/libraries/ms@2.1.3.json delete mode 100644 android/config/libraries/nanoid@3.3.11.json delete mode 100644 android/config/libraries/negotiator@0.6.3.json delete mode 100644 android/config/libraries/node-int64@0.4.0.json delete mode 100644 android/config/libraries/node-releases@2.0.25.json delete mode 100644 android/config/libraries/normalize-path@3.0.0.json delete mode 100644 android/config/libraries/nth-check@2.1.1.json delete mode 100644 android/config/libraries/nullthrows@1.1.1.json delete mode 100644 android/config/libraries/ob1@0.82.5.json delete mode 100644 android/config/libraries/object-assign@4.1.1.json delete mode 100644 android/config/libraries/on-finished@2.3.0.json delete mode 100644 android/config/libraries/on-finished@2.4.1.json delete mode 100644 android/config/libraries/once@1.4.0.json delete mode 100644 android/config/libraries/open@7.4.2.json delete mode 100644 android/config/libraries/opencollective-postinstall@2.0.3.json delete mode 100644 android/config/libraries/p-limit@2.3.0.json delete mode 100644 android/config/libraries/p-limit@3.1.0.json delete mode 100644 android/config/libraries/p-locate@4.1.0.json delete mode 100644 android/config/libraries/p-locate@5.0.0.json delete mode 100644 android/config/libraries/p-try@2.2.0.json delete mode 100644 android/config/libraries/parse-json@4.0.0.json delete mode 100644 android/config/libraries/parseurl@1.3.3.json delete mode 100644 android/config/libraries/path-exists@4.0.0.json delete mode 100644 android/config/libraries/path-is-absolute@1.0.1.json delete mode 100644 android/config/libraries/picocolors@1.1.1.json delete mode 100644 android/config/libraries/picomatch@2.3.1.json delete mode 100644 android/config/libraries/pirates@4.0.7.json delete mode 100644 android/config/libraries/plist@3.1.0.json delete mode 100644 android/config/libraries/pretty-format@29.7.0.json delete mode 100644 android/config/libraries/promise@8.3.0.json delete mode 100644 android/config/libraries/prop-types@15.8.1.json delete mode 100644 android/config/libraries/proxy-from-env@1.1.0.json delete mode 100644 android/config/libraries/query-string@7.1.3.json delete mode 100644 android/config/libraries/queue@6.0.2.json delete mode 100644 android/config/libraries/range-parser@1.2.1.json delete mode 100644 android/config/libraries/react-devtools-core@6.1.5.json delete mode 100644 android/config/libraries/react-freeze@1.0.4.json delete mode 100644 android/config/libraries/react-is@16.13.1.json delete mode 100644 android/config/libraries/react-is@18.3.1.json delete mode 100644 android/config/libraries/react-is@19.2.0.json delete mode 100644 android/config/libraries/react-native-app-auth@8.1.0.json delete mode 100644 android/config/libraries/react-native-base64@0.0.2.json delete mode 100644 android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json delete mode 100644 android/config/libraries/react-native-keychain@10.0.0.json delete mode 100644 android/config/libraries/react-native-legal@1.6.0.json delete mode 100644 android/config/libraries/react-native-nfc-manager@3.17.1.json delete mode 100644 android/config/libraries/react-native-paper@5.14.5.json delete mode 100644 android/config/libraries/react-native-safe-area-context@5.6.1.json delete mode 100644 android/config/libraries/react-native-screens@4.17.1.json delete mode 100644 android/config/libraries/react-native-svg@15.14.0.json delete mode 100644 android/config/libraries/react-native-vector-icons@10.3.0.json delete mode 100644 android/config/libraries/react-native@0.80.1.json delete mode 100644 android/config/libraries/react-refresh@0.14.2.json delete mode 100644 android/config/libraries/react@19.1.0.json delete mode 100644 android/config/libraries/regenerator-runtime@0.13.11.json delete mode 100644 android/config/libraries/require-directory@2.1.1.json delete mode 100644 android/config/libraries/resolve-from@3.0.0.json delete mode 100644 android/config/libraries/resolve-from@5.0.0.json delete mode 100644 android/config/libraries/rimraf@3.0.2.json delete mode 100644 android/config/libraries/sax@1.4.4.json delete mode 100644 android/config/libraries/scheduler@0.26.0.json delete mode 100644 android/config/libraries/semver@6.3.1.json delete mode 100644 android/config/libraries/semver@7.7.3.json delete mode 100644 android/config/libraries/send@0.19.0.json delete mode 100644 android/config/libraries/serialize-error@2.1.0.json delete mode 100644 android/config/libraries/serve-static@1.16.2.json delete mode 100644 android/config/libraries/setprototypeof@1.2.0.json delete mode 100644 android/config/libraries/shell-quote@1.8.3.json delete mode 100644 android/config/libraries/signal-exit@3.0.7.json delete mode 100644 android/config/libraries/simple-plist@1.3.1.json delete mode 100644 android/config/libraries/simple-swizzle@0.2.4.json delete mode 100644 android/config/libraries/slash@3.0.0.json delete mode 100644 android/config/libraries/source-map-support@0.5.21.json delete mode 100644 android/config/libraries/source-map@0.5.7.json delete mode 100644 android/config/libraries/source-map@0.6.1.json delete mode 100644 android/config/libraries/split-on-first@1.1.0.json delete mode 100644 android/config/libraries/sprintf-js@1.0.3.json delete mode 100644 android/config/libraries/stack-utils@2.0.6.json delete mode 100644 android/config/libraries/stackframe@1.3.4.json delete mode 100644 android/config/libraries/stacktrace-parser@0.1.11.json delete mode 100644 android/config/libraries/statuses@1.5.0.json delete mode 100644 android/config/libraries/statuses@2.0.1.json delete mode 100644 android/config/libraries/stream-buffers@2.2.0.json delete mode 100644 android/config/libraries/strict-uri-encode@2.0.0.json delete mode 100644 android/config/libraries/string-width@4.2.3.json delete mode 100644 android/config/libraries/strip-ansi@6.0.1.json delete mode 100644 android/config/libraries/supports-color@7.2.0.json delete mode 100644 android/config/libraries/supports-color@8.1.1.json delete mode 100644 android/config/libraries/terser@5.44.0.json delete mode 100644 android/config/libraries/test-exclude@6.0.0.json delete mode 100644 android/config/libraries/throat@5.0.0.json delete mode 100644 android/config/libraries/tmpl@1.0.5.json delete mode 100644 android/config/libraries/to-regex-range@5.0.1.json delete mode 100644 android/config/libraries/toidentifier@1.0.1.json delete mode 100644 android/config/libraries/type-detect@4.0.8.json delete mode 100644 android/config/libraries/type-fest@0.7.1.json delete mode 100644 android/config/libraries/undici-types@6.21.0.json delete mode 100644 android/config/libraries/unicorn-magic@0.1.0.json delete mode 100644 android/config/libraries/unpipe@1.0.0.json delete mode 100644 android/config/libraries/update-browserslist-db@1.1.3.json delete mode 100644 android/config/libraries/use-latest-callback@0.2.6.json delete mode 100644 android/config/libraries/use-sync-external-store@1.6.0.json delete mode 100644 android/config/libraries/utils-merge@1.0.1.json delete mode 100644 android/config/libraries/uuid@7.0.3.json delete mode 100644 android/config/libraries/vlq@1.0.1.json delete mode 100644 android/config/libraries/walker@1.0.8.json delete mode 100644 android/config/libraries/warn-once@0.1.1.json delete mode 100644 android/config/libraries/whatwg-fetch@3.6.20.json delete mode 100644 android/config/libraries/wrap-ansi@7.0.0.json delete mode 100644 android/config/libraries/wrappy@1.0.2.json delete mode 100644 android/config/libraries/write-file-atomic@4.0.2.json delete mode 100644 android/config/libraries/ws@6.2.3.json delete mode 100644 android/config/libraries/ws@7.5.10.json delete mode 100644 android/config/libraries/xcode@3.0.1.json delete mode 100644 android/config/libraries/xml2js@0.6.2.json delete mode 100644 android/config/libraries/xmlbuilder@11.0.1.json delete mode 100644 android/config/libraries/xmlbuilder@15.1.1.json delete mode 100644 android/config/libraries/y18n@5.0.8.json delete mode 100644 android/config/libraries/yallist@3.1.1.json delete mode 100644 android/config/libraries/yargs-parser@21.1.1.json delete mode 100644 android/config/libraries/yargs@16.2.0.json delete mode 100644 android/config/libraries/yargs@17.7.2.json delete mode 100644 android/config/libraries/yocto-queue@0.1.0.json delete mode 100644 android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json delete mode 100644 android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json delete mode 100644 android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json delete mode 100644 android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json delete mode 100644 android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json delete mode 100644 android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json delete mode 100644 android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json delete mode 100644 android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json delete mode 100644 android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json delete mode 100644 android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json delete mode 100644 android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json delete mode 100644 android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json delete mode 100644 android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json delete mode 100644 android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json delete mode 100644 android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json delete mode 100644 android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json delete mode 100644 android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json delete mode 100644 android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json delete mode 100644 android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json delete mode 100644 android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json delete mode 100644 android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json delete mode 100644 android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json delete mode 100644 android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json delete mode 100644 android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json delete mode 100644 android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json delete mode 100644 android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json delete mode 100644 android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json delete mode 100644 android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json delete mode 100644 android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json delete mode 100644 android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json delete mode 100644 android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json delete mode 100644 android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json delete mode 100644 android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json delete mode 100644 android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json delete mode 100644 android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json delete mode 100644 android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json delete mode 100644 android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json delete mode 100644 android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json delete mode 100644 android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json delete mode 100644 android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json delete mode 100644 android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json delete mode 100644 android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json delete mode 100644 android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json delete mode 100644 android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json delete mode 100644 android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json delete mode 100644 android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json delete mode 100644 android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json delete mode 100644 android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json delete mode 100644 android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json delete mode 100644 android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json delete mode 100644 android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json delete mode 100644 android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json delete mode 100644 android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json delete mode 100644 android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json delete mode 100644 android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json delete mode 100644 android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json delete mode 100644 android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json delete mode 100644 android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json delete mode 100644 android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json delete mode 100644 android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json delete mode 100644 android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json delete mode 100644 android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json delete mode 100644 android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json delete mode 100644 android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json delete mode 100644 android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json delete mode 100644 android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json delete mode 100644 android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json delete mode 100644 android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json delete mode 100644 android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json delete mode 100644 android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json delete mode 100644 android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json delete mode 100644 android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json delete mode 100644 android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json delete mode 100644 android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json delete mode 100644 android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json delete mode 100644 android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json delete mode 100644 android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json delete mode 100644 android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json delete mode 100644 android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json delete mode 100644 android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json delete mode 100644 android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json delete mode 100644 android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json delete mode 100644 android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json delete mode 100644 android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json delete mode 100644 android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json delete mode 100644 android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json delete mode 100644 android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json delete mode 100644 android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json delete mode 100644 android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json delete mode 100644 android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json delete mode 100644 android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json delete mode 100644 android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json delete mode 100644 android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json delete mode 100644 android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json delete mode 100644 android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json delete mode 100644 android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json delete mode 100644 android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json delete mode 100644 android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json delete mode 100644 android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json delete mode 100644 android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json delete mode 100644 android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json delete mode 100644 android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json delete mode 100644 android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json delete mode 100644 android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json delete mode 100644 android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json delete mode 100644 android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json delete mode 100644 android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json delete mode 100644 android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json delete mode 100644 android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json delete mode 100644 android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json delete mode 100644 android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json delete mode 100644 android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json delete mode 100644 android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json delete mode 100644 android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json delete mode 100644 android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json delete mode 100644 android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json delete mode 100644 android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json delete mode 100644 android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json delete mode 100644 android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json delete mode 100644 android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json delete mode 100644 android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json delete mode 100644 android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json delete mode 100644 android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json delete mode 100644 android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json delete mode 100644 android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json delete mode 100644 android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json delete mode 100644 android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json delete mode 100644 android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json delete mode 100644 android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json delete mode 100644 android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json delete mode 100644 android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json delete mode 100644 android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json delete mode 100644 android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json delete mode 100644 android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json delete mode 100644 android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json delete mode 100644 android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json delete mode 100644 android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json delete mode 100644 android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json delete mode 100644 android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json delete mode 100644 android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json delete mode 100644 android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json delete mode 100644 android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json delete mode 100644 android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json delete mode 100644 android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json delete mode 100644 android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json delete mode 100644 android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json delete mode 100644 android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json delete mode 100644 android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json delete mode 100644 android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json delete mode 100644 android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json delete mode 100644 android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json delete mode 100644 android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json delete mode 100644 android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json delete mode 100644 android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json delete mode 100644 android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json delete mode 100644 android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json delete mode 100644 android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json delete mode 100644 android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json delete mode 100644 android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json delete mode 100644 android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json delete mode 100644 android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json delete mode 100644 android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json delete mode 100644 android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json delete mode 100644 android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json delete mode 100644 android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json delete mode 100644 android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json delete mode 100644 android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json delete mode 100644 android/config/licenses/MIT_c502ab890efbf3a02ce07e6c5a0e7bc5f6d1fe4c07a6853ea6dcda1eea5734e4c6cf5a3b01ff0933938ec0f904668ff6ceef6c30f06a028282d7bed0ff5e80fd.json delete mode 100644 android/config/licenses/MIT_c5b3e97389de00379ade588e9207216f33aeb53b19d189dca03a614cd0540163ccc36669ef2889536deaf5e5e68f1af9d9726e9bf623e3f669ff9ee09ac9723a.json delete mode 100644 android/config/licenses/MIT_c63e7b50d4c36c9b9649e466d52dae5347be3f4a3e7c5e3903adebb3de76d279294a20ee77aa6236bd103c70dd31a99d3d9503a17f035f27e5c3a16501456ba0.json delete mode 100644 android/config/licenses/MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856.json delete mode 100644 android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json delete mode 100644 android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json delete mode 100644 android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json delete mode 100644 android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json delete mode 100644 android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json delete mode 100644 android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json delete mode 100644 android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json delete mode 100644 android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json delete mode 100644 android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json delete mode 100644 android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json delete mode 100644 android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json delete mode 100644 android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json delete mode 100644 android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json delete mode 100644 android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json delete mode 100644 android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json delete mode 100644 android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json delete mode 100644 android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json delete mode 100644 android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json delete mode 100644 android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json delete mode 100644 android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json delete mode 100644 android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json delete mode 100644 android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json delete mode 100644 android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json delete mode 100644 android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json delete mode 100644 android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json delete mode 100644 android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json delete mode 100644 android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json delete mode 100644 ios/Settings.bundle/Root.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/React.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist delete mode 100644 ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist diff --git a/android/config/libraries/@babel_code-frame@7.27.1.json b/android/config/libraries/@babel_code-frame@7.27.1.json deleted file mode 100644 index 6632200..0000000 --- a/android/config/libraries/@babel_code-frame@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"Generate errors that contain a code frame that point to source locations.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/code-frame","tag":"","uniqueId":"@babel_code-frame@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_compat-data@7.28.4.json b/android/config/libraries/@babel_compat-data@7.28.4.json deleted file mode 100644 index cb1680a..0000000 --- a/android/config/libraries/@babel_compat-data@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"The compat-data to determine required Babel plugins","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/compat-data","tag":"","uniqueId":"@babel_compat-data@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_core@7.28.4.json b/android/config/libraries/@babel_core@7.28.4.json deleted file mode 100644 index 4c0f826..0000000 --- a/android/config/libraries/@babel_core@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"Babel compiler core.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/core","tag":"","uniqueId":"@babel_core@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_generator@7.28.3.json b/android/config/libraries/@babel_generator@7.28.3.json deleted file mode 100644 index fcb51d4..0000000 --- a/android/config/libraries/@babel_generator@7.28.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.3","description":"Turns an AST into code.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/generator","tag":"","uniqueId":"@babel_generator@7.28.3","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json b/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json deleted file mode 100644 index 1fe6825..0000000 --- a/android/config/libraries/@babel_helper-compilation-targets@7.27.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.2","description":"Helper functions on Babel compilation targets","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-compilation-targets","tag":"","uniqueId":"@babel_helper-compilation-targets@7.27.2","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-globals@7.28.0.json b/android/config/libraries/@babel_helper-globals@7.28.0.json deleted file mode 100644 index ec427b7..0000000 --- a/android/config/libraries/@babel_helper-globals@7.28.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.0","description":"A collection of JavaScript globals for Babel internal usage","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-globals","tag":"","uniqueId":"@babel_helper-globals@7.28.0","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-module-imports@7.27.1.json b/android/config/libraries/@babel_helper-module-imports@7.27.1.json deleted file mode 100644 index bd1ea4e..0000000 --- a/android/config/libraries/@babel_helper-module-imports@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"Babel helper functions for inserting module loads","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-module-imports","tag":"","uniqueId":"@babel_helper-module-imports@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-module-transforms@7.28.3.json b/android/config/libraries/@babel_helper-module-transforms@7.28.3.json deleted file mode 100644 index 9f99b80..0000000 --- a/android/config/libraries/@babel_helper-module-transforms@7.28.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.3","description":"Babel helper functions for implementing ES6 module transformations","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-module-transforms","tag":"","uniqueId":"@babel_helper-module-transforms@7.28.3","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json b/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json deleted file mode 100644 index 7f797e9..0000000 --- a/android/config/libraries/@babel_helper-plugin-utils@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"General utilities for plugins to use","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-plugin-utils","tag":"","uniqueId":"@babel_helper-plugin-utils@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-string-parser@7.27.1.json b/android/config/libraries/@babel_helper-string-parser@7.27.1.json deleted file mode 100644 index 45e4cd3..0000000 --- a/android/config/libraries/@babel_helper-string-parser@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"A utility package to parse strings","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-string-parser","tag":"","uniqueId":"@babel_helper-string-parser@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json b/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json deleted file mode 100644 index ff20f1f..0000000 --- a/android/config/libraries/@babel_helper-validator-identifier@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"Validate identifier/keywords name","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-validator-identifier","tag":"","uniqueId":"@babel_helper-validator-identifier@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helper-validator-option@7.27.1.json b/android/config/libraries/@babel_helper-validator-option@7.27.1.json deleted file mode 100644 index 2e42378..0000000 --- a/android/config/libraries/@babel_helper-validator-option@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"Validate plugin/preset options","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/helper-validator-option","tag":"","uniqueId":"@babel_helper-validator-option@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_helpers@7.28.4.json b/android/config/libraries/@babel_helpers@7.28.4.json deleted file mode 100644 index da760e2..0000000 --- a/android/config/libraries/@babel_helpers@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"Collection of helper functions used by Babel transforms.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652"],"name":"@babel/helpers","tag":"","uniqueId":"@babel_helpers@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_parser@7.28.4.json b/android/config/libraries/@babel_parser@7.28.4.json deleted file mode 100644 index 730c361..0000000 --- a/android/config/libraries/@babel_parser@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"A JavaScript parser","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1"],"name":"@babel/parser","tag":"","uniqueId":"@babel_parser@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json b/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json deleted file mode 100644 index 0c9587c..0000000 --- a/android/config/libraries/@babel_plugin-syntax-async-generators@7.8.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.4","description":"Allow parsing of async generator functions","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-async-generators","tag":"","uniqueId":"@babel_plugin-syntax-async-generators@7.8.4","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json deleted file mode 100644 index 5a481f4..0000000 --- a/android/config/libraries/@babel_plugin-syntax-bigint@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of BigInt literals","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-bigint","tag":"","uniqueId":"@babel_plugin-syntax-bigint@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json b/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json deleted file mode 100644 index 4594a19..0000000 --- a/android/config/libraries/@babel_plugin-syntax-class-properties@7.12.13.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.12.13","description":"Allow parsing of class properties","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-class-properties","tag":"","uniqueId":"@babel_plugin-syntax-class-properties@7.12.13","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json deleted file mode 100644 index 1c5a5e4..0000000 --- a/android/config/libraries/@babel_plugin-syntax-class-static-block@7.14.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.14.5","description":"Allow parsing of class static blocks","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-class-static-block","tag":"","uniqueId":"@babel_plugin-syntax-class-static-block@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json b/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json deleted file mode 100644 index 87bac88..0000000 --- a/android/config/libraries/@babel_plugin-syntax-import-attributes@7.27.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.1","description":"Allow parsing of the module attributes in the import statement","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-import-attributes","tag":"","uniqueId":"@babel_plugin-syntax-import-attributes@7.27.1","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json deleted file mode 100644 index 51115e5..0000000 --- a/android/config/libraries/@babel_plugin-syntax-import-meta@7.10.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.10.4","description":"Allow parsing of import.meta","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-import-meta","tag":"","uniqueId":"@babel_plugin-syntax-import-meta@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json deleted file mode 100644 index e3b6d1c..0000000 --- a/android/config/libraries/@babel_plugin-syntax-json-strings@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-json-strings","tag":"","uniqueId":"@babel_plugin-syntax-json-strings@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json deleted file mode 100644 index 6de1d31..0000000 --- a/android/config/libraries/@babel_plugin-syntax-logical-assignment-operators@7.10.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.10.4","description":"Allow parsing of the logical assignment operators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-logical-assignment-operators","tag":"","uniqueId":"@babel_plugin-syntax-logical-assignment-operators@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json deleted file mode 100644 index cc07ce7..0000000 --- a/android/config/libraries/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of the nullish-coalescing operator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-nullish-coalescing-operator","tag":"","uniqueId":"@babel_plugin-syntax-nullish-coalescing-operator@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json b/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json deleted file mode 100644 index 7459fb4..0000000 --- a/android/config/libraries/@babel_plugin-syntax-numeric-separator@7.10.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.10.4","description":"Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-numeric-separator","tag":"","uniqueId":"@babel_plugin-syntax-numeric-separator@7.10.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json deleted file mode 100644 index 4fa6df0..0000000 --- a/android/config/libraries/@babel_plugin-syntax-object-rest-spread@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of object rest/spread","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-object-rest-spread","tag":"","uniqueId":"@babel_plugin-syntax-object-rest-spread@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json deleted file mode 100644 index 70348e0..0000000 --- a/android/config/libraries/@babel_plugin-syntax-optional-catch-binding@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of optional catch bindings","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-optional-catch-binding","tag":"","uniqueId":"@babel_plugin-syntax-optional-catch-binding@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json b/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json deleted file mode 100644 index 86ece01..0000000 --- a/android/config/libraries/@babel_plugin-syntax-optional-chaining@7.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.8.3","description":"Allow parsing of optional properties","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-optional-chaining","tag":"","uniqueId":"@babel_plugin-syntax-optional-chaining@7.8.3","website":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json deleted file mode 100644 index 69138d0..0000000 --- a/android/config/libraries/@babel_plugin-syntax-private-property-in-object@7.14.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.14.5","description":"Allow parsing of '#foo in obj' brand checks","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-private-property-in-object","tag":"","uniqueId":"@babel_plugin-syntax-private-property-in-object@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json b/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json deleted file mode 100644 index befbac2..0000000 --- a/android/config/libraries/@babel_plugin-syntax-top-level-await@7.14.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.14.5","description":"Allow parsing of top-level await in modules","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/plugin-syntax-top-level-await","tag":"","uniqueId":"@babel_plugin-syntax-top-level-await@7.14.5","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_runtime@7.28.4.json b/android/config/libraries/@babel_runtime@7.28.4.json deleted file mode 100644 index 2975fd8..0000000 --- a/android/config/libraries/@babel_runtime@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"babel's modular runtime helpers","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/runtime","tag":"","uniqueId":"@babel_runtime@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_template@7.27.2.json b/android/config/libraries/@babel_template@7.27.2.json deleted file mode 100644 index 5fbbc3c..0000000 --- a/android/config/libraries/@babel_template@7.27.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.2","description":"Generate an AST from a string template.","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/template","tag":"","uniqueId":"@babel_template@7.27.2","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json b/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json deleted file mode 100644 index 51ebcb8..0000000 --- a/android/config/libraries/@babel_traverse--for-generate-function-map@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/traverse--for-generate-function-map","tag":"","uniqueId":"@babel_traverse--for-generate-function-map@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_traverse@7.28.4.json b/android/config/libraries/@babel_traverse@7.28.4.json deleted file mode 100644 index ec5599f..0000000 --- a/android/config/libraries/@babel_traverse@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/traverse","tag":"","uniqueId":"@babel_traverse@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@babel_types@7.28.4.json b/android/config/libraries/@babel_types@7.28.4.json deleted file mode 100644 index a6ea685..0000000 --- a/android/config/libraries/@babel_types@7.28.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.4","description":"Babel Types is a Lodash-esque utility library for AST nodes","developers":[{"name":"The Babel Team (https://babel.dev/team)","organisationUrl":""}],"licenses":["MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5"],"name":"@babel/types","tag":"","uniqueId":"@babel_types@7.28.4","website":"https://github.com/babel/babel"} \ No newline at end of file diff --git a/android/config/libraries/@callstack_licenses@0.3.0.json b/android/config/libraries/@callstack_licenses@0.3.0.json deleted file mode 100644 index e13507e..0000000 --- a/android/config/libraries/@callstack_licenses@0.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.0","description":"API package that exposes functionalities for programmatic scanning of licenses in Node.js projects.","developers":[{"name":"Mateusz Mędrek (https://github.com/mateusz1913)","organisationUrl":""}],"licenses":["MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523"],"name":"@callstack/licenses","tag":"","uniqueId":"@callstack_licenses@0.3.0","website":"https://github.com/callstackincubator/react-native-legal"} \ No newline at end of file diff --git a/android/config/libraries/@callstack_react-theme-provider@3.0.9.json b/android/config/libraries/@callstack_react-theme-provider@3.0.9.json deleted file mode 100644 index 443e459..0000000 --- a/android/config/libraries/@callstack_react-theme-provider@3.0.9.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.9","description":"Theme provider for react and react-native applications","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea"],"name":"@callstack/react-theme-provider","tag":"","uniqueId":"@callstack_react-theme-provider@3.0.9","website":"https://github.com/callstack/react-theme-provider"} \ No newline at end of file diff --git a/android/config/libraries/@isaacs_ttlcache@1.4.1.json b/android/config/libraries/@isaacs_ttlcache@1.4.1.json deleted file mode 100644 index 1d08c65..0000000 --- a/android/config/libraries/@isaacs_ttlcache@1.4.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.1","description":"The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)","developers":[{"name":"Isaac Z. Schlueter (https://izs.me)","organisationUrl":""}],"licenses":["ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b"],"name":"@isaacs/ttlcache","tag":"","uniqueId":"@isaacs_ttlcache@1.4.1","website":"https://github.com/isaacs/ttlcache"} \ No newline at end of file diff --git a/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json b/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json deleted file mode 100644 index f02975c..0000000 --- a/android/config/libraries/@istanbuljs_load-nyc-config@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"Utility function to load nyc configuration","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80"],"name":"@istanbuljs/load-nyc-config","tag":"","uniqueId":"@istanbuljs_load-nyc-config@1.1.0","website":"https://github.com/istanbuljs/load-nyc-config"} \ No newline at end of file diff --git a/android/config/libraries/@istanbuljs_schema@0.1.3.json b/android/config/libraries/@istanbuljs_schema@0.1.3.json deleted file mode 100644 index 0a0839c..0000000 --- a/android/config/libraries/@istanbuljs_schema@0.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.3","description":"Schemas describing various structures used by nyc and istanbuljs","developers":[{"name":"Corey Farrell","organisationUrl":""}],"licenses":["MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e"],"name":"@istanbuljs/schema","tag":"","uniqueId":"@istanbuljs_schema@0.1.3","website":"https://github.com/istanbuljs/schema"} \ No newline at end of file diff --git a/android/config/libraries/@jest_create-cache-key-function@29.7.0.json b/android/config/libraries/@jest_create-cache-key-function@29.7.0.json deleted file mode 100644 index ab8c828..0000000 --- a/android/config/libraries/@jest_create-cache-key-function@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/create-cache-key-function","tag":"","uniqueId":"@jest_create-cache-key-function@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_environment@29.7.0.json b/android/config/libraries/@jest_environment@29.7.0.json deleted file mode 100644 index ec6a9c2..0000000 --- a/android/config/libraries/@jest_environment@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/environment","tag":"","uniqueId":"@jest_environment@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_fake-timers@29.7.0.json b/android/config/libraries/@jest_fake-timers@29.7.0.json deleted file mode 100644 index 10f6874..0000000 --- a/android/config/libraries/@jest_fake-timers@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/fake-timers","tag":"","uniqueId":"@jest_fake-timers@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_schemas@29.6.3.json b/android/config/libraries/@jest_schemas@29.6.3.json deleted file mode 100644 index 4d5597b..0000000 --- a/android/config/libraries/@jest_schemas@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/schemas","tag":"","uniqueId":"@jest_schemas@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_transform@29.7.0.json b/android/config/libraries/@jest_transform@29.7.0.json deleted file mode 100644 index bf1f384..0000000 --- a/android/config/libraries/@jest_transform@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/transform","tag":"","uniqueId":"@jest_transform@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jest_types@29.6.3.json b/android/config/libraries/@jest_types@29.6.3.json deleted file mode 100644 index 1d7bd7b..0000000 --- a/android/config/libraries/@jest_types@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"@jest/types","tag":"","uniqueId":"@jest_types@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json b/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json deleted file mode 100644 index 3c72ed3..0000000 --- a/android/config/libraries/@jridgewell_gen-mapping@0.3.13.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.13","description":"Generate source maps","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/gen-mapping","tag":"","uniqueId":"@jridgewell_gen-mapping@0.3.13","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_remapping@2.3.5.json b/android/config/libraries/@jridgewell_remapping@2.3.5.json deleted file mode 100644 index 41d04c3..0000000 --- a/android/config/libraries/@jridgewell_remapping@2.3.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.5","description":"Remap sequential sourcemaps through transformations to point at the original source code","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/remapping","tag":"","uniqueId":"@jridgewell_remapping@2.3.5","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json b/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json deleted file mode 100644 index ed98131..0000000 --- a/android/config/libraries/@jridgewell_resolve-uri@3.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.2","description":"Resolve a URI relative to an optional base URI","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6"],"name":"@jridgewell/resolve-uri","tag":"","uniqueId":"@jridgewell_resolve-uri@3.1.2","website":"https://github.com/jridgewell/resolve-uri"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_source-map@0.3.11.json b/android/config/libraries/@jridgewell_source-map@0.3.11.json deleted file mode 100644 index 36ae668..0000000 --- a/android/config/libraries/@jridgewell_source-map@0.3.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.11","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/source-map","tag":"","uniqueId":"@jridgewell_source-map@0.3.11","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json b/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json deleted file mode 100644 index b92a4eb..0000000 --- a/android/config/libraries/@jridgewell_sourcemap-codec@1.5.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.5.5","description":"Encode/decode sourcemap mappings","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/sourcemap-codec","tag":"","uniqueId":"@jridgewell_sourcemap-codec@1.5.5","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json b/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json deleted file mode 100644 index 9bdcb31..0000000 --- a/android/config/libraries/@jridgewell_trace-mapping@0.3.31.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.31","description":"Trace the original position through a source map","developers":[{"name":"Justin Ridgewell ","organisationUrl":""}],"licenses":["MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee"],"name":"@jridgewell/trace-mapping","tag":"","uniqueId":"@jridgewell_trace-mapping@0.3.31","website":"https://github.com/jridgewell/sourcemaps"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_common@12.3.0.json b/android/config/libraries/@react-native-vector-icons_common@12.3.0.json deleted file mode 100644 index 8acef35..0000000 --- a/android/config/libraries/@react-native-vector-icons_common@12.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"12.3.0","description":"Customizable Icons for React Native with support for image source and full styling.","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/common","tag":"","uniqueId":"@react-native-vector-icons_common@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json b/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json deleted file mode 100644 index 57a5e0e..0000000 --- a/android/config/libraries/@react-native-vector-icons_material-design-icons@12.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"12.3.0","description":"Material Design Icons font for react native vector icons","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/material-design-icons","tag":"","uniqueId":"@react-native-vector-icons_material-design-icons@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json b/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json deleted file mode 100644 index 1c01204..0000000 --- a/android/config/libraries/@react-native-vector-icons_material-icons@12.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"12.3.0","description":"Material Icons font for react native vector icons","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347"],"name":"@react-native-vector-icons/material-icons","tag":"","uniqueId":"@react-native-vector-icons_material-icons@12.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_assets-registry@0.80.1.json b/android/config/libraries/@react-native_assets-registry@0.80.1.json deleted file mode 100644 index f4bae40..0000000 --- a/android/config/libraries/@react-native_assets-registry@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Asset support code for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/assets-registry","tag":"","uniqueId":"@react-native_assets-registry@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_codegen@0.80.1.json b/android/config/libraries/@react-native_codegen@0.80.1.json deleted file mode 100644 index 0a1af25..0000000 --- a/android/config/libraries/@react-native_codegen@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Code generation tools for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/codegen","tag":"","uniqueId":"@react-native_codegen@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json b/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json deleted file mode 100644 index c731f40..0000000 --- a/android/config/libraries/@react-native_community-cli-plugin@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Core CLI commands for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/community-cli-plugin","tag":"","uniqueId":"@react-native_community-cli-plugin@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_debugger-frontend@0.80.1.json b/android/config/libraries/@react-native_debugger-frontend@0.80.1.json deleted file mode 100644 index 6bf3f4c..0000000 --- a/android/config/libraries/@react-native_debugger-frontend@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Debugger frontend for React Native based on Chrome DevTools","developers":[{"name":"","organisationUrl":""}],"licenses":["BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b"],"name":"@react-native/debugger-frontend","tag":"","uniqueId":"@react-native_debugger-frontend@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_dev-middleware@0.80.1.json b/android/config/libraries/@react-native_dev-middleware@0.80.1.json deleted file mode 100644 index 25650b1..0000000 --- a/android/config/libraries/@react-native_dev-middleware@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Dev server middleware for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/dev-middleware","tag":"","uniqueId":"@react-native_dev-middleware@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_gradle-plugin@0.80.1.json b/android/config/libraries/@react-native_gradle-plugin@0.80.1.json deleted file mode 100644 index bff52cd..0000000 --- a/android/config/libraries/@react-native_gradle-plugin@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Gradle Plugin for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/gradle-plugin","tag":"","uniqueId":"@react-native_gradle-plugin@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_js-polyfills@0.80.1.json b/android/config/libraries/@react-native_js-polyfills@0.80.1.json deleted file mode 100644 index 4979192..0000000 --- a/android/config/libraries/@react-native_js-polyfills@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Polyfills for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/js-polyfills","tag":"","uniqueId":"@react-native_js-polyfills@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_new-app-screen@0.80.1.json b/android/config/libraries/@react-native_new-app-screen@0.80.1.json deleted file mode 100644 index 85b5f22..0000000 --- a/android/config/libraries/@react-native_new-app-screen@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"NewAppScreen component for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/new-app-screen","tag":"","uniqueId":"@react-native_new-app-screen@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_normalize-colors@0.80.1.json b/android/config/libraries/@react-native_normalize-colors@0.80.1.json deleted file mode 100644 index bd1bc8f..0000000 --- a/android/config/libraries/@react-native_normalize-colors@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Color normalization for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/normalize-colors","tag":"","uniqueId":"@react-native_normalize-colors@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-native_virtualized-lists@0.80.1.json b/android/config/libraries/@react-native_virtualized-lists@0.80.1.json deleted file mode 100644 index b30e0d5..0000000 --- a/android/config/libraries/@react-native_virtualized-lists@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"Virtualized lists for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"@react-native/virtualized-lists","tag":"","uniqueId":"@react-native_virtualized-lists@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json b/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json deleted file mode 100644 index aa91596..0000000 --- a/android/config/libraries/@react-navigation_bottom-tabs@7.4.9.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.4.9","description":"Bottom tab navigator following iOS design guidelines","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/bottom-tabs","tag":"","uniqueId":"@react-navigation_bottom-tabs@7.4.9","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_core@7.12.4.json b/android/config/libraries/@react-navigation_core@7.12.4.json deleted file mode 100644 index 8e53bce..0000000 --- a/android/config/libraries/@react-navigation_core@7.12.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.12.4","description":"Core utilities for building navigators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/core","tag":"","uniqueId":"@react-navigation_core@7.12.4","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_elements@2.6.5.json b/android/config/libraries/@react-navigation_elements@2.6.5.json deleted file mode 100644 index 7fc98ff..0000000 --- a/android/config/libraries/@react-navigation_elements@2.6.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.6.5","description":"UI Components for React Navigation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/elements","tag":"","uniqueId":"@react-navigation_elements@2.6.5","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_native-stack@7.3.28.json b/android/config/libraries/@react-navigation_native-stack@7.3.28.json deleted file mode 100644 index dd1b89d..0000000 --- a/android/config/libraries/@react-navigation_native-stack@7.3.28.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.3.28","description":"Native stack navigator using react-native-screens","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/native-stack","tag":"","uniqueId":"@react-navigation_native-stack@7.3.28","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_native@7.1.18.json b/android/config/libraries/@react-navigation_native@7.1.18.json deleted file mode 100644 index 0a6446b..0000000 --- a/android/config/libraries/@react-navigation_native@7.1.18.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.1.18","description":"React Native integration for React Navigation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/native","tag":"","uniqueId":"@react-navigation_native@7.1.18","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@react-navigation_routers@7.5.1.json b/android/config/libraries/@react-navigation_routers@7.5.1.json deleted file mode 100644 index 36c8fed..0000000 --- a/android/config/libraries/@react-navigation_routers@7.5.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.5.1","description":"Routers to help build custom navigators","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c"],"name":"@react-navigation/routers","tag":"","uniqueId":"@react-navigation_routers@7.5.1","website":"https://github.com/react-navigation/react-navigation"} \ No newline at end of file diff --git a/android/config/libraries/@sinclair_typebox@0.27.8.json b/android/config/libraries/@sinclair_typebox@0.27.8.json deleted file mode 100644 index 99a8427..0000000 --- a/android/config/libraries/@sinclair_typebox@0.27.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.27.8","description":"JSONSchema Type Builder with Static Type Resolution for TypeScript","developers":[{"name":"sinclairzx81","organisationUrl":""}],"licenses":["MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6"],"name":"@sinclair/typebox","tag":"","uniqueId":"@sinclair_typebox@0.27.8","website":"https://github.com/sinclairzx81/typebox"} \ No newline at end of file diff --git a/android/config/libraries/@sinonjs_commons@3.0.1.json b/android/config/libraries/@sinonjs_commons@3.0.1.json deleted file mode 100644 index a119c11..0000000 --- a/android/config/libraries/@sinonjs_commons@3.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.1","description":"Simple functions shared among the sinon end user libraries","developers":[{"name":"","organisationUrl":""}],"licenses":["BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701"],"name":"@sinonjs/commons","tag":"","uniqueId":"@sinonjs_commons@3.0.1","website":"https://github.com/sinonjs/commons"} \ No newline at end of file diff --git a/android/config/libraries/@sinonjs_fake-timers@10.3.0.json b/android/config/libraries/@sinonjs_fake-timers@10.3.0.json deleted file mode 100644 index e2aa271..0000000 --- a/android/config/libraries/@sinonjs_fake-timers@10.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"10.3.0","description":"Fake JavaScript timers","developers":[{"name":"Christian Johansen","organisationUrl":""}],"licenses":["BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d"],"name":"@sinonjs/fake-timers","tag":"","uniqueId":"@sinonjs_fake-timers@10.3.0","website":"https://github.com/sinonjs/fake-timers"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__core@7.20.5.json b/android/config/libraries/@types_babel__core@7.20.5.json deleted file mode 100644 index 05cebe5..0000000 --- a/android/config/libraries/@types_babel__core@7.20.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.20.5","description":"TypeScript definitions for @babel/core","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__core","tag":"","uniqueId":"@types_babel__core@7.20.5","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__generator@7.27.0.json b/android/config/libraries/@types_babel__generator@7.27.0.json deleted file mode 100644 index 2f8c493..0000000 --- a/android/config/libraries/@types_babel__generator@7.27.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.27.0","description":"TypeScript definitions for @babel/generator","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__generator","tag":"","uniqueId":"@types_babel__generator@7.27.0","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__template@7.4.4.json b/android/config/libraries/@types_babel__template@7.4.4.json deleted file mode 100644 index 5fb3815..0000000 --- a/android/config/libraries/@types_babel__template@7.4.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.4.4","description":"TypeScript definitions for @babel/template","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__template","tag":"","uniqueId":"@types_babel__template@7.4.4","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_babel__traverse@7.28.0.json b/android/config/libraries/@types_babel__traverse@7.28.0.json deleted file mode 100644 index b27a3e5..0000000 --- a/android/config/libraries/@types_babel__traverse@7.28.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.28.0","description":"TypeScript definitions for @babel/traverse","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/babel__traverse","tag":"","uniqueId":"@types_babel__traverse@7.28.0","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_graceful-fs@4.1.9.json b/android/config/libraries/@types_graceful-fs@4.1.9.json deleted file mode 100644 index df704fe..0000000 --- a/android/config/libraries/@types_graceful-fs@4.1.9.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.9","description":"TypeScript definitions for graceful-fs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/graceful-fs","tag":"","uniqueId":"@types_graceful-fs@4.1.9","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json b/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json deleted file mode 100644 index e281f89..0000000 --- a/android/config/libraries/@types_istanbul-lib-coverage@2.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.6","description":"TypeScript definitions for istanbul-lib-coverage","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-lib-coverage","tag":"","uniqueId":"@types_istanbul-lib-coverage@2.0.6","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-lib-report@3.0.3.json b/android/config/libraries/@types_istanbul-lib-report@3.0.3.json deleted file mode 100644 index 818f138..0000000 --- a/android/config/libraries/@types_istanbul-lib-report@3.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.3","description":"TypeScript definitions for istanbul-lib-report","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-lib-report","tag":"","uniqueId":"@types_istanbul-lib-report@3.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_istanbul-reports@3.0.4.json b/android/config/libraries/@types_istanbul-reports@3.0.4.json deleted file mode 100644 index d52a61f..0000000 --- a/android/config/libraries/@types_istanbul-reports@3.0.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.4","description":"TypeScript definitions for istanbul-reports","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/istanbul-reports","tag":"","uniqueId":"@types_istanbul-reports@3.0.4","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_node@22.19.1.json b/android/config/libraries/@types_node@22.19.1.json deleted file mode 100644 index 1150fa7..0000000 --- a/android/config/libraries/@types_node@22.19.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"22.19.1","description":"TypeScript definitions for node","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/node","tag":"","uniqueId":"@types_node@22.19.1","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_stack-utils@2.0.3.json b/android/config/libraries/@types_stack-utils@2.0.3.json deleted file mode 100644 index be3a509..0000000 --- a/android/config/libraries/@types_stack-utils@2.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.3","description":"TypeScript definitions for stack-utils","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/stack-utils","tag":"","uniqueId":"@types_stack-utils@2.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_yargs-parser@21.0.3.json b/android/config/libraries/@types_yargs-parser@21.0.3.json deleted file mode 100644 index b22b8bd..0000000 --- a/android/config/libraries/@types_yargs-parser@21.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"21.0.3","description":"TypeScript definitions for yargs-parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/yargs-parser","tag":"","uniqueId":"@types_yargs-parser@21.0.3","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@types_yargs@17.0.33.json b/android/config/libraries/@types_yargs@17.0.33.json deleted file mode 100644 index efea894..0000000 --- a/android/config/libraries/@types_yargs@17.0.33.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"17.0.33","description":"TypeScript definitions for yargs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad"],"name":"@types/yargs","tag":"","uniqueId":"@types_yargs@17.0.33","website":"https://github.com/DefinitelyTyped/DefinitelyTyped"} \ No newline at end of file diff --git a/android/config/libraries/@xmldom_xmldom@0.8.11.json b/android/config/libraries/@xmldom_xmldom@0.8.11.json deleted file mode 100644 index 435e44b..0000000 --- a/android/config/libraries/@xmldom_xmldom@0.8.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.8.11","description":"A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856"],"name":"@xmldom/xmldom","tag":"","uniqueId":"@xmldom_xmldom@0.8.11","website":"https://github.com/xmldom/xmldom"} \ No newline at end of file diff --git a/android/config/libraries/abort-controller@3.0.0.json b/android/config/libraries/abort-controller@3.0.0.json deleted file mode 100644 index b96cc3c..0000000 --- a/android/config/libraries/abort-controller@3.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.0","description":"An implementation of WHATWG AbortController interface.","developers":[{"name":"Toru Nagashima (https://github.com/mysticatea)","organisationUrl":""}],"licenses":["MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f"],"name":"abort-controller","tag":"","uniqueId":"abort-controller@3.0.0","website":"https://github.com/mysticatea/abort-controller"} \ No newline at end of file diff --git a/android/config/libraries/accepts@1.3.8.json b/android/config/libraries/accepts@1.3.8.json deleted file mode 100644 index 5a9d442..0000000 --- a/android/config/libraries/accepts@1.3.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.8","description":"Higher-level content negotiation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606"],"name":"accepts","tag":"","uniqueId":"accepts@1.3.8","website":"jshttp/accepts"} \ No newline at end of file diff --git a/android/config/libraries/acorn@8.15.0.json b/android/config/libraries/acorn@8.15.0.json deleted file mode 100644 index e5d299f..0000000 --- a/android/config/libraries/acorn@8.15.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.15.0","description":"ECMAScript parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511"],"name":"acorn","tag":"","uniqueId":"acorn@8.15.0","website":"https://github.com/acornjs/acorn"} \ No newline at end of file diff --git a/android/config/libraries/agent-base@7.1.4.json b/android/config/libraries/agent-base@7.1.4.json deleted file mode 100644 index d769e2f..0000000 --- a/android/config/libraries/agent-base@7.1.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.1.4","description":"Turn a function into an `http.Agent` instance","developers":[{"name":"Nathan Rajlich (http://n8.io/)","organisationUrl":""}],"licenses":["MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea"],"name":"agent-base","tag":"","uniqueId":"agent-base@7.1.4","website":"https://github.com/TooTallNate/proxy-agents"} \ No newline at end of file diff --git a/android/config/libraries/anser@1.4.10.json b/android/config/libraries/anser@1.4.10.json deleted file mode 100644 index 189e792..0000000 --- a/android/config/libraries/anser@1.4.10.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.10","description":"A low level parser for ANSI sequences.","developers":[{"name":"Ionică Bizău (https://ionicabizau.net)","organisationUrl":""}],"licenses":["MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d"],"name":"anser","tag":"","uniqueId":"anser@1.4.10","website":"https://github.com/IonicaBizau/anser"} \ No newline at end of file diff --git a/android/config/libraries/ansi-regex@5.0.1.json b/android/config/libraries/ansi-regex@5.0.1.json deleted file mode 100644 index bd8dd67..0000000 --- a/android/config/libraries/ansi-regex@5.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.1","description":"Regular expression for matching ANSI escape codes","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-regex","tag":"","uniqueId":"ansi-regex@5.0.1","website":"chalk/ansi-regex"} \ No newline at end of file diff --git a/android/config/libraries/ansi-styles@4.3.0.json b/android/config/libraries/ansi-styles@4.3.0.json deleted file mode 100644 index da11a3f..0000000 --- a/android/config/libraries/ansi-styles@4.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.3.0","description":"ANSI escape codes for styling strings in the terminal","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-styles","tag":"","uniqueId":"ansi-styles@4.3.0","website":"chalk/ansi-styles"} \ No newline at end of file diff --git a/android/config/libraries/ansi-styles@5.2.0.json b/android/config/libraries/ansi-styles@5.2.0.json deleted file mode 100644 index 0428e70..0000000 --- a/android/config/libraries/ansi-styles@5.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.2.0","description":"ANSI escape codes for styling strings in the terminal","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"ansi-styles","tag":"","uniqueId":"ansi-styles@5.2.0","website":"chalk/ansi-styles"} \ No newline at end of file diff --git a/android/config/libraries/anymatch@3.1.3.json b/android/config/libraries/anymatch@3.1.3.json deleted file mode 100644 index c90eab9..0000000 --- a/android/config/libraries/anymatch@3.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.3","description":"Matches strings against configurable strings, globs, regular expressions, and/or functions","developers":[{"name":"Elan Shanker","organisationUrl":""}],"licenses":["ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e"],"name":"anymatch","tag":"","uniqueId":"anymatch@3.1.3","website":"https://github.com/micromatch/anymatch"} \ No newline at end of file diff --git a/android/config/libraries/argparse@1.0.10.json b/android/config/libraries/argparse@1.0.10.json deleted file mode 100644 index 0689918..0000000 --- a/android/config/libraries/argparse@1.0.10.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.10","description":"Very powerful CLI arguments parser. Native port of argparse - python's options parsing library","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7"],"name":"argparse","tag":"","uniqueId":"argparse@1.0.10","website":"nodeca/argparse"} \ No newline at end of file diff --git a/android/config/libraries/array-equal@2.0.0.json b/android/config/libraries/array-equal@2.0.0.json deleted file mode 100644 index 8de751f..0000000 --- a/android/config/libraries/array-equal@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Check if two arrays are equal","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a"],"name":"array-equal","tag":"","uniqueId":"array-equal@2.0.0","website":"sindresorhus/array-equal"} \ No newline at end of file diff --git a/android/config/libraries/asap@2.0.6.json b/android/config/libraries/asap@2.0.6.json deleted file mode 100644 index 8cea336..0000000 --- a/android/config/libraries/asap@2.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.6","description":"High-priority task queue for Node.js and browsers","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950"],"name":"asap","tag":"","uniqueId":"asap@2.0.6","website":"https://github.com/kriskowal/asap"} \ No newline at end of file diff --git a/android/config/libraries/async-limiter@1.0.1.json b/android/config/libraries/async-limiter@1.0.1.json deleted file mode 100644 index f8840fe..0000000 --- a/android/config/libraries/async-limiter@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"asynchronous function queue with adjustable concurrency","developers":[{"name":"Samuel Reed ","organisationUrl":""}],"licenses":["MIT_c502ab890efbf3a02ce07e6c5a0e7bc5f6d1fe4c07a6853ea6dcda1eea5734e4c6cf5a3b01ff0933938ec0f904668ff6ceef6c30f06a028282d7bed0ff5e80fd"],"name":"asynckit","tag":"","uniqueId":"asynckit@0.4.0","website":"https://github.com/alexindigo/asynckit"} \ No newline at end of file diff --git a/android/config/libraries/axios@1.13.2.json b/android/config/libraries/axios@1.13.2.json deleted file mode 100644 index d7a9c01..0000000 --- a/android/config/libraries/axios@1.13.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.13.2","description":"Promise based HTTP client for the browser and node.js","developers":[{"name":"Matt Zabriskie","organisationUrl":""}],"licenses":["MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c"],"name":"axios","tag":"","uniqueId":"axios@1.13.2","website":"https://github.com/axios/axios"} \ No newline at end of file diff --git a/android/config/libraries/babel-jest@29.7.0.json b/android/config/libraries/babel-jest@29.7.0.json deleted file mode 100644 index 19acbd1..0000000 --- a/android/config/libraries/babel-jest@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"Jest plugin to use babel for transformation.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-jest","tag":"","uniqueId":"babel-jest@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-istanbul@6.1.1.json b/android/config/libraries/babel-plugin-istanbul@6.1.1.json deleted file mode 100644 index b879aa7..0000000 --- a/android/config/libraries/babel-plugin-istanbul@6.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.1.1","description":"A babel plugin that adds istanbul instrumentation to ES6 code","developers":[{"name":"Thai Pangsakulyanont @dtinth","organisationUrl":""}],"licenses":["BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97"],"name":"babel-plugin-istanbul","tag":"","uniqueId":"babel-plugin-istanbul@6.1.1","website":"https://github.com/istanbuljs/babel-plugin-istanbul"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json b/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json deleted file mode 100644 index 0a5cea9..0000000 --- a/android/config/libraries/babel-plugin-jest-hoist@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-plugin-jest-hoist","tag":"","uniqueId":"babel-plugin-jest-hoist@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json b/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json deleted file mode 100644 index c0b576e..0000000 --- a/android/config/libraries/babel-plugin-syntax-hermes-parser@0.28.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.28.1","description":"Babel plugin which switches Babel to use the Hermes parser.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-plugin-syntax-hermes-parser","tag":"","uniqueId":"babel-plugin-syntax-hermes-parser@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json b/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json deleted file mode 100644 index 08d2e79..0000000 --- a/android/config/libraries/babel-preset-current-node-syntax@1.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.0","description":"A Babel preset that enables parsing of proposals supported by the current Node.js version.","developers":[{"name":"Nicolò Ribaudo","organisationUrl":""}],"licenses":["MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd"],"name":"babel-preset-current-node-syntax","tag":"","uniqueId":"babel-preset-current-node-syntax@1.2.0","website":"https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax"} \ No newline at end of file diff --git a/android/config/libraries/babel-preset-jest@29.6.3.json b/android/config/libraries/babel-preset-jest@29.6.3.json deleted file mode 100644 index 03005da..0000000 --- a/android/config/libraries/babel-preset-jest@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"babel-preset-jest","tag":"","uniqueId":"babel-preset-jest@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/balanced-match@1.0.2.json b/android/config/libraries/balanced-match@1.0.2.json deleted file mode 100644 index 8ac5a96..0000000 --- a/android/config/libraries/balanced-match@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"Match balanced character pairs, like \"{\" and \"}\"","developers":[{"name":"Julian Gruber","organisationUrl":""}],"licenses":["MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251"],"name":"balanced-match","tag":"","uniqueId":"balanced-match@1.0.2","website":"https://github.com/juliangruber/balanced-match"} \ No newline at end of file diff --git a/android/config/libraries/base64-js@1.5.1.json b/android/config/libraries/base64-js@1.5.1.json deleted file mode 100644 index f2dd835..0000000 --- a/android/config/libraries/base64-js@1.5.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.5.1","description":"Base64 encoding/decoding in pure JS","developers":[{"name":"T. Jameson Little ","organisationUrl":""}],"licenses":["MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b"],"name":"base64-js","tag":"","uniqueId":"base64-js@1.5.1","website":"https://github.com/beatgammit/base64-js"} \ No newline at end of file diff --git a/android/config/libraries/baseline-browser-mapping@2.8.18.json b/android/config/libraries/baseline-browser-mapping@2.8.18.json deleted file mode 100644 index afcea6c..0000000 --- a/android/config/libraries/baseline-browser-mapping@2.8.18.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.8.18","description":"A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.","developers":[{"name":"","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"baseline-browser-mapping","tag":"","uniqueId":"baseline-browser-mapping@2.8.18","website":"https://github.com/web-platform-dx/baseline-browser-mapping"} \ No newline at end of file diff --git a/android/config/libraries/big-integer@1.6.52.json b/android/config/libraries/big-integer@1.6.52.json deleted file mode 100644 index 7b4c6b3..0000000 --- a/android/config/libraries/big-integer@1.6.52.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.6.52","description":"An arbitrary length integer library for Javascript","developers":[{"name":"Peter Olson ","organisationUrl":""}],"licenses":["Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346"],"name":"big-integer","tag":"","uniqueId":"big-integer@1.6.52","website":"https://github.com/peterolson/BigInteger.js"} \ No newline at end of file diff --git a/android/config/libraries/boolbase@1.0.0.json b/android/config/libraries/boolbase@1.0.0.json deleted file mode 100644 index b9f52e8..0000000 --- a/android/config/libraries/boolbase@1.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.0","description":"two functions: One that returns true, one that returns false","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"boolbase","tag":"","uniqueId":"boolbase@1.0.0","website":"https://github.com/fb55/boolbase"} \ No newline at end of file diff --git a/android/config/libraries/bplist-creator@0.1.0.json b/android/config/libraries/bplist-creator@0.1.0.json deleted file mode 100644 index 7727af7..0000000 --- a/android/config/libraries/bplist-creator@0.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.0","description":"Binary Mac OS X Plist (property list) creator.","developers":[{"name":"Joe Ferner","organisationUrl":""}],"licenses":["MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb"],"name":"bplist-creator","tag":"","uniqueId":"bplist-creator@0.1.0","website":"https://github.com/nearinfinity/node-bplist-creator"} \ No newline at end of file diff --git a/android/config/libraries/bplist-parser@0.3.1.json b/android/config/libraries/bplist-parser@0.3.1.json deleted file mode 100644 index 78b39bb..0000000 --- a/android/config/libraries/bplist-parser@0.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.1","description":"Binary plist parser.","developers":[{"name":"Joe Ferner ","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"bplist-parser","tag":"","uniqueId":"bplist-parser@0.3.1","website":"https://github.com/nearinfinity/node-bplist-parser"} \ No newline at end of file diff --git a/android/config/libraries/brace-expansion@1.1.12.json b/android/config/libraries/brace-expansion@1.1.12.json deleted file mode 100644 index 3f30734..0000000 --- a/android/config/libraries/brace-expansion@1.1.12.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.12","description":"Brace expansion as known from sh/bash","developers":[{"name":"Julian Gruber","organisationUrl":""}],"licenses":["MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0"],"name":"brace-expansion","tag":"","uniqueId":"brace-expansion@1.1.12","website":"https://github.com/juliangruber/brace-expansion"} \ No newline at end of file diff --git a/android/config/libraries/braces@3.0.3.json b/android/config/libraries/braces@3.0.3.json deleted file mode 100644 index 944ead5..0000000 --- a/android/config/libraries/braces@3.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.3","description":"Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"braces","tag":"","uniqueId":"braces@3.0.3","website":"micromatch/braces"} \ No newline at end of file diff --git a/android/config/libraries/browserslist@4.26.3.json b/android/config/libraries/browserslist@4.26.3.json deleted file mode 100644 index e902a5f..0000000 --- a/android/config/libraries/browserslist@4.26.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.26.3","description":"Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c"],"name":"browserslist","tag":"","uniqueId":"browserslist@4.26.3","website":"browserslist/browserslist"} \ No newline at end of file diff --git a/android/config/libraries/bser@2.1.1.json b/android/config/libraries/bser@2.1.1.json deleted file mode 100644 index 7a94949..0000000 --- a/android/config/libraries/bser@2.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.1","description":"JavaScript implementation of the BSER Binary Serialization","developers":[{"name":"Wez Furlong (http://wezfurlong.org)","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"bser","tag":"","uniqueId":"bser@2.1.1","website":"https://github.com/facebook/watchman"} \ No newline at end of file diff --git a/android/config/libraries/buffer-from@1.1.2.json b/android/config/libraries/buffer-from@1.1.2.json deleted file mode 100644 index f411ffd..0000000 --- a/android/config/libraries/buffer-from@1.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.2","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f"],"name":"buffer-from","tag":"","uniqueId":"buffer-from@1.1.2","website":"LinusU/buffer-from"} \ No newline at end of file diff --git a/android/config/libraries/call-bind-apply-helpers@1.0.2.json b/android/config/libraries/call-bind-apply-helpers@1.0.2.json deleted file mode 100644 index c51c90b..0000000 --- a/android/config/libraries/call-bind-apply-helpers@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"Helper functions around Function call/apply/bind, for use in `call-bind`","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"call-bind-apply-helpers","tag":"","uniqueId":"call-bind-apply-helpers@1.0.2","website":"https://github.com/ljharb/call-bind-apply-helpers"} \ No newline at end of file diff --git a/android/config/libraries/caller-callsite@2.0.0.json b/android/config/libraries/caller-callsite@2.0.0.json deleted file mode 100644 index 1c1c5b8..0000000 --- a/android/config/libraries/caller-callsite@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Get the callsite of the caller function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"caller-callsite","tag":"","uniqueId":"caller-callsite@2.0.0","website":"sindresorhus/caller-callsite"} \ No newline at end of file diff --git a/android/config/libraries/caller-path@2.0.0.json b/android/config/libraries/caller-path@2.0.0.json deleted file mode 100644 index 409b83d..0000000 --- a/android/config/libraries/caller-path@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Get the path of the caller function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"caller-path","tag":"","uniqueId":"caller-path@2.0.0","website":"sindresorhus/caller-path"} \ No newline at end of file diff --git a/android/config/libraries/callsites@2.0.0.json b/android/config/libraries/callsites@2.0.0.json deleted file mode 100644 index 6d21792..0000000 --- a/android/config/libraries/callsites@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Get callsites from the V8 stack trace API","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"callsites","tag":"","uniqueId":"callsites@2.0.0","website":"sindresorhus/callsites"} \ No newline at end of file diff --git a/android/config/libraries/camelcase@5.3.1.json b/android/config/libraries/camelcase@5.3.1.json deleted file mode 100644 index 52b2cfc..0000000 --- a/android/config/libraries/camelcase@5.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.3.1","description":"Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"camelcase","tag":"","uniqueId":"camelcase@5.3.1","website":"sindresorhus/camelcase"} \ No newline at end of file diff --git a/android/config/libraries/camelcase@6.3.0.json b/android/config/libraries/camelcase@6.3.0.json deleted file mode 100644 index 25197fd..0000000 --- a/android/config/libraries/camelcase@6.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.3.0","description":"Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"camelcase","tag":"","uniqueId":"camelcase@6.3.0","website":"sindresorhus/camelcase"} \ No newline at end of file diff --git a/android/config/libraries/caniuse-lite@1.0.30001751.json b/android/config/libraries/caniuse-lite@1.0.30001751.json deleted file mode 100644 index 2ba9863..0000000 --- a/android/config/libraries/caniuse-lite@1.0.30001751.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.30001751","description":"A smaller version of caniuse-db, with only the essentials!","developers":[{"name":"Ben Briggs","organisationUrl":""}],"licenses":["CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428"],"name":"caniuse-lite","tag":"","uniqueId":"caniuse-lite@1.0.30001751","website":"browserslist/caniuse-lite"} \ No newline at end of file diff --git a/android/config/libraries/chalk@4.1.2.json b/android/config/libraries/chalk@4.1.2.json deleted file mode 100644 index 804df81..0000000 --- a/android/config/libraries/chalk@4.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.2","description":"Terminal string styling done right","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"chalk","tag":"","uniqueId":"chalk@4.1.2","website":"chalk/chalk"} \ No newline at end of file diff --git a/android/config/libraries/chrome-launcher@0.15.2.json b/android/config/libraries/chrome-launcher@0.15.2.json deleted file mode 100644 index 21df719..0000000 --- a/android/config/libraries/chrome-launcher@0.15.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.15.2","description":"Launch latest Chrome with the Devtools Protocol port open","developers":[{"name":"The Chromium Authors","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"chrome-launcher","tag":"","uniqueId":"chrome-launcher@0.15.2","website":"https://github.com/GoogleChrome/chrome-launcher/"} \ No newline at end of file diff --git a/android/config/libraries/chromium-edge-launcher@0.2.0.json b/android/config/libraries/chromium-edge-launcher@0.2.0.json deleted file mode 100644 index 26dfb5f..0000000 --- a/android/config/libraries/chromium-edge-launcher@0.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.0","description":"Launch latest Edge with the Devtools Protocol port open","developers":[{"name":"Cezar Augusto","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"chromium-edge-launcher","tag":"","uniqueId":"chromium-edge-launcher@0.2.0","website":"https://github.com/cezaraugusto/chromium-edge-launcher/"} \ No newline at end of file diff --git a/android/config/libraries/ci-info@2.0.0.json b/android/config/libraries/ci-info@2.0.0.json deleted file mode 100644 index 5f770a9..0000000 --- a/android/config/libraries/ci-info@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Get details about the current Continuous Integration environment","developers":[{"name":"Thomas Watson Steen (https://twitter.com/wa7son)","organisationUrl":""}],"licenses":["MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d"],"name":"ci-info","tag":"","uniqueId":"ci-info@2.0.0","website":"https://github.com/watson/ci-info"} \ No newline at end of file diff --git a/android/config/libraries/ci-info@3.9.0.json b/android/config/libraries/ci-info@3.9.0.json deleted file mode 100644 index d715862..0000000 --- a/android/config/libraries/ci-info@3.9.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.9.0","description":"Get details about the current Continuous Integration environment","developers":[{"name":"Thomas Watson Steen (https://twitter.com/wa7son)","organisationUrl":""}],"licenses":["MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8"],"name":"ci-info","tag":"","uniqueId":"ci-info@3.9.0","website":"https://github.com/watson/ci-info"} \ No newline at end of file diff --git a/android/config/libraries/cliui@8.0.1.json b/android/config/libraries/cliui@8.0.1.json deleted file mode 100644 index 6a91d58..0000000 --- a/android/config/libraries/cliui@8.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.0.1","description":"easily create complex multi-column command-line-interfaces","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"cliui","tag":"","uniqueId":"cliui@8.0.1","website":"yargs/cliui"} \ No newline at end of file diff --git a/android/config/libraries/color-convert@1.9.3.json b/android/config/libraries/color-convert@1.9.3.json deleted file mode 100644 index 412d58c..0000000 --- a/android/config/libraries/color-convert@1.9.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.9.3","description":"Plain color conversion functions","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b"],"name":"color-convert","tag":"","uniqueId":"color-convert@1.9.3","website":"Qix-/color-convert"} \ No newline at end of file diff --git a/android/config/libraries/color-convert@2.0.1.json b/android/config/libraries/color-convert@2.0.1.json deleted file mode 100644 index 4411828..0000000 --- a/android/config/libraries/color-convert@2.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.1","description":"Plain color conversion functions","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b"],"name":"color-convert","tag":"","uniqueId":"color-convert@2.0.1","website":"Qix-/color-convert"} \ No newline at end of file diff --git a/android/config/libraries/color-name@1.1.3.json b/android/config/libraries/color-name@1.1.3.json deleted file mode 100644 index d79df8f..0000000 --- a/android/config/libraries/color-name@1.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.3","description":"A list of color names and its values","developers":[{"name":"DY ","organisationUrl":""}],"licenses":["MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540"],"name":"color-name","tag":"","uniqueId":"color-name@1.1.3","website":"https://github.com/dfcreative/color-name"} \ No newline at end of file diff --git a/android/config/libraries/color-name@1.1.4.json b/android/config/libraries/color-name@1.1.4.json deleted file mode 100644 index 66b793b..0000000 --- a/android/config/libraries/color-name@1.1.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.4","description":"A list of color names and its values","developers":[{"name":"DY ","organisationUrl":""}],"licenses":["MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540"],"name":"color-name","tag":"","uniqueId":"color-name@1.1.4","website":"https://github.com/colorjs/color-name"} \ No newline at end of file diff --git a/android/config/libraries/color-string@1.9.1.json b/android/config/libraries/color-string@1.9.1.json deleted file mode 100644 index 83cbdfa..0000000 --- a/android/config/libraries/color-string@1.9.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.9.1","description":"Parser and generator for CSS color strings","developers":[{"name":"Heather Arthur ","organisationUrl":""}],"licenses":["MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509"],"name":"color-string","tag":"","uniqueId":"color-string@1.9.1","website":"Qix-/color-string"} \ No newline at end of file diff --git a/android/config/libraries/color@3.2.1.json b/android/config/libraries/color@3.2.1.json deleted file mode 100644 index fe56ec7..0000000 --- a/android/config/libraries/color@3.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.2.1","description":"Color conversion and manipulation with CSS string support","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38"],"name":"color","tag":"","uniqueId":"color@3.2.1","website":"Qix-/color"} \ No newline at end of file diff --git a/android/config/libraries/color@4.2.3.json b/android/config/libraries/color@4.2.3.json deleted file mode 100644 index 29aff27..0000000 --- a/android/config/libraries/color@4.2.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.2.3","description":"Color conversion and manipulation with CSS string support","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38"],"name":"color","tag":"","uniqueId":"color@4.2.3","website":"Qix-/color"} \ No newline at end of file diff --git a/android/config/libraries/combined-stream@1.0.8.json b/android/config/libraries/combined-stream@1.0.8.json deleted file mode 100644 index 90079e9..0000000 --- a/android/config/libraries/combined-stream@1.0.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.8","description":"A stream that emits multiple other streams one after another.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a"],"name":"combined-stream","tag":"","uniqueId":"combined-stream@1.0.8","website":"https://github.com/felixge/node-combined-stream"} \ No newline at end of file diff --git a/android/config/libraries/commander@12.1.0.json b/android/config/libraries/commander@12.1.0.json deleted file mode 100644 index dd27319..0000000 --- a/android/config/libraries/commander@12.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"12.1.0","description":"the complete solution for node.js command-line programs","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867"],"name":"commander","tag":"","uniqueId":"commander@12.1.0","website":"https://github.com/tj/commander.js"} \ No newline at end of file diff --git a/android/config/libraries/commander@2.20.3.json b/android/config/libraries/commander@2.20.3.json deleted file mode 100644 index f6b94ba..0000000 --- a/android/config/libraries/commander@2.20.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.20.3","description":"the complete solution for node.js command-line programs","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867"],"name":"commander","tag":"","uniqueId":"commander@2.20.3","website":"https://github.com/tj/commander.js"} \ No newline at end of file diff --git a/android/config/libraries/concat-map@0.0.1.json b/android/config/libraries/concat-map@0.0.1.json deleted file mode 100644 index 91123d4..0000000 --- a/android/config/libraries/concat-map@0.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.0.1","description":"concatenative mapdashery","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962"],"name":"concat-map","tag":"","uniqueId":"concat-map@0.0.1","website":"https://github.com/substack/node-concat-map"} \ No newline at end of file diff --git a/android/config/libraries/connect@3.7.0.json b/android/config/libraries/connect@3.7.0.json deleted file mode 100644 index 3148a47..0000000 --- a/android/config/libraries/connect@3.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.7.0","description":"High performance middleware framework","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f"],"name":"connect","tag":"","uniqueId":"connect@3.7.0","website":"senchalabs/connect"} \ No newline at end of file diff --git a/android/config/libraries/convert-source-map@2.0.0.json b/android/config/libraries/convert-source-map@2.0.0.json deleted file mode 100644 index db6bf0a..0000000 --- a/android/config/libraries/convert-source-map@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Converts a source-map from/to different formats and allows adding/changing properties.","developers":[{"name":"Thorsten Lorenz","organisationUrl":""}],"licenses":["MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1"],"name":"convert-source-map","tag":"","uniqueId":"convert-source-map@2.0.0","website":"https://github.com/thlorenz/convert-source-map"} \ No newline at end of file diff --git a/android/config/libraries/cosmiconfig@5.2.1.json b/android/config/libraries/cosmiconfig@5.2.1.json deleted file mode 100644 index f1e7043..0000000 --- a/android/config/libraries/cosmiconfig@5.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.2.1","description":"Find and load configuration from a package.json property, rc file, or CommonJS module","developers":[{"name":"David Clark ","organisationUrl":""}],"licenses":["MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354"],"name":"cosmiconfig","tag":"","uniqueId":"cosmiconfig@5.2.1","website":"https://github.com/davidtheclark/cosmiconfig"} \ No newline at end of file diff --git a/android/config/libraries/css-select@5.2.2.json b/android/config/libraries/css-select@5.2.2.json deleted file mode 100644 index 0c86f1e..0000000 --- a/android/config/libraries/css-select@5.2.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.2.2","description":"a CSS selector compiler/engine","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"css-select","tag":"","uniqueId":"css-select@5.2.2","website":"https://github.com/fb55/css-select"} \ No newline at end of file diff --git a/android/config/libraries/css-tree@1.1.3.json b/android/config/libraries/css-tree@1.1.3.json deleted file mode 100644 index 8f9f99b..0000000 --- a/android/config/libraries/css-tree@1.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.3","description":"A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations","developers":[{"name":"Roman Dvornov (https://github.com/lahmatiy)","organisationUrl":""}],"licenses":["MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3"],"name":"css-tree","tag":"","uniqueId":"css-tree@1.1.3","website":"csstree/csstree"} \ No newline at end of file diff --git a/android/config/libraries/css-what@6.2.2.json b/android/config/libraries/css-what@6.2.2.json deleted file mode 100644 index 6304597..0000000 --- a/android/config/libraries/css-what@6.2.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.2.2","description":"a CSS selector parser","developers":[{"name":"Felix Böhm (http://feedic.com)","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"css-what","tag":"","uniqueId":"css-what@6.2.2","website":"https://github.com/fb55/css-what"} \ No newline at end of file diff --git a/android/config/libraries/debug@2.6.9.json b/android/config/libraries/debug@2.6.9.json deleted file mode 100644 index e136178..0000000 --- a/android/config/libraries/debug@2.6.9.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.6.9","description":"small debugging utility","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac"],"name":"debug","tag":"","uniqueId":"debug@2.6.9","website":"https://github.com/visionmedia/debug"} \ No newline at end of file diff --git a/android/config/libraries/debug@4.4.3.json b/android/config/libraries/debug@4.4.3.json deleted file mode 100644 index dc1babc..0000000 --- a/android/config/libraries/debug@4.4.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.4.3","description":"Lightweight debugging utility for Node.js and the browser","developers":[{"name":"Josh Junon (https://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058"],"name":"debug","tag":"","uniqueId":"debug@4.4.3","website":"https://github.com/debug-js/debug"} \ No newline at end of file diff --git a/android/config/libraries/decode-uri-component@0.2.2.json b/android/config/libraries/decode-uri-component@0.2.2.json deleted file mode 100644 index 1e383fc..0000000 --- a/android/config/libraries/decode-uri-component@0.2.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.2","description":"A better decodeURIComponent","developers":[{"name":"Sam Verschueren","organisationUrl":""}],"licenses":["MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7"],"name":"decode-uri-component","tag":"","uniqueId":"decode-uri-component@0.2.2","website":"SamVerschueren/decode-uri-component"} \ No newline at end of file diff --git a/android/config/libraries/deepmerge@3.3.0.json b/android/config/libraries/deepmerge@3.3.0.json deleted file mode 100644 index a61b497..0000000 --- a/android/config/libraries/deepmerge@3.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.3.0","description":"A library for deep (recursive) merging of Javascript objects","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"deepmerge","tag":"","uniqueId":"deepmerge@3.3.0","website":"https://github.com/TehShrike/deepmerge"} \ No newline at end of file diff --git a/android/config/libraries/delayed-stream@1.0.0.json b/android/config/libraries/delayed-stream@1.0.0.json deleted file mode 100644 index b436634..0000000 --- a/android/config/libraries/delayed-stream@1.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.0","description":"Buffers events from a stream until you are ready to handle them.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a"],"name":"delayed-stream","tag":"","uniqueId":"delayed-stream@1.0.0","website":"https://github.com/felixge/node-delayed-stream"} \ No newline at end of file diff --git a/android/config/libraries/depd@2.0.0.json b/android/config/libraries/depd@2.0.0.json deleted file mode 100644 index 2e2f36d..0000000 --- a/android/config/libraries/depd@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Deprecate all the things","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd"],"name":"depd","tag":"","uniqueId":"depd@2.0.0","website":"dougwilson/nodejs-depd"} \ No newline at end of file diff --git a/android/config/libraries/destroy@1.2.0.json b/android/config/libraries/destroy@1.2.0.json deleted file mode 100644 index 5140e3d..0000000 --- a/android/config/libraries/destroy@1.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.0","description":"destroy a stream if possible","developers":[{"name":"Jonathan Ong","organisationUrl":""}],"licenses":["MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce"],"name":"destroy","tag":"","uniqueId":"destroy@1.2.0","website":"stream-utils/destroy"} \ No newline at end of file diff --git a/android/config/libraries/dom-serializer@2.0.0.json b/android/config/libraries/dom-serializer@2.0.0.json deleted file mode 100644 index a38b612..0000000 --- a/android/config/libraries/dom-serializer@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"render domhandler DOM nodes to a string","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735"],"name":"dom-serializer","tag":"","uniqueId":"dom-serializer@2.0.0","website":"https://github.com/cheeriojs/dom-serializer"} \ No newline at end of file diff --git a/android/config/libraries/domelementtype@2.3.0.json b/android/config/libraries/domelementtype@2.3.0.json deleted file mode 100644 index 5ea6286..0000000 --- a/android/config/libraries/domelementtype@2.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.0","description":"all the types of nodes in htmlparser2's dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domelementtype","tag":"","uniqueId":"domelementtype@2.3.0","website":"https://github.com/fb55/domelementtype"} \ No newline at end of file diff --git a/android/config/libraries/domhandler@5.0.3.json b/android/config/libraries/domhandler@5.0.3.json deleted file mode 100644 index 5852e0e..0000000 --- a/android/config/libraries/domhandler@5.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.3","description":"Handler for htmlparser2 that turns pages into a dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domhandler","tag":"","uniqueId":"domhandler@5.0.3","website":"https://github.com/fb55/domhandler"} \ No newline at end of file diff --git a/android/config/libraries/domutils@3.2.2.json b/android/config/libraries/domutils@3.2.2.json deleted file mode 100644 index 1e245f8..0000000 --- a/android/config/libraries/domutils@3.2.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.2.2","description":"Utilities for working with htmlparser2's dom","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"domutils","tag":"","uniqueId":"domutils@3.2.2","website":"https://github.com/fb55/domutils"} \ No newline at end of file diff --git a/android/config/libraries/dunder-proto@1.0.1.json b/android/config/libraries/dunder-proto@1.0.1.json deleted file mode 100644 index 74df77b..0000000 --- a/android/config/libraries/dunder-proto@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"If available, the `Object.prototype.__proto__` accessor and mutator, call-bound","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad"],"name":"dunder-proto","tag":"","uniqueId":"dunder-proto@1.0.1","website":"https://github.com/es-shims/dunder-proto"} \ No newline at end of file diff --git a/android/config/libraries/ee-first@1.1.1.json b/android/config/libraries/ee-first@1.1.1.json deleted file mode 100644 index cf41b69..0000000 --- a/android/config/libraries/ee-first@1.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.1","description":"return the first event in a set of ee/event pairs","developers":[{"name":"Jonathan Ong","organisationUrl":""}],"licenses":["MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99"],"name":"ee-first","tag":"","uniqueId":"ee-first@1.1.1","website":"jonathanong/ee-first"} \ No newline at end of file diff --git a/android/config/libraries/electron-to-chromium@1.5.237.json b/android/config/libraries/electron-to-chromium@1.5.237.json deleted file mode 100644 index 29d9871..0000000 --- a/android/config/libraries/electron-to-chromium@1.5.237.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.5.237","description":"Provides a list of electron-to-chromium version mappings","developers":[{"name":"Kilian Valkhof","organisationUrl":""}],"licenses":["ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe"],"name":"electron-to-chromium","tag":"","uniqueId":"electron-to-chromium@1.5.237","website":"https://github.com/kilian/electron-to-chromium/"} \ No newline at end of file diff --git a/android/config/libraries/emoji-regex@8.0.0.json b/android/config/libraries/emoji-regex@8.0.0.json deleted file mode 100644 index b3d8884..0000000 --- a/android/config/libraries/emoji-regex@8.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.0.0","description":"A regular expression to match all Emoji-only symbols as per the Unicode Standard.","developers":[{"name":"Mathias Bynens","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"emoji-regex","tag":"","uniqueId":"emoji-regex@8.0.0","website":"https://github.com/mathiasbynens/emoji-regex"} \ No newline at end of file diff --git a/android/config/libraries/encodeurl@1.0.2.json b/android/config/libraries/encodeurl@1.0.2.json deleted file mode 100644 index ad15435..0000000 --- a/android/config/libraries/encodeurl@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8"],"name":"encodeurl","tag":"","uniqueId":"encodeurl@1.0.2","website":"pillarjs/encodeurl"} \ No newline at end of file diff --git a/android/config/libraries/encodeurl@2.0.0.json b/android/config/libraries/encodeurl@2.0.0.json deleted file mode 100644 index c7edc81..0000000 --- a/android/config/libraries/encodeurl@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8"],"name":"encodeurl","tag":"","uniqueId":"encodeurl@2.0.0","website":"pillarjs/encodeurl"} \ No newline at end of file diff --git a/android/config/libraries/entities@4.5.0.json b/android/config/libraries/entities@4.5.0.json deleted file mode 100644 index 01655a7..0000000 --- a/android/config/libraries/entities@4.5.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.5.0","description":"Encode & decode XML and HTML entities with ease & speed","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"entities","tag":"","uniqueId":"entities@4.5.0","website":"https://github.com/fb55/entities"} \ No newline at end of file diff --git a/android/config/libraries/error-ex@1.3.4.json b/android/config/libraries/error-ex@1.3.4.json deleted file mode 100644 index 1fd6f01..0000000 --- a/android/config/libraries/error-ex@1.3.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.4","description":"Easy error subclassing and stack customization","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"error-ex","tag":"","uniqueId":"error-ex@1.3.4","website":"qix-/node-error-ex"} \ No newline at end of file diff --git a/android/config/libraries/error-stack-parser@2.1.4.json b/android/config/libraries/error-stack-parser@2.1.4.json deleted file mode 100644 index 7f3c8e3..0000000 --- a/android/config/libraries/error-stack-parser@2.1.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.4","description":"Extract meaning from JS Errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e"],"name":"error-stack-parser","tag":"","uniqueId":"error-stack-parser@2.1.4","website":"https://github.com/stacktracejs/error-stack-parser"} \ No newline at end of file diff --git a/android/config/libraries/es-define-property@1.0.1.json b/android/config/libraries/es-define-property@1.0.1.json deleted file mode 100644 index 057a312..0000000 --- a/android/config/libraries/es-define-property@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"`Object.defineProperty`, but not IE 8's broken one.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-define-property","tag":"","uniqueId":"es-define-property@1.0.1","website":"https://github.com/ljharb/es-define-property"} \ No newline at end of file diff --git a/android/config/libraries/es-errors@1.3.0.json b/android/config/libraries/es-errors@1.3.0.json deleted file mode 100644 index d748690..0000000 --- a/android/config/libraries/es-errors@1.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.0","description":"A simple cache for a few of the JS Error constructors.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-errors","tag":"","uniqueId":"es-errors@1.3.0","website":"https://github.com/ljharb/es-errors"} \ No newline at end of file diff --git a/android/config/libraries/es-object-atoms@1.1.1.json b/android/config/libraries/es-object-atoms@1.1.1.json deleted file mode 100644 index b163a2f..0000000 --- a/android/config/libraries/es-object-atoms@1.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.1","description":"ES Object-related atoms: Object, ToObject, RequireObjectCoercible","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa"],"name":"es-object-atoms","tag":"","uniqueId":"es-object-atoms@1.1.1","website":"https://github.com/ljharb/es-object-atoms"} \ No newline at end of file diff --git a/android/config/libraries/es-set-tostringtag@2.1.0.json b/android/config/libraries/es-set-tostringtag@2.1.0.json deleted file mode 100644 index 4e68416..0000000 --- a/android/config/libraries/es-set-tostringtag@2.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.0","description":"A helper to optimistically set Symbol.toStringTag, when possible.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494"],"name":"es-set-tostringtag","tag":"","uniqueId":"es-set-tostringtag@2.1.0","website":"https://github.com/es-shims/es-set-tostringtag"} \ No newline at end of file diff --git a/android/config/libraries/escalade@3.2.0.json b/android/config/libraries/escalade@3.2.0.json deleted file mode 100644 index 86a0bfe..0000000 --- a/android/config/libraries/escalade@3.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.2.0","description":"A tiny (183B to 210B) and fast utility to ascend parent directories","developers":[{"name":"Luke Edwards","organisationUrl":""}],"licenses":["MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9"],"name":"escalade","tag":"","uniqueId":"escalade@3.2.0","website":"lukeed/escalade"} \ No newline at end of file diff --git a/android/config/libraries/escape-html@1.0.3.json b/android/config/libraries/escape-html@1.0.3.json deleted file mode 100644 index 78c714c..0000000 --- a/android/config/libraries/escape-html@1.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.3","description":"Escape string for use in HTML","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b"],"name":"escape-html","tag":"","uniqueId":"escape-html@1.0.3","website":"component/escape-html"} \ No newline at end of file diff --git a/android/config/libraries/escape-string-regexp@2.0.0.json b/android/config/libraries/escape-string-regexp@2.0.0.json deleted file mode 100644 index a5891e6..0000000 --- a/android/config/libraries/escape-string-regexp@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Escape RegExp special characters","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"escape-string-regexp","tag":"","uniqueId":"escape-string-regexp@2.0.0","website":"sindresorhus/escape-string-regexp"} \ No newline at end of file diff --git a/android/config/libraries/escape-string-regexp@4.0.0.json b/android/config/libraries/escape-string-regexp@4.0.0.json deleted file mode 100644 index c45a7c3..0000000 --- a/android/config/libraries/escape-string-regexp@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"Escape RegExp special characters","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"escape-string-regexp","tag":"","uniqueId":"escape-string-regexp@4.0.0","website":"sindresorhus/escape-string-regexp"} \ No newline at end of file diff --git a/android/config/libraries/esprima@4.0.1.json b/android/config/libraries/esprima@4.0.1.json deleted file mode 100644 index c275456..0000000 --- a/android/config/libraries/esprima@4.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.1","description":"ECMAScript parsing infrastructure for multipurpose analysis","developers":[{"name":"Ariya Hidayat","organisationUrl":""}],"licenses":["BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927"],"name":"esprima","tag":"","uniqueId":"esprima@4.0.1","website":"https://github.com/jquery/esprima"} \ No newline at end of file diff --git a/android/config/libraries/etag@1.8.1.json b/android/config/libraries/etag@1.8.1.json deleted file mode 100644 index 9c7f44d..0000000 --- a/android/config/libraries/etag@1.8.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.8.1","description":"Create simple HTTP ETags","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422"],"name":"etag","tag":"","uniqueId":"etag@1.8.1","website":"jshttp/etag"} \ No newline at end of file diff --git a/android/config/libraries/event-target-shim@5.0.1.json b/android/config/libraries/event-target-shim@5.0.1.json deleted file mode 100644 index 89aa5bb..0000000 --- a/android/config/libraries/event-target-shim@5.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.1","description":"An implementation of WHATWG EventTarget interface.","developers":[{"name":"Toru Nagashima","organisationUrl":""}],"licenses":["MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac"],"name":"event-target-shim","tag":"","uniqueId":"event-target-shim@5.0.1","website":"https://github.com/mysticatea/event-target-shim"} \ No newline at end of file diff --git a/android/config/libraries/exponential-backoff@3.1.3.json b/android/config/libraries/exponential-backoff@3.1.3.json deleted file mode 100644 index f936db1..0000000 --- a/android/config/libraries/exponential-backoff@3.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.3","description":"A utility that allows retrying a function with an exponential delay between attempts.","developers":[{"name":"Sami Sayegh","organisationUrl":""}],"licenses":["Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6"],"name":"exponential-backoff","tag":"","uniqueId":"exponential-backoff@3.1.3","website":"https://github.com/coveooss/exponential-backoff"} \ No newline at end of file diff --git a/android/config/libraries/fast-deep-equal@3.1.3.json b/android/config/libraries/fast-deep-equal@3.1.3.json deleted file mode 100644 index 5bcb39c..0000000 --- a/android/config/libraries/fast-deep-equal@3.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.3","description":"Fast deep equal","developers":[{"name":"Evgeny Poberezkin","organisationUrl":""}],"licenses":["MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd"],"name":"fast-deep-equal","tag":"","uniqueId":"fast-deep-equal@3.1.3","website":"https://github.com/epoberezkin/fast-deep-equal"} \ No newline at end of file diff --git a/android/config/libraries/fast-json-stable-stringify@2.1.0.json b/android/config/libraries/fast-json-stable-stringify@2.1.0.json deleted file mode 100644 index 65ad049..0000000 --- a/android/config/libraries/fast-json-stable-stringify@2.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.0","description":"deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551"],"name":"fast-json-stable-stringify","tag":"","uniqueId":"fast-json-stable-stringify@2.1.0","website":"https://github.com/epoberezkin/fast-json-stable-stringify"} \ No newline at end of file diff --git a/android/config/libraries/fb-watchman@2.0.2.json b/android/config/libraries/fb-watchman@2.0.2.json deleted file mode 100644 index 68776e1..0000000 --- a/android/config/libraries/fb-watchman@2.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.2","description":"Bindings for the Watchman file watching service","developers":[{"name":"Wez Furlong (http://wezfurlong.org)","organisationUrl":""}],"licenses":["Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510"],"name":"fb-watchman","tag":"","uniqueId":"fb-watchman@2.0.2","website":"https://github.com/facebook/watchman"} \ No newline at end of file diff --git a/android/config/libraries/fill-range@7.1.1.json b/android/config/libraries/fill-range@7.1.1.json deleted file mode 100644 index 9982189..0000000 --- a/android/config/libraries/fill-range@7.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.1.1","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"fill-range","tag":"","uniqueId":"fill-range@7.1.1","website":"jonschlinkert/fill-range"} \ No newline at end of file diff --git a/android/config/libraries/filter-obj@1.1.0.json b/android/config/libraries/filter-obj@1.1.0.json deleted file mode 100644 index 23866b0..0000000 --- a/android/config/libraries/filter-obj@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"Filter object keys and values into a new object","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"filter-obj","tag":"","uniqueId":"filter-obj@1.1.0","website":"sindresorhus/filter-obj"} \ No newline at end of file diff --git a/android/config/libraries/finalhandler@1.1.2.json b/android/config/libraries/finalhandler@1.1.2.json deleted file mode 100644 index 1b16c4d..0000000 --- a/android/config/libraries/finalhandler@1.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.2","description":"Node.js final http responder","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4"],"name":"finalhandler","tag":"","uniqueId":"finalhandler@1.1.2","website":"pillarjs/finalhandler"} \ No newline at end of file diff --git a/android/config/libraries/find-up@4.1.0.json b/android/config/libraries/find-up@4.1.0.json deleted file mode 100644 index d93e828..0000000 --- a/android/config/libraries/find-up@4.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.0","description":"Find a file or directory by walking up parent directories","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"find-up","tag":"","uniqueId":"find-up@4.1.0","website":"sindresorhus/find-up"} \ No newline at end of file diff --git a/android/config/libraries/find-up@7.0.0.json b/android/config/libraries/find-up@7.0.0.json deleted file mode 100644 index e0d8d1e..0000000 --- a/android/config/libraries/find-up@7.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.0.0","description":"Find a file or directory by walking up parent directories","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"find-up","tag":"","uniqueId":"find-up@7.0.0","website":"sindresorhus/find-up"} \ No newline at end of file diff --git a/android/config/libraries/flow-enums-runtime@0.0.6.json b/android/config/libraries/flow-enums-runtime@0.0.6.json deleted file mode 100644 index cab24ba..0000000 --- a/android/config/libraries/flow-enums-runtime@0.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.0.6","description":"Runtime to be use with the Flow Enums transform.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"flow-enums-runtime","tag":"","uniqueId":"flow-enums-runtime@0.0.6","website":"https://github.com/facebook/flow"} \ No newline at end of file diff --git a/android/config/libraries/follow-redirects@1.15.11.json b/android/config/libraries/follow-redirects@1.15.11.json deleted file mode 100644 index b1025b9..0000000 --- a/android/config/libraries/follow-redirects@1.15.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.15.11","description":"HTTP and HTTPS modules that follow redirects.","developers":[{"name":"Ruben Verborgh (https://ruben.verborgh.org/)","organisationUrl":""}],"licenses":["MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1"],"name":"follow-redirects","tag":"","uniqueId":"follow-redirects@1.15.11","website":"https://github.com/follow-redirects/follow-redirects"} \ No newline at end of file diff --git a/android/config/libraries/form-data@4.0.5.json b/android/config/libraries/form-data@4.0.5.json deleted file mode 100644 index c18cd70..0000000 --- a/android/config/libraries/form-data@4.0.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.5","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","developers":[{"name":"Felix Geisendörfer (http://debuggable.com/)","organisationUrl":""}],"licenses":["MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525"],"name":"form-data","tag":"","uniqueId":"form-data@4.0.5","website":"https://github.com/form-data/form-data"} \ No newline at end of file diff --git a/android/config/libraries/fresh@0.5.2.json b/android/config/libraries/fresh@0.5.2.json deleted file mode 100644 index 48d6cdd..0000000 --- a/android/config/libraries/fresh@0.5.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.5.2","description":"HTTP response freshness testing","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0"],"name":"fresh","tag":"","uniqueId":"fresh@0.5.2","website":"jshttp/fresh"} \ No newline at end of file diff --git a/android/config/libraries/fs.realpath@1.0.0.json b/android/config/libraries/fs.realpath@1.0.0.json deleted file mode 100644 index 836e472..0000000 --- a/android/config/libraries/fs.realpath@1.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.0","description":"Use node's fs.realpath, but fall back to the JS implementation if the native one fails","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd"],"name":"fs.realpath","tag":"","uniqueId":"fs.realpath@1.0.0","website":"https://github.com/isaacs/fs.realpath"} \ No newline at end of file diff --git a/android/config/libraries/fsevents@2.3.3.json b/android/config/libraries/fsevents@2.3.3.json deleted file mode 100644 index c8acc98..0000000 --- a/android/config/libraries/fsevents@2.3.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.3","description":"Native Access to MacOS FSEvents","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2"],"name":"fsevents","tag":"","uniqueId":"fsevents@2.3.3","website":"https://github.com/fsevents/fsevents"} \ No newline at end of file diff --git a/android/config/libraries/function-bind@1.1.2.json b/android/config/libraries/function-bind@1.1.2.json deleted file mode 100644 index df9ea2d..0000000 --- a/android/config/libraries/function-bind@1.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.2","description":"Implementation of Function.prototype.bind","developers":[{"name":"Raynos ","organisationUrl":""}],"licenses":["MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283"],"name":"function-bind","tag":"","uniqueId":"function-bind@1.1.2","website":"https://github.com/Raynos/function-bind"} \ No newline at end of file diff --git a/android/config/libraries/gensync@1.0.0-beta.2.json b/android/config/libraries/gensync@1.0.0-beta.2.json deleted file mode 100644 index 2150d6a..0000000 --- a/android/config/libraries/gensync@1.0.0-beta.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.0-beta.2","description":"Allows users to use generators in order to write common functions that can be both sync or async.","developers":[{"name":"Logan Smyth ","organisationUrl":""}],"licenses":["MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127"],"name":"gensync","tag":"","uniqueId":"gensync@1.0.0-beta.2","website":"https://github.com/loganfsmyth/gensync"} \ No newline at end of file diff --git a/android/config/libraries/get-caller-file@2.0.5.json b/android/config/libraries/get-caller-file@2.0.5.json deleted file mode 100644 index 6a52a84..0000000 --- a/android/config/libraries/get-caller-file@2.0.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.5","description":"","developers":[{"name":"Stefan Penner","organisationUrl":""}],"licenses":["ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0"],"name":"get-caller-file","tag":"","uniqueId":"get-caller-file@2.0.5","website":"https://github.com/stefanpenner/get-caller-file"} \ No newline at end of file diff --git a/android/config/libraries/get-intrinsic@1.3.0.json b/android/config/libraries/get-intrinsic@1.3.0.json deleted file mode 100644 index 9e582f1..0000000 --- a/android/config/libraries/get-intrinsic@1.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.0","description":"Get and robustly cache all JS language-level intrinsics at first require time","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066"],"name":"get-intrinsic","tag":"","uniqueId":"get-intrinsic@1.3.0","website":"https://github.com/ljharb/get-intrinsic"} \ No newline at end of file diff --git a/android/config/libraries/get-package-type@0.1.0.json b/android/config/libraries/get-package-type@0.1.0.json deleted file mode 100644 index ddf37e9..0000000 --- a/android/config/libraries/get-package-type@0.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.0","description":"Determine the `package.json#type` which applies to a location","developers":[{"name":"Corey Farrell","organisationUrl":""}],"licenses":["MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314"],"name":"get-package-type","tag":"","uniqueId":"get-package-type@0.1.0","website":"https://github.com/cfware/get-package-type"} \ No newline at end of file diff --git a/android/config/libraries/get-proto@1.0.1.json b/android/config/libraries/get-proto@1.0.1.json deleted file mode 100644 index 88aebd7..0000000 --- a/android/config/libraries/get-proto@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"Robustly get the [[Prototype]] of an object","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580"],"name":"get-proto","tag":"","uniqueId":"get-proto@1.0.1","website":"https://github.com/ljharb/get-proto"} \ No newline at end of file diff --git a/android/config/libraries/glob@7.2.3.json b/android/config/libraries/glob@7.2.3.json deleted file mode 100644 index c677727..0000000 --- a/android/config/libraries/glob@7.2.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.2.3","description":"a little globber","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0"],"name":"glob","tag":"","uniqueId":"glob@7.2.3","website":"https://github.com/isaacs/node-glob"} \ No newline at end of file diff --git a/android/config/libraries/gopd@1.2.0.json b/android/config/libraries/gopd@1.2.0.json deleted file mode 100644 index d2f22ba..0000000 --- a/android/config/libraries/gopd@1.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.0","description":"`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07"],"name":"gopd","tag":"","uniqueId":"gopd@1.2.0","website":"https://github.com/ljharb/gopd"} \ No newline at end of file diff --git a/android/config/libraries/graceful-fs@4.2.11.json b/android/config/libraries/graceful-fs@4.2.11.json deleted file mode 100644 index 597f3cb..0000000 --- a/android/config/libraries/graceful-fs@4.2.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.2.11","description":"A drop-in replacement for fs, making various improvements.","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d"],"name":"graceful-fs","tag":"","uniqueId":"graceful-fs@4.2.11","website":"https://github.com/isaacs/node-graceful-fs"} \ No newline at end of file diff --git a/android/config/libraries/has-flag@4.0.0.json b/android/config/libraries/has-flag@4.0.0.json deleted file mode 100644 index 961db3f..0000000 --- a/android/config/libraries/has-flag@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"Check if argv has a specific flag","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"has-flag","tag":"","uniqueId":"has-flag@4.0.0","website":"sindresorhus/has-flag"} \ No newline at end of file diff --git a/android/config/libraries/has-symbols@1.1.0.json b/android/config/libraries/has-symbols@1.1.0.json deleted file mode 100644 index b112f5c..0000000 --- a/android/config/libraries/has-symbols@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"Determine if the JS environment has Symbol support. Supports spec, or shams.","developers":[{"name":"Jordan Harband","organisationUrl":""}],"licenses":["MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0"],"name":"has-symbols","tag":"","uniqueId":"has-symbols@1.1.0","website":"https://github.com/inspect-js/has-symbols"} \ No newline at end of file diff --git a/android/config/libraries/has-tostringtag@1.0.2.json b/android/config/libraries/has-tostringtag@1.0.2.json deleted file mode 100644 index bfcb778..0000000 --- a/android/config/libraries/has-tostringtag@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.","developers":[{"name":"Jordan Harband","organisationUrl":""}],"licenses":["MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6"],"name":"has-tostringtag","tag":"","uniqueId":"has-tostringtag@1.0.2","website":"https://github.com/inspect-js/has-tostringtag"} \ No newline at end of file diff --git a/android/config/libraries/hasown@2.0.2.json b/android/config/libraries/hasown@2.0.2.json deleted file mode 100644 index 395a308..0000000 --- a/android/config/libraries/hasown@2.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.2","description":"A robust, ES3 compatible, \"has own property\" predicate.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369"],"name":"hasown","tag":"","uniqueId":"hasown@2.0.2","website":"https://github.com/inspect-js/hasOwn"} \ No newline at end of file diff --git a/android/config/libraries/hermes-estree@0.28.1.json b/android/config/libraries/hermes-estree@0.28.1.json deleted file mode 100644 index e61e935..0000000 --- a/android/config/libraries/hermes-estree@0.28.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.28.1","description":"Flow types for the Flow-ESTree spec produced by the hermes parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-estree","tag":"","uniqueId":"hermes-estree@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-estree@0.29.1.json b/android/config/libraries/hermes-estree@0.29.1.json deleted file mode 100644 index a538c44..0000000 --- a/android/config/libraries/hermes-estree@0.29.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.29.1","description":"Flow types for the Flow-ESTree spec produced by the hermes parser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-estree","tag":"","uniqueId":"hermes-estree@0.29.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-parser@0.28.1.json b/android/config/libraries/hermes-parser@0.28.1.json deleted file mode 100644 index 222d8d0..0000000 --- a/android/config/libraries/hermes-parser@0.28.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.28.1","description":"A JavaScript parser built from the Hermes engine","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-parser","tag":"","uniqueId":"hermes-parser@0.28.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hermes-parser@0.29.1.json b/android/config/libraries/hermes-parser@0.29.1.json deleted file mode 100644 index 617e706..0000000 --- a/android/config/libraries/hermes-parser@0.29.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.29.1","description":"A JavaScript parser built from the Hermes engine","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"hermes-parser","tag":"","uniqueId":"hermes-parser@0.29.1","website":"https://github.com/facebook/hermes"} \ No newline at end of file diff --git a/android/config/libraries/hoist-non-react-statics@3.3.2.json b/android/config/libraries/hoist-non-react-statics@3.3.2.json deleted file mode 100644 index 848d36e..0000000 --- a/android/config/libraries/hoist-non-react-statics@3.3.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.3.2","description":"Copies non-react specific statics from a child component to a parent component","developers":[{"name":"Michael Ridgway ","organisationUrl":""}],"licenses":["BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c"],"name":"hoist-non-react-statics","tag":"","uniqueId":"hoist-non-react-statics@3.3.2","website":"https://github.com/mridgway/hoist-non-react-statics"} \ No newline at end of file diff --git a/android/config/libraries/http-errors@2.0.0.json b/android/config/libraries/http-errors@2.0.0.json deleted file mode 100644 index b6775c6..0000000 --- a/android/config/libraries/http-errors@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Create HTTP error objects","developers":[{"name":"Jonathan Ong (http://jongleberry.com)","organisationUrl":""}],"licenses":["MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5"],"name":"http-errors","tag":"","uniqueId":"http-errors@2.0.0","website":"jshttp/http-errors"} \ No newline at end of file diff --git a/android/config/libraries/https-proxy-agent@7.0.6.json b/android/config/libraries/https-proxy-agent@7.0.6.json deleted file mode 100644 index d68f07d..0000000 --- a/android/config/libraries/https-proxy-agent@7.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.0.6","description":"An HTTP(s) proxy `http.Agent` implementation for HTTPS","developers":[{"name":"Nathan Rajlich (http://n8.io/)","organisationUrl":""}],"licenses":["MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea"],"name":"https-proxy-agent","tag":"","uniqueId":"https-proxy-agent@7.0.6","website":"https://github.com/TooTallNate/proxy-agents"} \ No newline at end of file diff --git a/android/config/libraries/image-size@1.2.1.json b/android/config/libraries/image-size@1.2.1.json deleted file mode 100644 index 50711cf..0000000 --- a/android/config/libraries/image-size@1.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.1","description":"get dimensions of any image file","developers":[{"name":"netroy (http://netroy.in/)","organisationUrl":""}],"licenses":["MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10"],"name":"image-size","tag":"","uniqueId":"image-size@1.2.1","website":"https://github.com/image-size/image-size"} \ No newline at end of file diff --git a/android/config/libraries/import-fresh@2.0.0.json b/android/config/libraries/import-fresh@2.0.0.json deleted file mode 100644 index 20de48b..0000000 --- a/android/config/libraries/import-fresh@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Import a module while bypassing the cache","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"import-fresh","tag":"","uniqueId":"import-fresh@2.0.0","website":"sindresorhus/import-fresh"} \ No newline at end of file diff --git a/android/config/libraries/imurmurhash@0.1.4.json b/android/config/libraries/imurmurhash@0.1.4.json deleted file mode 100644 index 43d153b..0000000 --- a/android/config/libraries/imurmurhash@0.1.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.4","description":"An incremental implementation of MurmurHash3","developers":[{"name":"Jens Taylor","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"imurmurhash","tag":"","uniqueId":"imurmurhash@0.1.4","website":"https://github.com/jensyt/imurmurhash-js"} \ No newline at end of file diff --git a/android/config/libraries/inflight@1.0.6.json b/android/config/libraries/inflight@1.0.6.json deleted file mode 100644 index 594802b..0000000 --- a/android/config/libraries/inflight@1.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.6","description":"Add callbacks to requests in flight to avoid async duplication","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31"],"name":"inflight","tag":"","uniqueId":"inflight@1.0.6","website":"https://github.com/npm/inflight"} \ No newline at end of file diff --git a/android/config/libraries/inherits@2.0.4.json b/android/config/libraries/inherits@2.0.4.json deleted file mode 100644 index ca2c7a1..0000000 --- a/android/config/libraries/inherits@2.0.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.4","description":"Browser-friendly inheritance fully compatible with standard node.js inherits()","developers":[{"name":"","organisationUrl":""}],"licenses":["ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785"],"name":"inherits","tag":"","uniqueId":"inherits@2.0.4","website":"https://github.com/isaacs/inherits"} \ No newline at end of file diff --git a/android/config/libraries/invariant@2.2.4.json b/android/config/libraries/invariant@2.2.4.json deleted file mode 100644 index 1ec3f0b..0000000 --- a/android/config/libraries/invariant@2.2.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.4","description":"invariant","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4"],"name":"invariant","tag":"","uniqueId":"invariant@2.2.4","website":"https://github.com/zertosh/invariant"} \ No newline at end of file diff --git a/android/config/libraries/is-arrayish@0.2.1.json b/android/config/libraries/is-arrayish@0.2.1.json deleted file mode 100644 index 3f3c802..0000000 --- a/android/config/libraries/is-arrayish@0.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.1","description":"Determines if an object can be used as an array","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"is-arrayish","tag":"","uniqueId":"is-arrayish@0.2.1","website":"https://github.com/qix-/node-is-arrayish"} \ No newline at end of file diff --git a/android/config/libraries/is-arrayish@0.3.4.json b/android/config/libraries/is-arrayish@0.3.4.json deleted file mode 100644 index cae5d19..0000000 --- a/android/config/libraries/is-arrayish@0.3.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.4","description":"Determines if an object can be used as an array","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae"],"name":"is-arrayish","tag":"","uniqueId":"is-arrayish@0.3.4","website":"https://github.com/qix-/node-is-arrayish"} \ No newline at end of file diff --git a/android/config/libraries/is-directory@0.3.1.json b/android/config/libraries/is-directory@0.3.1.json deleted file mode 100644 index 9af208f..0000000 --- a/android/config/libraries/is-directory@0.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.3.1","description":"Returns true if a filepath exists on the file system and it's directory.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f"],"name":"is-directory","tag":"","uniqueId":"is-directory@0.3.1","website":"jonschlinkert/is-directory"} \ No newline at end of file diff --git a/android/config/libraries/is-docker@2.2.1.json b/android/config/libraries/is-docker@2.2.1.json deleted file mode 100644 index d0218f7..0000000 --- a/android/config/libraries/is-docker@2.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.1","description":"Check if the process is running inside a Docker container","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"is-docker","tag":"","uniqueId":"is-docker@2.2.1","website":"sindresorhus/is-docker"} \ No newline at end of file diff --git a/android/config/libraries/is-fullwidth-code-point@3.0.0.json b/android/config/libraries/is-fullwidth-code-point@3.0.0.json deleted file mode 100644 index d0a622e..0000000 --- a/android/config/libraries/is-fullwidth-code-point@3.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.0","description":"Check if the character represented by a given Unicode code point is fullwidth","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"is-fullwidth-code-point","tag":"","uniqueId":"is-fullwidth-code-point@3.0.0","website":"sindresorhus/is-fullwidth-code-point"} \ No newline at end of file diff --git a/android/config/libraries/is-number@7.0.0.json b/android/config/libraries/is-number@7.0.0.json deleted file mode 100644 index e0fdfc6..0000000 --- a/android/config/libraries/is-number@7.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.0.0","description":"Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"is-number","tag":"","uniqueId":"is-number@7.0.0","website":"jonschlinkert/is-number"} \ No newline at end of file diff --git a/android/config/libraries/is-wsl@2.2.0.json b/android/config/libraries/is-wsl@2.2.0.json deleted file mode 100644 index 9be24e0..0000000 --- a/android/config/libraries/is-wsl@2.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.0","description":"Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"is-wsl","tag":"","uniqueId":"is-wsl@2.2.0","website":"sindresorhus/is-wsl"} \ No newline at end of file diff --git a/android/config/libraries/istanbul-lib-coverage@3.2.2.json b/android/config/libraries/istanbul-lib-coverage@3.2.2.json deleted file mode 100644 index 92a04b5..0000000 --- a/android/config/libraries/istanbul-lib-coverage@3.2.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.2.2","description":"Data library for istanbul coverage objects","developers":[{"name":"Krishnan Anantheswaran ","organisationUrl":""}],"licenses":["BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b"],"name":"istanbul-lib-coverage","tag":"","uniqueId":"istanbul-lib-coverage@3.2.2","website":"https://github.com/istanbuljs/istanbuljs"} \ No newline at end of file diff --git a/android/config/libraries/istanbul-lib-instrument@5.2.1.json b/android/config/libraries/istanbul-lib-instrument@5.2.1.json deleted file mode 100644 index 12f5c23..0000000 --- a/android/config/libraries/istanbul-lib-instrument@5.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.2.1","description":"Core istanbul API for JS code coverage","developers":[{"name":"Krishnan Anantheswaran ","organisationUrl":""}],"licenses":["BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b"],"name":"istanbul-lib-instrument","tag":"","uniqueId":"istanbul-lib-instrument@5.2.1","website":"https://github.com/istanbuljs/istanbuljs"} \ No newline at end of file diff --git a/android/config/libraries/jest-environment-node@29.7.0.json b/android/config/libraries/jest-environment-node@29.7.0.json deleted file mode 100644 index 5cbd769..0000000 --- a/android/config/libraries/jest-environment-node@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-environment-node","tag":"","uniqueId":"jest-environment-node@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-get-type@29.6.3.json b/android/config/libraries/jest-get-type@29.6.3.json deleted file mode 100644 index ebfc3db..0000000 --- a/android/config/libraries/jest-get-type@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"A utility function to get the type of a value","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-get-type","tag":"","uniqueId":"jest-get-type@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-haste-map@29.7.0.json b/android/config/libraries/jest-haste-map@29.7.0.json deleted file mode 100644 index 64843e7..0000000 --- a/android/config/libraries/jest-haste-map@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-haste-map","tag":"","uniqueId":"jest-haste-map@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-message-util@29.7.0.json b/android/config/libraries/jest-message-util@29.7.0.json deleted file mode 100644 index 5e8e3c0..0000000 --- a/android/config/libraries/jest-message-util@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-message-util","tag":"","uniqueId":"jest-message-util@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-mock@29.7.0.json b/android/config/libraries/jest-mock@29.7.0.json deleted file mode 100644 index d6db01b..0000000 --- a/android/config/libraries/jest-mock@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-mock","tag":"","uniqueId":"jest-mock@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-regex-util@29.6.3.json b/android/config/libraries/jest-regex-util@29.6.3.json deleted file mode 100644 index 26d5a81..0000000 --- a/android/config/libraries/jest-regex-util@29.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.6.3","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-regex-util","tag":"","uniqueId":"jest-regex-util@29.6.3","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-util@29.7.0.json b/android/config/libraries/jest-util@29.7.0.json deleted file mode 100644 index 2bbaade..0000000 --- a/android/config/libraries/jest-util@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-util","tag":"","uniqueId":"jest-util@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-validate@29.7.0.json b/android/config/libraries/jest-validate@29.7.0.json deleted file mode 100644 index 18f7017..0000000 --- a/android/config/libraries/jest-validate@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-validate","tag":"","uniqueId":"jest-validate@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/jest-worker@29.7.0.json b/android/config/libraries/jest-worker@29.7.0.json deleted file mode 100644 index 7ec2cd8..0000000 --- a/android/config/libraries/jest-worker@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"jest-worker","tag":"","uniqueId":"jest-worker@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/js-tokens@4.0.0.json b/android/config/libraries/js-tokens@4.0.0.json deleted file mode 100644 index eb7720e..0000000 --- a/android/config/libraries/js-tokens@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"A regex that tokenizes JavaScript.","developers":[{"name":"Simon Lydell","organisationUrl":""}],"licenses":["MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0"],"name":"js-tokens","tag":"","uniqueId":"js-tokens@4.0.0","website":"lydell/js-tokens"} \ No newline at end of file diff --git a/android/config/libraries/js-yaml@3.14.2.json b/android/config/libraries/js-yaml@3.14.2.json deleted file mode 100644 index d565f48..0000000 --- a/android/config/libraries/js-yaml@3.14.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.14.2","description":"YAML 1.2 parser and serializer","developers":[{"name":"Vladimir Zapparov ","organisationUrl":""}],"licenses":["MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51"],"name":"js-yaml","tag":"","uniqueId":"js-yaml@3.14.2","website":"nodeca/js-yaml"} \ No newline at end of file diff --git a/android/config/libraries/jsc-safe-url@0.2.4.json b/android/config/libraries/jsc-safe-url@0.2.4.json deleted file mode 100644 index fe6cd1a..0000000 --- a/android/config/libraries/jsc-safe-url@0.2.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.4","description":"Utility functions for converting to and from URLs that encode query string data into URL paths","developers":[{"name":"Rob Hogan ","organisationUrl":""}],"licenses":["0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a"],"name":"jsc-safe-url","tag":"","uniqueId":"jsc-safe-url@0.2.4","website":"https://github.com/robhogan/jsc-safe-url"} \ No newline at end of file diff --git a/android/config/libraries/jsesc@3.1.0.json b/android/config/libraries/jsesc@3.1.0.json deleted file mode 100644 index 2b87138..0000000 --- a/android/config/libraries/jsesc@3.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.0","description":"Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.","developers":[{"name":"Mathias Bynens","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"jsesc","tag":"","uniqueId":"jsesc@3.1.0","website":"https://github.com/mathiasbynens/jsesc"} \ No newline at end of file diff --git a/android/config/libraries/json-parse-better-errors@1.0.2.json b/android/config/libraries/json-parse-better-errors@1.0.2.json deleted file mode 100644 index 104bcc4..0000000 --- a/android/config/libraries/json-parse-better-errors@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"JSON.parse with context information on error","developers":[{"name":"Kat Marchán","organisationUrl":""}],"licenses":["MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c"],"name":"json-parse-better-errors","tag":"","uniqueId":"json-parse-better-errors@1.0.2","website":"https://github.com/zkat/json-parse-better-errors"} \ No newline at end of file diff --git a/android/config/libraries/json5@2.2.3.json b/android/config/libraries/json5@2.2.3.json deleted file mode 100644 index 0841f99..0000000 --- a/android/config/libraries/json5@2.2.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.3","description":"JSON for Humans","developers":[{"name":"Aseem Kishore ","organisationUrl":""}],"licenses":["MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83"],"name":"json5","tag":"","uniqueId":"json5@2.2.3","website":"https://github.com/json5/json5"} \ No newline at end of file diff --git a/android/config/libraries/jwt-decode@4.0.0.json b/android/config/libraries/jwt-decode@4.0.0.json deleted file mode 100644 index 66a7962..0000000 --- a/android/config/libraries/jwt-decode@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"Decode JWT tokens, mostly useful for browser applications.","developers":[{"name":"Jose F. Romaniello ","organisationUrl":""}],"licenses":["MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490"],"name":"jwt-decode","tag":"","uniqueId":"jwt-decode@4.0.0","website":"https://github.com/auth0/jwt-decode"} \ No newline at end of file diff --git a/android/config/libraries/leven@3.1.0.json b/android/config/libraries/leven@3.1.0.json deleted file mode 100644 index fe8c19c..0000000 --- a/android/config/libraries/leven@3.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.0","description":"Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"leven","tag":"","uniqueId":"leven@3.1.0","website":"sindresorhus/leven"} \ No newline at end of file diff --git a/android/config/libraries/lighthouse-logger@1.4.2.json b/android/config/libraries/lighthouse-logger@1.4.2.json deleted file mode 100644 index a3b6ac0..0000000 --- a/android/config/libraries/lighthouse-logger@1.4.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.2","description":"","developers":[{"name":"","organisationUrl":""}],"licenses":["Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337"],"name":"lighthouse-logger","tag":"","uniqueId":"lighthouse-logger@1.4.2"} \ No newline at end of file diff --git a/android/config/libraries/locate-path@5.0.0.json b/android/config/libraries/locate-path@5.0.0.json deleted file mode 100644 index 321ff99..0000000 --- a/android/config/libraries/locate-path@5.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.0","description":"Get the first path that exists on disk of multiple paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"locate-path","tag":"","uniqueId":"locate-path@5.0.0","website":"sindresorhus/locate-path"} \ No newline at end of file diff --git a/android/config/libraries/locate-path@6.0.0.json b/android/config/libraries/locate-path@6.0.0.json deleted file mode 100644 index cf8c2e4..0000000 --- a/android/config/libraries/locate-path@6.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.0.0","description":"Get the first path that exists on disk of multiple paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"locate-path","tag":"","uniqueId":"locate-path@6.0.0","website":"sindresorhus/locate-path"} \ No newline at end of file diff --git a/android/config/libraries/lodash.throttle@4.1.1.json b/android/config/libraries/lodash.throttle@4.1.1.json deleted file mode 100644 index 8c90148..0000000 --- a/android/config/libraries/lodash.throttle@4.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.1","description":"The lodash method `_.throttle` exported as a module.","developers":[{"name":"John-David Dalton (http://allyoucanleet.com/)","organisationUrl":""}],"licenses":["MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32"],"name":"lodash.throttle","tag":"","uniqueId":"lodash.throttle@4.1.1","website":"lodash/lodash"} \ No newline at end of file diff --git a/android/config/libraries/loose-envify@1.4.0.json b/android/config/libraries/loose-envify@1.4.0.json deleted file mode 100644 index 011332f..0000000 --- a/android/config/libraries/loose-envify@1.4.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.0","description":"Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0"],"name":"loose-envify","tag":"","uniqueId":"loose-envify@1.4.0","website":"https://github.com/zertosh/loose-envify"} \ No newline at end of file diff --git a/android/config/libraries/lru-cache@5.1.1.json b/android/config/libraries/lru-cache@5.1.1.json deleted file mode 100644 index bb2b52d..0000000 --- a/android/config/libraries/lru-cache@5.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.1.1","description":"A cache object that deletes the least-recently-used items.","developers":[{"name":"Isaac Z. Schlueter ","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"lru-cache","tag":"","uniqueId":"lru-cache@5.1.1","website":"https://github.com/isaacs/node-lru-cache"} \ No newline at end of file diff --git a/android/config/libraries/makeerror@1.0.12.json b/android/config/libraries/makeerror@1.0.12.json deleted file mode 100644 index e7c8a98..0000000 --- a/android/config/libraries/makeerror@1.0.12.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.12","description":"A library to make errors.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3"],"name":"makeerror","tag":"","uniqueId":"makeerror@1.0.12","website":"https://github.com/daaku/nodejs-makeerror"} \ No newline at end of file diff --git a/android/config/libraries/marky@1.3.0.json b/android/config/libraries/marky@1.3.0.json deleted file mode 100644 index ad1ddf9..0000000 --- a/android/config/libraries/marky@1.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.0","description":"Performance timer based on performance.mark() and measure()","developers":[{"name":"Nolan Lawson ","organisationUrl":""}],"licenses":["Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6"],"name":"marky","tag":"","uniqueId":"marky@1.3.0","website":"https://github.com/nolanlawson/marky"} \ No newline at end of file diff --git a/android/config/libraries/math-intrinsics@1.1.0.json b/android/config/libraries/math-intrinsics@1.1.0.json deleted file mode 100644 index 997fdf3..0000000 --- a/android/config/libraries/math-intrinsics@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"ES Math-related intrinsics and helpers, robustly cached.","developers":[{"name":"Jordan Harband ","organisationUrl":""}],"licenses":["MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad"],"name":"math-intrinsics","tag":"","uniqueId":"math-intrinsics@1.1.0","website":"https://github.com/es-shims/math-intrinsics"} \ No newline at end of file diff --git a/android/config/libraries/mdn-data@2.0.14.json b/android/config/libraries/mdn-data@2.0.14.json deleted file mode 100644 index 0b65c1b..0000000 --- a/android/config/libraries/mdn-data@2.0.14.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.14","description":"Open Web data by the Mozilla Developer Network","developers":[{"name":"Mozilla Developer Network","organisationUrl":""}],"licenses":["CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb"],"name":"mdn-data","tag":"","uniqueId":"mdn-data@2.0.14","website":"https://github.com/mdn/data"} \ No newline at end of file diff --git a/android/config/libraries/memoize-one@5.2.1.json b/android/config/libraries/memoize-one@5.2.1.json deleted file mode 100644 index 7a82de3..0000000 --- a/android/config/libraries/memoize-one@5.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.2.1","description":"A memoization library which only remembers the latest invocation","developers":[{"name":"Alex Reardon ","organisationUrl":""}],"licenses":["MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f"],"name":"memoize-one","tag":"","uniqueId":"memoize-one@5.2.1","website":"https://github.com/alexreardon/memoize-one"} \ No newline at end of file diff --git a/android/config/libraries/merge-stream@2.0.0.json b/android/config/libraries/merge-stream@2.0.0.json deleted file mode 100644 index 60ee55f..0000000 --- a/android/config/libraries/merge-stream@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Create a stream that emits events from multiple other streams","developers":[{"name":"Stephen Sugden ","organisationUrl":""}],"licenses":["MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a"],"name":"merge-stream","tag":"","uniqueId":"merge-stream@2.0.0","website":"grncdr/merge-stream"} \ No newline at end of file diff --git a/android/config/libraries/metro-babel-transformer@0.82.5.json b/android/config/libraries/metro-babel-transformer@0.82.5.json deleted file mode 100644 index d558c93..0000000 --- a/android/config/libraries/metro-babel-transformer@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Base Babel transformer for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-babel-transformer","tag":"","uniqueId":"metro-babel-transformer@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-cache-key@0.82.5.json b/android/config/libraries/metro-cache-key@0.82.5.json deleted file mode 100644 index 6cc0724..0000000 --- a/android/config/libraries/metro-cache-key@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Cache key utility.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-cache-key","tag":"","uniqueId":"metro-cache-key@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-cache@0.82.5.json b/android/config/libraries/metro-cache@0.82.5.json deleted file mode 100644 index a6f076c..0000000 --- a/android/config/libraries/metro-cache@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Cache layers for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-cache","tag":"","uniqueId":"metro-cache@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-config@0.82.5.json b/android/config/libraries/metro-config@0.82.5.json deleted file mode 100644 index 80c697f..0000000 --- a/android/config/libraries/metro-config@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Config parser for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-config","tag":"","uniqueId":"metro-config@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-core@0.82.5.json b/android/config/libraries/metro-core@0.82.5.json deleted file mode 100644 index 2442207..0000000 --- a/android/config/libraries/metro-core@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Metro's core package.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-core","tag":"","uniqueId":"metro-core@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-file-map@0.82.5.json b/android/config/libraries/metro-file-map@0.82.5.json deleted file mode 100644 index 41a4bc8..0000000 --- a/android/config/libraries/metro-file-map@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"[Experimental] - 🚇 File crawling, watching and mapping for Metro","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-file-map","tag":"","uniqueId":"metro-file-map@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-minify-terser@0.82.5.json b/android/config/libraries/metro-minify-terser@0.82.5.json deleted file mode 100644 index ae95091..0000000 --- a/android/config/libraries/metro-minify-terser@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Minifier for Metro based on Terser.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-minify-terser","tag":"","uniqueId":"metro-minify-terser@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-resolver@0.82.5.json b/android/config/libraries/metro-resolver@0.82.5.json deleted file mode 100644 index 5940e18..0000000 --- a/android/config/libraries/metro-resolver@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Implementation of Metro's resolution logic.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-resolver","tag":"","uniqueId":"metro-resolver@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-runtime@0.82.5.json b/android/config/libraries/metro-runtime@0.82.5.json deleted file mode 100644 index a0fa720..0000000 --- a/android/config/libraries/metro-runtime@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Module required for evaluating Metro bundles.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-runtime","tag":"","uniqueId":"metro-runtime@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-source-map@0.82.5.json b/android/config/libraries/metro-source-map@0.82.5.json deleted file mode 100644 index 8268401..0000000 --- a/android/config/libraries/metro-source-map@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Source map generator for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-source-map","tag":"","uniqueId":"metro-source-map@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-symbolicate@0.82.5.json b/android/config/libraries/metro-symbolicate@0.82.5.json deleted file mode 100644 index 9485f25..0000000 --- a/android/config/libraries/metro-symbolicate@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 A tool to find the source location from JS bundles and stack traces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-symbolicate","tag":"","uniqueId":"metro-symbolicate@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-transform-plugins@0.82.5.json b/android/config/libraries/metro-transform-plugins@0.82.5.json deleted file mode 100644 index 71d1228..0000000 --- a/android/config/libraries/metro-transform-plugins@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Transform plugins for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-transform-plugins","tag":"","uniqueId":"metro-transform-plugins@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro-transform-worker@0.82.5.json b/android/config/libraries/metro-transform-worker@0.82.5.json deleted file mode 100644 index 57fefcd..0000000 --- a/android/config/libraries/metro-transform-worker@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 Transform worker for Metro.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro-transform-worker","tag":"","uniqueId":"metro-transform-worker@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/metro@0.82.5.json b/android/config/libraries/metro@0.82.5.json deleted file mode 100644 index 41b9038..0000000 --- a/android/config/libraries/metro@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"🚇 The JavaScript bundler for React Native.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"metro","tag":"","uniqueId":"metro@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/micromatch@4.0.8.json b/android/config/libraries/micromatch@4.0.8.json deleted file mode 100644 index 34e4464..0000000 --- a/android/config/libraries/micromatch@4.0.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.8","description":"Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7"],"name":"micromatch","tag":"","uniqueId":"micromatch@4.0.8","website":"micromatch/micromatch"} \ No newline at end of file diff --git a/android/config/libraries/mime-db@1.52.0.json b/android/config/libraries/mime-db@1.52.0.json deleted file mode 100644 index ba0b3ee..0000000 --- a/android/config/libraries/mime-db@1.52.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.52.0","description":"Media Type Database","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185"],"name":"mime-db","tag":"","uniqueId":"mime-db@1.52.0","website":"jshttp/mime-db"} \ No newline at end of file diff --git a/android/config/libraries/mime-types@2.1.35.json b/android/config/libraries/mime-types@2.1.35.json deleted file mode 100644 index 77297e3..0000000 --- a/android/config/libraries/mime-types@2.1.35.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.35","description":"The ultimate javascript content-type utility.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606"],"name":"mime-types","tag":"","uniqueId":"mime-types@2.1.35","website":"jshttp/mime-types"} \ No newline at end of file diff --git a/android/config/libraries/mime@1.6.0.json b/android/config/libraries/mime@1.6.0.json deleted file mode 100644 index 7a63d44..0000000 --- a/android/config/libraries/mime@1.6.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.6.0","description":"A comprehensive library for mime-type mapping","developers":[{"name":"Robert Kieffer","organisationUrl":""}],"licenses":["MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985"],"name":"mime","tag":"","uniqueId":"mime@1.6.0","website":"https://github.com/broofa/node-mime"} \ No newline at end of file diff --git a/android/config/libraries/minimatch@3.1.2.json b/android/config/libraries/minimatch@3.1.2.json deleted file mode 100644 index 644760d..0000000 --- a/android/config/libraries/minimatch@3.1.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.2","description":"a glob matcher in javascript","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"minimatch","tag":"","uniqueId":"minimatch@3.1.2","website":"https://github.com/isaacs/minimatch"} \ No newline at end of file diff --git a/android/config/libraries/mkdirp@1.0.4.json b/android/config/libraries/mkdirp@1.0.4.json deleted file mode 100644 index 6c6f9b1..0000000 --- a/android/config/libraries/mkdirp@1.0.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.4","description":"Recursively mkdir, like `mkdir -p`","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76"],"name":"mkdirp","tag":"","uniqueId":"mkdirp@1.0.4","website":"https://github.com/isaacs/node-mkdirp"} \ No newline at end of file diff --git a/android/config/libraries/ms@2.0.0.json b/android/config/libraries/ms@2.0.0.json deleted file mode 100644 index 1970725..0000000 --- a/android/config/libraries/ms@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"Tiny milisecond conversion utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9"],"name":"ms","tag":"","uniqueId":"ms@2.0.0","website":"zeit/ms"} \ No newline at end of file diff --git a/android/config/libraries/ms@2.1.3.json b/android/config/libraries/ms@2.1.3.json deleted file mode 100644 index ea2ba47..0000000 --- a/android/config/libraries/ms@2.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.3","description":"Tiny millisecond conversion utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de"],"name":"ms","tag":"","uniqueId":"ms@2.1.3","website":"vercel/ms"} \ No newline at end of file diff --git a/android/config/libraries/nanoid@3.3.11.json b/android/config/libraries/nanoid@3.3.11.json deleted file mode 100644 index aaff557..0000000 --- a/android/config/libraries/nanoid@3.3.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.3.11","description":"A tiny (116 bytes), secure URL-friendly unique string ID generator","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff"],"name":"nanoid","tag":"","uniqueId":"nanoid@3.3.11","website":"ai/nanoid"} \ No newline at end of file diff --git a/android/config/libraries/negotiator@0.6.3.json b/android/config/libraries/negotiator@0.6.3.json deleted file mode 100644 index 39a1d35..0000000 --- a/android/config/libraries/negotiator@0.6.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.6.3","description":"HTTP content negotiation","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334"],"name":"negotiator","tag":"","uniqueId":"negotiator@0.6.3","website":"jshttp/negotiator"} \ No newline at end of file diff --git a/android/config/libraries/node-int64@0.4.0.json b/android/config/libraries/node-int64@0.4.0.json deleted file mode 100644 index ee052fb..0000000 --- a/android/config/libraries/node-int64@0.4.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.4.0","description":"Support for representing 64-bit integers in JavaScript","developers":[{"name":"Robert Kieffer ","organisationUrl":""}],"licenses":["MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26"],"name":"node-int64","tag":"","uniqueId":"node-int64@0.4.0","website":"https://github.com/broofa/node-int64"} \ No newline at end of file diff --git a/android/config/libraries/node-releases@2.0.25.json b/android/config/libraries/node-releases@2.0.25.json deleted file mode 100644 index 72f0f6c..0000000 --- a/android/config/libraries/node-releases@2.0.25.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.25","description":"Node.js releases data","developers":[{"name":"Sergey Rubanov ","organisationUrl":""}],"licenses":["MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e"],"name":"node-releases","tag":"","uniqueId":"node-releases@2.0.25","website":"https://github.com/chicoxyzzy/node-releases"} \ No newline at end of file diff --git a/android/config/libraries/normalize-path@3.0.0.json b/android/config/libraries/normalize-path@3.0.0.json deleted file mode 100644 index 8625014..0000000 --- a/android/config/libraries/normalize-path@3.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.0","description":"Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d"],"name":"normalize-path","tag":"","uniqueId":"normalize-path@3.0.0","website":"jonschlinkert/normalize-path"} \ No newline at end of file diff --git a/android/config/libraries/nth-check@2.1.1.json b/android/config/libraries/nth-check@2.1.1.json deleted file mode 100644 index 0cb8f5a..0000000 --- a/android/config/libraries/nth-check@2.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.1","description":"Parses and compiles CSS nth-checks to highly optimized functions.","developers":[{"name":"Felix Boehm ","organisationUrl":""}],"licenses":["BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550"],"name":"nth-check","tag":"","uniqueId":"nth-check@2.1.1","website":"https://github.com/fb55/nth-check"} \ No newline at end of file diff --git a/android/config/libraries/nullthrows@1.1.1.json b/android/config/libraries/nullthrows@1.1.1.json deleted file mode 100644 index 3036dcd..0000000 --- a/android/config/libraries/nullthrows@1.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.1","description":"flow typed nullthrows","developers":[{"name":"Andres Suarez ","organisationUrl":""}],"licenses":["MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f"],"name":"nullthrows","tag":"","uniqueId":"nullthrows@1.1.1","website":"https://github.com/zertosh/nullthrows"} \ No newline at end of file diff --git a/android/config/libraries/ob1@0.82.5.json b/android/config/libraries/ob1@0.82.5.json deleted file mode 100644 index c20be1f..0000000 --- a/android/config/libraries/ob1@0.82.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.82.5","description":"A small library for working with 0- and 1-based offsets in a type-checked way.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"ob1","tag":"","uniqueId":"ob1@0.82.5","website":"https://github.com/facebook/metro"} \ No newline at end of file diff --git a/android/config/libraries/object-assign@4.1.1.json b/android/config/libraries/object-assign@4.1.1.json deleted file mode 100644 index a02c83f..0000000 --- a/android/config/libraries/object-assign@4.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.1","description":"ES2015 `Object.assign()` ponyfill","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"object-assign","tag":"","uniqueId":"object-assign@4.1.1","website":"sindresorhus/object-assign"} \ No newline at end of file diff --git a/android/config/libraries/on-finished@2.3.0.json b/android/config/libraries/on-finished@2.3.0.json deleted file mode 100644 index 433537b..0000000 --- a/android/config/libraries/on-finished@2.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.0","description":"Execute a callback when a request closes, finishes, or errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f"],"name":"on-finished","tag":"","uniqueId":"on-finished@2.3.0","website":"jshttp/on-finished"} \ No newline at end of file diff --git a/android/config/libraries/on-finished@2.4.1.json b/android/config/libraries/on-finished@2.4.1.json deleted file mode 100644 index 2cba752..0000000 --- a/android/config/libraries/on-finished@2.4.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.4.1","description":"Execute a callback when a request closes, finishes, or errors","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f"],"name":"on-finished","tag":"","uniqueId":"on-finished@2.4.1","website":"jshttp/on-finished"} \ No newline at end of file diff --git a/android/config/libraries/once@1.4.0.json b/android/config/libraries/once@1.4.0.json deleted file mode 100644 index 6f576cb..0000000 --- a/android/config/libraries/once@1.4.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.0","description":"Run a function exactly one time","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"once","tag":"","uniqueId":"once@1.4.0","website":"https://github.com/isaacs/once"} \ No newline at end of file diff --git a/android/config/libraries/open@7.4.2.json b/android/config/libraries/open@7.4.2.json deleted file mode 100644 index eeac70e..0000000 --- a/android/config/libraries/open@7.4.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.4.2","description":"Open stuff like URLs, files, executables. Cross-platform.","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"open","tag":"","uniqueId":"open@7.4.2","website":"sindresorhus/open"} \ No newline at end of file diff --git a/android/config/libraries/opencollective-postinstall@2.0.3.json b/android/config/libraries/opencollective-postinstall@2.0.3.json deleted file mode 100644 index ee90952..0000000 --- a/android/config/libraries/opencollective-postinstall@2.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.3","description":"Lightweight npm postinstall message to invite people to donate to your collective","developers":[{"name":"Xavier Damman (@xdamman)","organisationUrl":""}],"licenses":["MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90"],"name":"opencollective-postinstall","tag":"","uniqueId":"opencollective-postinstall@2.0.3","website":"https://github.com/opencollective/opencollective-postinstall"} \ No newline at end of file diff --git a/android/config/libraries/p-limit@2.3.0.json b/android/config/libraries/p-limit@2.3.0.json deleted file mode 100644 index e2af600..0000000 --- a/android/config/libraries/p-limit@2.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.0","description":"Run multiple promise-returning & async functions with limited concurrency","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-limit","tag":"","uniqueId":"p-limit@2.3.0","website":"sindresorhus/p-limit"} \ No newline at end of file diff --git a/android/config/libraries/p-limit@3.1.0.json b/android/config/libraries/p-limit@3.1.0.json deleted file mode 100644 index f951537..0000000 --- a/android/config/libraries/p-limit@3.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.0","description":"Run multiple promise-returning & async functions with limited concurrency","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"p-limit","tag":"","uniqueId":"p-limit@3.1.0","website":"sindresorhus/p-limit"} \ No newline at end of file diff --git a/android/config/libraries/p-locate@4.1.0.json b/android/config/libraries/p-locate@4.1.0.json deleted file mode 100644 index f8043ad..0000000 --- a/android/config/libraries/p-locate@4.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.1.0","description":"Get the first fulfilled promise that satisfies the provided testing function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-locate","tag":"","uniqueId":"p-locate@4.1.0","website":"sindresorhus/p-locate"} \ No newline at end of file diff --git a/android/config/libraries/p-locate@5.0.0.json b/android/config/libraries/p-locate@5.0.0.json deleted file mode 100644 index c3f5af5..0000000 --- a/android/config/libraries/p-locate@5.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.0","description":"Get the first fulfilled promise that satisfies the provided testing function","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"p-locate","tag":"","uniqueId":"p-locate@5.0.0","website":"sindresorhus/p-locate"} \ No newline at end of file diff --git a/android/config/libraries/p-try@2.2.0.json b/android/config/libraries/p-try@2.2.0.json deleted file mode 100644 index 2a24f93..0000000 --- a/android/config/libraries/p-try@2.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.0","description":"`Start a promise chain","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"p-try","tag":"","uniqueId":"p-try@2.2.0","website":"sindresorhus/p-try"} \ No newline at end of file diff --git a/android/config/libraries/parse-json@4.0.0.json b/android/config/libraries/parse-json@4.0.0.json deleted file mode 100644 index 5f4f179..0000000 --- a/android/config/libraries/parse-json@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"Parse JSON with more helpful errors","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"parse-json","tag":"","uniqueId":"parse-json@4.0.0","website":"sindresorhus/parse-json"} \ No newline at end of file diff --git a/android/config/libraries/parseurl@1.3.3.json b/android/config/libraries/parseurl@1.3.3.json deleted file mode 100644 index b36faea..0000000 --- a/android/config/libraries/parseurl@1.3.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.3","description":"parse a url with memoization","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b"],"name":"parseurl","tag":"","uniqueId":"parseurl@1.3.3","website":"pillarjs/parseurl"} \ No newline at end of file diff --git a/android/config/libraries/path-exists@4.0.0.json b/android/config/libraries/path-exists@4.0.0.json deleted file mode 100644 index 767e80b..0000000 --- a/android/config/libraries/path-exists@4.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.0","description":"Check if a path exists","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"path-exists","tag":"","uniqueId":"path-exists@4.0.0","website":"sindresorhus/path-exists"} \ No newline at end of file diff --git a/android/config/libraries/path-is-absolute@1.0.1.json b/android/config/libraries/path-is-absolute@1.0.1.json deleted file mode 100644 index 65faf11..0000000 --- a/android/config/libraries/path-is-absolute@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"Node.js 0.12 path.isAbsolute() ponyfill","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"path-is-absolute","tag":"","uniqueId":"path-is-absolute@1.0.1","website":"sindresorhus/path-is-absolute"} \ No newline at end of file diff --git a/android/config/libraries/picocolors@1.1.1.json b/android/config/libraries/picocolors@1.1.1.json deleted file mode 100644 index 941180c..0000000 --- a/android/config/libraries/picocolors@1.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.1","description":"The tiniest and the fastest library for terminal output formatting with ANSI colors","developers":[{"name":"Alexey Raspopov","organisationUrl":""}],"licenses":["ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a"],"name":"picocolors","tag":"","uniqueId":"picocolors@1.1.1","website":"alexeyraspopov/picocolors"} \ No newline at end of file diff --git a/android/config/libraries/picomatch@2.3.1.json b/android/config/libraries/picomatch@2.3.1.json deleted file mode 100644 index d4ea333..0000000 --- a/android/config/libraries/picomatch@2.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.3.1","description":"Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b"],"name":"picomatch","tag":"","uniqueId":"picomatch@2.3.1","website":"micromatch/picomatch"} \ No newline at end of file diff --git a/android/config/libraries/pirates@4.0.7.json b/android/config/libraries/pirates@4.0.7.json deleted file mode 100644 index a22da35..0000000 --- a/android/config/libraries/pirates@4.0.7.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.7","description":"Properly hijack require, i.e., properly define require hooks and customizations","developers":[{"name":"Ari Porad","organisationUrl":""}],"licenses":["MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf"],"name":"pirates","tag":"","uniqueId":"pirates@4.0.7","website":"https://github.com/danez/pirates"} \ No newline at end of file diff --git a/android/config/libraries/plist@3.1.0.json b/android/config/libraries/plist@3.1.0.json deleted file mode 100644 index 029e947..0000000 --- a/android/config/libraries/plist@3.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.0","description":"Apple's property list parser/builder for Node.js and browsers","developers":[{"name":"Nathan Rajlich ","organisationUrl":""}],"licenses":["MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4"],"name":"plist","tag":"","uniqueId":"plist@3.1.0","website":"https://github.com/TooTallNate/node-plist"} \ No newline at end of file diff --git a/android/config/libraries/pretty-format@29.7.0.json b/android/config/libraries/pretty-format@29.7.0.json deleted file mode 100644 index 8c50611..0000000 --- a/android/config/libraries/pretty-format@29.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"29.7.0","description":"Stringify any JavaScript value.","developers":[{"name":"James Kyle ","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"pretty-format","tag":"","uniqueId":"pretty-format@29.7.0","website":"https://github.com/jestjs/jest"} \ No newline at end of file diff --git a/android/config/libraries/promise@8.3.0.json b/android/config/libraries/promise@8.3.0.json deleted file mode 100644 index 23c6857..0000000 --- a/android/config/libraries/promise@8.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.3.0","description":"Bare bones Promises/A+ implementation","developers":[{"name":"ForbesLindesay","organisationUrl":""}],"licenses":["MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4"],"name":"promise","tag":"","uniqueId":"promise@8.3.0","website":"https://github.com/then/promise"} \ No newline at end of file diff --git a/android/config/libraries/prop-types@15.8.1.json b/android/config/libraries/prop-types@15.8.1.json deleted file mode 100644 index e0c9834..0000000 --- a/android/config/libraries/prop-types@15.8.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"15.8.1","description":"Runtime type checking for React props and similar objects.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4"],"name":"prop-types","tag":"","uniqueId":"prop-types@15.8.1","website":"facebook/prop-types"} \ No newline at end of file diff --git a/android/config/libraries/proxy-from-env@1.1.0.json b/android/config/libraries/proxy-from-env@1.1.0.json deleted file mode 100644 index f05122b..0000000 --- a/android/config/libraries/proxy-from-env@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.","developers":[{"name":"Rob Wu (https://robwu.nl/)","organisationUrl":""}],"licenses":["MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172"],"name":"proxy-from-env","tag":"","uniqueId":"proxy-from-env@1.1.0","website":"https://github.com/Rob--W/proxy-from-env"} \ No newline at end of file diff --git a/android/config/libraries/query-string@7.1.3.json b/android/config/libraries/query-string@7.1.3.json deleted file mode 100644 index 3f5a687..0000000 --- a/android/config/libraries/query-string@7.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.1.3","description":"Parse and stringify URL query strings","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2"],"name":"query-string","tag":"","uniqueId":"query-string@7.1.3","website":"sindresorhus/query-string"} \ No newline at end of file diff --git a/android/config/libraries/queue@6.0.2.json b/android/config/libraries/queue@6.0.2.json deleted file mode 100644 index 1cbaab1..0000000 --- a/android/config/libraries/queue@6.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.0.2","description":"asynchronous function queue with adjustable concurrency","developers":[{"name":"Jesse Tane ","organisationUrl":""}],"licenses":["MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c"],"name":"queue","tag":"","uniqueId":"queue@6.0.2","website":"https://github.com/jessetane/queue"} \ No newline at end of file diff --git a/android/config/libraries/range-parser@1.2.1.json b/android/config/libraries/range-parser@1.2.1.json deleted file mode 100644 index 4027b2e..0000000 --- a/android/config/libraries/range-parser@1.2.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.1","description":"Range header field string parser","developers":[{"name":"TJ Holowaychuk (http://tjholowaychuk.com)","organisationUrl":""}],"licenses":["MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b"],"name":"range-parser","tag":"","uniqueId":"range-parser@1.2.1","website":"jshttp/range-parser"} \ No newline at end of file diff --git a/android/config/libraries/react-devtools-core@6.1.5.json b/android/config/libraries/react-devtools-core@6.1.5.json deleted file mode 100644 index 3069ba5..0000000 --- a/android/config/libraries/react-devtools-core@6.1.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.1.5","description":"Use react-devtools outside of the browser","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"react-devtools-core","tag":"","uniqueId":"react-devtools-core@6.1.5","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-freeze@1.0.4.json b/android/config/libraries/react-freeze@1.0.4.json deleted file mode 100644 index 6b55c7e..0000000 --- a/android/config/libraries/react-freeze@1.0.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.4","description":"React Freeze","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d"],"name":"react-freeze","tag":"","uniqueId":"react-freeze@1.0.4","website":"software-mansion/react-freeze"} \ No newline at end of file diff --git a/android/config/libraries/react-is@16.13.1.json b/android/config/libraries/react-is@16.13.1.json deleted file mode 100644 index e0892c6..0000000 --- a/android/config/libraries/react-is@16.13.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"16.13.1","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-is","tag":"","uniqueId":"react-is@16.13.1","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-is@18.3.1.json b/android/config/libraries/react-is@18.3.1.json deleted file mode 100644 index 3057a30..0000000 --- a/android/config/libraries/react-is@18.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"18.3.1","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-is","tag":"","uniqueId":"react-is@18.3.1","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-is@19.2.0.json b/android/config/libraries/react-is@19.2.0.json deleted file mode 100644 index 20f9720..0000000 --- a/android/config/libraries/react-is@19.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"19.2.0","description":"Brand checking of React Elements.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react-is","tag":"","uniqueId":"react-is@19.2.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react-native-app-auth@8.1.0.json b/android/config/libraries/react-native-app-auth@8.1.0.json deleted file mode 100644 index e20de0e..0000000 --- a/android/config/libraries/react-native-app-auth@8.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.1.0","description":"React Native bridge for AppAuth for supporting any OAuth 2 provider","developers":[{"name":"Nearform Commerce (https://commerce.nearform.com)","organisationUrl":""}],"licenses":["MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572"],"name":"react-native-app-auth","tag":"","uniqueId":"react-native-app-auth@8.1.0","website":"https://github.com/FormidableLabs/react-native-app-auth"} \ No newline at end of file diff --git a/android/config/libraries/react-native-base64@0.0.2.json b/android/config/libraries/react-native-base64@0.0.2.json deleted file mode 100644 index ab974da..0000000 --- a/android/config/libraries/react-native-base64@0.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.0.2","description":"Base64 encoding and decoding helping util. Created for React Native but can be used anywhere","developers":[{"name":"eranbo","organisationUrl":""}],"licenses":["MIT_c5b3e97389de00379ade588e9207216f33aeb53b19d189dca03a614cd0540163ccc36669ef2889536deaf5e5e68f1af9d9726e9bf623e3f669ff9ee09ac9723a"],"name":"react-native-base64","tag":"","uniqueId":"react-native-base64@0.0.2","website":"https://github.com/eranbo/react-native-base64"} \ No newline at end of file diff --git a/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json b/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json deleted file mode 100644 index c9a2b05..0000000 --- a/android/config/libraries/react-native-inappbrowser-reborn@3.7.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.7.0","description":"InAppBrowser for React Native","developers":[{"name":"Juan David Nicholls Cardona","organisationUrl":""}],"licenses":["MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88"],"name":"react-native-inappbrowser-reborn","tag":"","uniqueId":"react-native-inappbrowser-reborn@3.7.0","website":"https://github.com/proyecto26/react-native-inappbrowser"} \ No newline at end of file diff --git a/android/config/libraries/react-native-keychain@10.0.0.json b/android/config/libraries/react-native-keychain@10.0.0.json deleted file mode 100644 index e98e9b3..0000000 --- a/android/config/libraries/react-native-keychain@10.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"10.0.0","description":"Keychain Access for React Native","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b"],"name":"react-native-keychain","tag":"","uniqueId":"react-native-keychain@10.0.0","website":"https://github.com/oblador/react-native-keychain"} \ No newline at end of file diff --git a/android/config/libraries/react-native-legal@1.6.0.json b/android/config/libraries/react-native-legal@1.6.0.json deleted file mode 100644 index a0fc91d..0000000 --- a/android/config/libraries/react-native-legal@1.6.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.6.0","description":"Acknowledge OSS libraries used in your React Native app","developers":[{"name":"Mateusz Mędrek (https://github.com/mateusz1913)","organisationUrl":""}],"licenses":["MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523"],"name":"react-native-legal","tag":"","uniqueId":"react-native-legal@1.6.0","website":"https://github.com/callstackincubator/react-native-legal"} \ No newline at end of file diff --git a/android/config/libraries/react-native-nfc-manager@3.17.1.json b/android/config/libraries/react-native-nfc-manager@3.17.1.json deleted file mode 100644 index 4da8e36..0000000 --- a/android/config/libraries/react-native-nfc-manager@3.17.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.17.1","description":"A NFC module for react native.","developers":[{"name":"Richie","organisationUrl":""}],"licenses":["MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a"],"name":"react-native-nfc-manager","tag":"","uniqueId":"react-native-nfc-manager@3.17.1","website":"https://github.com/whitedogg13/react-native-nfc-manager"} \ No newline at end of file diff --git a/android/config/libraries/react-native-paper@5.14.5.json b/android/config/libraries/react-native-paper@5.14.5.json deleted file mode 100644 index 73fba5d..0000000 --- a/android/config/libraries/react-native-paper@5.14.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.14.5","description":"Material design for React Native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb"],"name":"react-native-paper","tag":"","uniqueId":"react-native-paper@5.14.5","website":"https://github.com/callstack/react-native-paper"} \ No newline at end of file diff --git a/android/config/libraries/react-native-safe-area-context@5.6.1.json b/android/config/libraries/react-native-safe-area-context@5.6.1.json deleted file mode 100644 index 0be77b3..0000000 --- a/android/config/libraries/react-native-safe-area-context@5.6.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.6.1","description":"A flexible way to handle safe area, also works on Android and web.","developers":[{"name":"Janic Duplessis ","organisationUrl":""}],"licenses":["MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff"],"name":"react-native-safe-area-context","tag":"","uniqueId":"react-native-safe-area-context@5.6.1","website":"https://github.com/th3rdwave/react-native-safe-area-context"} \ No newline at end of file diff --git a/android/config/libraries/react-native-screens@4.17.1.json b/android/config/libraries/react-native-screens@4.17.1.json deleted file mode 100644 index b4acf1e..0000000 --- a/android/config/libraries/react-native-screens@4.17.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.17.1","description":"Native navigation primitives for your React Native app.","developers":[{"name":"Krzysztof Magiera","organisationUrl":""}],"licenses":["MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733"],"name":"react-native-screens","tag":"","uniqueId":"react-native-screens@4.17.1","website":"https://github.com/software-mansion/react-native-screens"} \ No newline at end of file diff --git a/android/config/libraries/react-native-svg@15.14.0.json b/android/config/libraries/react-native-svg@15.14.0.json deleted file mode 100644 index 75ba18c..0000000 --- a/android/config/libraries/react-native-svg@15.14.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"15.14.0","description":"SVG library for react-native","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba"],"name":"react-native-svg","tag":"","uniqueId":"react-native-svg@15.14.0","website":"https://github.com/react-native-community/react-native-svg"} \ No newline at end of file diff --git a/android/config/libraries/react-native-vector-icons@10.3.0.json b/android/config/libraries/react-native-vector-icons@10.3.0.json deleted file mode 100644 index b67ba50..0000000 --- a/android/config/libraries/react-native-vector-icons@10.3.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"10.3.0","description":"Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.","developers":[{"name":"Joel Arvidsson","organisationUrl":""}],"licenses":["MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b"],"name":"react-native-vector-icons","tag":"","uniqueId":"react-native-vector-icons@10.3.0","website":"https://github.com/oblador/react-native-vector-icons"} \ No newline at end of file diff --git a/android/config/libraries/react-native@0.80.1.json b/android/config/libraries/react-native@0.80.1.json deleted file mode 100644 index 38e03be..0000000 --- a/android/config/libraries/react-native@0.80.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.80.1","description":"A framework for building native apps using React","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react-native","tag":"","uniqueId":"react-native@0.80.1","website":"https://github.com/facebook/react-native"} \ No newline at end of file diff --git a/android/config/libraries/react-refresh@0.14.2.json b/android/config/libraries/react-refresh@0.14.2.json deleted file mode 100644 index 9bff0e3..0000000 --- a/android/config/libraries/react-refresh@0.14.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.14.2","description":"React is a JavaScript library for building user interfaces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b"],"name":"react-refresh","tag":"","uniqueId":"react-refresh@0.14.2","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/react@19.1.0.json b/android/config/libraries/react@19.1.0.json deleted file mode 100644 index 58058af..0000000 --- a/android/config/libraries/react@19.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"19.1.0","description":"React is a JavaScript library for building user interfaces.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"react","tag":"","uniqueId":"react@19.1.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/regenerator-runtime@0.13.11.json b/android/config/libraries/regenerator-runtime@0.13.11.json deleted file mode 100644 index 58aaf9a..0000000 --- a/android/config/libraries/regenerator-runtime@0.13.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.13.11","description":"Runtime for Regenerator-compiled generator and async functions.","developers":[{"name":"Ben Newman ","organisationUrl":""}],"licenses":["MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92"],"name":"regenerator-runtime","tag":"","uniqueId":"regenerator-runtime@0.13.11","website":"https://github.com/facebook/regenerator/tree/main/packages/runtime"} \ No newline at end of file diff --git a/android/config/libraries/require-directory@2.1.1.json b/android/config/libraries/require-directory@2.1.1.json deleted file mode 100644 index ce173c3..0000000 --- a/android/config/libraries/require-directory@2.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.1","description":"Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.","developers":[{"name":"Troy Goode (http://github.com/troygoode/)","organisationUrl":""}],"licenses":["MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6"],"name":"require-directory","tag":"","uniqueId":"require-directory@2.1.1","website":"https://github.com/troygoode/node-require-directory"} \ No newline at end of file diff --git a/android/config/libraries/resolve-from@3.0.0.json b/android/config/libraries/resolve-from@3.0.0.json deleted file mode 100644 index 32a91c6..0000000 --- a/android/config/libraries/resolve-from@3.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.0","description":"Resolve the path of a module like `require.resolve()` but from a given path","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"resolve-from","tag":"","uniqueId":"resolve-from@3.0.0","website":"sindresorhus/resolve-from"} \ No newline at end of file diff --git a/android/config/libraries/resolve-from@5.0.0.json b/android/config/libraries/resolve-from@5.0.0.json deleted file mode 100644 index 8548ef3..0000000 --- a/android/config/libraries/resolve-from@5.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.0","description":"Resolve the path of a module like `require.resolve()` but from a given path","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"resolve-from","tag":"","uniqueId":"resolve-from@5.0.0","website":"sindresorhus/resolve-from"} \ No newline at end of file diff --git a/android/config/libraries/rimraf@3.0.2.json b/android/config/libraries/rimraf@3.0.2.json deleted file mode 100644 index 37c078e..0000000 --- a/android/config/libraries/rimraf@3.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.2","description":"A deep deletion module for node (like `rm -rf`)","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"rimraf","tag":"","uniqueId":"rimraf@3.0.2","website":"https://github.com/isaacs/rimraf"} \ No newline at end of file diff --git a/android/config/libraries/sax@1.4.4.json b/android/config/libraries/sax@1.4.4.json deleted file mode 100644 index b10f1c6..0000000 --- a/android/config/libraries/sax@1.4.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.4.4","description":"An evented streaming XML parser in JavaScript","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4"],"name":"sax","tag":"","uniqueId":"sax@1.4.4","website":"https://github.com/isaacs/sax-js"} \ No newline at end of file diff --git a/android/config/libraries/scheduler@0.26.0.json b/android/config/libraries/scheduler@0.26.0.json deleted file mode 100644 index ba33666..0000000 --- a/android/config/libraries/scheduler@0.26.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.26.0","description":"Cooperative scheduler for the browser environment.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"scheduler","tag":"","uniqueId":"scheduler@0.26.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/semver@6.3.1.json b/android/config/libraries/semver@6.3.1.json deleted file mode 100644 index 6077ec6..0000000 --- a/android/config/libraries/semver@6.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.3.1","description":"The semantic version parser used by npm.","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"semver","tag":"","uniqueId":"semver@6.3.1","website":"https://github.com/npm/node-semver"} \ No newline at end of file diff --git a/android/config/libraries/semver@7.7.3.json b/android/config/libraries/semver@7.7.3.json deleted file mode 100644 index 5f93d6b..0000000 --- a/android/config/libraries/semver@7.7.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.7.3","description":"The semantic version parser used by npm.","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"semver","tag":"","uniqueId":"semver@7.7.3","website":"https://github.com/npm/node-semver"} \ No newline at end of file diff --git a/android/config/libraries/send@0.19.0.json b/android/config/libraries/send@0.19.0.json deleted file mode 100644 index 58b12d6..0000000 --- a/android/config/libraries/send@0.19.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.19.0","description":"Better streaming static file server with Range and conditional-GET support","developers":[{"name":"TJ Holowaychuk ","organisationUrl":""}],"licenses":["MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df"],"name":"send","tag":"","uniqueId":"send@0.19.0","website":"pillarjs/send"} \ No newline at end of file diff --git a/android/config/libraries/serialize-error@2.1.0.json b/android/config/libraries/serialize-error@2.1.0.json deleted file mode 100644 index c2e7e86..0000000 --- a/android/config/libraries/serialize-error@2.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.1.0","description":"Serialize an error into a plain object","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9"],"name":"serialize-error","tag":"","uniqueId":"serialize-error@2.1.0","website":"sindresorhus/serialize-error"} \ No newline at end of file diff --git a/android/config/libraries/serve-static@1.16.2.json b/android/config/libraries/serve-static@1.16.2.json deleted file mode 100644 index fe04ff0..0000000 --- a/android/config/libraries/serve-static@1.16.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.16.2","description":"Serve static files","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84"],"name":"serve-static","tag":"","uniqueId":"serve-static@1.16.2","website":"expressjs/serve-static"} \ No newline at end of file diff --git a/android/config/libraries/setprototypeof@1.2.0.json b/android/config/libraries/setprototypeof@1.2.0.json deleted file mode 100644 index b4479de..0000000 --- a/android/config/libraries/setprototypeof@1.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.2.0","description":"A small polyfill for Object.setprototypeof","developers":[{"name":"Wes Todd","organisationUrl":""}],"licenses":["ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c"],"name":"setprototypeof","tag":"","uniqueId":"setprototypeof@1.2.0","website":"https://github.com/wesleytodd/setprototypeof"} \ No newline at end of file diff --git a/android/config/libraries/shell-quote@1.8.3.json b/android/config/libraries/shell-quote@1.8.3.json deleted file mode 100644 index 7cdd33c..0000000 --- a/android/config/libraries/shell-quote@1.8.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.8.3","description":"quote and parse shell commands","developers":[{"name":"James Halliday","organisationUrl":""}],"licenses":["MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef"],"name":"shell-quote","tag":"","uniqueId":"shell-quote@1.8.3","website":"http://github.com/ljharb/shell-quote"} \ No newline at end of file diff --git a/android/config/libraries/signal-exit@3.0.7.json b/android/config/libraries/signal-exit@3.0.7.json deleted file mode 100644 index 18ccfd2..0000000 --- a/android/config/libraries/signal-exit@3.0.7.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.7","description":"when you want to fire an event no matter how a process exits.","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"signal-exit","tag":"","uniqueId":"signal-exit@3.0.7","website":"https://github.com/tapjs/signal-exit"} \ No newline at end of file diff --git a/android/config/libraries/simple-plist@1.3.1.json b/android/config/libraries/simple-plist@1.3.1.json deleted file mode 100644 index 87ffa5e..0000000 --- a/android/config/libraries/simple-plist@1.3.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.1","description":"A wrapper utility for interacting with plist data.","developers":[{"name":"Joe Wollard","organisationUrl":""}],"licenses":["MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659"],"name":"simple-plist","tag":"","uniqueId":"simple-plist@1.3.1","website":"https://github.com/wollardj/simple-plist"} \ No newline at end of file diff --git a/android/config/libraries/simple-swizzle@0.2.4.json b/android/config/libraries/simple-swizzle@0.2.4.json deleted file mode 100644 index 7eb28f2..0000000 --- a/android/config/libraries/simple-swizzle@0.2.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.4","description":"Simply swizzle your arguments","developers":[{"name":"Qix (http://github.com/qix-)","organisationUrl":""}],"licenses":["MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1"],"name":"simple-swizzle","tag":"","uniqueId":"simple-swizzle@0.2.4","website":"qix-/node-simple-swizzle"} \ No newline at end of file diff --git a/android/config/libraries/slash@3.0.0.json b/android/config/libraries/slash@3.0.0.json deleted file mode 100644 index 7d1a3ea..0000000 --- a/android/config/libraries/slash@3.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.0","description":"Convert Windows backslash paths to slash paths","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"slash","tag":"","uniqueId":"slash@3.0.0","website":"sindresorhus/slash"} \ No newline at end of file diff --git a/android/config/libraries/source-map-support@0.5.21.json b/android/config/libraries/source-map-support@0.5.21.json deleted file mode 100644 index e471a07..0000000 --- a/android/config/libraries/source-map-support@0.5.21.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.5.21","description":"Fixes stack traces for files with source maps","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44"],"name":"source-map-support","tag":"","uniqueId":"source-map-support@0.5.21","website":"https://github.com/evanw/node-source-map-support"} \ No newline at end of file diff --git a/android/config/libraries/source-map@0.5.7.json b/android/config/libraries/source-map@0.5.7.json deleted file mode 100644 index 63f8c78..0000000 --- a/android/config/libraries/source-map@0.5.7.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.5.7","description":"Generates and consumes source maps","developers":[{"name":"Nick Fitzgerald ","organisationUrl":""}],"licenses":["BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b"],"name":"source-map","tag":"","uniqueId":"source-map@0.5.7","website":"http://github.com/mozilla/source-map"} \ No newline at end of file diff --git a/android/config/libraries/source-map@0.6.1.json b/android/config/libraries/source-map@0.6.1.json deleted file mode 100644 index 3f126f4..0000000 --- a/android/config/libraries/source-map@0.6.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.6.1","description":"Generates and consumes source maps","developers":[{"name":"Nick Fitzgerald ","organisationUrl":""}],"licenses":["BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b"],"name":"source-map","tag":"","uniqueId":"source-map@0.6.1","website":"http://github.com/mozilla/source-map"} \ No newline at end of file diff --git a/android/config/libraries/split-on-first@1.1.0.json b/android/config/libraries/split-on-first@1.1.0.json deleted file mode 100644 index 4d073ea..0000000 --- a/android/config/libraries/split-on-first@1.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.0","description":"Split a string on the first occurance of a given separator","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"split-on-first","tag":"","uniqueId":"split-on-first@1.1.0","website":"sindresorhus/split-on-first"} \ No newline at end of file diff --git a/android/config/libraries/sprintf-js@1.0.3.json b/android/config/libraries/sprintf-js@1.0.3.json deleted file mode 100644 index 2144c64..0000000 --- a/android/config/libraries/sprintf-js@1.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.3","description":"JavaScript sprintf implementation","developers":[{"name":"Alexandru Marasteanu (http://alexei.ro/)","organisationUrl":""}],"licenses":["BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d"],"name":"sprintf-js","tag":"","uniqueId":"sprintf-js@1.0.3","website":"https://github.com/alexei/sprintf.js"} \ No newline at end of file diff --git a/android/config/libraries/stack-utils@2.0.6.json b/android/config/libraries/stack-utils@2.0.6.json deleted file mode 100644 index 03d82af..0000000 --- a/android/config/libraries/stack-utils@2.0.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.6","description":"Captures and cleans stack traces","developers":[{"name":"James Talmage","organisationUrl":""}],"licenses":["MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c"],"name":"stack-utils","tag":"","uniqueId":"stack-utils@2.0.6","website":"tapjs/stack-utils"} \ No newline at end of file diff --git a/android/config/libraries/stackframe@1.3.4.json b/android/config/libraries/stackframe@1.3.4.json deleted file mode 100644 index 18852c2..0000000 --- a/android/config/libraries/stackframe@1.3.4.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.3.4","description":"JS Object representation of a stack frame","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e"],"name":"stackframe","tag":"","uniqueId":"stackframe@1.3.4","website":"https://github.com/stacktracejs/stackframe"} \ No newline at end of file diff --git a/android/config/libraries/stacktrace-parser@0.1.11.json b/android/config/libraries/stacktrace-parser@0.1.11.json deleted file mode 100644 index fd30e84..0000000 --- a/android/config/libraries/stacktrace-parser@0.1.11.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.11","description":"Parses every stack trace into a nicely formatted array of hashes.","developers":[{"name":"Georg Tavonius (http://jaz-lounge.com)","organisationUrl":""}],"licenses":["MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6"],"name":"stacktrace-parser","tag":"","uniqueId":"stacktrace-parser@0.1.11","website":"https://github.com/errwischt/stacktrace-parser"} \ No newline at end of file diff --git a/android/config/libraries/statuses@1.5.0.json b/android/config/libraries/statuses@1.5.0.json deleted file mode 100644 index 4264f6b..0000000 --- a/android/config/libraries/statuses@1.5.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.5.0","description":"HTTP status utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641"],"name":"statuses","tag":"","uniqueId":"statuses@1.5.0","website":"jshttp/statuses"} \ No newline at end of file diff --git a/android/config/libraries/statuses@2.0.1.json b/android/config/libraries/statuses@2.0.1.json deleted file mode 100644 index 3f81b62..0000000 --- a/android/config/libraries/statuses@2.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.1","description":"HTTP status utility","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641"],"name":"statuses","tag":"","uniqueId":"statuses@2.0.1","website":"jshttp/statuses"} \ No newline at end of file diff --git a/android/config/libraries/stream-buffers@2.2.0.json b/android/config/libraries/stream-buffers@2.2.0.json deleted file mode 100644 index 2566f77..0000000 --- a/android/config/libraries/stream-buffers@2.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.2.0","description":"Buffer-backed Streams for reading and writing.","developers":[{"name":"Sam Day ","organisationUrl":""}],"licenses":["Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06"],"name":"stream-buffers","tag":"","uniqueId":"stream-buffers@2.2.0","website":"https://github.com/samcday/node-stream-buffer"} \ No newline at end of file diff --git a/android/config/libraries/strict-uri-encode@2.0.0.json b/android/config/libraries/strict-uri-encode@2.0.0.json deleted file mode 100644 index c7a48b9..0000000 --- a/android/config/libraries/strict-uri-encode@2.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"2.0.0","description":"A stricter URI encode adhering to RFC 3986","developers":[{"name":"Kevin Mårtensson","organisationUrl":""}],"licenses":["MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1"],"name":"strict-uri-encode","tag":"","uniqueId":"strict-uri-encode@2.0.0","website":"kevva/strict-uri-encode"} \ No newline at end of file diff --git a/android/config/libraries/string-width@4.2.3.json b/android/config/libraries/string-width@4.2.3.json deleted file mode 100644 index ead3d49..0000000 --- a/android/config/libraries/string-width@4.2.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.2.3","description":"Get the visual width of a string - the number of columns required to display it","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"string-width","tag":"","uniqueId":"string-width@4.2.3","website":"sindresorhus/string-width"} \ No newline at end of file diff --git a/android/config/libraries/strip-ansi@6.0.1.json b/android/config/libraries/strip-ansi@6.0.1.json deleted file mode 100644 index 8cf0718..0000000 --- a/android/config/libraries/strip-ansi@6.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.0.1","description":"Strip ANSI escape codes from a string","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"strip-ansi","tag":"","uniqueId":"strip-ansi@6.0.1","website":"chalk/strip-ansi"} \ No newline at end of file diff --git a/android/config/libraries/supports-color@7.2.0.json b/android/config/libraries/supports-color@7.2.0.json deleted file mode 100644 index 128391a..0000000 --- a/android/config/libraries/supports-color@7.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.2.0","description":"Detect whether a terminal supports color","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"supports-color","tag":"","uniqueId":"supports-color@7.2.0","website":"chalk/supports-color"} \ No newline at end of file diff --git a/android/config/libraries/supports-color@8.1.1.json b/android/config/libraries/supports-color@8.1.1.json deleted file mode 100644 index 7085d8b..0000000 --- a/android/config/libraries/supports-color@8.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"8.1.1","description":"Detect whether a terminal supports color","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"supports-color","tag":"","uniqueId":"supports-color@8.1.1","website":"chalk/supports-color"} \ No newline at end of file diff --git a/android/config/libraries/terser@5.44.0.json b/android/config/libraries/terser@5.44.0.json deleted file mode 100644 index 932886b..0000000 --- a/android/config/libraries/terser@5.44.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.44.0","description":"JavaScript parser, mangler/compressor and beautifier toolkit for ES6+","developers":[{"name":"Mihai Bazon (http://lisperator.net/)","organisationUrl":""}],"licenses":["BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4"],"name":"terser","tag":"","uniqueId":"terser@5.44.0","website":"https://github.com/terser/terser"} \ No newline at end of file diff --git a/android/config/libraries/test-exclude@6.0.0.json b/android/config/libraries/test-exclude@6.0.0.json deleted file mode 100644 index 52e99f0..0000000 --- a/android/config/libraries/test-exclude@6.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.0.0","description":"test for inclusion or exclusion of paths using globs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"test-exclude","tag":"","uniqueId":"test-exclude@6.0.0","website":"https://github.com/istanbuljs/test-exclude"} \ No newline at end of file diff --git a/android/config/libraries/throat@5.0.0.json b/android/config/libraries/throat@5.0.0.json deleted file mode 100644 index 5c2a441..0000000 --- a/android/config/libraries/throat@5.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.0","description":"Throttle the parallelism of an asynchronous (promise returning) function / functions","developers":[{"name":"ForbesLindesay","organisationUrl":""}],"licenses":["MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2"],"name":"throat","tag":"","uniqueId":"throat@5.0.0","website":"https://github.com/ForbesLindesay/throat"} \ No newline at end of file diff --git a/android/config/libraries/tmpl@1.0.5.json b/android/config/libraries/tmpl@1.0.5.json deleted file mode 100644 index 6951350..0000000 --- a/android/config/libraries/tmpl@1.0.5.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.5","description":"JavaScript micro templates.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3"],"name":"tmpl","tag":"","uniqueId":"tmpl@1.0.5","website":"https://github.com/daaku/nodejs-tmpl"} \ No newline at end of file diff --git a/android/config/libraries/to-regex-range@5.0.1.json b/android/config/libraries/to-regex-range@5.0.1.json deleted file mode 100644 index 301695d..0000000 --- a/android/config/libraries/to-regex-range@5.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.1","description":"Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.","developers":[{"name":"Jon Schlinkert (https://github.com/jonschlinkert)","organisationUrl":""}],"licenses":["MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb"],"name":"to-regex-range","tag":"","uniqueId":"to-regex-range@5.0.1","website":"micromatch/to-regex-range"} \ No newline at end of file diff --git a/android/config/libraries/toidentifier@1.0.1.json b/android/config/libraries/toidentifier@1.0.1.json deleted file mode 100644 index ca8465d..0000000 --- a/android/config/libraries/toidentifier@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"Convert a string of words to a JavaScript identifier","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e"],"name":"toidentifier","tag":"","uniqueId":"toidentifier@1.0.1","website":"component/toidentifier"} \ No newline at end of file diff --git a/android/config/libraries/type-detect@4.0.8.json b/android/config/libraries/type-detect@4.0.8.json deleted file mode 100644 index a8a0789..0000000 --- a/android/config/libraries/type-detect@4.0.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.8","description":"Improved typeof detection for node.js and the browser.","developers":[{"name":"Jake Luer (http://alogicalparadox.com)","organisationUrl":""}],"licenses":["MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703"],"name":"type-detect","tag":"","uniqueId":"type-detect@4.0.8","website":"https://github.com/chaijs/type-detect"} \ No newline at end of file diff --git a/android/config/libraries/type-fest@0.7.1.json b/android/config/libraries/type-fest@0.7.1.json deleted file mode 100644 index 7682d12..0000000 --- a/android/config/libraries/type-fest@0.7.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.7.1","description":"A collection of essential TypeScript types","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13"],"name":"type-fest","tag":"","uniqueId":"type-fest@0.7.1","website":"sindresorhus/type-fest"} \ No newline at end of file diff --git a/android/config/libraries/undici-types@6.21.0.json b/android/config/libraries/undici-types@6.21.0.json deleted file mode 100644 index 41c10ea..0000000 --- a/android/config/libraries/undici-types@6.21.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.21.0","description":"A stand-alone types package for Undici","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec"],"name":"undici-types","tag":"","uniqueId":"undici-types@6.21.0","website":"https://github.com/nodejs/undici"} \ No newline at end of file diff --git a/android/config/libraries/unicorn-magic@0.1.0.json b/android/config/libraries/unicorn-magic@0.1.0.json deleted file mode 100644 index 143ce58..0000000 --- a/android/config/libraries/unicorn-magic@0.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.0","description":"Some useful utilities I often need","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"unicorn-magic","tag":"","uniqueId":"unicorn-magic@0.1.0","website":"sindresorhus/unicorn-magic"} \ No newline at end of file diff --git a/android/config/libraries/unpipe@1.0.0.json b/android/config/libraries/unpipe@1.0.0.json deleted file mode 100644 index 8643d73..0000000 --- a/android/config/libraries/unpipe@1.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.0","description":"Unpipe a stream from all destinations","developers":[{"name":"Douglas Christopher Wilson ","organisationUrl":""}],"licenses":["MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b"],"name":"unpipe","tag":"","uniqueId":"unpipe@1.0.0","website":"stream-utils/unpipe"} \ No newline at end of file diff --git a/android/config/libraries/update-browserslist-db@1.1.3.json b/android/config/libraries/update-browserslist-db@1.1.3.json deleted file mode 100644 index ce6c8cf..0000000 --- a/android/config/libraries/update-browserslist-db@1.1.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.1.3","description":"CLI tool to update caniuse-lite to refresh target browsers from Browserslist config","developers":[{"name":"Andrey Sitnik ","organisationUrl":""}],"licenses":["MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab"],"name":"update-browserslist-db","tag":"","uniqueId":"update-browserslist-db@1.1.3","website":"browserslist/update-db"} \ No newline at end of file diff --git a/android/config/libraries/use-latest-callback@0.2.6.json b/android/config/libraries/use-latest-callback@0.2.6.json deleted file mode 100644 index b0c083a..0000000 --- a/android/config/libraries/use-latest-callback@0.2.6.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.2.6","description":"React hook which returns the latest callback without changing the reference","developers":[{"name":"Satyajit Sahoo ","organisationUrl":""}],"licenses":["MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f"],"name":"use-latest-callback","tag":"","uniqueId":"use-latest-callback@0.2.6","website":"https://github.com/satya164/use-latest-callback"} \ No newline at end of file diff --git a/android/config/libraries/use-sync-external-store@1.6.0.json b/android/config/libraries/use-sync-external-store@1.6.0.json deleted file mode 100644 index 8adeca3..0000000 --- a/android/config/libraries/use-sync-external-store@1.6.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.6.0","description":"Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80"],"name":"use-sync-external-store","tag":"","uniqueId":"use-sync-external-store@1.6.0","website":"https://github.com/facebook/react"} \ No newline at end of file diff --git a/android/config/libraries/utils-merge@1.0.1.json b/android/config/libraries/utils-merge@1.0.1.json deleted file mode 100644 index d85fb80..0000000 --- a/android/config/libraries/utils-merge@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"merge() utility function","developers":[{"name":"Jared Hanson","organisationUrl":""}],"licenses":["MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d"],"name":"utils-merge","tag":"","uniqueId":"utils-merge@1.0.1","website":"https://github.com/jaredhanson/utils-merge"} \ No newline at end of file diff --git a/android/config/libraries/uuid@7.0.3.json b/android/config/libraries/uuid@7.0.3.json deleted file mode 100644 index 642154c..0000000 --- a/android/config/libraries/uuid@7.0.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.0.3","description":"RFC4122 (v1, v4, and v5) UUIDs","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79"],"name":"uuid","tag":"","uniqueId":"uuid@7.0.3","website":"https://github.com/uuidjs/uuid"} \ No newline at end of file diff --git a/android/config/libraries/vlq@1.0.1.json b/android/config/libraries/vlq@1.0.1.json deleted file mode 100644 index 005c7cb..0000000 --- a/android/config/libraries/vlq@1.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.1","description":"Generate, and decode, base64 VLQ mappings for source maps and other uses","developers":[{"name":"Rich Harris","organisationUrl":""}],"licenses":["MIT_c63e7b50d4c36c9b9649e466d52dae5347be3f4a3e7c5e3903adebb3de76d279294a20ee77aa6236bd103c70dd31a99d3d9503a17f035f27e5c3a16501456ba0"],"name":"vlq","tag":"","uniqueId":"vlq@1.0.1","website":"https://github.com/Rich-Harris/vlq"} \ No newline at end of file diff --git a/android/config/libraries/walker@1.0.8.json b/android/config/libraries/walker@1.0.8.json deleted file mode 100644 index 9afcd04..0000000 --- a/android/config/libraries/walker@1.0.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.8","description":"A simple directory tree walker.","developers":[{"name":"Naitik Shah ","organisationUrl":""}],"licenses":["Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1"],"name":"walker","tag":"","uniqueId":"walker@1.0.8","website":"https://github.com/daaku/nodejs-walker"} \ No newline at end of file diff --git a/android/config/libraries/warn-once@0.1.1.json b/android/config/libraries/warn-once@0.1.1.json deleted file mode 100644 index 5eb505f..0000000 --- a/android/config/libraries/warn-once@0.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.1","description":"Show a warning once","developers":[{"name":"Satyajit Sahoo ","organisationUrl":""}],"licenses":["MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3"],"name":"warn-once","tag":"","uniqueId":"warn-once@0.1.1","website":"https://github.com/satya164/warn-once"} \ No newline at end of file diff --git a/android/config/libraries/whatwg-fetch@3.6.20.json b/android/config/libraries/whatwg-fetch@3.6.20.json deleted file mode 100644 index 8265170..0000000 --- a/android/config/libraries/whatwg-fetch@3.6.20.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.6.20","description":"A window.fetch polyfill.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d"],"name":"whatwg-fetch","tag":"","uniqueId":"whatwg-fetch@3.6.20","website":"github/fetch"} \ No newline at end of file diff --git a/android/config/libraries/wrap-ansi@7.0.0.json b/android/config/libraries/wrap-ansi@7.0.0.json deleted file mode 100644 index 8672463..0000000 --- a/android/config/libraries/wrap-ansi@7.0.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.0.0","description":"Wordwrap a string with ANSI escape codes","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"wrap-ansi","tag":"","uniqueId":"wrap-ansi@7.0.0","website":"chalk/wrap-ansi"} \ No newline at end of file diff --git a/android/config/libraries/wrappy@1.0.2.json b/android/config/libraries/wrappy@1.0.2.json deleted file mode 100644 index 89e7170..0000000 --- a/android/config/libraries/wrappy@1.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"1.0.2","description":"Callback wrapping utility","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"wrappy","tag":"","uniqueId":"wrappy@1.0.2","website":"https://github.com/npm/wrappy"} \ No newline at end of file diff --git a/android/config/libraries/write-file-atomic@4.0.2.json b/android/config/libraries/write-file-atomic@4.0.2.json deleted file mode 100644 index 8062050..0000000 --- a/android/config/libraries/write-file-atomic@4.0.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"4.0.2","description":"Write files in an atomic fashion w/configurable ownership","developers":[{"name":"GitHub Inc.","organisationUrl":""}],"licenses":["ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e"],"name":"write-file-atomic","tag":"","uniqueId":"write-file-atomic@4.0.2","website":"https://github.com/npm/write-file-atomic"} \ No newline at end of file diff --git a/android/config/libraries/ws@6.2.3.json b/android/config/libraries/ws@6.2.3.json deleted file mode 100644 index 7c5950e..0000000 --- a/android/config/libraries/ws@6.2.3.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"6.2.3","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","developers":[{"name":"Einar Otto Stangvik (http://2x.io)","organisationUrl":""}],"licenses":["MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae"],"name":"ws","tag":"","uniqueId":"ws@6.2.3","website":"websockets/ws"} \ No newline at end of file diff --git a/android/config/libraries/ws@7.5.10.json b/android/config/libraries/ws@7.5.10.json deleted file mode 100644 index 1342d44..0000000 --- a/android/config/libraries/ws@7.5.10.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"7.5.10","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","developers":[{"name":"Einar Otto Stangvik (http://2x.io)","organisationUrl":""}],"licenses":["MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae"],"name":"ws","tag":"","uniqueId":"ws@7.5.10","website":"websockets/ws"} \ No newline at end of file diff --git a/android/config/libraries/xcode@3.0.1.json b/android/config/libraries/xcode@3.0.1.json deleted file mode 100644 index e696719..0000000 --- a/android/config/libraries/xcode@3.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.0.1","description":"parser for xcodeproj/project.pbxproj files","developers":[{"name":"Apache Software Foundation","organisationUrl":""}],"licenses":["Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8"],"name":"xcode","tag":"","uniqueId":"xcode@3.0.1","website":"https://github.com/apache/cordova-node-xcode"} \ No newline at end of file diff --git a/android/config/libraries/xml2js@0.6.2.json b/android/config/libraries/xml2js@0.6.2.json deleted file mode 100644 index 00ff052..0000000 --- a/android/config/libraries/xml2js@0.6.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.6.2","description":"Simple XML to JavaScript object converter.","developers":[{"name":"Marek Kubica (https://xivilization.net)","organisationUrl":""}],"licenses":["MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e"],"name":"xml2js","tag":"","uniqueId":"xml2js@0.6.2","website":"https://github.com/Leonidas-from-XIV/node-xml2js"} \ No newline at end of file diff --git a/android/config/libraries/xmlbuilder@11.0.1.json b/android/config/libraries/xmlbuilder@11.0.1.json deleted file mode 100644 index 670d6db..0000000 --- a/android/config/libraries/xmlbuilder@11.0.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"11.0.1","description":"An XML builder for node.js","developers":[{"name":"Ozgur Ozcitak ","organisationUrl":""}],"licenses":["MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664"],"name":"xmlbuilder","tag":"","uniqueId":"xmlbuilder@11.0.1","website":"https://github.com/oozcitak/xmlbuilder-js"} \ No newline at end of file diff --git a/android/config/libraries/xmlbuilder@15.1.1.json b/android/config/libraries/xmlbuilder@15.1.1.json deleted file mode 100644 index 3fc92f5..0000000 --- a/android/config/libraries/xmlbuilder@15.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"15.1.1","description":"An XML builder for node.js","developers":[{"name":"Ozgur Ozcitak ","organisationUrl":""}],"licenses":["MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664"],"name":"xmlbuilder","tag":"","uniqueId":"xmlbuilder@15.1.1","website":"https://github.com/oozcitak/xmlbuilder-js"} \ No newline at end of file diff --git a/android/config/libraries/y18n@5.0.8.json b/android/config/libraries/y18n@5.0.8.json deleted file mode 100644 index ec2f50c..0000000 --- a/android/config/libraries/y18n@5.0.8.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"5.0.8","description":"the bare-bones internationalization library used by yargs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37"],"name":"y18n","tag":"","uniqueId":"y18n@5.0.8","website":"yargs/y18n"} \ No newline at end of file diff --git a/android/config/libraries/yallist@3.1.1.json b/android/config/libraries/yallist@3.1.1.json deleted file mode 100644 index da81727..0000000 --- a/android/config/libraries/yallist@3.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"3.1.1","description":"Yet Another Linked List","developers":[{"name":"Isaac Z. Schlueter (http://blog.izs.me/)","organisationUrl":""}],"licenses":["ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46"],"name":"yallist","tag":"","uniqueId":"yallist@3.1.1","website":"https://github.com/isaacs/yallist"} \ No newline at end of file diff --git a/android/config/libraries/yargs-parser@21.1.1.json b/android/config/libraries/yargs-parser@21.1.1.json deleted file mode 100644 index ce2eb0f..0000000 --- a/android/config/libraries/yargs-parser@21.1.1.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"21.1.1","description":"the mighty option parser used by yargs","developers":[{"name":"Ben Coe ","organisationUrl":""}],"licenses":["ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9"],"name":"yargs-parser","tag":"","uniqueId":"yargs-parser@21.1.1","website":"https://github.com/yargs/yargs-parser"} \ No newline at end of file diff --git a/android/config/libraries/yargs@16.2.0.json b/android/config/libraries/yargs@16.2.0.json deleted file mode 100644 index 81ded49..0000000 --- a/android/config/libraries/yargs@16.2.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"16.2.0","description":"yargs the modern, pirate-themed, successor to optimist.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26"],"name":"yargs","tag":"","uniqueId":"yargs@16.2.0","website":"https://github.com/yargs/yargs"} \ No newline at end of file diff --git a/android/config/libraries/yargs@17.7.2.json b/android/config/libraries/yargs@17.7.2.json deleted file mode 100644 index fb55c87..0000000 --- a/android/config/libraries/yargs@17.7.2.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"17.7.2","description":"yargs the modern, pirate-themed, successor to optimist.","developers":[{"name":"","organisationUrl":""}],"licenses":["MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26"],"name":"yargs","tag":"","uniqueId":"yargs@17.7.2","website":"https://github.com/yargs/yargs"} \ No newline at end of file diff --git a/android/config/libraries/yocto-queue@0.1.0.json b/android/config/libraries/yocto-queue@0.1.0.json deleted file mode 100644 index 5dd54fb..0000000 --- a/android/config/libraries/yocto-queue@0.1.0.json +++ /dev/null @@ -1 +0,0 @@ -{"artifactVersion":"0.1.0","description":"Tiny queue data structure","developers":[{"name":"Sindre Sorhus","organisationUrl":""}],"licenses":["MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2"],"name":"yocto-queue","tag":"","uniqueId":"yocto-queue@0.1.0","website":"sindresorhus/yocto-queue"} \ No newline at end of file diff --git a/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json b/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json deleted file mode 100644 index f914419..0000000 --- a/android/config/licenses/(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"(MIT OR CC0-1.0)_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13","name":"(MIT OR CC0-1.0)","url":""} \ No newline at end of file diff --git a/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json b/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json deleted file mode 100644 index 7ad160e..0000000 --- a/android/config/licenses/0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Zero-Clause BSD\n=============\n\nPermission to use, copy, modify, and/or distribute this software for\nany purpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL\nWARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE\nFOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY\nDAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\nAN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.","hash":"0BSD_59b58f4565d951b48386846660b224b2e8d57359685a90dbd515db2af2cd76c506155d5b1d432bcea851999878291abf8719785aeb30f4e22001be4e5359791a","name":"0BSD","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json b/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json deleted file mode 100644 index 69252a2..0000000 --- a/android/config/licenses/Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2019 Coveo Solutions Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_51b24ead7ef02741924aa9dabb59f924fae8aceb0f5e7fff24ba0ff843dd20c5bc7ff718f410082929bb4383383d04b4a652e140763ac1b68c01d89ed3e590f6","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json b/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json deleted file mode 100644 index a8cbed7..0000000 --- a/android/config/licenses/Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"Apache-2.0_531575f9fcd864d4f414a4c836cde2e5d0ab70200b4792f964a73583307aafc9a666f125c9bd21a3877c23162f7148071ee93f4fc8fb48e8846f24b6edd7b510","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json b/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json deleted file mode 100644 index 15e56a7..0000000 --- a/android/config/licenses/Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json b/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json deleted file mode 100644 index 2c674ef..0000000 --- a/android/config/licenses/Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2013 Naitik Shah\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","hash":"Apache-2.0_a5bd6dc84476b1ceb082f736cfb21d3d58ddb31140ef6b682e182a163813239f63dafd6549a78e6554015594df6e5bac5a352b5ce4a25853b8a35344cfb088c1","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json b/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json deleted file mode 100644 index f099d96..0000000 --- a/android/config/licenses/Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2014 Google Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","hash":"Apache-2.0_c2c204dc21331bd603a9b3fd608c315110e160cd0027f882ed941f5c79f87c4440b0768a06e0c158c5b617f00aab98c81fc2604bacd17ae2babeeef5b7cac337","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json b/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json deleted file mode 100644 index c7bc747..0000000 --- a/android/config/licenses/Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction, and\n distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by the\n copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all other\n entities that control, are controlled by, or are under common control with\n that entity. For the purposes of this definition, \"control\" means (i) the\n power, direct or indirect, to cause the direction or management of such\n entity, whether by contract or otherwise, or (ii) ownership of\n fifty percent (50%) or more of the outstanding shares, or (iii) beneficial\n ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising\n permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation source,\n and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical transformation\n or translation of a Source form, including but not limited to compiled\n object code, generated documentation, and conversions to\n other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or Object\n form, made available under the License, as indicated by a copyright notice\n that is included in or attached to the work (an example is provided in the\n Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object form,\n that is based on (or derived from) the Work and for which the editorial\n revisions, annotations, elaborations, or other modifications represent,\n as a whole, an original work of authorship. For the purposes of this\n License, Derivative Works shall not include works that remain separable\n from, or merely link (or bind by name) to the interfaces of, the Work and\n Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including the original\n version of the Work and any modifications or additions to that Work or\n Derivative Works thereof, that is intentionally submitted to Licensor for\n inclusion in the Work by the copyright owner or by an individual or\n Legal Entity authorized to submit on behalf of the copyright owner.\n For the purposes of this definition, \"submitted\" means any form of\n electronic, verbal, or written communication sent to the Licensor or its\n representatives, including but not limited to communication on electronic\n mailing lists, source code control systems, and issue tracking systems\n that are managed by, or on behalf of, the Licensor for the purpose of\n discussing and improving the Work, but excluding communication that is\n conspicuously marked or otherwise designated in writing by the copyright\n owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity on\n behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License.\n\n Subject to the terms and conditions of this License, each Contributor\n hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,\n royalty-free, irrevocable copyright license to reproduce, prepare\n Derivative Works of, publicly display, publicly perform, sublicense,\n and distribute the Work and such Derivative Works in\n Source or Object form.\n\n3. Grant of Patent License.\n\n Subject to the terms and conditions of this License, each Contributor\n hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,\n royalty-free, irrevocable (except as stated in this section) patent\n license to make, have made, use, offer to sell, sell, import, and\n otherwise transfer the Work, where such license applies only to those\n patent claims licensable by such Contributor that are necessarily\n infringed by their Contribution(s) alone or by combination of their\n Contribution(s) with the Work to which such Contribution(s) was submitted.\n If You institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work or a\n Contribution incorporated within the Work constitutes direct or\n contributory patent infringement, then any patent licenses granted to\n You under this License for that Work shall terminate as of the date such\n litigation is filed.\n\n4. Redistribution.\n\n You may reproduce and distribute copies of the Work or Derivative Works\n thereof in any medium, with or without modifications, and in Source or\n Object form, provided that You meet the following conditions:\n\n 1. You must give any other recipients of the Work or Derivative Works a\n copy of this License; and\n\n 2. You must cause any modified files to carry prominent notices stating\n that You changed the files; and\n\n 3. You must retain, in the Source form of any Derivative Works that You\n distribute, all copyright, patent, trademark, and attribution notices from\n the Source form of the Work, excluding those notices that do not pertain\n to any part of the Derivative Works; and\n\n 4. If the Work includes a \"NOTICE\" text file as part of its distribution,\n then any Derivative Works that You distribute must include a readable copy\n of the attribution notices contained within such NOTICE file, excluding\n those notices that do not pertain to any part of the Derivative Works,\n in at least one of the following places: within a NOTICE text file\n distributed as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or, within a\n display generated by the Derivative Works, if and wherever such\n third-party notices normally appear. The contents of the NOTICE file are\n for informational purposes only and do not modify the License.\n You may add Your own attribution notices within Derivative Works that You\n distribute, alongside or as an addendum to the NOTICE text from the Work,\n provided that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and may\n provide additional or different license terms and conditions for use,\n reproduction, or distribution of Your modifications, or for any such\n Derivative Works as a whole, provided Your use, reproduction, and\n distribution of the Work otherwise complies with the conditions\n stated in this License.\n\n5. Submission of Contributions.\n\n Unless You explicitly state otherwise, any Contribution intentionally\n submitted for inclusion in the Work by You to the Licensor shall be under\n the terms and conditions of this License, without any additional\n terms or conditions. Notwithstanding the above, nothing herein shall\n supersede or modify the terms of any separate license agreement you may\n have executed with Licensor regarding such Contributions.\n\n6. Trademarks.\n\n This License does not grant permission to use the trade names, trademarks,\n service marks, or product names of the Licensor, except as required for\n reasonable and customary use in describing the origin of the Work and\n reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty.\n\n Unless required by applicable law or agreed to in writing, Licensor\n provides the Work (and each Contributor provides its Contributions)\n on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\n either express or implied, including, without limitation, any warranties\n or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS\n FOR A PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any risks\n associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability.\n\n In no event and under no legal theory, whether in tort\n (including negligence), contract, or otherwise, unless required by\n applicable law (such as deliberate and grossly negligent acts) or agreed\n to in writing, shall any Contributor be liable to You for damages,\n including any direct, indirect, special, incidental, or consequential\n damages of any character arising as a result of this License or out of\n the use or inability to use the Work (including but not limited to damages\n for loss of goodwill, work stoppage, computer failure or malfunction,\n or any and all other commercial damages or losses), even if such\n Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability.\n\n While redistributing the Work or Derivative Works thereof, You may choose\n to offer, and charge a fee for, acceptance of support, warranty,\n indemnity, or other liability obligations and/or rights consistent with\n this License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf of any\n other Contributor, and only if You agree to indemnify, defend, and hold\n each Contributor harmless for any liability incurred by, or claims\n asserted against, such Contributor by reason of your accepting any such\n warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work\n\n To apply the Apache License to your work, attach the following boilerplate\n notice, with the fields enclosed by brackets \"[]\" replaced with your own\n identifying information. (Don't include the brackets!) The text should be\n enclosed in the appropriate comment syntax for the file format. We also\n recommend that a file or class name and description of purpose be included\n on the same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2016 Nolan Lawson\n\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n or implied. See the License for the specific language governing\n permissions and limitations under the License.\n\n","hash":"Apache-2.0_fafbf68d6a8c879b14c267f7a945324c09e7403fe408feae3e6520f974cf04eef148dcfd099dcc5a7937a35c66808c0456a98b0e8633d66eaa069fcdd89a2af6","name":"Apache-2.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json b/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json deleted file mode 100644 index aa4a803..0000000 --- a/android/config/licenses/BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"BSD-2-Clause_424600d819787edfc58015101dd882d5935e2c1e9943f358bed9bc3af3bcbebce34e942f2af647d042fb410b97c99f188191c754fa291ed0472a943526ef5927","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json b/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json deleted file mode 100644 index 3b232d0..0000000 --- a/android/config/licenses/BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2012-2018 (c) Mihai Bazon \n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\nOR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\nTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\nTHE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n","hash":"BSD-2-Clause_4a850a2ce453f206942767cf9c2e6165e820462981079cae6895fc6a8ddc7823effdd315440279536c818b054fb8a496c500cee0f1fe62a2ef85a002bc0f75a4","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json b/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json deleted file mode 100644 index 1c12c43..0000000 --- a/android/config/licenses/BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) Felix Böhm\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-2-Clause_ea3679d79a1a7161ff68dd4265d7e89b9ee2bfff4f32d8da4802692d6fdc5c1706ff9edd5dce36ad4e88f7aa5f76061cf4cc8794a010efbf39b5bcb1ef08a550","name":"BSD-2-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json b/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json deleted file mode 100644 index 006f63f..0000000 --- a/android/config/licenses/BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"BSD-3-Clause_042024b9c961e310140ac1a3521a1d24d13084ea03a405c1187f2ddff7df5afae79774079ea2173676ca63ab5abaa097c93b20a2c8d9e187bf79f5354e3a448b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json b/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json deleted file mode 100644 index e9719f9..0000000 --- a/android/config/licenses/BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2012-2015 Yahoo! Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the Yahoo! Inc. nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_0bccd9f0d6f2d236be76aa4880980292db16aa2db1c7d63931b9e908f3e21994a70bcf47f45730074f8dd9a179c81997067f60730fe7ea70ad12e1896e2b324b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json b/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json deleted file mode 100644 index 2f44749..0000000 --- a/android/config/licenses/BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ","hash":"BSD-3-Clause_123253ddfbd5d15eaff1af8288de4c8b6e5bd9a03e33ff2b67c33f2056e9e00bf91597084d2c6107031cd1976710b0abef5689b46867fb230e2addeb1d8e117d","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json b/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json deleted file mode 100644 index a3aef83..0000000 --- a/android/config/licenses/BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"BSD 3-Clause License\n\nCopyright (c) 2018, Sinon.JS\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_2fe7222caa0bc97e406a3472b63791c194dcc8366629f6873ed2eea0eb8d0c7187acaae8a3b9ed8e408fa8edef842aa9287f3966c9a9a3d6aa758f4f2d6dd701","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json b/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json deleted file mode 100644 index 2219bc1..0000000 --- a/android/config/licenses/BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Software License Agreement (BSD License)\n========================================\n\nCopyright (c) 2015, Yahoo! Inc. All rights reserved.\n----------------------------------------------------\n\nRedistribution and use of this software in source and binary forms, with or\nwithout modification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission of Yahoo! Inc.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_5fd4f3556c7f359a073e4c56337c7a6debb3d54e2f0c4a649c425918e95688261bf0bd75745ad3fae52488db4aac1967bd58694c6b00d04980216689986b8e6c","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json b/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json deleted file mode 100644 index 8efbd90..0000000 --- a/android/config/licenses/BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nCopyright (c) 2009-2011, Mozilla Foundation and contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the names of the Mozilla Foundation nor the names of project\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_6b8aae75aeaa2150548d86f1f0025cec9ddbc7dfa3c1f51e87de87721ec64ef31b60da2b04871838ca951cea1bb83af0dc518ab16d08e5334119d12aef4de27b","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json b/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json deleted file mode 100644 index 0bb42fd..0000000 --- a/android/config/licenses/BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2007-2014, Alexandru Marasteanu \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n* Neither the name of this software nor the names of its contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_afbdced2c740c4cf509bec3df5ae38125f85063b9367f5547ec9663cad3397349fbf06912a8ace78f17605f275b8da50f60c0aceee189f3419a7c0b6b422066d","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json b/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json deleted file mode 100644 index 11261d2..0000000 --- a/android/config/licenses/BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2016, Istanbul Code Coverage\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of babel-plugin-istanbul nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_c69081fe0e173c28d01d4b827553f8e31a7a672c995e75295c6bb4dbf4e46bc992106dbcd7796a01d5e9bc845563876f13cb82d2b765125336fbcbc02c0c7a97","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json b/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json deleted file mode 100644 index 0269549..0000000 --- a/android/config/licenses/BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"BSD License\n\nCopyright (c) 2014, Naitik Shah. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n * Neither the name Naitik Shah nor the names of its contributors may be used to\n endorse or promote products derived from this software without specific\n prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","hash":"BSD-3-Clause_fb92e41d9f88dddb83bacb39fe783425d45104f1c8e40de750497d5641e67b2e6108ab9fa5247e0dac3497179d9f07f889194cdcee1cb1794acd92c1f1f3eef3","name":"BSD-3-Clause","url":""} \ No newline at end of file diff --git a/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json b/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json deleted file mode 100644 index d8300b8..0000000 --- a/android/config/licenses/BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"# Blue Oak Model License\n\nVersion 1.0.0\n\n## Purpose\n\nThis license gives everyone as much permission to work with\nthis software as possible, while protecting contributors\nfrom liability.\n\n## Acceptance\n\nIn order to receive this license, you must agree to its\nrules. The rules of this license are both obligations\nunder that agreement and conditions to your license.\nYou must not do anything with this software that triggers\na rule that you cannot or will not follow.\n\n## Copyright\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe that contributor's\ncopyright in it.\n\n## Notices\n\nYou must ensure that everyone who gets a copy of\nany part of this software from you, with or without\nchanges, also gets the text of this license or a link to\n.\n\n## Excuse\n\nIf anyone notifies you in writing that you have not\ncomplied with [Notices](#notices), you can keep your\nlicense by taking all practical steps to comply within 30\ndays after the notice. If you do not do so, your license\nends immediately.\n\n## Patent\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe any patent claims\nthey can license or become able to license.\n\n## Reliability\n\nNo contributor can revoke this license.\n\n## No Liability\n\n***As far as the law allows, this software comes as is,\nwithout any warranty or condition, and no contributor\nwill be liable to anyone for any damages related to this\nsoftware or this license, under any kind of legal claim.***\n","hash":"BlueOak-1.0.0_b1e087ec6f6e4a139b043c99b203d75ac1ad10c23148df1417b191dc382649d076c05d0eaf640f667b9c8b1ebe0d0f185e03f0d9f3d6d67d58776ec28e90f0c4","name":"BlueOak-1.0.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json b/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json deleted file mode 100644 index 46eb4c1..0000000 --- a/android/config/licenses/CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Attribution 4.0 International\n\n=======================================================================\n\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\ndoes not provide legal services or legal advice. Distribution of\nCreative Commons public licenses does not create a lawyer-client or\nother relationship. Creative Commons makes its licenses and related\ninformation available on an \"as-is\" basis. Creative Commons gives no\nwarranties regarding its licenses, any material licensed under their\nterms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the\nfullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and\nconditions that creators and other rights holders may use to share\noriginal works of authorship and other material subject to copyright\nand certain other rights specified in the public license below. The\nfollowing considerations are for informational purposes only, are not\nexhaustive, and do not form part of our licenses.\n\n Considerations for licensors: Our public licenses are\n intended for use by those authorized to give the public\n permission to use material in ways otherwise restricted by\n copyright and certain other rights. Our licenses are\n irrevocable. Licensors should read and understand the terms\n and conditions of the license they choose before applying it.\n Licensors should also secure all rights necessary before\n applying our licenses so that the public can reuse the\n material as expected. Licensors should clearly mark any\n material not subject to the license. This includes other CC-\n licensed material, or material used under an exception or\n limitation to copyright. More considerations for licensors:\n\twiki.creativecommons.org/Considerations_for_licensors\n\n Considerations for the public: By using one of our public\n licenses, a licensor grants the public permission to use the\n licensed material under specified terms and conditions. If\n the licensor's permission is not necessary for any reason--for\n example, because of any applicable exception or limitation to\n copyright--then that use is not regulated by the license. Our\n licenses grant only permissions under copyright and certain\n other rights that a licensor has authority to grant. Use of\n the licensed material may still be restricted for other\n reasons, including because others have copyright or other\n rights in the material. A licensor may make special requests,\n such as asking that all changes be marked or described.\n Although not required by our licenses, you are encouraged to\n respect those requests where reasonable. More_considerations\n for the public: \n\twiki.creativecommons.org/Considerations_for_licensees\n\n=======================================================================\n\nCreative Commons Attribution 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree\nto be bound by the terms and conditions of this Creative Commons\nAttribution 4.0 International Public License (\"Public License\"). To the\nextent this Public License may be interpreted as a contract, You are\ngranted the Licensed Rights in consideration of Your acceptance of\nthese terms and conditions, and the Licensor grants You such rights in\nconsideration of benefits the Licensor receives from making the\nLicensed Material available under these terms and conditions.\n\n\nSection 1 -- Definitions.\n\n a. Adapted Material means material subject to Copyright and Similar\n Rights that is derived from or based upon the Licensed Material\n and in which the Licensed Material is translated, altered,\n arranged, transformed, or otherwise modified in a manner requiring\n permission under the Copyright and Similar Rights held by the\n Licensor. For purposes of this Public License, where the Licensed\n Material is a musical work, performance, or sound recording,\n Adapted Material is always produced where the Licensed Material is\n synched in timed relation with a moving image.\n\n b. Adapter's License means the license You apply to Your Copyright\n and Similar Rights in Your contributions to Adapted Material in\n accordance with the terms and conditions of this Public License.\n\n c. Copyright and Similar Rights means copyright and/or similar rights\n closely related to copyright including, without limitation,\n performance, broadcast, sound recording, and Sui Generis Database\n Rights, without regard to how the rights are labeled or\n categorized. For purposes of this Public License, the rights\n specified in Section 2(b)(1)-(2) are not Copyright and Similar\n Rights.\n\n d. Effective Technological Measures means those measures that, in the\n absence of proper authority, may not be circumvented under laws\n fulfilling obligations under Article 11 of the WIPO Copyright\n Treaty adopted on December 20, 1996, and/or similar international\n agreements.\n\n e. Exceptions and Limitations means fair use, fair dealing, and/or\n any other exception or limitation to Copyright and Similar Rights\n that applies to Your use of the Licensed Material.\n\n f. Licensed Material means the artistic or literary work, database,\n or other material to which the Licensor applied this Public\n License.\n\n g. Licensed Rights means the rights granted to You subject to the\n terms and conditions of this Public License, which are limited to\n all Copyright and Similar Rights that apply to Your use of the\n Licensed Material and that the Licensor has authority to license.\n\n h. Licensor means the individual(s) or entity(ies) granting rights\n under this Public License.\n\n i. Share means to provide material to the public by any means or\n process that requires permission under the Licensed Rights, such\n as reproduction, public display, public performance, distribution,\n dissemination, communication, or importation, and to make material\n available to the public including in ways that members of the\n public may access the material from a place and at a time\n individually chosen by them.\n\n j. Sui Generis Database Rights means rights other than copyright\n resulting from Directive 96/9/EC of the European Parliament and of\n the Council of 11 March 1996 on the legal protection of databases,\n as amended and/or succeeded, as well as other essentially\n equivalent rights anywhere in the world.\n\n k. You means the individual or entity exercising the Licensed Rights\n under this Public License. Your has a corresponding meaning.\n\n\nSection 2 -- Scope.\n\n a. License grant.\n\n 1. Subject to the terms and conditions of this Public License,\n the Licensor hereby grants You a worldwide, royalty-free,\n non-sublicensable, non-exclusive, irrevocable license to\n exercise the Licensed Rights in the Licensed Material to:\n\n a. reproduce and Share the Licensed Material, in whole or\n in part; and\n\n b. produce, reproduce, and Share Adapted Material.\n\n 2. Exceptions and Limitations. For the avoidance of doubt, where\n Exceptions and Limitations apply to Your use, this Public\n License does not apply, and You do not need to comply with\n its terms and conditions.\n\n 3. Term. The term of this Public License is specified in Section\n 6(a).\n\n 4. Media and formats; technical modifications allowed. The\n Licensor authorizes You to exercise the Licensed Rights in\n all media and formats whether now known or hereafter created,\n and to make technical modifications necessary to do so. The\n Licensor waives and/or agrees not to assert any right or\n authority to forbid You from making technical modifications\n necessary to exercise the Licensed Rights, including\n technical modifications necessary to circumvent Effective\n Technological Measures. For purposes of this Public License,\n simply making modifications authorized by this Section 2(a)\n (4) never produces Adapted Material.\n\n 5. Downstream recipients.\n\n a. Offer from the Licensor -- Licensed Material. Every\n recipient of the Licensed Material automatically\n receives an offer from the Licensor to exercise the\n Licensed Rights under the terms and conditions of this\n Public License.\n\n b. No downstream restrictions. You may not offer or impose\n any additional or different terms or conditions on, or\n apply any Effective Technological Measures to, the\n Licensed Material if doing so restricts exercise of the\n Licensed Rights by any recipient of the Licensed\n Material.\n\n 6. No endorsement. Nothing in this Public License constitutes or\n may be construed as permission to assert or imply that You\n are, or that Your use of the Licensed Material is, connected\n with, or sponsored, endorsed, or granted official status by,\n the Licensor or others designated to receive attribution as\n provided in Section 3(a)(1)(A)(i).\n\n b. Other rights.\n\n 1. Moral rights, such as the right of integrity, are not\n licensed under this Public License, nor are publicity,\n privacy, and/or other similar personality rights; however, to\n the extent possible, the Licensor waives and/or agrees not to\n assert any such rights held by the Licensor to the limited\n extent necessary to allow You to exercise the Licensed\n Rights, but not otherwise.\n\n 2. Patent and trademark rights are not licensed under this\n Public License.\n\n 3. To the extent possible, the Licensor waives any right to\n collect royalties from You for the exercise of the Licensed\n Rights, whether directly or through a collecting society\n under any voluntary or waivable statutory or compulsory\n licensing scheme. In all other cases the Licensor expressly\n reserves any right to collect such royalties.\n\n\nSection 3 -- License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the\nfollowing conditions.\n\n a. Attribution.\n\n 1. If You Share the Licensed Material (including in modified\n form), You must:\n\n a. retain the following if it is supplied by the Licensor\n with the Licensed Material:\n\n i. identification of the creator(s) of the Licensed\n Material and any others designated to receive\n attribution, in any reasonable manner requested by\n the Licensor (including by pseudonym if\n designated);\n\n ii. a copyright notice;\n\n iii. a notice that refers to this Public License;\n\n iv. a notice that refers to the disclaimer of\n warranties;\n\n v. a URI or hyperlink to the Licensed Material to the\n extent reasonably practicable;\n\n b. indicate if You modified the Licensed Material and\n retain an indication of any previous modifications; and\n\n c. indicate the Licensed Material is licensed under this\n Public License, and include the text of, or the URI or\n hyperlink to, this Public License.\n\n 2. You may satisfy the conditions in Section 3(a)(1) in any\n reasonable manner based on the medium, means, and context in\n which You Share the Licensed Material. For example, it may be\n reasonable to satisfy the conditions by providing a URI or\n hyperlink to a resource that includes the required\n information.\n\n 3. If requested by the Licensor, You must remove any of the\n information required by Section 3(a)(1)(A) to the extent\n reasonably practicable.\n\n 4. If You Share Adapted Material You produce, the Adapter's\n License You apply must not prevent recipients of the Adapted\n Material from complying with this Public License.\n\n\nSection 4 -- Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that\napply to Your use of the Licensed Material:\n\n a. for the avoidance of doubt, Section 2(a)(1) grants You the right\n to extract, reuse, reproduce, and Share all or a substantial\n portion of the contents of the database;\n\n b. if You include all or a substantial portion of the database\n contents in a database in which You have Sui Generis Database\n Rights, then the database in which You have Sui Generis Database\n Rights (but not its individual contents) is Adapted Material; and\n\n c. You must comply with the conditions in Section 3(a) if You Share\n all or a substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not\nreplace Your obligations under this Public License where the Licensed\nRights include other Copyright and Similar Rights.\n\n\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\n\n a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\n EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\n AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\n ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\n IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\n WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\n PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\n ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\n KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\n ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\n\n b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\n TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\n NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\n INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\n COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\n USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\n ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\n DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\n IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\n\n c. The disclaimer of warranties and limitation of liability provided\n above shall be interpreted in a manner that, to the extent\n possible, most closely approximates an absolute disclaimer and\n waiver of all liability.\n\n\nSection 6 -- Term and Termination.\n\n a. This Public License applies for the term of the Copyright and\n Similar Rights licensed here. However, if You fail to comply with\n this Public License, then Your rights under this Public License\n terminate automatically.\n\n b. Where Your right to use the Licensed Material has terminated under\n Section 6(a), it reinstates:\n\n 1. automatically as of the date the violation is cured, provided\n it is cured within 30 days of Your discovery of the\n violation; or\n\n 2. upon express reinstatement by the Licensor.\n\n For the avoidance of doubt, this Section 6(b) does not affect any\n right the Licensor may have to seek remedies for Your violations\n of this Public License.\n\n c. For the avoidance of doubt, the Licensor may also offer the\n Licensed Material under separate terms or conditions or stop\n distributing the Licensed Material at any time; however, doing so\n will not terminate this Public License.\n\n d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\n License.\n\n\nSection 7 -- Other Terms and Conditions.\n\n a. The Licensor shall not be bound by any additional or different\n terms or conditions communicated by You unless expressly agreed.\n\n b. Any arrangements, understandings, or agreements regarding the\n Licensed Material not stated herein are separate from and\n independent of the terms and conditions of this Public License.\n\n\nSection 8 -- Interpretation.\n\n a. For the avoidance of doubt, this Public License does not, and\n shall not be interpreted to, reduce, limit, restrict, or impose\n conditions on any use of the Licensed Material that could lawfully\n be made without permission under this Public License.\n\n b. To the extent possible, if any provision of this Public License is\n deemed unenforceable, it shall be automatically reformed to the\n minimum extent necessary to make it enforceable. If the provision\n cannot be reformed, it shall be severed from this Public License\n without affecting the enforceability of the remaining terms and\n conditions.\n\n c. No term or condition of this Public License will be waived and no\n failure to comply consented to unless expressly agreed to by the\n Licensor.\n\n d. Nothing in this Public License constitutes or may be interpreted\n as a limitation upon, or waiver of, any privileges and immunities\n that apply to the Licensor or You, including from the legal\n processes of any jurisdiction or authority.\n\n\n=======================================================================\n\nCreative Commons is not a party to its public\nlicenses. Notwithstanding, Creative Commons may elect to apply one of\nits public licenses to material it publishes and in those instances\nwill be considered the “Licensor.” The text of the Creative Commons\npublic licenses is dedicated to the public domain under the CC0 Public\nDomain Dedication. Except for the limited purpose of indicating that\nmaterial is shared under a Creative Commons public license or as\notherwise permitted by the Creative Commons policies published at\ncreativecommons.org/policies, Creative Commons does not authorize the\nuse of the trademark \"Creative Commons\" or any other trademark or logo\nof Creative Commons without its prior written consent including,\nwithout limitation, in connection with any unauthorized modifications\nto any of its public licenses or any other arrangements,\nunderstandings, or agreements concerning use of licensed material. For\nthe avoidance of doubt, this paragraph does not form part of the\npublic licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n","hash":"CC-BY-4.0_ad21c3147baaa4be18623ba89f0321993647680a6e3305a4c05cb8f85f222672dcf9e1d7022d431fb2ef895203951ce08c6501cca0c3f7a61193a6b71e5c8428","name":"CC-BY-4.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json b/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json deleted file mode 100644 index 2844569..0000000 --- a/android/config/licenses/CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"CC0 1.0 Universal\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n i. the right to reproduce, adapt, distribute, perform, display, communicate,\n and translate a Work;\n\n ii. moral rights retained by the original author(s) and/or performer(s);\n\n iii. publicity and privacy rights pertaining to a person's image or likeness\n depicted in a Work;\n\n iv. rights protecting against unfair competition in regards to a Work,\n subject to the limitations in paragraph 4(a), below;\n\n v. rights protecting the extraction, dissemination, use and reuse of data in\n a Work;\n\n vi. database rights (such as those arising under Directive 96/9/EC of the\n European Parliament and of the Council of 11 March 1996 on the legal\n protection of databases, and under any national implementation thereof,\n including any amended or successor version of such directive); and\n\n vii. other similar, equivalent or corresponding rights throughout the world\n based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n a. No trademark or patent rights held by Affirmer are waived, abandoned,\n surrendered, licensed or otherwise affected by this document.\n\n b. Affirmer offers the Work as-is and makes no representations or warranties\n of any kind concerning the Work, express, implied, statutory or otherwise,\n including without limitation warranties of title, merchantability, fitness\n for a particular purpose, non infringement, or the absence of latent or\n other defects, accuracy, or the present or absence of errors, whether or not\n discoverable, all to the greatest extent permissible under applicable law.\n\n c. Affirmer disclaims responsibility for clearing rights of other persons\n that may apply to the Work or any use thereof, including without limitation\n any person's Copyright and Related Rights in the Work. Further, Affirmer\n disclaims responsibility for obtaining any necessary consents, permissions\n or other rights required for any use of the Work.\n\n d. Affirmer understands and acknowledges that Creative Commons is not a\n party to this document and has no duty or obligation with respect to this\n CC0 or use of the Work.\n\nFor more information, please see\n\n","hash":"CC0-1.0_3e20c74803825a27f7d4208f711d5b5f48bbdcd9487b59e0922fcbfd3b17f3f37440ae3bc024e3183401e4918765e59de8a5896f5a8be8236e4b769c65443cbb","name":"CC0-1.0","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json b/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json deleted file mode 100644 index c6e4d04..0000000 --- a/android/config/licenses/ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2015, Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n","hash":"ISC_30f53a89a8970950060c851eea3ab494b59514be5a6837a3ae99d2118686483e95a899f03df7aaff9b1e4db56a7e6395778c595d922a6eea161a75f3467aff37","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json b/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json deleted file mode 100644 index 847e3a0..0000000 --- a/android/config/licenses/ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_3fa748e59fb3af0c5293530844faa9606d9271836489d2c8013417779d10cc180187f5e670477f9ec77d341e0ef64eab7dcfb876c6390f027bc6f869a12d0f46","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json b/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json deleted file mode 100644 index cbaf5de..0000000 --- a/android/config/licenses/ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n----\n\nThis library bundles a version of the `fs.realpath` and `fs.realpathSync`\nmethods from Node.js v0.10 under the terms of the Node.js MIT license.\n\nNode's license follows, also included at the header of `old.js` which contains\nthe licensed code:\n\n Copyright Joyent, Inc. and other Node contributors.\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the \"Software\"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n","hash":"ISC_4f5aaecef29465ed52edefe174d2272fdc60f0368f5985f9d3dd40ad90686a60f3563bcf320707060aacbd5fae5d5271255488ec47317eae1e83905cb82b4ddd","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json b/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json deleted file mode 100644 index 9165e8f..0000000 --- a/android/config/licenses/ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2015, Wes Todd\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\nSPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION\nOF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN\nCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_563cee3199eb3be73ef14567b9ecc666510cf007b768b4e53ec2b5f84b8e09150072585012cbc186e282af49dfe8e2b14d301fd0e3c6705a0157622d4380a16c","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json b/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json deleted file mode 100644 index 9c71d7e..0000000 --- a/android/config/licenses/ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n\n","hash":"ISC_6159fe6970cdb729dcc363bfe834924a6cded6d4aa585f965e6d58b65c54d5e198a69b3c7d4e733964a3c1542a45808016d816cd89ac3919671c601bd2ed9785","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json b/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json deleted file mode 100644 index 27ee230..0000000 --- a/android/config/licenses/ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2018 Kilian Valkhof\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_6d0c72e3138785c04ab46aa7fcc18feacc43f902335867a3dd3fc0f0d5e7d62e71b9814b98d9023497de6de1373b1e36054eee291f8d8641116b2e98645135fe","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json b/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json deleted file mode 100644 index 72fdfe4..0000000 --- a/android/config/licenses/ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"ISC License\n\nCopyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_b22082f3bec363e2f858d0e30a0665955fd7a39e50d0140f0b8144ed53515e3e88ad287186221b51bc35f6a1dfc8333569a69826489661a362c2d5de2cce0c1a","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json b/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json deleted file mode 100644 index 7e47f86..0000000 --- a/android/config/licenses/ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"ISC License (ISC)\nCopyright 2018 Stefan Penner\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_bd707da9178ad06a7584cf04f7301a8168df44c10faa64f37bbe176ee2654d3a875e7ac66ce5885a2d5fe1b22bad0070538bcf88ff8c9b222b98aed32d69d8a0","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json b/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json deleted file mode 100644 index b6e7489..0000000 --- a/android/config/licenses/ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2015, Rebecca Turner\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n","hash":"ISC_c6cf10c753daf1246dc7e12cdb484d9989ac90c02e4beecaeac70f8d1690af3f9768df401c5880548e87c8b6002e2d2a5ea8ad9ac95e96349f407ba130fffe1e","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json b/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json deleted file mode 100644 index a315d79..0000000 --- a/android/config/licenses/ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_c9d6162bef9880a5ab6a5afe96f3ec1bd9dead758ca427f9ba2e8e9d9adaaf5649aad942f698f39b7a9a437984f8dc09141f3834cd78b03104f81ad908d15b31","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json b/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json deleted file mode 100644 index d36f72e..0000000 --- a/android/config/licenses/ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n## Glob Logo\n\nGlob's logo created by Tanya Brassie , licensed\nunder a Creative Commons Attribution-ShareAlike 4.0 International License\nhttps://creativecommons.org/licenses/by-sa/4.0/\n","hash":"ISC_cd94f54627d93ea0c4bec5129d70b0a0453979bb9f527226312dd63aff58c62d8c5739990a476a60527c4c34fea23f7aa1aabb6bc006c40219222dbf04c8bfb0","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json b/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json deleted file mode 100644 index c8721bf..0000000 --- a/android/config/licenses/ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) 2022-2023 - Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_e4451f2e56a1e1b3229b8b3e93b4b1d8aa6e5f3aa107b6eb34513b20f4089ce7cadb7ff6596c31665a1c79e565eef170b155278e265f32f6724e8b3453e6717b","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json b/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json deleted file mode 100644 index 63d6e18..0000000 --- a/android/config/licenses/ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_e4c6c37bf31a851d2e8b210da48dd48d24ee007ec6f2517fd26f9335469e0e70ffcf7656e5b4a98755f23d1d63730bcd638e50db809df68bfd8b9d2f5986374e","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json b/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json deleted file mode 100644 index e11c3bc..0000000 --- a/android/config/licenses/ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"ISC License\n\nCopyright (c) 2019, Contributors\n\nPermission to use, copy, modify, and/or distribute this software\nfor any purpose with or without fee is hereby granted, provided\nthat the above copyright notice and this permission notice\nappear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE\nLIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES\nOR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\nWHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,\nARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_eebf247375525861d2075382d169d69422def51e96206ed5a62c1877cf7c0a44d047250d96c3b232bd07da37a480c5479eb9481a6bfb40bead5e00629de12e80","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json b/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json deleted file mode 100644 index d4bdfb8..0000000 --- a/android/config/licenses/ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The ISC License\n\nCopyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","hash":"ISC_f52faf7306a150325a835d0b3642901214638e2ba349a840877a407f7532bc6a2ba47f5571a09ccb8d17ec69a959d538737a1ec565379d61e0c6adb74a84630d","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json b/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json deleted file mode 100644 index 46662ce..0000000 --- a/android/config/licenses/ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"ISC_f92ad2a75c81c92a6cc70c29a1ec504ac2e96f8b053a0bf5e1cbb0fc0d17b7f2799a435014c882ddd3bdbe662e37c622e902c4167c30d75250b7988e0558a1a9","name":"ISC","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json b/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json deleted file mode 100644 index 9266337..0000000 --- a/android/config/licenses/MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2012-20 Ionică Bizău (https://ionicabizau.net)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_00fd2d3d16e292e4040d33580b8b99d17e83d1054100307661631f1e4c963580a972432ed3527d0c86f458aa7903181542d01134bd6cf43cfa73ae5002a2480d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json b/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json deleted file mode 100644 index f1ec7c2..0000000 --- a/android/config/licenses/MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright 2022 Andrey Sitnik and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_0105ec71139782672cd2822b751fc1f4578190ebda03c43a3f49387e09a47003c4d9496491834f82bf8c05373ba7ed5743b1e950ec4757ca417b601115eb24ab","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json b/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json deleted file mode 100644 index 04d7d0c..0000000 --- a/android/config/licenses/MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2022 Satyajit Sahoo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_01e31876ed2c8095055bebe5227a3e0d7b1925d4f723b3ec061ed4cc286113ed55ff02f07f3b720f6abd3844ba61a4b0edc70d546247ad4a4da7f0a77cd254d3","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json b/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json deleted file mode 100644 index fa77dcf..0000000 --- a/android/config/licenses/MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012 TJ Holowaychuk \nCopyright (c) 2016-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_06168d57a372ad11f29a4197232990076760dbf77f0ff0fd8292190154b5e523eb7a2de328463c6cef5d9a68e0d2d5c85520c26f82cda502231260ea71a1f1b0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json b/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json deleted file mode 100644 index 731f757..0000000 --- a/android/config/licenses/MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2021 Inspect JS\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_067a0972ff64270477c661727b8392c98c79d89ba25947e80338e8b947cefc491ef3b988d5ae88ac48ba88a171c72c1ee928a4a31c4291b1252ad62efcc66ae6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json b/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json deleted file mode 100644 index c9385d6..0000000 --- a/android/config/licenses/MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-2016, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_0a714477eceee5c21d709c1c28f43cd8b61b64de33a431810b80f1c975d2a31c80e8daba2bd77a08261741da2c53d16af7ac442e3db537f66d99e10672a9433f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json b/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json deleted file mode 100644 index bdb4d40..0000000 --- a/android/config/licenses/MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2013 Julian Gruber \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0b0068b8beb6864dbb6971d9fe165d2d5fd420bcd6d7bbbd8f42589eb981bf95d854df2d16c21d378ea6d48f562345d2f66de0fd17134dffa8495eb496e6dff0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json b/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json deleted file mode 100644 index 254c18b..0000000 --- a/android/config/licenses/MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2013 Raynos.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","hash":"MIT_0cfef7e9352fc517cee64d1d2866f76a66536555483ecf7eaf3d158e800de787fddb35d18955e6e8d5a39ca2a91347664f61237f5957f359959ddb895bb72283","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json b/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json deleted file mode 100644 index ed0a74f..0000000 --- a/android/config/licenses/MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2017 Toru Nagashima\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0d192f6825f622917df84c6b8a5b077efff31cc21842a6ee33639cb19e6ff84c49f256b84fd266178e0408578acc361cd286638aed306b1d05bcef2ea390529f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json b/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json deleted file mode 100644 index cdf678a..0000000 --- a/android/config/licenses/MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2025 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_0df3548f864b8acb69fd82e97240628febe40555a448414e771bb8ad61b916e6807be40a9284a54aacdf875905c418b5de55dacd18a42226f3ddce137ecda580","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json b/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json deleted file mode 100644 index c06d48b..0000000 --- a/android/config/licenses/MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2011 Heather Arthur \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_0e712d82494753202b4cd41496e3198096919bea1d692ba1fe789991ee4f708dca885b8cb6593a08a1c957bb96a81b7888613e0c0b642673d1beada00d0ae509","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json b/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json deleted file mode 100644 index 066dade..0000000 --- a/android/config/licenses/MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2020 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_12a2a3bf2abafa5e3f669278ee332c87e4a164cfe54ef6019ca8b5f3d41f38f10224d52f471d0256aad6600dec9fb3a1edf3c84f38cc9f1cfd4eb9a2af8a0066","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json b/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json deleted file mode 100644 index d4d2d33..0000000 --- a/android/config/licenses/MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2020 Nicolò Ribaudo and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_13b20d9040fe64ab23e96b8adeb6019f6829af59c63280f36e0ea27bad504043faa9b472a81c67be7e483ab46a701848b90b700bb51f0a35bbac56760b22f6cd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json b/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json deleted file mode 100644 index 39d6a89..0000000 --- a/android/config/licenses/MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014-2018 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_175596609c91767a101d6b1051de91563695b92245b5c4bd0a2ba4cc24ef28f0480ea2275878e566fc08d203d182545f7cc7ebfb08966cba6babed5112eddbbd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json b/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json deleted file mode 100644 index a143118..0000000 --- a/android/config/licenses/MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2018 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_1905d2a06cdb7aa441e92106a94eea0747901ab7b3ef341a9ea5ba9164729cc3a8602ccfed8afb2f0064c18fc84f06c4b49197cda9a477948628750f67d2a5ea","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json b/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json deleted file mode 100644 index b2a4749..0000000 --- a/android/config/licenses/MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nCopyright 2009–2014 Contributors. All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n\n","hash":"MIT_1aa8470b4bef41ef28d735919c6ceab39cf1f22eb96b19bbfba8431186b4b75df43ff0e5963d63223ede80afced2e4013335b1d6e662ab49e2656db7695b6950","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json b/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json deleted file mode 100644 index cb91c67..0000000 --- a/android/config/licenses/MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2019 CFWare, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_1c10187053d23be8870df4c74820da06858a47d9a3e2a19833c7519b73c70deb49c2cb32f176311792746f9e12cc64095e1df23a5f955e9d4a90c7423e1e9c7e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json b/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json deleted file mode 100644 index dae1c41..0000000 --- a/android/config/licenses/MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014-2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_1cacd9111b9eb27a0fd326dd19d61bdf767e443ee1dd09d983af81199ecda0d7cf047fbd18b900c7d773972b1278d5d3c19fa753591333c04c27ddac71af6422","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json b/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json deleted file mode 100644 index 30054e8..0000000 --- a/android/config/licenses/MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad.json +++ /dev/null @@ -1 +0,0 @@ -{"content":" MIT License\n\n Copyright (c) Microsoft Corporation.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n","hash":"MIT_1d0688424f69c0e7322aeb720e4e28d9af3b5a7a2dc18b8b198156e377a61a6e05bc824528fca0f8e61ac39b137a028029ff82e5229ad400a3cc22e2bdb687ad","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json b/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json deleted file mode 100644 index 2975d2c..0000000 --- a/android/config/licenses/MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2013 Joe Wollard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_2096a5467144467ce566ca6a9b4b03d27e8cd9046bc639ba4a8f22d2b47201012e5a62a14dd727f854559ecbc4b8e00f20835f21eeff4e6888302901a99ba659","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json b/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json deleted file mode 100644 index 40abcf0..0000000 --- a/android/config/licenses/MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2013 Jake Luer (http://alogicalparadox.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_21ea04d1f36f96dbc75d00010769ee70d0467b2c50a83c5f57ffffaba03de1d608f76642889ab00154d0d9295b3e6cd0f28e5e008626023bc86ee6939ebd0703","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json b/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json deleted file mode 100644 index fd89f57..0000000 --- a/android/config/licenses/MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Jordan Harband and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_22369cc02af1d2a345a70a415de9e690f3f14ad6567f216924bf05dcf01dbbde7c6b3a08cf87d5edf1ca3b5a793d504e532f3a7c828964e97024334135b57369","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json b/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json deleted file mode 100644 index 0c494ad..0000000 --- a/android/config/licenses/MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\nCopyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_225048fde7057c55ac4dfb5daf8a5c42890a2580443993a1656db80720311b83501242164654146d71d028f3bba8ab2716296fd7a6dec1fc49f1b371a8d613e5","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json b/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json deleted file mode 100644 index e204d66..0000000 --- a/android/config/licenses/MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2019 Th3rd Wave\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_26f27454ab5dbe26323103b3a377257209acd5045af562702c5215b438a99624745ec8aa4ce0e0d34b5ebfe68be117c4a52df9b08d38ddd8448b6e5051198dff","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json b/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json deleted file mode 100644 index 7fdd70d..0000000 --- a/android/config/licenses/MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (C) 2012 by Vitaly Puzrin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_277ebc9aa39cb340a9da51bb2781abd621758d415657dc349d01e06be8a3c4628a298566866df810a6d2a2fadc83079a39bdc29326d6d20794c471ed453448d7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json b/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json deleted file mode 100644 index fed579e..0000000 --- a/android/config/licenses/MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2014-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_27f6ae491d2e5c8ddaa960eb37288a0ffe10fa55714f79de8c17a3ebe6ae087920f35c17eb5621e1239495c8200cd9f1ba53f33075a4892efddf5a3c8e403b92","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json b/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json deleted file mode 100644 index 6858189..0000000 --- a/android/config/licenses/MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_290c2965e249769ed531bb581e0dd6cf10d743ed713d87782c4e24debab3788ae5a563298624cec042aa33c3395c5d8db63012d0b2bd566eb809cfa4838e40a0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json b/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json deleted file mode 100644 index 73234c1..0000000 --- a/android/config/licenses/MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_29844c3773154ee8b2e579050c77793e74261da427b77cf5ea7b010de3f167d60d9aaec8165b25a41065477508fb3be56c47a6ce8c0e61e2a297d6b4664398c5","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json b/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json deleted file mode 100644 index f16c926..0000000 --- a/android/config/licenses/MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2016 Zeit, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_2bec1efb4dc59fa436c38a1b45b3dbd54a368460bcbbb3d9791b65275b5dc3c71a4c54be458f4c74761dccb8897efaab46df5a407723da5c48f3db02d555d5b9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json b/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json deleted file mode 100644 index 939c21d..0000000 --- a/android/config/licenses/MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2018 Open Collective\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_2efba144bab1717209bb29280d5d7426c84e6ce76f0de8402acfe7872434c278574ada4bffd2427245a96d204e223b3a67da286f24d0a9786ad4ded53449ce90","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json b/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json deleted file mode 100644 index 88d2086..0000000 --- a/android/config/licenses/MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2016, 2018 Linus Unnebäck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_30701b0dbb855540f8227b9af01e74daa73b256f595ca51c37d5aca3a26aaef5b42d9e194d3e4107b79e5fd72975d4b5d5d351fb1790f8dd256c40476197305f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json b/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json deleted file mode 100644 index 86f3c9f..0000000 --- a/android/config/licenses/MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (C) 2011-2015 by Vitaly Puzrin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_3114cc7bc9e621038adceb8d4a990c2201182c3b851e18d1d9be8bc1e891636550131ca6d2d0fa3b284a6596fe1db6d83424756e51be98ec04faa5fb3d76ee51","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json b/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json deleted file mode 100644 index 70c0f55..0000000 --- a/android/config/licenses/MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014-2017 TJ Holowaychuk \nCopyright (c) 2018-2021 Josh Junon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software\nand associated documentation files (the 'Software'), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_3489ec3783403daa899ec5bd89d8d23a7386ab2cea6243ccccb23d2cd7a69c735f2852d66a6c3571d22a7bf724823173c8c115c4e49b9120331638145e3dc058","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json b/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json deleted file mode 100644 index f3d78b5..0000000 --- a/android/config/licenses/MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright 2017 Andrey Sitnik \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_35e5700b123c47ec30324d71a4563587a25924c8ef6cea60017832e8a8ac4b431e5982dc4fe75b6bb1f478f2aefaff95f28d7273239eb4f2f28148d3c07ea3ff","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json b/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json deleted file mode 100644 index 593c6e5..0000000 --- a/android/config/licenses/MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(MIT)\n\nCopyright (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_389651cc725f7fa28dfb45e5de84e232212618f4adc187443956c8725e5684f39dd25bf040f95513d17675ed2de7188fa110e669b91987ad956a95c224acc251","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json b/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json deleted file mode 100644 index e711b82..0000000 --- a/android/config/licenses/MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) [2015-2016] [Horcrux]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_39b85a68def9fd7643006c17153233a5cd86fe488f98b8a328deaf26394b4cd02d6f4820a76eca98a086c971d7945f40a904c7280e689d6dae9e99cd4ad119ba","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json b/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json deleted file mode 100644 index 41d7069..0000000 --- a/android/config/licenses/MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Meta Platforms, Inc. and affiliates.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3b8288e5dac996da44bd81b0eb1d96905c4b90ad9154f3d29d073c96890b75cd281fa03af0b77f331dbec239d341363b5f9b328bafea0d4b8d0a3e900d150f80","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json b/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json deleted file mode 100644 index 2fb4041..0000000 --- a/android/config/licenses/MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2024 ECMAScript Shims\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3d5f0695e3c7e7e61f0b257e4c74987eb744ce825156608f7ad3f71004732b02370678748b49c4df276846f8aabdd75c058424579111179a88c86daa660f05ad","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json b/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json deleted file mode 100644 index 2f3a4db..0000000 --- a/android/config/licenses/MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2017 Eric Wendelin and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_3d8c4dc895f0c9ce33a78d88cb419a9727859939b26d4717429ddd243f49fbe72353897d03f393bbba2be20e5d447962225dc50c13aec31a36c32e4cf6d21a4e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json b/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json deleted file mode 100644 index c79d377..0000000 --- a/android/config/licenses/MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Andres Suarez \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_3f4ba356abc3b57a954804b68ebe045c740e02ccad4734b9f33a076622c734887102696e6a6a12f9a9e095fc9cf9cfd5c844910a1779c18f49079777ec96eea0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json b/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json deleted file mode 100644 index 4855120..0000000 --- a/android/config/licenses/MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Jonathan Ong \nCopyright (c) Sindre Sorhus (https://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_3f5509f5d2935efecc23d5eed78dd4ac78d269d9b21c52ee50aa3123e113f3ecc2bd76638b09d3015495602cfa3307fa8a128f5fff17e19fe6cf61804307a12a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json b/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json deleted file mode 100644 index 49519c8..0000000 --- a/android/config/licenses/MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2013-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_400e5fff25247fb0fa8c0125073658c8f429c39fc20efefe9a8a69b5c5f925a9df1818b324e6691884ba108463908b75758f07b4796bf9fb972401696d3371f4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json b/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json deleted file mode 100644 index 2e86d22..0000000 --- a/android/config/licenses/MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2011 Debuggable Limited \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_402fc737e90380d6290bb8b7df07ef9f9c0a684cfc1f898c2e356e03ac34de6d4e95016ae70ecbe0c6c966b59969696ca36bb8c484bbc590d94fae7be1c4353a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json b/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json deleted file mode 100644 index d85fa57..0000000 --- a/android/config/licenses/MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_4187d6c84ce2285867240c8faf1f4d5d3daf8aae352dcde0112ee97897ef47346b0c8db7a1dab20d9e75211cf480ba5e452aae0e191e8fcaf96a45f9995c7e26","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json b/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json deleted file mode 100644 index a132eef..0000000 --- a/android/config/licenses/MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2012 Heather Arthur\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_419e3f00dd453a9f60d21e8750f7baa7e266b3227b831e9488dd56ee17e5d12d442718f063903fdcff96879e2f120e865ba685fd0debde053d16bc6cac9c8c38","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json b/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json deleted file mode 100644 index d15e01e..0000000 --- a/android/config/licenses/MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"License\n\n(The MIT License)\n\nCopyright (c) 2014 The cheeriojs contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_42f9a9b7fb8b3143c62db715c6fbab7269e2287edcfae498ae63181d4748be6ff0dabad71179b869ad85908d53f57193cbd21e0d32d3c1a6e0f496d70e0b3735","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json b/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json deleted file mode 100644 index 917ca56..0000000 --- a/android/config/licenses/MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2011-2016 Heather Arthur \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_449fbdf7888a5b9088b5f84aa6d1a42cf951782a062079f63fe5e1e797e709ed4737c3e19300d0a98a01013431e73652c5b81438913ba952ff1fb63bce460e5b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json b/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json deleted file mode 100644 index fb90f02..0000000 --- a/android/config/licenses/MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright 2014 Andrey Sitnik and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_45a7e5cf92a60141b0f5d0141b10700cf574c921dbe894a50cdcc863a98ee713c41006af3ec6077ef8ca1454ae4459bc3db3a50c9862a634c5bb876fde17db9c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json b/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json deleted file mode 100644 index 9106256..0000000 --- a/android/config/licenses/MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me)\n\nThis project is free software released under the MIT license:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_45b61a4493e9c562f3d3a8b82d86b2aa0c6473dbce8ceef080100965b6829434e6f353783e90160b489fc5359ba39f73ef15258a7631f4e23c5a32c39594ef76","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json b/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json deleted file mode 100644 index c2bb888..0000000 --- a/android/config/licenses/MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014 TJ Holowaychuk \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software \nand associated documentation files (the 'Software'), to deal in the Software without restriction, \nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","hash":"MIT_47b612ef4e93f1af62891e295e9fbac05e02cf1726f56c36fad5314376e28cbcaf7c8355527bc0bda54c26cbe097bc8ca5cb4f79aa9e3ab6f1d875dca41d4aac","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json b/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json deleted file mode 100644 index 21339d2..0000000 --- a/android/config/licenses/MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_48376b63359b007154bfa7b3993eca0b0e1d5e4d2b435f366e70c363a3841f06b91c09fefa9b04847a9ca44e37c5535c818a02bc66565a24ec15ef9c61039867","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json b/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json deleted file mode 100644 index a0e3665..0000000 --- a/android/config/licenses/MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_50c1da708c8fd2675eaa7dd1c1d74d42624cfad467909dfa6ad8827de73389716875eada418b4da056296728b28dc0959cf76392284dcced468857d1f2186a99","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json b/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json deleted file mode 100644 index 2f77adb..0000000 --- a/android/config/licenses/MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"This software is released under the MIT license:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_518113037ee03540caae63058a98525f9a4a67425bd8c3596f697bed5ae1d2053fe76f76b85a4eefb80cc519f7b03d368cf4b445288c4ca7cacb5e7523f33962","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json b/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json deleted file mode 100644 index 75a4bb4..0000000 --- a/android/config/licenses/MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Joel Arvidsson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_52421d430d08d0a96cc3e81f42ec7a64c011d58ce6e0ea96d3867d588947e78b9fb6a43d4eb1a021480c0fe8fa4c67701ba1fc3c93817dfe66af6b6d916a6b7b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json b/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json deleted file mode 100644 index 1c4a882..0000000 --- a/android/config/licenses/MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2017 React Navigation Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_53cb122cad273177e4eadbe0089edeceb477fa8d33fa5645aaee6670de27ee98f1ada641eeaf6fb07428ad28f3e2e2b77fa48cf588baddf717702f783e3b9c4c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json b/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json deleted file mode 100644 index d48e813..0000000 --- a/android/config/licenses/MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License\n\nCopyright (c) 2013 James Halliday (mail@substack.net)\n\nPermission is hereby granted, free of charge, \nto any person obtaining a copy of this software and \nassociated documentation files (the \"Software\"), to \ndeal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, \nmerge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom \nthe Software is furnished to do so, \nsubject to the following conditions:\n\nThe above copyright notice and this permission notice \nshall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_53da438f30bf2bf41790998cb883a3a90e2b0dc145f6a88ae5abae30362d97bf24daccf34dbefc6c19e350ea5486f6c6c631bdab151bdf455461d16c55d931ef","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json b/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json deleted file mode 100644 index 802338f..0000000 --- a/android/config/licenses/MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Facebook, Inc. and its affiliates.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_547627636339a25d7bf811b98143032ab2c43e0ccc5fe236656a98b98a009312a9abf2f05ab7a898695bbf0d09e727640385c3d7368d1545f13625215696019b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json b/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json deleted file mode 100644 index d253913..0000000 --- a/android/config/licenses/MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_55dcbc7fff1ac1c4755f4cbf24ba21e0dcae062c802d3db937d2b6182f4554dd85d14529a0c9688eac825a345b63ab8b2e5d7699e2be07178df5bb8a072235eb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json b/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json deleted file mode 100644 index 6c65e37..0000000 --- a/android/config/licenses/MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2018 Logan Smyth \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_56fe93833651eab477f562685a74d0fe8a0959e3801bcd79eba28fc02648ef5021e296f381985151ecceb1dba1aa7c15b69f743d13bea0dc82d0e3aeea753127","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json b/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json deleted file mode 100644 index e7a9b96..0000000 --- a/android/config/licenses/MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2013-2017 Jared Hanson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_58f059d1ff4a04b52284c8c58038cdac8fc70b0e1aaa0103f8be2bd928461f6c9e4bf0a8ca0897fd630a01ccee13b8de36cbc97ec14824a17569148ccc85986d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json b/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json deleted file mode 100644 index dced678..0000000 --- a/android/config/licenses/MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License\n\nCopyright (C) 2016-2018 Rob Wu \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5bba521479103b2bd8748a994ffde401c74bb0f1b715051622fff0dc59b3ff2abcfecf7e07cc3cbda9cdbcc68f2ea79723028044a4e40ff35af5466379fe8172","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json b/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json deleted file mode 100644 index 0787cc4..0000000 --- a/android/config/licenses/MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2013 Thorsten Lorenz. \nAll rights reserved.\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5bdfd5757d962b7b8bb58d4c37a70374dc000eedb9b50a5f2437b1356b49221ce0a9dfe9fd22263438a3c10092c4afe71b75b5dd3494216749708b164485c3c1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json b/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json deleted file mode 100644 index 15bacc1..0000000 --- a/android/config/licenses/MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2016 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_5cc6a4d89a5dcb1a9de765bc74b766cb8bb80718a7a89aedbdc3f7b981fdc2ffab7382eeb3f1ca15af88adad3232c79c43094ad15b21ddbe87243c1643ae0641","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json b/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json deleted file mode 100644 index 2348528..0000000 --- a/android/config/licenses/MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2011 Troy Goode \n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_5ed43542c2c2749524499df677298bceba22c08eafcd2213be2f271c9df37f01da4f17e7a865506ff91662860a9b9374db382aacbc0e45b05969c322f4d1c3b6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json b/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json deleted file mode 100644 index 6e8fdba..0000000 --- a/android/config/licenses/MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2019 Alexander Reardon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_610f3526031b8780b8335d57aa12db8eaba1cd4fa2ae266c40cfc05965c873e6ed5cb1588817fe83317abee7e0a691873fd702cf9194dfb8f1965d4922721a6f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json b/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json deleted file mode 100644 index c7fba56..0000000 --- a/android/config/licenses/MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript \r\n\r\nThe MIT License (MIT)\r\n\r\nCopyright (c) 2017-2023 Haydn Paterson (sinclair) \r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.","hash":"MIT_644a60ddbc703233d69542354d737e836734fab25c1db483619fc02a31b268212a65f1596d3ac9b57666a21e5baf5674bcc6f6a108cc80638383ebad092d60a6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json b/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json deleted file mode 100644 index 0777951..0000000 --- a/android/config/licenses/MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.\n","hash":"MIT_6706674006e8796e9e17134b8bfc5ad14a0d4b484560f0351fd5142be9ebf1381cdf38b45df6969d04618bcfb86b11fa0735496e6bf488b0b81be8e111a62525","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json b/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json deleted file mode 100644 index 04e3d8e..0000000 --- a/android/config/licenses/MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License\n\nCopyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_67b701e753d97733f71e55b768e87bc0031659e0fd0cb59738b6a2c9f36043ca1f6c18158e398abaa56e6ca910580af528b622ec0f912b8ef60e2f2bf99cc17e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json b/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json deleted file mode 100644 index f247d4d..0000000 --- a/android/config/licenses/MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014 Jameson Little\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_6ab4b63e296a721db1cf973719805ad796a4b774f42de9e2927e7120f5334fddfaca60f408991d2051cb45d552256ce481611315d9f3a5ba0a1023cdf728525b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json b/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json deleted file mode 100644 index 717c882..0000000 --- a/android/config/licenses/MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2010 Sencha Inc.\nCopyright (c) 2011 LearnBoost\nCopyright (c) 2011 TJ Holowaychuk\nCopyright (c) 2014-2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_7046dea66e03a5aa88a8c0658824efd17e87fab8f184ce2fd9af9620961fd2e72eac8dbd7d0ff70fae99433d517b5cd927c1217e362620f1991629caf1bd2c84","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json b/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json deleted file mode 100644 index 403503f..0000000 --- a/android/config/licenses/MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012-2014 Federico Romero\nCopyright (c) 2012-2014 Isaac Z. Schlueter\nCopyright (c) 2014-2015 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_715c695587a028733a092db12c8cf2986ac745d2d2f958961daa8f9b9457744be63c9521c0d34b594bb4e0884a00c5e41e19beb9666e426511863c2d8241c334","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json b/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json deleted file mode 100644 index b3a4cf4..0000000 --- a/android/config/licenses/MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2012-2018 Aseem Kishore, and [others].\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[others]: https://github.com/json5/json5/contributors\n","hash":"MIT_7202225960943ea697035029f40b70bb33fa707509a2d5eddde1c0d24096071c0374e2b7419b024b893f37e92f89b727197cb9442f607b062c84678c35c16b83","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json b/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json deleted file mode 100644 index 48bac24..0000000 --- a/android/config/licenses/MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_72392bccd8964c88ec8aa3d815746a2b6a4466d9c7ca8f428d7d0f3e2bb11674ef494ca335c8b255eee5825c087a77bb45a5d60025f318b78a64e19beccd23c7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json b/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json deleted file mode 100644 index 82bab37..0000000 --- a/android/config/licenses/MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2016 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_745a296359a63383ca54211be411e0d6f61913b1849b324c69961b3ebec40c4e2cae166c5e35fe14ae92d12b56c5472b22229211f88afad887410a6389c6e1c8","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json b/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json deleted file mode 100644 index bdef854..0000000 --- a/android/config/licenses/MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2016-2018 Ari Porad\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7606399a2088ae078f5834d875231699070e173d63d77c7ea4be2ff7414f7066e7bba8ef306a8e22e42d07060d246a80c21ffb74dd94549fff1af9c9a34130cf","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json b/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json deleted file mode 100644 index 0809f9e..0000000 --- a/android/config/licenses/MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) Stephen Sugden (stephensugden.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_76f8b152a074feb2e5bdb6f342ff9392246512fdb948f5ab704a583f8a645d985f636975d5cc581c924b15ada161e342c8c8153d5a9a36fba02a27a229e6ff0a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json b/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json deleted file mode 100644 index 868e5ab..0000000 --- a/android/config/licenses/MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (C) 2012-2014 by various contributors (see AUTHORS)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_7711f5171bfb73aa0ffcd01cae458cd6e785bdaf4bdcb78b603592606438ea47e8524d480fd862d3ba40ea2f6daabd03560a6ec650e79828d90a71b4c69a12d1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json b/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json deleted file mode 100644 index a9c9e92..0000000 --- a/android/config/licenses/MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2016 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7712db3676f2478282a12d5180679c73241e80edcd1f58696a0d8aa1d05a0fa705677c9c3e53920aeed5e9657ebe3dcf0b726da6d7a6ee1ef526e2d84b68b2e0","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json b/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json deleted file mode 100644 index 1c40c86..0000000 --- a/android/config/licenses/MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2014-2023 GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_777d217386f56fb2ec970bc0cc156c9357b2f136edc9b8546ecb30a9d92b15560398d1bb2e0bf4c4a6a40dcf9070984f2628327691c326b98f9c71be871e7c8d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json b/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json deleted file mode 100644 index c2d55d3..0000000 --- a/android/config/licenses/MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 David Clark\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_7959260f089f951ed9fc77f69ec86611d413746e6f9dde21e1dfb9303c50a62ec6786ab2b37c2e19d5e1ccc0fe4dabe33c60e112cf3016dc28381e71e7f93354","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json b/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json deleted file mode 100644 index b3d7d83..0000000 --- a/android/config/licenses/MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\r\n\r\nCopyright (c) 2013 Ozgur Ozcitak\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.\r\n","hash":"MIT_79ada39c2bf7b768a890c78968d96044b155a7226598f2872c528f737955cfb1b1a2ef0d4eee81ccf2c092e076ac14447fe9c66ae348ff459382262d7691f664","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json b/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json deleted file mode 100644 index 5ba2520..0000000 --- a/android/config/licenses/MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2022 ECMAScript Shims\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_7a3b8dbc3f447849b55aa0fbaf8455a0d28cbe0377b521aab3fa05c5358f319544b2b6a49d995139cc1bbaa53e41a1cf5dada6ba243354dc8674b53cd750f494","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json b/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json deleted file mode 100644 index 682b92c..0000000 --- a/android/config/licenses/MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2014 Forbes Lindesay\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_7b52f2dee67324384555b56424873ccee75d0ca5048eee9076d5c07b07e36ca06ce076fe00faae9accff5b45dfdf20787984d84cc9054c7c403c9f80ad4a1ec4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json b/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json deleted file mode 100644 index feeb48e..0000000 --- a/android/config/licenses/MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"# Copyright (c) 2014-present Matt Zabriskie & Collaborators\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_80a62af12f876969ee7064db2748938c73131f0530fa27184186464a6b5e2d09a8b36cd103850ffa74a25a03669f98ce8a0736c83362a987c324902d8a15781c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json b/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json deleted file mode 100644 index cc7c6d4..0000000 --- a/android/config/licenses/MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\nCopyright (c) 2017 Samuel Reed \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_81b9d7ca8081f2356c012ff3b7fa88bb141af5b809f6f705de71f44095b2cd654c8e6bf4b2228e16e75cae34b02fb5e7d0aa790c006cc25bc9c1fb8ecf68e7da","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json b/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json deleted file mode 100644 index d7a423f..0000000 --- a/android/config/licenses/MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"MIT_830462f6b7b459f3f5b35b61e71e234c35af8de024890ca33d2292845d00c6b36528e595f1ac43487342656ab30110375daef1f7281cb8d5e2339449dc4e3572","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json b/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json deleted file mode 100644 index 5c04843..0000000 --- a/android/config/licenses/MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2017-present, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_89026878c5d6aa627af8c2f8ad2e7f51cf799e23ed2390468e47bca368621dab5a9d89dd916718677ac20d7b4d44f6399dc04a810b1492f7a5ac64546645685b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json b/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json deleted file mode 100644 index a468b3c..0000000 --- a/android/config/licenses/MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2024 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_8acd3b84f3afa8c6ff9c1a58ab774ea33aec7701c022ba8f4d36218a8d1c03e80ef2ee1d692dbd43dbf5883153137c5e000f113b98da23d870dfab6f71b78afa","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json b/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json deleted file mode 100644 index 688dcac..0000000 --- a/android/config/licenses/MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Luke Edwards (lukeed.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_8ba608c0b8ba2c0a0795f5e2553c38dd0d198917100afd4534292350f2082c2a026dad4f4f4a137d19c6813ad140e58c8e3da2a7d8108cf3446a33a609b60dc9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json b/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json deleted file mode 100644 index 71a7d61..0000000 --- a/android/config/licenses/MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"This software is released under the MIT license:\n\nCopyright (c) 2017 Evgeny Poberezkin\nCopyright (c) 2013 James Halliday\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_91aa2105c8b8584093e6337b81ca90aa5327a51efb63915596482758231ad7c97390c39f168df6a63cb4004b68c9558fd8417f47106129829b7c5619e9a50551","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json b/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json deleted file mode 100644 index 2ac90a2..0000000 --- a/android/config/licenses/MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2017, Sam Verschueren (github.com/SamVerschueren)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_932403341e19dc0061657ff5f2b27b784e4cd348ee07663afe6cbd66a6883577db7594450bc640e52c3ff48c16f9a0be07f4f9726501f5919ac5ae24b3e739b7","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json b/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json deleted file mode 100644 index 2241fa8..0000000 --- a/android/config/licenses/MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2010-2017 Nathan Rajlich \n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_9427bf9f6dab4b55e8a152b71c835233b1321be5721a42b8825446d38e106ac0e4ac6eff28337514286bed2e605c6ce8789ea9e854f5451ce042a0c8d11692a4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json b/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json deleted file mode 100644 index cf5042e..0000000 --- a/android/config/licenses/MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Toru Nagashima\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","hash":"MIT_94a45a568ce9ab7975d576eee4d753d4c46d0ffa966c52b643ce93f8fc736e9ea64af7ec6fd71530f7c7578df948604b049d34e3c0dc9926418181c6c39be3ac","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json b/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json deleted file mode 100644 index 8ad751b..0000000 --- a/android/config/licenses/MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) Kevin Martensson (github.com/kevva)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_952c3ddc9560ef07f0c955caae0eb22058c5f4189d82bfad03f97a5cd96b4618e713a361c24c8f2f7c4d2f8ece652712f2aa1091853013ab259a8ee319eb07d1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json b/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json deleted file mode 100644 index 4715a04..0000000 --- a/android/config/licenses/MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\nCopyright (c) 2014-present, Facebook, Inc. (ONLY ./src/helpers/regenerator* files)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_95421032d5b9fbb2d2b190c23a07c9322141812fdd8e00c3abaa7fe0f672cd5755e9ceaae96de77392729444839bf61c5ebbf5c8fcddbc87bc795fc3046f5652","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json b/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json deleted file mode 100644 index 070f294..0000000 --- a/android/config/licenses/MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (http://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_982eeca25f6a85f6e4c52fb00b0c759383f67184b9efc5e52013efdf1e6fb53c6495b672331b18c2ea5c8d3795caef47fab4fef3c24aead2ac89ec9d68905be2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json b/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json deleted file mode 100644 index 7bd2009..0000000 --- a/android/config/licenses/MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2016-2022 Isaac Z. Schlueter , James Talmage (github.com/jamestalmage), and Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_98fef8bb4bd5e4669869d010755127e6f86d2fa1df15b43eb5d9262326b541afff166172e9b5ba489956166f0af011ed26ce62744bc58f2fcf20d874295c7c7c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json b/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json deleted file mode 100644 index cdaacd3..0000000 --- a/android/config/licenses/MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2020 Vercel, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_99536ece73c2f788fa74c42bfabc044d3966812ffb9a9d30bb9183371999bb4067b26c1b36d40738444a37c341fd5b9b5e833c9d40884b99d39147e5a9e3f3de","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json b/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json deleted file mode 100644 index 7bb2542..0000000 --- a/android/config/licenses/MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2013 Forbes Lindesay\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","hash":"MIT_9bd4cb9ca9b9d22d709f08bfabd711f12384f01d69e971396d138d1646d461b415ec48df1caf475009cccf1b6b86d7bdb6092c25fcbb9c719c790383255eded2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json b/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json deleted file mode 100644 index 25db10b..0000000 --- a/android/config/licenses/MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_9c8b2def76ae5ffe4d636166bf9635d7abd69cdac4bf819a2145f7969646d39ae95c96364bc117f9fa544b98518c294233455d4f665af430c75d70798dd4ab13","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json b/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json deleted file mode 100644 index d001458..0000000 --- a/android/config/licenses/MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014-2018, Jon Schlinkert.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_9fcbe5dc86bc33bdb4f125559e767c3aaad94c7c4b21b80b694d9b0158ee0f10ee53b127c2bf05db9768afdaf1fb6778fd08a19412fb3c1adad655863e6c351d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json b/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json deleted file mode 100644 index 1ae1195..0000000 --- a/android/config/licenses/MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2015 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a1a293eb0097fe87875f3bf908cc0b0ee8f15e995c68e984b6a24e247b2e954407d7941ea96abd7fe002a1bdfb713fdfb0d3839d948a334603f05e644829f606","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json b/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json deleted file mode 100644 index 618c35e..0000000 --- a/android/config/licenses/MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2021 Software Mansion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a24b827b28ba67639b0b4814dd0e17f3b2e69af066fb613a55f2745b31e1823704b74fb661f9fbfab71f9a5caf427655c37de500e1e3b0f8842f247babfc311d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json b/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json deleted file mode 100644 index ec5db49..0000000 --- a/android/config/licenses/MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012 Near Infinity Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software \nand associated documentation files (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a2ed7891b7a6791b898a624a1c88350f9bfc11eb45ddb8cdea78a06679d3937c57b1b99cf8f00d6b4e796cde076f7f06cff5580eb2f5c60879c5b9e0dc7dcafb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json b/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json deleted file mode 100644 index 5cd4579..0000000 --- a/android/config/licenses/MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2014-2019 Georg Tavonius\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a30e21bb3e839770571a3a1438dbcc8f5e04d3130b21d3a4afeb9b5a709625c33a352395e6a0b3e575c6b3ecdb40bc5f2c4d6ac58cf0e0f9dc7def411c5b42f6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json b/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json deleted file mode 100644 index f530fe4..0000000 --- a/android/config/licenses/MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2015 Joel Arvidsson\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a4d8c4ce6027e5f403fac318c60ed3aa1526b781e82c82ae323bb97cda7bdea69be8c14da5fbcdb6b072ae52c763e7cdf80875cf3739976ec11d10f367bcf347","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json b/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json deleted file mode 100644 index b4111e1..0000000 --- a/android/config/licenses/MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Matteo Collina and Undici contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a5516a774d1d4ffd0fc6691b63a66462b8aff81eec899abea495ac44e5c983b260e6957b9d26464c6dc3afdda9be01e12a24c6413098c43c86a41413807348ec","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json b/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json deleted file mode 100644 index 2d92331..0000000 --- a/android/config/licenses/MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n-----------\n\nCopyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_a55beb27f8159815957d1072bdfda98edeaf28e26c90c39b202db7cbef36439ef6f566397edfab68afae882369d3b861f02d4d7548f8f424fe7cf89d4d7a00d2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json b/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json deleted file mode 100644 index 08ce737..0000000 --- a/android/config/licenses/MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2014 Evan Wallace\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a7532574ea73548e3c8abe3e4e371caedc2f1f8a279f2d24d8d7d3ba49fd01647757c1e6eeb646a585207ca33a7dd838bcbd1f177da44f26f6fa908d2cd29c44","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json b/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json deleted file mode 100644 index cebf522..0000000 --- a/android/config/licenses/MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2023 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_a7a37cc7a016a6c0ab07dab285d42eec347265002608d942ddff2203381875790621a0c35e6261921f1059784153a72767a0b3eb3e6225873d5358e2c8df8523","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json b/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json deleted file mode 100644 index 6faaecc..0000000 --- a/android/config/licenses/MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\nCopyright (c) 2016 Andres Suarez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_a7dcf795acca657ca2fa242de39cb4cd77e758225038def801e6404891f782868b2fc60ae72819154e32a572ab33e06f0164e1292351d3502a55fef2575af26f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json b/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json deleted file mode 100644 index 894fd5a..0000000 --- a/android/config/licenses/MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2010-2016 Robert Kieffer and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_aab1701e899a5dcaaad56bbc48998377ada7359881c501155554cd0fac881c5c84741e8f10d96996c5aac05abe4f586485fb5fb0fc5868a0d8da4e7bbcfa3a79","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json b/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json deleted file mode 100644 index 6da9af4..0000000 --- a/android/config/licenses/MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2016 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_ac92fc0235765e95a55f1415b04bd3a856867ac371f100cc06b579db2761f06f22fe6f15a152705be851d93f3556a7233931a23efd6a48e1b82c17cffbb5df2e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json b/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json deleted file mode 100644 index 1a332ec..0000000 --- a/android/config/licenses/MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) Sindre Sorhus (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_ae79e7a4209a451aef6b78f7b0b88170e7a22335126ac345522bf4eafe0818da5865aae1507c5dc0224ef854548c721df9a84371822f36d50cbcd97fa946eee9","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json b/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json deleted file mode 100644 index 0cb84d3..0000000 --- a/android/config/licenses/MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (C) 2012-2022 by various contributors (see AUTHORS)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_b126705afe74fd5f0bbce3b2701a3766f566976ce37d60c9c8e795c1258e7ec89d0d339f6100f19197989f964762bb63c04cd0f3777b579414f76a68568ed511","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json b/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json deleted file mode 100644 index 21aa41a..0000000 --- a/android/config/licenses/MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2024 Justin Ridgewell \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_b1a6a477b155955eec074949c4f01acb0909f11ebd8c2ff540ed9ed937152e5f190da71ca22f70a28f2c7212fab552612b24fca72cb899246089a7b6e3c3fdee","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json b/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json deleted file mode 100644 index 300ffaa..0000000 --- a/android/config/licenses/MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2017 Evgeny Poberezkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_b2f5d8143f44ed9cf6c062caa0a83569caf4b51e071c30a08d2facd41e15dd5111ba76a908484fa5d638a1ca6afa53d0219d8ec59bde1a7a78ae759810d739dd","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json b/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json deleted file mode 100644 index e30486b..0000000 --- a/android/config/licenses/MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (C) 2016-2019 by Roman Dvornov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_b472e3153286bdce55d149b4a641273bc3601a377be997c0c7c56e387d87f61436f50c15bf33c35598f47c0e0350532fbb5427e0d6f9ef554f484c0fe35123d3","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json b/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json deleted file mode 100644 index 4d77db0..0000000 --- a/android/config/licenses/MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_b5a9321fb7fba40e1e6c55cfd4b4f4c7440a270e01e7387f708e45c8fb57dea69c7f02e44fe50fe855ab998bbf45c30fa1b89ebd29b3d9cd00e581daf15d38b4","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json b/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json deleted file mode 100644 index 988e70d..0000000 --- a/android/config/licenses/MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright jQuery Foundation and other contributors \n\nBased on Underscore.js, copyright Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors \n\nThis software consists of voluntary contributions made by many\nindividuals. For exact contribution history, see the revision history\navailable at https://github.com/lodash/lodash\n\nThe following license applies to all parts of this software except as\ndocumented below:\n\n====\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n====\n\nCopyright and related rights for sample code are waived via CC0. Sample\ncode is defined as all source code displayed within the prose of the\ndocumentation.\n\nCC0: http://creativecommons.org/publicdomain/zero/1.0/\n\n====\n\nFiles located in the node_modules and vendor directories are externally\nmaintained libraries used by this software which have their own\nlicenses; we recommend you read them, as their terms may differ from the\nterms above.\n","hash":"MIT_b7f602a93a363a6d01b8713f0be0bf1e70c431b6c573e230ec7759e66dfe231bfa780154607b9a59f0e03322f7cedf57d2abd7a083c0f2ef2aabc8bc215bdb32","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json b/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json deleted file mode 100644 index 7a94d9d..0000000 --- a/android/config/licenses/MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright © 2013-Present Aditya Yadav, http://netroy.in\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_b9d5a44d41b99ae02adfd9e7bdb9f82407be2356c0329a8ed79ad7f0a6ac93b26f468e017f668258ee2b57ba2b7b5dd421394440b66f82e79641df5557350c10","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json b/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json deleted file mode 100644 index 3458c1a..0000000 --- a/android/config/licenses/MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 Josh Junon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_bbaf3efa257f93fcdf3c57ea47aab3239ee9959261294738bb25e415891960213b1eaefec48e2f0a72a82925d300fac737c95d264db24ac2ef81339c50106bd1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json b/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json deleted file mode 100644 index d591075..0000000 --- a/android/config/licenses/MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2010 Sencha Inc.\nCopyright (c) 2011 LearnBoost\nCopyright (c) 2011-2014 TJ Holowaychuk\nCopyright (c) 2015 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_bdae45b85b61f8b54e80d201047ae1122892ac07e356d2b30f9275f3517e7567fe7c20ef112e2f8c77e57ce600641348594bc1b7b112fcc7943c36f3de44112f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json b/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json deleted file mode 100644 index 7db4334..0000000 --- a/android/config/licenses/MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n \nCopyright (c) 2015 Auth0, Inc. (http://auth0.com)\n \nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_bfa7e05808d4a54e638e4e08ac21aa992678b65b060f8cc2365acdd8c90854d2b03c7bf4dc2e2c92caf5a3fa5e2cbb4c07fa7ba1999ac351cdcf3630c926d490","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json b/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json deleted file mode 100644 index 3855796..0000000 --- a/android/config/licenses/MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\nCopyright (c) 2014 Jesse Tane \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_bff6f3dadb296fad3abe167451b8a59dcbbe5740e695016eed85d61efb6698518502907132abf8c3588ba7eeabd77e0f0198a73f6a0ac0efae7c5916ce1ec93c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json b/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json deleted file mode 100644 index 0ba49e8..0000000 --- a/android/config/licenses/MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2016 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_c0a29ed1fae9fcb6a434a8b797204f2bddf123631b04dab50e8612dda6970aeb530541189cce740fb5c3887e9811fa923c6801952f29704d40ec6dd0ea8af4f8","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json b/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json deleted file mode 100644 index a9e4baf..0000000 --- a/android/config/licenses/MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2019 Justin Ridgewell \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_c0ec0fa47b639f1ca0664a214eb697cf542b7682f53d6c041d5284589b692e5655460e237f43b70e4ee0500690d2234485dff52774ee0de782e4cff297e266d6","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json b/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json deleted file mode 100644 index d07603a..0000000 --- a/android/config/licenses/MIT_c4ed365a462f277a23a8a66774ed4435d6e6eb1f331a61f4709944f0504086e8bfa0a7b18fc2f9645dee18c20fd02e0a6abd7aeee09db0c60ba70a64e559210b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012-2014 TJ Holowaychuk \nCopyright (c) 2015-2016 Douglas Christopher Wilson and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_c668991813bcd4dec5ca5b000e8aecd7656e64ed6953939ba82b0a33d206b608d6bb7f5e45feb9fe5f4f53e8ffe5c3d8c83aec2736a15295caf19b7d1f095856","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json b/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json deleted file mode 100644 index a5359e2..0000000 --- a/android/config/licenses/MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012 TJ Holowaychuk\nCopyright (c) 2014-2022 Douglas Christopher Wilson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_cca39054e9b2cfe7b076d28f19a775afe05eb0e7643c8af827143e2f6a9eb59cc668d83dd1e73390908cb8037142b8086141292c6472821f48c9becc4cad02df","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json b/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json deleted file mode 100644 index 8bf9534..0000000 --- a/android/config/licenses/MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2022 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_cd259994f307a9dad872ed222a7d03649ec453c3c75acc8eb180be9b62f84d1830cef53ef57b22f030a0a95a0cb77c5ca32bc6099a74e5d18e6edfb7c6c84b07","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json b/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json deleted file mode 100644 index 0e21031..0000000 --- a/android/config/licenses/MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2010 Benjamin Thomas, Robert Kieffer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_d1106f3bc64efadddd19b11d495f8755261097fed95ac046ed5721f14b453b92e6a191cc13aa10232e7a59df6cfb744dbe9b854d8f0d25c49b50337f62b21985","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json b/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json deleted file mode 100644 index 720fba1..0000000 --- a/android/config/licenses/MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Sindre Sorhus (https://sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d1f336ff272bc6b96dc9a04a7d0ef8f02936dd594f514060340478ee575fe01d55fc7a174df5814a4faf72c8462b012998eca7bb898e3f9a3e87205fb9135af2","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json b/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json deleted file mode 100644 index 65c194f..0000000 --- a/android/config/licenses/MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright (c) 2014 Robert Kieffer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_d50e29af8a6cc19d05de6e9258998d266957665f290a6b8018dca3e45b3752de35896e5cec68a929d08f268c12d2b6c7577cba3763b240fdd70f478b9cc80b26","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json b/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json deleted file mode 100644 index 39ace43..0000000 --- a/android/config/licenses/MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\n(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2014-2017 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d5682b61337113e6072a1ab3aaa288d04624cb4a3e9f46fdc0269a46617f471be620565de6a8063bc3f79b5f314648550545804ee6c5bfca55c989ebbeb7365b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json b/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json deleted file mode 100644 index 531555a..0000000 --- a/android/config/licenses/MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2020 CFWare, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d66ab63904505de5e1295cb15332a2de2408465b942c0de5364cf9948d9f005ed58c19e7921762cefdcad590eedf364fe888d0eb776a405ae182c0ce1ee74314","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json b/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json deleted file mode 100644 index 2c39f55..0000000 --- a/android/config/licenses/MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2023 Satyajit Sahoo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d8258823dd04187e94531f008453ac7432ce895892eb30f557f34cc4e56d02c9b7f52215408a296763325e8afcc27e5e4d950847055d066dd4b61a9f48fa3a1f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json b/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json deleted file mode 100644 index 27ddba2..0000000 --- a/android/config/licenses/MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2016-2018 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d8a5544441d829d80ca0cccf257fd1635d9f591de3a257b75e492a0fc19fe5fee93b070e6d7794dc7c8561a3aa74afea161f28cbcd9b67a642ae343145d44c5d","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json b/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json deleted file mode 100644 index 205090b..0000000 --- a/android/config/licenses/MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2014 Jonathan Ong \nCopyright (c) 2015-2022 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d9083a273b29fe4dfb0f89675d8ebfe7181c015a73ba38bfa4749e7667835c8e40f11f4d807dbb6248a335d668303174d0162432ae274a81d6a26c5f63720185","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json b/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json deleted file mode 100644 index 279ed74..0000000 --- a/android/config/licenses/MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2017 Callstack\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_d91c1147af9a059dd7b5f1a28ff2197103612da5035e17d3c67dbdc7776963638cce6a36c95501d17965c6dc9f2fb59607ce26445da4c4e0022d267c547ec8fb","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json b/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json deleted file mode 100644 index 4df4b39..0000000 --- a/android/config/licenses/MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2013 Jonathan Ong \nCopyright (c) 2014 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_d984289ee5994589e88482f748fc00327a6d66a32c1773dc08b835b431b76ee8041a28be5043e0c96c75e7dc77223a094ce7c1162227afad3bcee0a60a68232f","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json b/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json deleted file mode 100644 index 983a7da..0000000 --- a/android/config/licenses/MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2013 Nathan Rajlich \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_dc037410a930a54ee25a8fdaaa9bcd3c310b9abd81ffd2dc8a75205da44dbe7a1ad1d058d85271e73b7ec5ccf07ccd7109fc6ebbbfc2e2499695515f34392dea","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json b/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json deleted file mode 100644 index d0fdf73..0000000 --- a/android/config/licenses/MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2012-2013 TJ Holowaychuk\nCopyright (c) 2015 Andreas Lubbe\nCopyright (c) 2015 Tiancheng \"Timothy\" Gu\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_dd1e90b0b9c851f3ccd5fc94f69723c7877f892dcd09c3578ce7106b8cda4768854a948623ecb9d256153133fe244f4cf61a413beb0516befb888d3cd223d77b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json b/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json deleted file mode 100644 index 86b1ca0..0000000 --- a/android/config/licenses/MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) Richie Hsieh and Revteltech.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_ddd569f2137909cbdc398c8b0b820b427eb54c2e120ec1bf9e11edccbee5234b295f594f15558dedcc6766039c091a64a90a9a8fa1a65691d63694fa6564246a","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json b/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json deleted file mode 100644 index d7f8fc0..0000000 --- a/android/config/licenses/MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_e2259701f5d70901ead0eaf1b6b7606c466b167169e57d243c3865900570393aacc723ae0ab9628bed5382dc76ffd820e33df9b18ea9d2a6cc0970dda8307dd1","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json b/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json deleted file mode 100644 index 3f0cf7c..0000000 --- a/android/config/licenses/MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"(The MIT License)\n\nCopyright (c) 2015 Douglas Christopher Wilson \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_e7d31b0d69a58710dbe84a59bfc15749609bcd4df013ff700de3caea0b0669562e905557f63b4bf745997dd8859457a03668f7f5f699ef9f0075555ee4f1864b","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json b/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json deleted file mode 100644 index cb791df..0000000 --- a/android/config/licenses/MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"\nThe MIT License (MIT)\n\nCopyright (c) 2014 Jonathan Ong me@jongleberry.com\nCopyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_ebc01c095571f7c89f87d4164e82b0ec7e441113eeab25d6fc242b928e96497c7e5dd5034ed12c776b660b957526da5f9675ad32de3e432861215cb8b37649ce","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json b/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json deleted file mode 100644 index f8aa31b..0000000 --- a/android/config/licenses/MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2017 Kat Marchán\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","hash":"MIT_ecefdf94eebc2ff4fe07d87fd947628be1c0f284cac9699dddf761c7c317db2ffcbb63c9f92b516c0bf5523a462e1a8cf94b4f55b3b99b366bde6b6464561d8c","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json b/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json deleted file mode 100644 index ca8c675..0000000 --- a/android/config/licenses/MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2018 Software Mansion \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_eef6d5cded524bfd34e6739be6c4e9023c455f1d380c62273674dd45dd9504a65cb2217df05c6e409c4934cc25465b62f09f62809fb0fd7e44fe4a37652d8733","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json b/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json deleted file mode 100644 index 9f6046b..0000000 --- a/android/config/licenses/MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2015 JD Ballard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","hash":"MIT_efffef8f3169ff0274b121ae07b387bc11286d32060eba6525742424782606b8587a60d535bc11aa2a39610cabdc650dbe738fb30896a77e0b9f3cafd3d9faae","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json b/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json deleted file mode 100644 index f8e26c1..0000000 --- a/android/config/licenses/MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\r\nCopyright (c) 2015 Dmitry Ivanov\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT_fc1d65352c114c7594c9bedf5be432ba39d426feaf50bf8f7c52d32781323c84bfc9a68531aefb558c97ebe46e712e1d35d860ba1e1a6ab48b4a79b894092540","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json b/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json deleted file mode 100644 index e94ec09..0000000 --- a/android/config/licenses/MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"MIT License\n\nCopyright (c) 2019 Proyecto 26\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","hash":"MIT_fc8fa69394049b53ee8abc31fe3423549f63130308eedbaef11e74ba9d71d6d63b3458ae1bfba010b7ed26f8c7c13485c831e1cc4ee2082d4449091987aeee88","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json b/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json deleted file mode 100644 index 5166f42..0000000 --- a/android/config/licenses/MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"The MIT License (MIT)\n\nCopyright (c) 2011 Einar Otto Stangvik \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","hash":"MIT_fcaf2385fc0d45f31343513a4e9e9786db047f8685a4994330d9e9cc7b8a9f329323f39994532d6980a2cf2a5b602d26ae275d1ab4c481db7be21b420ba4d8ae","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json b/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json deleted file mode 100644 index 0155df4..0000000 --- a/android/config/licenses/MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"Copyright 2010, 2011, 2012, 2013. All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n","hash":"MIT_ff919ccc95230ea6602e9d249df18850a2353508e8393347a4bac366c4aca4e28d509099b110453b3a756856231847e0a0b11135c5fcfdc3d8cc4b4a708fc26e","name":"MIT","url":""} \ No newline at end of file diff --git a/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json b/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json deleted file mode 100644 index 1531c23..0000000 --- a/android/config/licenses/Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"This is free and unencumbered software released into the public domain.\r\n\r\nAnyone is free to copy, modify, publish, use, compile, sell, or\r\ndistribute this software, either in source code form or as a compiled\r\nbinary, for any purpose, commercial or non-commercial, and by any\r\nmeans.\r\n\r\nIn jurisdictions that recognize copyright laws, the author or authors\r\nof this software dedicate any and all copyright interest in the\r\nsoftware to the public domain. We make this dedication for the benefit\r\nof the public at large and to the detriment of our heirs and\r\nsuccessors. We intend this dedication to be an overt act of\r\nrelinquishment in perpetuity of all present and future rights to this\r\nsoftware under copyright law.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\r\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\r\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r\nOTHER DEALINGS IN THE SOFTWARE.\r\n\r\nFor more information, please refer to \r\n","hash":"Unlicense_095e80d8105930bc8be86f1f191543731e827c4977e7e6e2495d0b283323d73ed3664474c17f498a8f780da59869891d6cd25a34170e81cf0b9fed0a40614346","name":"Unlicense","url":""} \ No newline at end of file diff --git a/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json b/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json deleted file mode 100644 index dbbd17c..0000000 --- a/android/config/licenses/Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06.json +++ /dev/null @@ -1 +0,0 @@ -{"content":"","hash":"Unlicense_d809406f4e63555fd25a5bacb533de2fca0247d6cc879adc43635af5d2138e24ad47562d874d3628c59d47fec2b27370bc59f100049e3330faa1ed900af80b06","name":"Unlicense","url":""} \ No newline at end of file diff --git a/ios/Settings.bundle/Root.plist b/ios/Settings.bundle/Root.plist deleted file mode 100644 index 924ed2c..0000000 --- a/ios/Settings.bundle/Root.plist +++ /dev/null @@ -1,19 +0,0 @@ - - - - - StringsTable - Root - PreferenceSpecifiers - - - Type - PSChildPaneSpecifier - Title - Licenses - File - com.mono0926.LicensePlist - - - - \ No newline at end of file diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt b/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt deleted file mode 100644 index 134b1c3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt +++ /dev/null @@ -1,1788 +0,0 @@ -name: AppAuth, nameSpecified: -body: - … -version: 2.0.0 - -name: boost, nameSpecified: -body: Boost Software Licen… -version: 1.84.0 - -name: DoubleConversion, nameSpecified: -body: Copyright 2006-2011,… -version: 1.1.6 - -name: fast_float, nameSpecified: -body: … -version: 8.0.0 - -name: fmt, nameSpecified: -body: Copyright (c) 2012 -… -version: 11.0.2 - -name: glog, nameSpecified: -body: Copyright (c) 2008, … -version: 0.3.5 - -name: hermes-engine, nameSpecified: -body: MIT License - -Copyrig… -version: 0.80.1 - -name: LicensePlist, nameSpecified: -body: MIT License - -Copyrig… -version: 3.27.2 - -name: RCT-Folly, nameSpecified: -body: - … -version: 2024.11.18.00 - -name: React, nameSpecified: -body: MIT License - -Copyrig… -version: 0.80.1 - -name: React-Core, nameSpecified: -body: MIT License - -Copyrig… -version: 0.80.1 - -name: react-native-nfc-manager, nameSpecified: -body: MIT License - -Copyrig… -version: 3.17.1 - -name: react-native-safe-area-context, nameSpecified: -body: MIT License - -Copyrig… -version: 5.6.1 - -name: react-native-vector-icons-material-design-icons, nameSpecified: -body: MIT License - -Copyrig… -version: 12.3.0 - -name: react-native-vector-icons-material-icons, nameSpecified: -body: MIT License - -Copyrig… -version: 12.3.0 - -name: ReactNativeLegal, nameSpecified: -body: MIT License - -Copyrig… -version: 1.6.0 - -name: RNInAppBrowser, nameSpecified: -body: MIT License - -Copyrig… -version: 3.7.0 - -name: RNKeychain, nameSpecified: -body: The MIT License (MIT… -version: 10.0.0 - -name: RNScreens, nameSpecified: -body: The MIT License (MIT… -version: 4.17.1 - -name: RNSVG, nameSpecified: -body: The MIT License (MIT… -version: 15.14.0 - -name: RNVectorIcons, nameSpecified: -body: The MIT License (MIT… -version: 10.3.0 - -name: SocketRocket, nameSpecified: -body: BSD License - -For Soc… -version: 0.7.1 - -name: @babel_code-frame@7.27.1, nameSpecified: @babel/code-frame, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_compat-data@7.28.4, nameSpecified: @babel/compat-data, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_core@7.28.4, nameSpecified: @babel/core, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_generator@7.28.3, nameSpecified: @babel/generator, version: 7.28.3 -body: MIT License - -Copyrig… - -name: @babel_helper-compilation-targets@7.27.2, nameSpecified: @babel/helper-compilation-targets, version: 7.27.2 -body: MIT License - -Copyrig… - -name: @babel_helper-globals@7.28.0, nameSpecified: @babel/helper-globals, version: 7.28.0 -body: MIT License - -Copyrig… - -name: @babel_helper-module-imports@7.27.1, nameSpecified: @babel/helper-module-imports, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_helper-module-transforms@7.28.3, nameSpecified: @babel/helper-module-transforms, version: 7.28.3 -body: MIT License - -Copyrig… - -name: @babel_helper-plugin-utils@7.27.1, nameSpecified: @babel/helper-plugin-utils, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_helper-string-parser@7.27.1, nameSpecified: @babel/helper-string-parser, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_helper-validator-identifier@7.27.1, nameSpecified: @babel/helper-validator-identifier, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_helper-validator-option@7.27.1, nameSpecified: @babel/helper-validator-option, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_helpers@7.28.4, nameSpecified: @babel/helpers, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_parser@7.28.4, nameSpecified: @babel/parser, version: 7.28.4 -body: Copyright (C) 2012-2… - -name: @babel_plugin-syntax-async-generators@7.8.4, nameSpecified: @babel/plugin-syntax-async-generators, version: 7.8.4 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-bigint@7.8.3, nameSpecified: @babel/plugin-syntax-bigint, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-class-properties@7.12.13, nameSpecified: @babel/plugin-syntax-class-properties, version: 7.12.13 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-class-static-block@7.14.5, nameSpecified: @babel/plugin-syntax-class-static-block, version: 7.14.5 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-import-attributes@7.27.1, nameSpecified: @babel/plugin-syntax-import-attributes, version: 7.27.1 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-import-meta@7.10.4, nameSpecified: @babel/plugin-syntax-import-meta, version: 7.10.4 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-json-strings@7.8.3, nameSpecified: @babel/plugin-syntax-json-strings, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-logical-assignment-operators@7.10.4, nameSpecified: @babel/plugin-syntax-logical-assignment-operators, version: 7.10.4 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-nullish-coalescing-operator@7.8.3, nameSpecified: @babel/plugin-syntax-nullish-coalescing-operator, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-numeric-separator@7.10.4, nameSpecified: @babel/plugin-syntax-numeric-separator, version: 7.10.4 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-object-rest-spread@7.8.3, nameSpecified: @babel/plugin-syntax-object-rest-spread, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-optional-catch-binding@7.8.3, nameSpecified: @babel/plugin-syntax-optional-catch-binding, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-optional-chaining@7.8.3, nameSpecified: @babel/plugin-syntax-optional-chaining, version: 7.8.3 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-private-property-in-object@7.14.5, nameSpecified: @babel/plugin-syntax-private-property-in-object, version: 7.14.5 -body: MIT License - -Copyrig… - -name: @babel_plugin-syntax-top-level-await@7.14.5, nameSpecified: @babel/plugin-syntax-top-level-await, version: 7.14.5 -body: MIT License - -Copyrig… - -name: @babel_runtime@7.28.4, nameSpecified: @babel/runtime, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_template@7.27.2, nameSpecified: @babel/template, version: 7.27.2 -body: MIT License - -Copyrig… - -name: @babel_traverse--for-generate-function-map@7.28.4, nameSpecified: @babel/traverse--for-generate-function-map, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_traverse@7.28.4, nameSpecified: @babel/traverse, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @babel_types@7.28.4, nameSpecified: @babel/types, version: 7.28.4 -body: MIT License - -Copyrig… - -name: @callstack_licenses@0.3.0, nameSpecified: @callstack/licenses, version: 0.3.0 -body: MIT License - -Copyrig… - -name: @callstack_react-theme-provider@3.0.9, nameSpecified: @callstack/react-theme-provider, version: 3.0.9 -body: MIT License - -Copyrig… - -name: @isaacs_ttlcache@1.4.1, nameSpecified: @isaacs/ttlcache, version: 1.4.1 -body: The ISC License - -Cop… - -name: @istanbuljs_load-nyc-config@1.1.0, nameSpecified: @istanbuljs/load-nyc-config, version: 1.1.0 -body: ISC License - -Copyrig… - -name: @istanbuljs_schema@0.1.3, nameSpecified: @istanbuljs/schema, version: 0.1.3 -body: MIT License - -Copyrig… - -name: @jest_create-cache-key-function@29.7.0, nameSpecified: @jest/create-cache-key-function, version: 29.7.0 -body: MIT License - -Copyrig… - -name: @jest_environment@29.7.0, nameSpecified: @jest/environment, version: 29.7.0 -body: MIT License - -Copyrig… - -name: @jest_fake-timers@29.7.0, nameSpecified: @jest/fake-timers, version: 29.7.0 -body: MIT License - -Copyrig… - -name: @jest_schemas@29.6.3, nameSpecified: @jest/schemas, version: 29.6.3 -body: MIT License - -Copyrig… - -name: @jest_transform@29.7.0, nameSpecified: @jest/transform, version: 29.7.0 -body: MIT License - -Copyrig… - -name: @jest_types@29.6.3, nameSpecified: @jest/types, version: 29.6.3 -body: MIT License - -Copyrig… - -name: @jridgewell_gen-mapping@0.3.13, nameSpecified: @jridgewell/gen-mapping, version: 0.3.13 -body: Copyright 2024 Justi… - -name: @jridgewell_remapping@2.3.5, nameSpecified: @jridgewell/remapping, version: 2.3.5 -body: Copyright 2024 Justi… - -name: @jridgewell_resolve-uri@3.1.2, nameSpecified: @jridgewell/resolve-uri, version: 3.1.2 -body: Copyright 2019 Justi… - -name: @jridgewell_source-map@0.3.11, nameSpecified: @jridgewell/source-map, version: 0.3.11 -body: Copyright 2024 Justi… - -name: @jridgewell_sourcemap-codec@1.5.5, nameSpecified: @jridgewell/sourcemap-codec, version: 1.5.5 -body: Copyright 2024 Justi… - -name: @jridgewell_trace-mapping@0.3.31, nameSpecified: @jridgewell/trace-mapping, version: 0.3.31 -body: Copyright 2024 Justi… - -name: @react-native-vector-icons_common@12.3.0, nameSpecified: @react-native-vector-icons/common, version: 12.3.0 -body: MIT License - -Copyrig… - -name: @react-native-vector-icons_material-design-icons@12.3.0, nameSpecified: @react-native-vector-icons/material-design-icons, version: 12.3.0 -body: MIT License - -Copyrig… - -name: @react-native-vector-icons_material-icons@12.3.0, nameSpecified: @react-native-vector-icons/material-icons, version: 12.3.0 -body: MIT License - -Copyrig… - -name: @react-native_assets-registry@0.80.1, nameSpecified: @react-native/assets-registry, version: 0.80.1 -body: MIT… - -name: @react-native_codegen@0.80.1, nameSpecified: @react-native/codegen, version: 0.80.1 -body: MIT… - -name: @react-native_community-cli-plugin@0.80.1, nameSpecified: @react-native/community-cli-plugin, version: 0.80.1 -body: MIT… - -name: @react-native_debugger-frontend@0.80.1, nameSpecified: @react-native/debugger-frontend, version: 0.80.1 -body: BSD-3-Clause… - -name: @react-native_dev-middleware@0.80.1, nameSpecified: @react-native/dev-middleware, version: 0.80.1 -body: MIT… - -name: @react-native_gradle-plugin@0.80.1, nameSpecified: @react-native/gradle-plugin, version: 0.80.1 -body: MIT… - -name: @react-native_js-polyfills@0.80.1, nameSpecified: @react-native/js-polyfills, version: 0.80.1 -body: MIT… - -name: @react-native_new-app-screen@0.80.1, nameSpecified: @react-native/new-app-screen, version: 0.80.1 -body: MIT… - -name: @react-native_normalize-colors@0.80.1, nameSpecified: @react-native/normalize-colors, version: 0.80.1 -body: MIT… - -name: @react-native_virtualized-lists@0.80.1, nameSpecified: @react-native/virtualized-lists, version: 0.80.1 -body: MIT… - -name: @react-navigation_bottom-tabs@7.4.9, nameSpecified: @react-navigation/bottom-tabs, version: 7.4.9 -body: MIT License - -Copyrig… - -name: @react-navigation_core@7.12.4, nameSpecified: @react-navigation/core, version: 7.12.4 -body: MIT License - -Copyrig… - -name: @react-navigation_elements@2.6.5, nameSpecified: @react-navigation/elements, version: 2.6.5 -body: MIT License - -Copyrig… - -name: @react-navigation_native-stack@7.3.28, nameSpecified: @react-navigation/native-stack, version: 7.3.28 -body: MIT License - -Copyrig… - -name: @react-navigation_native@7.1.18, nameSpecified: @react-navigation/native, version: 7.1.18 -body: MIT License - -Copyrig… - -name: @react-navigation_routers@7.5.1, nameSpecified: @react-navigation/routers, version: 7.5.1 -body: MIT License - -Copyrig… - -name: @sinclair_typebox@0.27.8, nameSpecified: @sinclair/typebox, version: 0.27.8 -body: TypeBox: JSON Schema… - -name: @sinonjs_commons@3.0.1, nameSpecified: @sinonjs/commons, version: 3.0.1 -body: BSD 3-Clause License… - -name: @sinonjs_fake-timers@10.3.0, nameSpecified: @sinonjs/fake-timers, version: 10.3.0 -body: Copyright (c) 2010-2… - -name: @types_babel__core@7.20.5, nameSpecified: @types/babel__core, version: 7.20.5 -body: MIT License - - … - -name: @types_babel__generator@7.27.0, nameSpecified: @types/babel__generator, version: 7.27.0 -body: MIT License - - … - -name: @types_babel__template@7.4.4, nameSpecified: @types/babel__template, version: 7.4.4 -body: MIT License - - … - -name: @types_babel__traverse@7.28.0, nameSpecified: @types/babel__traverse, version: 7.28.0 -body: MIT License - - … - -name: @types_graceful-fs@4.1.9, nameSpecified: @types/graceful-fs, version: 4.1.9 -body: MIT License - - … - -name: @types_istanbul-lib-coverage@2.0.6, nameSpecified: @types/istanbul-lib-coverage, version: 2.0.6 -body: MIT License - - … - -name: @types_istanbul-lib-report@3.0.3, nameSpecified: @types/istanbul-lib-report, version: 3.0.3 -body: MIT License - - … - -name: @types_istanbul-reports@3.0.4, nameSpecified: @types/istanbul-reports, version: 3.0.4 -body: MIT License - - … - -name: @types_node@22.19.1, nameSpecified: @types/node, version: 22.19.1 -body: MIT License - - … - -name: @types_stack-utils@2.0.3, nameSpecified: @types/stack-utils, version: 2.0.3 -body: MIT License - - … - -name: @types_yargs-parser@21.0.3, nameSpecified: @types/yargs-parser, version: 21.0.3 -body: MIT License - - … - -name: @types_yargs@17.0.33, nameSpecified: @types/yargs, version: 17.0.33 -body: MIT License - - … - -name: @xmldom_xmldom@0.8.11, nameSpecified: @xmldom/xmldom, version: 0.8.11 -body: Copyright 2019 - pre… - -name: abort-controller@3.0.0, nameSpecified: abort-controller, version: 3.0.0 -body: MIT License - -Copyrig… - -name: accepts@1.3.8, nameSpecified: accepts, version: 1.3.8 -body: (The MIT License) - -C… - -name: acorn@8.15.0, nameSpecified: acorn, version: 8.15.0 -body: MIT License - -Copyrig… - -name: agent-base@7.1.4, nameSpecified: agent-base, version: 7.1.4 -body: (The MIT License) - -C… - -name: anser@1.4.10, nameSpecified: anser, version: 1.4.10 -body: The MIT License (MIT… - -name: ansi-regex@5.0.1, nameSpecified: ansi-regex, version: 5.0.1 -body: MIT License - -Copyrig… - -name: ansi-styles@4.3.0, nameSpecified: ansi-styles, version: 4.3.0 -body: MIT License - -Copyrig… - -name: ansi-styles@5.2.0, nameSpecified: ansi-styles, version: 5.2.0 -body: MIT License - -Copyrig… - -name: anymatch@3.1.3, nameSpecified: anymatch, version: 3.1.3 -body: The ISC License - -Cop… - -name: argparse@1.0.10, nameSpecified: argparse, version: 1.0.10 -body: (The MIT License) - -C… - -name: array-equal@2.0.0, nameSpecified: array-equal, version: 2.0.0 -body: MIT License - -Copyrig… - -name: asap@2.0.6, nameSpecified: asap, version: 2.0.6 -body: -Copyright 2009–2014… - -name: async-limiter@1.0.1, nameSpecified: async-limiter, version: 1.0.1 -body: The MIT License (MIT… - -name: asynckit@0.4.0, nameSpecified: asynckit, version: 0.4.0 -body: The MIT License (MIT… - -name: axios@1.13.2, nameSpecified: axios, version: 1.13.2 -body: # Copyright (c) 2014… - -name: babel-jest@29.7.0, nameSpecified: babel-jest, version: 29.7.0 -body: MIT License - -Copyrig… - -name: babel-plugin-istanbul@6.1.1, nameSpecified: babel-plugin-istanbul, version: 6.1.1 -body: Copyright (c) 2016, … - -name: babel-plugin-jest-hoist@29.6.3, nameSpecified: babel-plugin-jest-hoist, version: 29.6.3 -body: MIT License - -Copyrig… - -name: babel-plugin-syntax-hermes-parser@0.28.1, nameSpecified: babel-plugin-syntax-hermes-parser, version: 0.28.1 -body: MIT License - -Copyrig… - -name: babel-preset-current-node-syntax@1.2.0, nameSpecified: babel-preset-current-node-syntax, version: 1.2.0 -body: MIT License - -Copyrig… - -name: babel-preset-jest@29.6.3, nameSpecified: babel-preset-jest, version: 29.6.3 -body: MIT License - -Copyrig… - -name: balanced-match@1.0.2, nameSpecified: balanced-match, version: 1.0.2 -body: (MIT) - -Copyright (c)… - -name: base64-js@1.5.1, nameSpecified: base64-js, version: 1.5.1 -body: The MIT License (MIT… - -name: baseline-browser-mapping@2.8.18, nameSpecified: baseline-browser-mapping, version: 2.8.18 -body: Apache-2.0… - -name: big-integer@1.6.52, nameSpecified: big-integer, version: 1.6.52 -body: This is free and une… - -name: boolbase@1.0.0, nameSpecified: boolbase, version: 1.0.0 -body: ISC… - -name: bplist-creator@0.1.0, nameSpecified: bplist-creator, version: 0.1.0 -body: (The MIT License) - -C… - -name: bplist-parser@0.3.1, nameSpecified: bplist-parser, version: 0.3.1 -body: MIT… - -name: brace-expansion@1.1.12, nameSpecified: brace-expansion, version: 1.1.12 -body: MIT License - -Copyrig… - -name: braces@3.0.3, nameSpecified: braces, version: 3.0.3 -body: The MIT License (MIT… - -name: browserslist@4.26.3, nameSpecified: browserslist, version: 4.26.3 -body: The MIT License (MIT… - -name: bser@2.1.1, nameSpecified: bser, version: 2.1.1 -body: Apache-2.0… - -name: buffer-from@1.1.2, nameSpecified: buffer-from, version: 1.1.2 -body: MIT License - -Copyrig… - -name: call-bind-apply-helpers@1.0.2, nameSpecified: call-bind-apply-helpers, version: 1.0.2 -body: MIT License - -Copyrig… - -name: caller-callsite@2.0.0, nameSpecified: caller-callsite, version: 2.0.0 -body: The MIT License (MIT… - -name: caller-path@2.0.0, nameSpecified: caller-path, version: 2.0.0 -body: The MIT License (MIT… - -name: callsites@2.0.0, nameSpecified: callsites, version: 2.0.0 -body: The MIT License (MIT… - -name: camelcase@5.3.1, nameSpecified: camelcase, version: 5.3.1 -body: MIT License - -Copyrig… - -name: camelcase@6.3.0, nameSpecified: camelcase, version: 6.3.0 -body: MIT License - -Copyrig… - -name: caniuse-lite@1.0.30001751, nameSpecified: caniuse-lite, version: 1.0.30001751 -body: Attribution 4.0 Inte… - -name: chalk@4.1.2, nameSpecified: chalk, version: 4.1.2 -body: MIT License - -Copyrig… - -name: chrome-launcher@0.15.2, nameSpecified: chrome-launcher, version: 0.15.2 -body: - … - -name: chromium-edge-launcher@0.2.0, nameSpecified: chromium-edge-launcher, version: 0.2.0 -body: - … - -name: ci-info@2.0.0, nameSpecified: ci-info, version: 2.0.0 -body: The MIT License (MIT… - -name: ci-info@3.9.0, nameSpecified: ci-info, version: 3.9.0 -body: The MIT License (MIT… - -name: cliui@8.0.1, nameSpecified: cliui, version: 8.0.1 -body: ISC… - -name: color-convert@1.9.3, nameSpecified: color-convert, version: 1.9.3 -body: Copyright (c) 2011-2… - -name: color-convert@2.0.1, nameSpecified: color-convert, version: 2.0.1 -body: Copyright (c) 2011-2… - -name: color-name@1.1.3, nameSpecified: color-name, version: 1.1.3 -body: The MIT License (MIT… - -name: color-name@1.1.4, nameSpecified: color-name, version: 1.1.4 -body: The MIT License (MIT… - -name: color-string@1.9.1, nameSpecified: color-string, version: 1.9.1 -body: Copyright (c) 2011 H… - -name: color@3.2.1, nameSpecified: color, version: 3.2.1 -body: Copyright (c) 2012 H… - -name: color@4.2.3, nameSpecified: color, version: 4.2.3 -body: Copyright (c) 2012 H… - -name: combined-stream@1.0.8, nameSpecified: combined-stream, version: 1.0.8 -body: Copyright (c) 2011 D… - -name: commander@12.1.0, nameSpecified: commander, version: 12.1.0 -body: (The MIT License) - -C… - -name: commander@2.20.3, nameSpecified: commander, version: 2.20.3 -body: (The MIT License) - -C… - -name: concat-map@0.0.1, nameSpecified: concat-map, version: 0.0.1 -body: This software is rel… - -name: connect@3.7.0, nameSpecified: connect, version: 3.7.0 -body: (The MIT License) - -C… - -name: convert-source-map@2.0.0, nameSpecified: convert-source-map, version: 2.0.0 -body: Copyright 2013 Thors… - -name: cosmiconfig@5.2.1, nameSpecified: cosmiconfig, version: 5.2.1 -body: The MIT License (MIT… - -name: css-select@5.2.2, nameSpecified: css-select, version: 5.2.2 -body: Copyright (c) Felix … - -name: css-tree@1.1.3, nameSpecified: css-tree, version: 1.1.3 -body: Copyright (C) 2016-2… - -name: css-what@6.2.2, nameSpecified: css-what, version: 6.2.2 -body: Copyright (c) Felix … - -name: debug@2.6.9, nameSpecified: debug, version: 2.6.9 -body: (The MIT License) - -C… - -name: debug@4.4.3, nameSpecified: debug, version: 4.4.3 -body: (The MIT License) - -C… - -name: decode-uri-component@0.2.2, nameSpecified: decode-uri-component, version: 0.2.2 -body: The MIT License (MIT… - -name: deepmerge@3.3.0, nameSpecified: deepmerge, version: 3.3.0 -body: MIT… - -name: delayed-stream@1.0.0, nameSpecified: delayed-stream, version: 1.0.0 -body: Copyright (c) 2011 D… - -name: depd@2.0.0, nameSpecified: depd, version: 2.0.0 -body: (The MIT License) - -C… - -name: destroy@1.2.0, nameSpecified: destroy, version: 1.2.0 -body: -The MIT License (MI… - -name: dom-serializer@2.0.0, nameSpecified: dom-serializer, version: 2.0.0 -body: License - -(The MIT Li… - -name: domelementtype@2.3.0, nameSpecified: domelementtype, version: 2.3.0 -body: Copyright (c) Felix … - -name: domhandler@5.0.3, nameSpecified: domhandler, version: 5.0.3 -body: Copyright (c) Felix … - -name: domutils@3.2.2, nameSpecified: domutils, version: 3.2.2 -body: Copyright (c) Felix … - -name: dunder-proto@1.0.1, nameSpecified: dunder-proto, version: 1.0.1 -body: MIT License - -Copyrig… - -name: ee-first@1.1.1, nameSpecified: ee-first, version: 1.1.1 -body: -The MIT License (MI… - -name: electron-to-chromium@1.5.237, nameSpecified: electron-to-chromium, version: 1.5.237 -body: Copyright 2018 Kilia… - -name: emoji-regex@8.0.0, nameSpecified: emoji-regex, version: 8.0.0 -body: MIT… - -name: encodeurl@1.0.2, nameSpecified: encodeurl, version: 1.0.2 -body: (The MIT License) - -C… - -name: encodeurl@2.0.0, nameSpecified: encodeurl, version: 2.0.0 -body: (The MIT License) - -C… - -name: entities@4.5.0, nameSpecified: entities, version: 4.5.0 -body: Copyright (c) Felix … - -name: error-ex@1.3.4, nameSpecified: error-ex, version: 1.3.4 -body: The MIT License (MIT… - -name: error-stack-parser@2.1.4, nameSpecified: error-stack-parser, version: 2.1.4 -body: Copyright (c) 2017 E… - -name: es-define-property@1.0.1, nameSpecified: es-define-property, version: 1.0.1 -body: MIT License - -Copyrig… - -name: es-errors@1.3.0, nameSpecified: es-errors, version: 1.3.0 -body: MIT License - -Copyrig… - -name: es-object-atoms@1.1.1, nameSpecified: es-object-atoms, version: 1.1.1 -body: MIT License - -Copyrig… - -name: es-set-tostringtag@2.1.0, nameSpecified: es-set-tostringtag, version: 2.1.0 -body: MIT License - -Copyrig… - -name: escalade@3.2.0, nameSpecified: escalade, version: 3.2.0 -body: MIT License - -Copyrig… - -name: escape-html@1.0.3, nameSpecified: escape-html, version: 1.0.3 -body: (The MIT License) - -C… - -name: escape-string-regexp@2.0.0, nameSpecified: escape-string-regexp, version: 2.0.0 -body: MIT License - -Copyrig… - -name: escape-string-regexp@4.0.0, nameSpecified: escape-string-regexp, version: 4.0.0 -body: MIT License - -Copyrig… - -name: esprima@4.0.1, nameSpecified: esprima, version: 4.0.1 -body: BSD-2-Clause… - -name: etag@1.8.1, nameSpecified: etag, version: 1.8.1 -body: (The MIT License) - -C… - -name: event-target-shim@5.0.1, nameSpecified: event-target-shim, version: 5.0.1 -body: The MIT License (MIT… - -name: exponential-backoff@3.1.3, nameSpecified: exponential-backoff, version: 3.1.3 -body: - … - -name: fast-deep-equal@3.1.3, nameSpecified: fast-deep-equal, version: 3.1.3 -body: MIT License - -Copyrig… - -name: fast-json-stable-stringify@2.1.0, nameSpecified: fast-json-stable-stringify, version: 2.1.0 -body: This software is rel… - -name: fb-watchman@2.0.2, nameSpecified: fb-watchman, version: 2.0.2 -body: Apache-2.0… - -name: fill-range@7.1.1, nameSpecified: fill-range, version: 7.1.1 -body: The MIT License (MIT… - -name: filter-obj@1.1.0, nameSpecified: filter-obj, version: 1.1.0 -body: The MIT License (MIT… - -name: finalhandler@1.1.2, nameSpecified: finalhandler, version: 1.1.2 -body: (The MIT License) - -C… - -name: find-up@4.1.0, nameSpecified: find-up, version: 4.1.0 -body: MIT License - -Copyrig… - -name: find-up@7.0.0, nameSpecified: find-up, version: 7.0.0 -body: MIT License - -Copyrig… - -name: flow-enums-runtime@0.0.6, nameSpecified: flow-enums-runtime, version: 0.0.6 -body: MIT License - -Copyrig… - -name: follow-redirects@1.15.11, nameSpecified: follow-redirects, version: 1.15.11 -body: Copyright 2014–prese… - -name: form-data@4.0.5, nameSpecified: form-data, version: 4.0.5 -body: Copyright (c) 2012 F… - -name: fresh@0.5.2, nameSpecified: fresh, version: 0.5.2 -body: (The MIT License) - -C… - -name: fs.realpath@1.0.0, nameSpecified: fs.realpath, version: 1.0.0 -body: The ISC License - -Cop… - -name: fsevents@2.3.3, nameSpecified: fsevents, version: 2.3.3 -body: MIT License ---------… - -name: function-bind@1.1.2, nameSpecified: function-bind, version: 1.1.2 -body: Copyright (c) 2013 R… - -name: gensync@1.0.0-beta.2, nameSpecified: gensync, version: 1.0.0-beta.2 -body: Copyright 2018 Logan… - -name: get-caller-file@2.0.5, nameSpecified: get-caller-file, version: 2.0.5 -body: ISC License (ISC) -Co… - -name: get-intrinsic@1.3.0, nameSpecified: get-intrinsic, version: 1.3.0 -body: MIT License - -Copyrig… - -name: get-package-type@0.1.0, nameSpecified: get-package-type, version: 0.1.0 -body: MIT License - -Copyrig… - -name: get-proto@1.0.1, nameSpecified: get-proto, version: 1.0.1 -body: MIT License - -Copyrig… - -name: glob@7.2.3, nameSpecified: glob, version: 7.2.3 -body: The ISC License - -Cop… - -name: gopd@1.2.0, nameSpecified: gopd, version: 1.2.0 -body: MIT License - -Copyrig… - -name: graceful-fs@4.2.11, nameSpecified: graceful-fs, version: 4.2.11 -body: The ISC License - -Cop… - -name: has-flag@4.0.0, nameSpecified: has-flag, version: 4.0.0 -body: MIT License - -Copyrig… - -name: has-symbols@1.1.0, nameSpecified: has-symbols, version: 1.1.0 -body: MIT License - -Copyrig… - -name: has-tostringtag@1.0.2, nameSpecified: has-tostringtag, version: 1.0.2 -body: MIT License - -Copyrig… - -name: hasown@2.0.2, nameSpecified: hasown, version: 2.0.2 -body: MIT License - -Copyrig… - -name: hermes-estree@0.28.1, nameSpecified: hermes-estree, version: 0.28.1 -body: MIT License - -Copyrig… - -name: hermes-estree@0.29.1, nameSpecified: hermes-estree, version: 0.29.1 -body: MIT License - -Copyrig… - -name: hermes-parser@0.28.1, nameSpecified: hermes-parser, version: 0.28.1 -body: MIT License - -Copyrig… - -name: hermes-parser@0.29.1, nameSpecified: hermes-parser, version: 0.29.1 -body: MIT License - -Copyrig… - -name: hoist-non-react-statics@3.3.2, nameSpecified: hoist-non-react-statics, version: 3.3.2 -body: Software License Agr… - -name: http-errors@2.0.0, nameSpecified: http-errors, version: 2.0.0 -body: -The MIT License (MI… - -name: https-proxy-agent@7.0.6, nameSpecified: https-proxy-agent, version: 7.0.6 -body: (The MIT License) - -C… - -name: image-size@1.2.1, nameSpecified: image-size, version: 1.2.1 -body: The MIT License (MIT… - -name: import-fresh@2.0.0, nameSpecified: import-fresh, version: 2.0.0 -body: The MIT License (MIT… - -name: imurmurhash@0.1.4, nameSpecified: imurmurhash, version: 0.1.4 -body: MIT… - -name: inflight@1.0.6, nameSpecified: inflight, version: 1.0.6 -body: The ISC License - -Cop… - -name: inherits@2.0.4, nameSpecified: inherits, version: 2.0.4 -body: The ISC License - -Cop… - -name: invariant@2.2.4, nameSpecified: invariant, version: 2.2.4 -body: MIT License - -Copyrig… - -name: is-arrayish@0.2.1, nameSpecified: is-arrayish, version: 0.2.1 -body: The MIT License (MIT… - -name: is-arrayish@0.3.4, nameSpecified: is-arrayish, version: 0.3.4 -body: The MIT License (MIT… - -name: is-directory@0.3.1, nameSpecified: is-directory, version: 0.3.1 -body: The MIT License (MIT… - -name: is-docker@2.2.1, nameSpecified: is-docker, version: 2.2.1 -body: MIT License - -Copyrig… - -name: is-fullwidth-code-point@3.0.0, nameSpecified: is-fullwidth-code-point, version: 3.0.0 -body: MIT License - -Copyrig… - -name: is-number@7.0.0, nameSpecified: is-number, version: 7.0.0 -body: The MIT License (MIT… - -name: is-wsl@2.2.0, nameSpecified: is-wsl, version: 2.2.0 -body: MIT License - -Copyrig… - -name: istanbul-lib-coverage@3.2.2, nameSpecified: istanbul-lib-coverage, version: 3.2.2 -body: Copyright 2012-2015 … - -name: istanbul-lib-instrument@5.2.1, nameSpecified: istanbul-lib-instrument, version: 5.2.1 -body: Copyright 2012-2015 … - -name: jest-environment-node@29.7.0, nameSpecified: jest-environment-node, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-get-type@29.6.3, nameSpecified: jest-get-type, version: 29.6.3 -body: MIT License - -Copyrig… - -name: jest-haste-map@29.7.0, nameSpecified: jest-haste-map, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-message-util@29.7.0, nameSpecified: jest-message-util, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-mock@29.7.0, nameSpecified: jest-mock, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-regex-util@29.6.3, nameSpecified: jest-regex-util, version: 29.6.3 -body: MIT License - -Copyrig… - -name: jest-util@29.7.0, nameSpecified: jest-util, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-validate@29.7.0, nameSpecified: jest-validate, version: 29.7.0 -body: MIT License - -Copyrig… - -name: jest-worker@29.7.0, nameSpecified: jest-worker, version: 29.7.0 -body: MIT License - -Copyrig… - -name: js-tokens@4.0.0, nameSpecified: js-tokens, version: 4.0.0 -body: The MIT License (MIT… - -name: js-yaml@3.14.2, nameSpecified: js-yaml, version: 3.14.2 -body: (The MIT License) - -C… - -name: jsc-safe-url@0.2.4, nameSpecified: jsc-safe-url, version: 0.2.4 -body: Zero-Clause BSD -====… - -name: jsesc@3.1.0, nameSpecified: jsesc, version: 3.1.0 -body: MIT… - -name: json-parse-better-errors@1.0.2, nameSpecified: json-parse-better-errors, version: 1.0.2 -body: Copyright 2017 Kat M… - -name: json5@2.2.3, nameSpecified: json5, version: 2.2.3 -body: MIT License - -Copyrig… - -name: jwt-decode@4.0.0, nameSpecified: jwt-decode, version: 4.0.0 -body: The MIT License (MIT… - -name: leven@3.1.0, nameSpecified: leven, version: 3.1.0 -body: MIT License - -Copyrig… - -name: lighthouse-logger@1.4.2, nameSpecified: lighthouse-logger, version: 1.4.2 -body: - … - -name: locate-path@5.0.0, nameSpecified: locate-path, version: 5.0.0 -body: MIT License - -Copyrig… - -name: locate-path@6.0.0, nameSpecified: locate-path, version: 6.0.0 -body: MIT License - -Copyrig… - -name: lodash.throttle@4.1.1, nameSpecified: lodash.throttle, version: 4.1.1 -body: Copyright jQuery Fou… - -name: loose-envify@1.4.0, nameSpecified: loose-envify, version: 1.4.0 -body: The MIT License (MIT… - -name: lru-cache@5.1.1, nameSpecified: lru-cache, version: 5.1.1 -body: The ISC License - -Cop… - -name: makeerror@1.0.12, nameSpecified: makeerror, version: 1.0.12 -body: BSD License - -Copyrig… - -name: marky@1.3.0, nameSpecified: marky, version: 1.3.0 -body: Apache License -Versi… - -name: math-intrinsics@1.1.0, nameSpecified: math-intrinsics, version: 1.1.0 -body: MIT License - -Copyrig… - -name: mdn-data@2.0.14, nameSpecified: mdn-data, version: 2.0.14 -body: CC0 1.0 Universal - -S… - -name: memoize-one@5.2.1, nameSpecified: memoize-one, version: 5.2.1 -body: MIT License - -Copyrig… - -name: merge-stream@2.0.0, nameSpecified: merge-stream, version: 2.0.0 -body: The MIT License (MIT… - -name: metro-babel-transformer@0.82.5, nameSpecified: metro-babel-transformer, version: 0.82.5 -body: MIT… - -name: metro-cache-key@0.82.5, nameSpecified: metro-cache-key, version: 0.82.5 -body: MIT… - -name: metro-cache@0.82.5, nameSpecified: metro-cache, version: 0.82.5 -body: MIT… - -name: metro-config@0.82.5, nameSpecified: metro-config, version: 0.82.5 -body: MIT… - -name: metro-core@0.82.5, nameSpecified: metro-core, version: 0.82.5 -body: MIT… - -name: metro-file-map@0.82.5, nameSpecified: metro-file-map, version: 0.82.5 -body: MIT… - -name: metro-minify-terser@0.82.5, nameSpecified: metro-minify-terser, version: 0.82.5 -body: MIT… - -name: metro-resolver@0.82.5, nameSpecified: metro-resolver, version: 0.82.5 -body: MIT… - -name: metro-runtime@0.82.5, nameSpecified: metro-runtime, version: 0.82.5 -body: MIT… - -name: metro-source-map@0.82.5, nameSpecified: metro-source-map, version: 0.82.5 -body: MIT… - -name: metro-symbolicate@0.82.5, nameSpecified: metro-symbolicate, version: 0.82.5 -body: MIT… - -name: metro-transform-plugins@0.82.5, nameSpecified: metro-transform-plugins, version: 0.82.5 -body: MIT… - -name: metro-transform-worker@0.82.5, nameSpecified: metro-transform-worker, version: 0.82.5 -body: MIT… - -name: metro@0.82.5, nameSpecified: metro, version: 0.82.5 -body: MIT… - -name: micromatch@4.0.8, nameSpecified: micromatch, version: 4.0.8 -body: The MIT License (MIT… - -name: mime-db@1.52.0, nameSpecified: mime-db, version: 1.52.0 -body: (The MIT License) - -C… - -name: mime-types@2.1.35, nameSpecified: mime-types, version: 2.1.35 -body: (The MIT License) - -C… - -name: mime@1.6.0, nameSpecified: mime, version: 1.6.0 -body: The MIT License (MIT… - -name: minimatch@3.1.2, nameSpecified: minimatch, version: 3.1.2 -body: The ISC License - -Cop… - -name: mkdirp@1.0.4, nameSpecified: mkdirp, version: 1.0.4 -body: Copyright James Hall… - -name: ms@2.0.0, nameSpecified: ms, version: 2.0.0 -body: The MIT License (MIT… - -name: ms@2.1.3, nameSpecified: ms, version: 2.1.3 -body: The MIT License (MIT… - -name: nanoid@3.3.11, nameSpecified: nanoid, version: 3.3.11 -body: The MIT License (MIT… - -name: negotiator@0.6.3, nameSpecified: negotiator, version: 0.6.3 -body: (The MIT License) - -C… - -name: node-int64@0.4.0, nameSpecified: node-int64, version: 0.4.0 -body: Copyright (c) 2014 R… - -name: node-releases@2.0.25, nameSpecified: node-releases, version: 2.0.25 -body: The MIT License - -Cop… - -name: normalize-path@3.0.0, nameSpecified: normalize-path, version: 3.0.0 -body: The MIT License (MIT… - -name: nth-check@2.1.1, nameSpecified: nth-check, version: 2.1.1 -body: Copyright (c) Felix … - -name: nullthrows@1.1.1, nameSpecified: nullthrows, version: 1.1.1 -body: The MIT License (MIT… - -name: ob1@0.82.5, nameSpecified: ob1, version: 0.82.5 -body: MIT… - -name: object-assign@4.1.1, nameSpecified: object-assign, version: 4.1.1 -body: The MIT License (MIT… - -name: on-finished@2.3.0, nameSpecified: on-finished, version: 2.3.0 -body: (The MIT License) - -C… - -name: on-finished@2.4.1, nameSpecified: on-finished, version: 2.4.1 -body: (The MIT License) - -C… - -name: once@1.4.0, nameSpecified: once, version: 1.4.0 -body: The ISC License - -Cop… - -name: open@7.4.2, nameSpecified: open, version: 7.4.2 -body: MIT License - -Copyrig… - -name: opencollective-postinstall@2.0.3, nameSpecified: opencollective-postinstall, version: 2.0.3 -body: MIT License - -Copyrig… - -name: p-limit@2.3.0, nameSpecified: p-limit, version: 2.3.0 -body: MIT License - -Copyrig… - -name: p-limit@3.1.0, nameSpecified: p-limit, version: 3.1.0 -body: MIT License - -Copyrig… - -name: p-locate@4.1.0, nameSpecified: p-locate, version: 4.1.0 -body: MIT License - -Copyrig… - -name: p-locate@5.0.0, nameSpecified: p-locate, version: 5.0.0 -body: MIT License - -Copyrig… - -name: p-try@2.2.0, nameSpecified: p-try, version: 2.2.0 -body: MIT License - -Copyrig… - -name: parse-json@4.0.0, nameSpecified: parse-json, version: 4.0.0 -body: MIT License - -Copyrig… - -name: parseurl@1.3.3, nameSpecified: parseurl, version: 1.3.3 -body: -(The MIT License) - -… - -name: path-exists@4.0.0, nameSpecified: path-exists, version: 4.0.0 -body: MIT License - -Copyrig… - -name: path-is-absolute@1.0.1, nameSpecified: path-is-absolute, version: 1.0.1 -body: The MIT License (MIT… - -name: picocolors@1.1.1, nameSpecified: picocolors, version: 1.1.1 -body: ISC License - -Copyrig… - -name: picomatch@2.3.1, nameSpecified: picomatch, version: 2.3.1 -body: The MIT License (MIT… - -name: pirates@4.0.7, nameSpecified: pirates, version: 4.0.7 -body: MIT License - -Copyrig… - -name: plist@3.1.0, nameSpecified: plist, version: 3.1.0 -body: (The MIT License) - -C… - -name: pretty-format@29.7.0, nameSpecified: pretty-format, version: 29.7.0 -body: MIT License - -Copyrig… - -name: promise@8.3.0, nameSpecified: promise, version: 8.3.0 -body: Copyright (c) 2014 F… - -name: prop-types@15.8.1, nameSpecified: prop-types, version: 15.8.1 -body: MIT License - -Copyrig… - -name: proxy-from-env@1.1.0, nameSpecified: proxy-from-env, version: 1.1.0 -body: The MIT License - -Cop… - -name: query-string@7.1.3, nameSpecified: query-string, version: 7.1.3 -body: MIT License - -Copyrig… - -name: queue@6.0.2, nameSpecified: queue, version: 6.0.2 -body: The MIT License (MIT… - -name: range-parser@1.2.1, nameSpecified: range-parser, version: 1.2.1 -body: (The MIT License) - -C… - -name: react-devtools-core@6.1.5, nameSpecified: react-devtools-core, version: 6.1.5 -body: MIT… - -name: react-freeze@1.0.4, nameSpecified: react-freeze, version: 1.0.4 -body: The MIT License (MIT… - -name: react-is@16.13.1, nameSpecified: react-is, version: 16.13.1 -body: MIT License - -Copyrig… - -name: react-is@18.3.1, nameSpecified: react-is, version: 18.3.1 -body: MIT License - -Copyrig… - -name: react-is@19.2.0, nameSpecified: react-is, version: 19.2.0 -body: MIT License - -Copyrig… - -name: react-native-app-auth@8.1.0, nameSpecified: react-native-app-auth, version: 8.1.0 -body: MIT… - -name: react-native-base64@0.0.2, nameSpecified: react-native-base64, version: 0.0.2 -body: MIT License - -Copyrig… - -name: react-native-inappbrowser-reborn@3.7.0, nameSpecified: react-native-inappbrowser-reborn, version: 3.7.0 -body: MIT License - -Copyrig… - -name: react-native-keychain@10.0.0, nameSpecified: react-native-keychain, version: 10.0.0 -body: The MIT License (MIT… - -name: react-native-legal@1.6.0, nameSpecified: react-native-legal, version: 1.6.0 -body: MIT License - -Copyrig… - -name: react-native-nfc-manager@3.17.1, nameSpecified: react-native-nfc-manager, version: 3.17.1 -body: MIT License - -Copyrig… - -name: react-native-paper@5.14.5, nameSpecified: react-native-paper, version: 5.14.5 -body: MIT License - -Copyrig… - -name: react-native-safe-area-context@5.6.1, nameSpecified: react-native-safe-area-context, version: 5.6.1 -body: MIT License - -Copyrig… - -name: react-native-screens@4.17.1, nameSpecified: react-native-screens, version: 4.17.1 -body: The MIT License (MIT… - -name: react-native-svg@15.14.0, nameSpecified: react-native-svg, version: 15.14.0 -body: The MIT License (MIT… - -name: react-native-vector-icons@10.3.0, nameSpecified: react-native-vector-icons, version: 10.3.0 -body: The MIT License (MIT… - -name: react-native@0.80.1, nameSpecified: react-native, version: 0.80.1 -body: MIT License - -Copyrig… - -name: react-refresh@0.14.2, nameSpecified: react-refresh, version: 0.14.2 -body: MIT License - -Copyrig… - -name: react@19.1.0, nameSpecified: react, version: 19.1.0 -body: MIT License - -Copyrig… - -name: regenerator-runtime@0.13.11, nameSpecified: regenerator-runtime, version: 0.13.11 -body: MIT License - -Copyrig… - -name: require-directory@2.1.1, nameSpecified: require-directory, version: 2.1.1 -body: The MIT License (MIT… - -name: resolve-from@3.0.0, nameSpecified: resolve-from, version: 3.0.0 -body: The MIT License (MIT… - -name: resolve-from@5.0.0, nameSpecified: resolve-from, version: 5.0.0 -body: MIT License - -Copyrig… - -name: rimraf@3.0.2, nameSpecified: rimraf, version: 3.0.2 -body: The ISC License - -Cop… - -name: sax@1.4.4, nameSpecified: sax, version: 1.4.4 -body: # Blue Oak Model Lic… - -name: scheduler@0.26.0, nameSpecified: scheduler, version: 0.26.0 -body: MIT License - -Copyrig… - -name: semver@6.3.1, nameSpecified: semver, version: 6.3.1 -body: The ISC License - -Cop… - -name: semver@7.7.3, nameSpecified: semver, version: 7.7.3 -body: The ISC License - -Cop… - -name: send@0.19.0, nameSpecified: send, version: 0.19.0 -body: (The MIT License) - -C… - -name: serialize-error@2.1.0, nameSpecified: serialize-error, version: 2.1.0 -body: The MIT License (MIT… - -name: serve-static@1.16.2, nameSpecified: serve-static, version: 1.16.2 -body: (The MIT License) - -C… - -name: setprototypeof@1.2.0, nameSpecified: setprototypeof, version: 1.2.0 -body: Copyright (c) 2015, … - -name: shell-quote@1.8.3, nameSpecified: shell-quote, version: 1.8.3 -body: The MIT License - -Cop… - -name: signal-exit@3.0.7, nameSpecified: signal-exit, version: 3.0.7 -body: ISC… - -name: simple-plist@1.3.1, nameSpecified: simple-plist, version: 1.3.1 -body: The MIT License (MIT… - -name: simple-swizzle@0.2.4, nameSpecified: simple-swizzle, version: 0.2.4 -body: The MIT License (MIT… - -name: slash@3.0.0, nameSpecified: slash, version: 3.0.0 -body: MIT License - -Copyrig… - -name: source-map-support@0.5.21, nameSpecified: source-map-support, version: 0.5.21 -body: The MIT License (MIT… - -name: source-map@0.5.7, nameSpecified: source-map, version: 0.5.7 -body: -Copyright (c) 2009-… - -name: source-map@0.6.1, nameSpecified: source-map, version: 0.6.1 -body: -Copyright (c) 2009-… - -name: split-on-first@1.1.0, nameSpecified: split-on-first, version: 1.1.0 -body: MIT License - -Copyrig… - -name: sprintf-js@1.0.3, nameSpecified: sprintf-js, version: 1.0.3 -body: Copyright (c) 2007-2… - -name: stack-utils@2.0.6, nameSpecified: stack-utils, version: 2.0.6 -body: The MIT License (MIT… - -name: stackframe@1.3.4, nameSpecified: stackframe, version: 1.3.4 -body: Copyright (c) 2017 E… - -name: stacktrace-parser@0.1.11, nameSpecified: stacktrace-parser, version: 0.1.11 -body: MIT License - -Copyrig… - -name: statuses@1.5.0, nameSpecified: statuses, version: 1.5.0 -body: -The MIT License (MI… - -name: statuses@2.0.1, nameSpecified: statuses, version: 2.0.1 -body: -The MIT License (MI… - -name: stream-buffers@2.2.0, nameSpecified: stream-buffers, version: 2.2.0 -body: Unlicense… - -name: strict-uri-encode@2.0.0, nameSpecified: strict-uri-encode, version: 2.0.0 -body: The MIT License (MIT… - -name: string-width@4.2.3, nameSpecified: string-width, version: 4.2.3 -body: MIT License - -Copyrig… - -name: strip-ansi@6.0.1, nameSpecified: strip-ansi, version: 6.0.1 -body: MIT License - -Copyrig… - -name: supports-color@7.2.0, nameSpecified: supports-color, version: 7.2.0 -body: MIT License - -Copyrig… - -name: supports-color@8.1.1, nameSpecified: supports-color, version: 8.1.1 -body: MIT License - -Copyrig… - -name: terser@5.44.0, nameSpecified: terser, version: 5.44.0 -body: Copyright 2012-2018 … - -name: test-exclude@6.0.0, nameSpecified: test-exclude, version: 6.0.0 -body: ISC… - -name: throat@5.0.0, nameSpecified: throat, version: 5.0.0 -body: Copyright (c) 2013 F… - -name: tmpl@1.0.5, nameSpecified: tmpl, version: 1.0.5 -body: BSD License - -Copyrig… - -name: to-regex-range@5.0.1, nameSpecified: to-regex-range, version: 5.0.1 -body: The MIT License (MIT… - -name: toidentifier@1.0.1, nameSpecified: toidentifier, version: 1.0.1 -body: MIT License - -Copyrig… - -name: type-detect@4.0.8, nameSpecified: type-detect, version: 4.0.8 -body: Copyright (c) 2013 J… - -name: type-fest@0.7.1, nameSpecified: type-fest, version: 0.7.1 -body: MIT License - -Copyrig… - -name: undici-types@6.21.0, nameSpecified: undici-types, version: 6.21.0 -body: MIT License - -Copyrig… - -name: unicorn-magic@0.1.0, nameSpecified: unicorn-magic, version: 0.1.0 -body: MIT License - -Copyrig… - -name: unpipe@1.0.0, nameSpecified: unpipe, version: 1.0.0 -body: (The MIT License) - -C… - -name: update-browserslist-db@1.1.3, nameSpecified: update-browserslist-db, version: 1.1.3 -body: The MIT License (MIT… - -name: use-latest-callback@0.2.6, nameSpecified: use-latest-callback, version: 0.2.6 -body: MIT License - -Copyrig… - -name: use-sync-external-store@1.6.0, nameSpecified: use-sync-external-store, version: 1.6.0 -body: MIT License - -Copyrig… - -name: utils-merge@1.0.1, nameSpecified: utils-merge, version: 1.0.1 -body: The MIT License (MIT… - -name: uuid@7.0.3, nameSpecified: uuid, version: 7.0.3 -body: The MIT License (MIT… - -name: vlq@1.0.1, nameSpecified: vlq, version: 1.0.1 -body: Copyright (c) 2017 [… - -name: walker@1.0.8, nameSpecified: walker, version: 1.0.8 -body: Copyright 2013 Naiti… - -name: warn-once@0.1.1, nameSpecified: warn-once, version: 0.1.1 -body: MIT License - -Copyrig… - -name: whatwg-fetch@3.6.20, nameSpecified: whatwg-fetch, version: 3.6.20 -body: Copyright (c) 2014-2… - -name: wrap-ansi@7.0.0, nameSpecified: wrap-ansi, version: 7.0.0 -body: MIT License - -Copyrig… - -name: wrappy@1.0.2, nameSpecified: wrappy, version: 1.0.2 -body: The ISC License - -Cop… - -name: write-file-atomic@4.0.2, nameSpecified: write-file-atomic, version: 4.0.2 -body: Copyright (c) 2015, … - -name: ws@6.2.3, nameSpecified: ws, version: 6.2.3 -body: The MIT License (MIT… - -name: ws@7.5.10, nameSpecified: ws, version: 7.5.10 -body: The MIT License (MIT… - -name: xcode@3.0.1, nameSpecified: xcode, version: 3.0.1 -body: - … - -name: xml2js@0.6.2, nameSpecified: xml2js, version: 0.6.2 -body: Copyright 2010, 2011… - -name: xmlbuilder@11.0.1, nameSpecified: xmlbuilder, version: 11.0.1 -body: The MIT License (MIT… - -name: xmlbuilder@15.1.1, nameSpecified: xmlbuilder, version: 15.1.1 -body: The MIT License (MIT… - -name: y18n@5.0.8, nameSpecified: y18n, version: 5.0.8 -body: Copyright (c) 2015, … - -name: yallist@3.1.1, nameSpecified: yallist, version: 3.1.1 -body: The ISC License - -Cop… - -name: yargs-parser@21.1.1, nameSpecified: yargs-parser, version: 21.1.1 -body: ISC… - -name: yargs@16.2.0, nameSpecified: yargs, version: 16.2.0 -body: MIT License - -Copyrig… - -name: yargs@17.7.2, nameSpecified: yargs, version: 17.7.2 -body: MIT License - -Copyrig… - -name: yocto-queue@0.1.0, nameSpecified: yocto-queue, version: 0.1.0 -body: MIT License - -Copyrig… - -add-version-numbers: true - -LicensePlist Version: 3.27.2 \ No newline at end of file diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist.plist b/ios/Settings.bundle/com.mono0926.LicensePlist.plist deleted file mode 100644 index 9609131..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist.plist +++ /dev/null @@ -1,3415 +0,0 @@ - - - - - PreferenceSpecifiers - - - Title - Licenses - Type - PSGroupSpecifier - - - File - com.mono0926.LicensePlist/@babel_code-frame@7.27.1 - Title - @babel/code-frame (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_compat-data@7.28.4 - Title - @babel/compat-data (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_core@7.28.4 - Title - @babel/core (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_generator@7.28.3 - Title - @babel/generator (7.28.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2 - Title - @babel/helper-compilation-targets (7.27.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-globals@7.28.0 - Title - @babel/helper-globals (7.28.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1 - Title - @babel/helper-module-imports (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3 - Title - @babel/helper-module-transforms (7.28.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1 - Title - @babel/helper-plugin-utils (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1 - Title - @babel/helper-string-parser (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1 - Title - @babel/helper-validator-identifier (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1 - Title - @babel/helper-validator-option (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_helpers@7.28.4 - Title - @babel/helpers (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_parser@7.28.4 - Title - @babel/parser (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4 - Title - @babel/plugin-syntax-async-generators (7.8.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3 - Title - @babel/plugin-syntax-bigint (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13 - Title - @babel/plugin-syntax-class-properties (7.12.13) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5 - Title - @babel/plugin-syntax-class-static-block (7.14.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1 - Title - @babel/plugin-syntax-import-attributes (7.27.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4 - Title - @babel/plugin-syntax-import-meta (7.10.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3 - Title - @babel/plugin-syntax-json-strings (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4 - Title - @babel/plugin-syntax-logical-assignment-operators (7.10.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3 - Title - @babel/plugin-syntax-nullish-coalescing-operator (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4 - Title - @babel/plugin-syntax-numeric-separator (7.10.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3 - Title - @babel/plugin-syntax-object-rest-spread (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3 - Title - @babel/plugin-syntax-optional-catch-binding (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3 - Title - @babel/plugin-syntax-optional-chaining (7.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5 - Title - @babel/plugin-syntax-private-property-in-object (7.14.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5 - Title - @babel/plugin-syntax-top-level-await (7.14.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_runtime@7.28.4 - Title - @babel/runtime (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_template@7.27.2 - Title - @babel/template (7.27.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4 - Title - @babel/traverse--for-generate-function-map (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_traverse@7.28.4 - Title - @babel/traverse (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@babel_types@7.28.4 - Title - @babel/types (7.28.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@callstack_licenses@0.3.0 - Title - @callstack/licenses (0.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9 - Title - @callstack/react-theme-provider (3.0.9) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1 - Title - @isaacs/ttlcache (1.4.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0 - Title - @istanbuljs/load-nyc-config (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3 - Title - @istanbuljs/schema (0.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0 - Title - @jest/create-cache-key-function (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_environment@29.7.0 - Title - @jest/environment (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_fake-timers@29.7.0 - Title - @jest/fake-timers (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_schemas@29.6.3 - Title - @jest/schemas (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_transform@29.7.0 - Title - @jest/transform (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jest_types@29.6.3 - Title - @jest/types (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13 - Title - @jridgewell/gen-mapping (0.3.13) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5 - Title - @jridgewell/remapping (2.3.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2 - Title - @jridgewell/resolve-uri (3.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11 - Title - @jridgewell/source-map (0.3.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5 - Title - @jridgewell/sourcemap-codec (1.5.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31 - Title - @jridgewell/trace-mapping (0.3.31) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0 - Title - @react-native-vector-icons/common (12.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0 - Title - @react-native-vector-icons/material-design-icons (12.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0 - Title - @react-native-vector-icons/material-icons (12.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1 - Title - @react-native/assets-registry (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_codegen@0.80.1 - Title - @react-native/codegen (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1 - Title - @react-native/community-cli-plugin (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1 - Title - @react-native/debugger-frontend (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1 - Title - @react-native/dev-middleware (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1 - Title - @react-native/gradle-plugin (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1 - Title - @react-native/js-polyfills (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1 - Title - @react-native/new-app-screen (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1 - Title - @react-native/normalize-colors (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1 - Title - @react-native/virtualized-lists (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9 - Title - @react-navigation/bottom-tabs (7.4.9) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_core@7.12.4 - Title - @react-navigation/core (7.12.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_elements@2.6.5 - Title - @react-navigation/elements (2.6.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28 - Title - @react-navigation/native-stack (7.3.28) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_native@7.1.18 - Title - @react-navigation/native (7.1.18) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@react-navigation_routers@7.5.1 - Title - @react-navigation/routers (7.5.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@sinclair_typebox@0.27.8 - Title - @sinclair/typebox (0.27.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@sinonjs_commons@3.0.1 - Title - @sinonjs/commons (3.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0 - Title - @sinonjs/fake-timers (10.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_babel__core@7.20.5 - Title - @types/babel__core (7.20.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_babel__generator@7.27.0 - Title - @types/babel__generator (7.27.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_babel__template@7.4.4 - Title - @types/babel__template (7.4.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_babel__traverse@7.28.0 - Title - @types/babel__traverse (7.28.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_graceful-fs@4.1.9 - Title - @types/graceful-fs (4.1.9) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6 - Title - @types/istanbul-lib-coverage (2.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3 - Title - @types/istanbul-lib-report (3.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4 - Title - @types/istanbul-reports (3.0.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_node@22.19.1 - Title - @types/node (22.19.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_stack-utils@2.0.3 - Title - @types/stack-utils (2.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_yargs-parser@21.0.3 - Title - @types/yargs-parser (21.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@types_yargs@17.0.33 - Title - @types/yargs (17.0.33) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11 - Title - @xmldom/xmldom (0.8.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/abort-controller@3.0.0 - Title - abort-controller (3.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/accepts@1.3.8 - Title - accepts (1.3.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/acorn@8.15.0 - Title - acorn (8.15.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/agent-base@7.1.4 - Title - agent-base (7.1.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/anser@1.4.10 - Title - anser (1.4.10) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ansi-regex@5.0.1 - Title - ansi-regex (5.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ansi-styles@4.3.0 - Title - ansi-styles (4.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ansi-styles@5.2.0 - Title - ansi-styles (5.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/anymatch@3.1.3 - Title - anymatch (3.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/AppAuth - Title - AppAuth (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/argparse@1.0.10 - Title - argparse (1.0.10) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/array-equal@2.0.0 - Title - array-equal (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/asap@2.0.6 - Title - asap (2.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/async-limiter@1.0.1 - Title - async-limiter (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/asynckit@0.4.0 - Title - asynckit (0.4.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/axios@1.13.2 - Title - axios (1.13.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-jest@29.7.0 - Title - babel-jest (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1 - Title - babel-plugin-istanbul (6.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3 - Title - babel-plugin-jest-hoist (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1 - Title - babel-plugin-syntax-hermes-parser (0.28.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0 - Title - babel-preset-current-node-syntax (1.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/babel-preset-jest@29.6.3 - Title - babel-preset-jest (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/balanced-match@1.0.2 - Title - balanced-match (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/base64-js@1.5.1 - Title - base64-js (1.5.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18 - Title - baseline-browser-mapping (2.8.18) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/big-integer@1.6.52 - Title - big-integer (1.6.52) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/boolbase@1.0.0 - Title - boolbase (1.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/boost - Title - boost (1.84.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/bplist-creator@0.1.0 - Title - bplist-creator (0.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/bplist-parser@0.3.1 - Title - bplist-parser (0.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/brace-expansion@1.1.12 - Title - brace-expansion (1.1.12) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/braces@3.0.3 - Title - braces (3.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/browserslist@4.26.3 - Title - browserslist (4.26.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/bser@2.1.1 - Title - bser (2.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/buffer-from@1.1.2 - Title - buffer-from (1.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2 - Title - call-bind-apply-helpers (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/caller-callsite@2.0.0 - Title - caller-callsite (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/caller-path@2.0.0 - Title - caller-path (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/callsites@2.0.0 - Title - callsites (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/camelcase@5.3.1 - Title - camelcase (5.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/camelcase@6.3.0 - Title - camelcase (6.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/caniuse-lite@1.0.30001751 - Title - caniuse-lite (1.0.30001751) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/chalk@4.1.2 - Title - chalk (4.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/chrome-launcher@0.15.2 - Title - chrome-launcher (0.15.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0 - Title - chromium-edge-launcher (0.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ci-info@2.0.0 - Title - ci-info (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ci-info@3.9.0 - Title - ci-info (3.9.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/cliui@8.0.1 - Title - cliui (8.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color-convert@1.9.3 - Title - color-convert (1.9.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color-convert@2.0.1 - Title - color-convert (2.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color-name@1.1.3 - Title - color-name (1.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color-name@1.1.4 - Title - color-name (1.1.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color-string@1.9.1 - Title - color-string (1.9.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color@3.2.1 - Title - color (3.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/color@4.2.3 - Title - color (4.2.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/combined-stream@1.0.8 - Title - combined-stream (1.0.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/commander@12.1.0 - Title - commander (12.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/commander@2.20.3 - Title - commander (2.20.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/concat-map@0.0.1 - Title - concat-map (0.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/connect@3.7.0 - Title - connect (3.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/convert-source-map@2.0.0 - Title - convert-source-map (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/cosmiconfig@5.2.1 - Title - cosmiconfig (5.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/css-select@5.2.2 - Title - css-select (5.2.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/css-tree@1.1.3 - Title - css-tree (1.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/css-what@6.2.2 - Title - css-what (6.2.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/debug@2.6.9 - Title - debug (2.6.9) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/debug@4.4.3 - Title - debug (4.4.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/decode-uri-component@0.2.2 - Title - decode-uri-component (0.2.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/deepmerge@3.3.0 - Title - deepmerge (3.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/delayed-stream@1.0.0 - Title - delayed-stream (1.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/depd@2.0.0 - Title - depd (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/destroy@1.2.0 - Title - destroy (1.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/dom-serializer@2.0.0 - Title - dom-serializer (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/domelementtype@2.3.0 - Title - domelementtype (2.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/domhandler@5.0.3 - Title - domhandler (5.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/domutils@3.2.2 - Title - domutils (3.2.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/DoubleConversion - Title - DoubleConversion (1.1.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/dunder-proto@1.0.1 - Title - dunder-proto (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ee-first@1.1.1 - Title - ee-first (1.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/electron-to-chromium@1.5.237 - Title - electron-to-chromium (1.5.237) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/emoji-regex@8.0.0 - Title - emoji-regex (8.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/encodeurl@1.0.2 - Title - encodeurl (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/encodeurl@2.0.0 - Title - encodeurl (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/entities@4.5.0 - Title - entities (4.5.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/error-ex@1.3.4 - Title - error-ex (1.3.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/error-stack-parser@2.1.4 - Title - error-stack-parser (2.1.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/es-define-property@1.0.1 - Title - es-define-property (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/es-errors@1.3.0 - Title - es-errors (1.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/es-object-atoms@1.1.1 - Title - es-object-atoms (1.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/es-set-tostringtag@2.1.0 - Title - es-set-tostringtag (2.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/escalade@3.2.0 - Title - escalade (3.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/escape-html@1.0.3 - Title - escape-html (1.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/escape-string-regexp@2.0.0 - Title - escape-string-regexp (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/escape-string-regexp@4.0.0 - Title - escape-string-regexp (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/esprima@4.0.1 - Title - esprima (4.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/etag@1.8.1 - Title - etag (1.8.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/event-target-shim@5.0.1 - Title - event-target-shim (5.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/exponential-backoff@3.1.3 - Title - exponential-backoff (3.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fast-deep-equal@3.1.3 - Title - fast-deep-equal (3.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0 - Title - fast-json-stable-stringify (2.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fast_float - Title - fast_float (8.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fb-watchman@2.0.2 - Title - fb-watchman (2.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fill-range@7.1.1 - Title - fill-range (7.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/filter-obj@1.1.0 - Title - filter-obj (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/finalhandler@1.1.2 - Title - finalhandler (1.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/find-up@4.1.0 - Title - find-up (4.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/find-up@7.0.0 - Title - find-up (7.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/flow-enums-runtime@0.0.6 - Title - flow-enums-runtime (0.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fmt - Title - fmt (11.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/follow-redirects@1.15.11 - Title - follow-redirects (1.15.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/form-data@4.0.5 - Title - form-data (4.0.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fresh@0.5.2 - Title - fresh (0.5.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fs.realpath@1.0.0 - Title - fs.realpath (1.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/fsevents@2.3.3 - Title - fsevents (2.3.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/function-bind@1.1.2 - Title - function-bind (1.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/gensync@1.0.0-beta.2 - Title - gensync (1.0.0-beta.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/get-caller-file@2.0.5 - Title - get-caller-file (2.0.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/get-intrinsic@1.3.0 - Title - get-intrinsic (1.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/get-package-type@0.1.0 - Title - get-package-type (0.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/get-proto@1.0.1 - Title - get-proto (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/glob@7.2.3 - Title - glob (7.2.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/glog - Title - glog (0.3.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/gopd@1.2.0 - Title - gopd (1.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/graceful-fs@4.2.11 - Title - graceful-fs (4.2.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/has-flag@4.0.0 - Title - has-flag (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/has-symbols@1.1.0 - Title - has-symbols (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/has-tostringtag@1.0.2 - Title - has-tostringtag (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hasown@2.0.2 - Title - hasown (2.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hermes-engine - Title - hermes-engine (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hermes-estree@0.28.1 - Title - hermes-estree (0.28.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hermes-estree@0.29.1 - Title - hermes-estree (0.29.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hermes-parser@0.28.1 - Title - hermes-parser (0.28.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hermes-parser@0.29.1 - Title - hermes-parser (0.29.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2 - Title - hoist-non-react-statics (3.3.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/http-errors@2.0.0 - Title - http-errors (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/https-proxy-agent@7.0.6 - Title - https-proxy-agent (7.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/image-size@1.2.1 - Title - image-size (1.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/import-fresh@2.0.0 - Title - import-fresh (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/imurmurhash@0.1.4 - Title - imurmurhash (0.1.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/inflight@1.0.6 - Title - inflight (1.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/inherits@2.0.4 - Title - inherits (2.0.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/invariant@2.2.4 - Title - invariant (2.2.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-arrayish@0.2.1 - Title - is-arrayish (0.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-arrayish@0.3.4 - Title - is-arrayish (0.3.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-directory@0.3.1 - Title - is-directory (0.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-docker@2.2.1 - Title - is-docker (2.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0 - Title - is-fullwidth-code-point (3.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-number@7.0.0 - Title - is-number (7.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/is-wsl@2.2.0 - Title - is-wsl (2.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2 - Title - istanbul-lib-coverage (3.2.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1 - Title - istanbul-lib-instrument (5.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-environment-node@29.7.0 - Title - jest-environment-node (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-get-type@29.6.3 - Title - jest-get-type (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-haste-map@29.7.0 - Title - jest-haste-map (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-message-util@29.7.0 - Title - jest-message-util (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-mock@29.7.0 - Title - jest-mock (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-regex-util@29.6.3 - Title - jest-regex-util (29.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-util@29.7.0 - Title - jest-util (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-validate@29.7.0 - Title - jest-validate (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jest-worker@29.7.0 - Title - jest-worker (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/js-tokens@4.0.0 - Title - js-tokens (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/js-yaml@3.14.2 - Title - js-yaml (3.14.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jsc-safe-url@0.2.4 - Title - jsc-safe-url (0.2.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jsesc@3.1.0 - Title - jsesc (3.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/json-parse-better-errors@1.0.2 - Title - json-parse-better-errors (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/json5@2.2.3 - Title - json5 (2.2.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/jwt-decode@4.0.0 - Title - jwt-decode (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/leven@3.1.0 - Title - leven (3.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/LicensePlist - Title - LicensePlist (3.27.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/lighthouse-logger@1.4.2 - Title - lighthouse-logger (1.4.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/locate-path@5.0.0 - Title - locate-path (5.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/locate-path@6.0.0 - Title - locate-path (6.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/lodash.throttle@4.1.1 - Title - lodash.throttle (4.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/loose-envify@1.4.0 - Title - loose-envify (1.4.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/lru-cache@5.1.1 - Title - lru-cache (5.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/makeerror@1.0.12 - Title - makeerror (1.0.12) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/marky@1.3.0 - Title - marky (1.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/math-intrinsics@1.1.0 - Title - math-intrinsics (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/mdn-data@2.0.14 - Title - mdn-data (2.0.14) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/memoize-one@5.2.1 - Title - memoize-one (5.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/merge-stream@2.0.0 - Title - merge-stream (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-babel-transformer@0.82.5 - Title - metro-babel-transformer (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-cache-key@0.82.5 - Title - metro-cache-key (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-cache@0.82.5 - Title - metro-cache (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-config@0.82.5 - Title - metro-config (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-core@0.82.5 - Title - metro-core (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-file-map@0.82.5 - Title - metro-file-map (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-minify-terser@0.82.5 - Title - metro-minify-terser (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-resolver@0.82.5 - Title - metro-resolver (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-runtime@0.82.5 - Title - metro-runtime (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-source-map@0.82.5 - Title - metro-source-map (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-symbolicate@0.82.5 - Title - metro-symbolicate (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-transform-plugins@0.82.5 - Title - metro-transform-plugins (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro-transform-worker@0.82.5 - Title - metro-transform-worker (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/metro@0.82.5 - Title - metro (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/micromatch@4.0.8 - Title - micromatch (4.0.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/mime-db@1.52.0 - Title - mime-db (1.52.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/mime-types@2.1.35 - Title - mime-types (2.1.35) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/mime@1.6.0 - Title - mime (1.6.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/minimatch@3.1.2 - Title - minimatch (3.1.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/mkdirp@1.0.4 - Title - mkdirp (1.0.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ms@2.0.0 - Title - ms (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ms@2.1.3 - Title - ms (2.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/nanoid@3.3.11 - Title - nanoid (3.3.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/negotiator@0.6.3 - Title - negotiator (0.6.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/node-int64@0.4.0 - Title - node-int64 (0.4.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/node-releases@2.0.25 - Title - node-releases (2.0.25) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/normalize-path@3.0.0 - Title - normalize-path (3.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/nth-check@2.1.1 - Title - nth-check (2.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/nullthrows@1.1.1 - Title - nullthrows (1.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ob1@0.82.5 - Title - ob1 (0.82.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/object-assign@4.1.1 - Title - object-assign (4.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/on-finished@2.3.0 - Title - on-finished (2.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/on-finished@2.4.1 - Title - on-finished (2.4.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/once@1.4.0 - Title - once (1.4.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/open@7.4.2 - Title - open (7.4.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/opencollective-postinstall@2.0.3 - Title - opencollective-postinstall (2.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/p-limit@2.3.0 - Title - p-limit (2.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/p-limit@3.1.0 - Title - p-limit (3.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/p-locate@4.1.0 - Title - p-locate (4.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/p-locate@5.0.0 - Title - p-locate (5.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/p-try@2.2.0 - Title - p-try (2.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/parse-json@4.0.0 - Title - parse-json (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/parseurl@1.3.3 - Title - parseurl (1.3.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/path-exists@4.0.0 - Title - path-exists (4.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/path-is-absolute@1.0.1 - Title - path-is-absolute (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/picocolors@1.1.1 - Title - picocolors (1.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/picomatch@2.3.1 - Title - picomatch (2.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/pirates@4.0.7 - Title - pirates (4.0.7) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/plist@3.1.0 - Title - plist (3.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/pretty-format@29.7.0 - Title - pretty-format (29.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/promise@8.3.0 - Title - promise (8.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/prop-types@15.8.1 - Title - prop-types (15.8.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/proxy-from-env@1.1.0 - Title - proxy-from-env (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/query-string@7.1.3 - Title - query-string (7.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/queue@6.0.2 - Title - queue (6.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/range-parser@1.2.1 - Title - range-parser (1.2.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RCT-Folly - Title - RCT-Folly (2024.11.18.00) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/React - Title - React (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/React-Core - Title - React-Core (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-devtools-core@6.1.5 - Title - react-devtools-core (6.1.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-freeze@1.0.4 - Title - react-freeze (1.0.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-is@16.13.1 - Title - react-is (16.13.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-is@18.3.1 - Title - react-is (18.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-is@19.2.0 - Title - react-is (19.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-app-auth@8.1.0 - Title - react-native-app-auth (8.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-base64@0.0.2 - Title - react-native-base64 (0.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0 - Title - react-native-inappbrowser-reborn (3.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-keychain@10.0.0 - Title - react-native-keychain (10.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-legal@1.6.0 - Title - react-native-legal (1.6.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-nfc-manager - Title - react-native-nfc-manager (3.17.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1 - Title - react-native-nfc-manager (3.17.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-paper@5.14.5 - Title - react-native-paper (5.14.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-safe-area-context - Title - react-native-safe-area-context (5.6.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1 - Title - react-native-safe-area-context (5.6.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-screens@4.17.1 - Title - react-native-screens (4.17.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-svg@15.14.0 - Title - react-native-svg (15.14.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons - Title - react-native-vector-icons-material-design-icons (12.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-vector-icons-material-icons - Title - react-native-vector-icons-material-icons (12.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native-vector-icons@10.3.0 - Title - react-native-vector-icons (10.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-native@0.80.1 - Title - react-native (0.80.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react-refresh@0.14.2 - Title - react-refresh (0.14.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/react@19.1.0 - Title - react (19.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ReactNativeLegal - Title - ReactNativeLegal (1.6.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/regenerator-runtime@0.13.11 - Title - regenerator-runtime (0.13.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/require-directory@2.1.1 - Title - require-directory (2.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/resolve-from@3.0.0 - Title - resolve-from (3.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/resolve-from@5.0.0 - Title - resolve-from (5.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/rimraf@3.0.2 - Title - rimraf (3.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RNInAppBrowser - Title - RNInAppBrowser (3.7.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RNKeychain - Title - RNKeychain (10.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RNScreens - Title - RNScreens (4.17.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RNSVG - Title - RNSVG (15.14.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/RNVectorIcons - Title - RNVectorIcons (10.3.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/sax@1.4.4 - Title - sax (1.4.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/scheduler@0.26.0 - Title - scheduler (0.26.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/semver@6.3.1 - Title - semver (6.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/semver@7.7.3 - Title - semver (7.7.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/send@0.19.0 - Title - send (0.19.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/serialize-error@2.1.0 - Title - serialize-error (2.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/serve-static@1.16.2 - Title - serve-static (1.16.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/setprototypeof@1.2.0 - Title - setprototypeof (1.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/shell-quote@1.8.3 - Title - shell-quote (1.8.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/signal-exit@3.0.7 - Title - signal-exit (3.0.7) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/simple-plist@1.3.1 - Title - simple-plist (1.3.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/simple-swizzle@0.2.4 - Title - simple-swizzle (0.2.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/slash@3.0.0 - Title - slash (3.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/SocketRocket - Title - SocketRocket (0.7.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/source-map-support@0.5.21 - Title - source-map-support (0.5.21) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/source-map@0.5.7 - Title - source-map (0.5.7) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/source-map@0.6.1 - Title - source-map (0.6.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/split-on-first@1.1.0 - Title - split-on-first (1.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/sprintf-js@1.0.3 - Title - sprintf-js (1.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/stack-utils@2.0.6 - Title - stack-utils (2.0.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/stackframe@1.3.4 - Title - stackframe (1.3.4) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/stacktrace-parser@0.1.11 - Title - stacktrace-parser (0.1.11) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/statuses@1.5.0 - Title - statuses (1.5.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/statuses@2.0.1 - Title - statuses (2.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/stream-buffers@2.2.0 - Title - stream-buffers (2.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/strict-uri-encode@2.0.0 - Title - strict-uri-encode (2.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/string-width@4.2.3 - Title - string-width (4.2.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/strip-ansi@6.0.1 - Title - strip-ansi (6.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/supports-color@7.2.0 - Title - supports-color (7.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/supports-color@8.1.1 - Title - supports-color (8.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/terser@5.44.0 - Title - terser (5.44.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/test-exclude@6.0.0 - Title - test-exclude (6.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/throat@5.0.0 - Title - throat (5.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/tmpl@1.0.5 - Title - tmpl (1.0.5) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/to-regex-range@5.0.1 - Title - to-regex-range (5.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/toidentifier@1.0.1 - Title - toidentifier (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/type-detect@4.0.8 - Title - type-detect (4.0.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/type-fest@0.7.1 - Title - type-fest (0.7.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/undici-types@6.21.0 - Title - undici-types (6.21.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/unicorn-magic@0.1.0 - Title - unicorn-magic (0.1.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/unpipe@1.0.0 - Title - unpipe (1.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/update-browserslist-db@1.1.3 - Title - update-browserslist-db (1.1.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/use-latest-callback@0.2.6 - Title - use-latest-callback (0.2.6) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/use-sync-external-store@1.6.0 - Title - use-sync-external-store (1.6.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/utils-merge@1.0.1 - Title - utils-merge (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/uuid@7.0.3 - Title - uuid (7.0.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/vlq@1.0.1 - Title - vlq (1.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/walker@1.0.8 - Title - walker (1.0.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/warn-once@0.1.1 - Title - warn-once (0.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/whatwg-fetch@3.6.20 - Title - whatwg-fetch (3.6.20) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/wrap-ansi@7.0.0 - Title - wrap-ansi (7.0.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/wrappy@1.0.2 - Title - wrappy (1.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/write-file-atomic@4.0.2 - Title - write-file-atomic (4.0.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ws@6.2.3 - Title - ws (6.2.3) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/ws@7.5.10 - Title - ws (7.5.10) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/xcode@3.0.1 - Title - xcode (3.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/xml2js@0.6.2 - Title - xml2js (0.6.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/xmlbuilder@11.0.1 - Title - xmlbuilder (11.0.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/xmlbuilder@15.1.1 - Title - xmlbuilder (15.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/y18n@5.0.8 - Title - y18n (5.0.8) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/yallist@3.1.1 - Title - yallist (3.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/yargs-parser@21.1.1 - Title - yargs-parser (21.1.1) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/yargs@16.2.0 - Title - yargs (16.2.0) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/yargs@17.7.2 - Title - yargs (17.7.2) - Type - PSChildPaneSpecifier - - - File - com.mono0926.LicensePlist/yocto-queue@0.1.0 - Title - yocto-queue (0.1.0) - Type - PSChildPaneSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_code-frame@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_compat-data@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_core@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_generator@7.28.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-compilation-targets@7.27.2.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-globals@7.28.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-imports@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-module-transforms@7.28.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-plugin-utils@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-string-parser@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-identifier@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helper-validator-option@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist deleted file mode 100644 index 2603142..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_helpers@7.28.4.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors -Copyright (c) 2014-present, Facebook, Inc. (ONLY ./src/helpers/regenerator* files) - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist deleted file mode 100644 index ac7ec0a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_parser@7.28.4.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (C) 2012-2014 by various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-async-generators@7.8.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-bigint@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-properties@7.12.13.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-class-static-block@7.14.5.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-attributes@7.27.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-import-meta@7.10.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-json-strings@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-logical-assignment-operators@7.10.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-nullish-coalescing-operator@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-numeric-separator@7.10.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-object-rest-spread@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-catch-binding@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-optional-chaining@7.8.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-private-property-in-object@7.14.5.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_plugin-syntax-top-level-await@7.14.5.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_runtime@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_template@7.27.2.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse--for-generate-function-map@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_traverse@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist deleted file mode 100644 index e3c0d9d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@babel_types@7.28.4.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist deleted file mode 100644 index 411c696..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_licenses@0.3.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2023 Callstack - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist deleted file mode 100644 index 37e7bc3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@callstack_react-theme-provider@3.0.9.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2018 Callstack - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist deleted file mode 100644 index 488313e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@isaacs_ttlcache@1.4.1.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) 2022-2023 - Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist deleted file mode 100644 index 51105d2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_load-nyc-config@1.1.0.plist +++ /dev/null @@ -1,33 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC License - -Copyright (c) 2019, Contributors - -Permission to use, copy, modify, and/or distribute this software -for any purpose with or without fee is hereby granted, provided -that the above copyright notice and this permission notice -appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE -LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist deleted file mode 100644 index ce6d1c2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@istanbuljs_schema@0.1.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 CFWare, LLC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_create-cache-key-function@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_environment@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_fake-timers@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_schemas@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_transform@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jest_types@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist deleted file mode 100644 index ec2ce72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_gen-mapping@0.3.13.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2024 Justin Ridgewell <justin@ridgewell.name> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist deleted file mode 100644 index ec2ce72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_remapping@2.3.5.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2024 Justin Ridgewell <justin@ridgewell.name> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist deleted file mode 100644 index 17c19a8..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_resolve-uri@3.1.2.plist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2019 Justin Ridgewell <jridgewell@google.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist deleted file mode 100644 index ec2ce72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_source-map@0.3.11.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2024 Justin Ridgewell <justin@ridgewell.name> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist deleted file mode 100644 index ec2ce72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_sourcemap-codec@1.5.5.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2024 Justin Ridgewell <justin@ridgewell.name> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist deleted file mode 100644 index ec2ce72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@jridgewell_trace-mapping@0.3.31.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2024 Justin Ridgewell <justin@ridgewell.name> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist deleted file mode 100644 index 11c20aa..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_common@12.3.0.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2015 Joel Arvidsson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist deleted file mode 100644 index 11c20aa..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-design-icons@12.3.0.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2015 Joel Arvidsson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist deleted file mode 100644 index 11c20aa..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native-vector-icons_material-icons@12.3.0.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2015 Joel Arvidsson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_assets-registry@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_codegen@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_community-cli-plugin@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist deleted file mode 100644 index 59e0c06..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_debugger-frontend@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD-3-Clause - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_dev-middleware@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_gradle-plugin@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_js-polyfills@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_new-app-screen@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_normalize-colors@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-native_virtualized-lists@0.80.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_bottom-tabs@7.4.9.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_core@7.12.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_elements@2.6.5.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native-stack@7.3.28.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_native@7.1.18.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist deleted file mode 100644 index 2c63442..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@react-navigation_routers@7.5.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 React Navigation Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist deleted file mode 100644 index c59e5cb..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinclair_typebox@0.27.8.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript - -The MIT License (MIT) - -Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist deleted file mode 100644 index 55c7206..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_commons@3.0.1.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD 3-Clause License - -Copyright (c) 2018, Sinon.JS -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist deleted file mode 100644 index 2558ec4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@sinonjs_fake-timers@10.3.0.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__core@7.20.5.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__generator@7.27.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__template@7.4.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_babel__traverse@7.28.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_graceful-fs@4.1.9.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-coverage@2.0.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-lib-report@3.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_istanbul-reports@3.0.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_node@22.19.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_stack-utils@2.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs-parser@21.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist deleted file mode 100644 index 6d4ee8c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@types_yargs@17.0.33.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist deleted file mode 100644 index 94b95f8..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/@xmldom_xmldom@0.8.11.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors -Copyright 2012 - 2017 @jindw <jindw@xidea.org> and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist deleted file mode 100644 index b8fcbc1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/AppAuth.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 [yyyy] [name of copyright owner] - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist deleted file mode 100644 index 106f0eb..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/DoubleConversion.plist +++ /dev/null @@ -1,43 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2006-2011, the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist deleted file mode 100644 index 9bb27d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/LicensePlist.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 Masayuki Ono - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist deleted file mode 100644 index ca3bcbb..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RCT-Folly.plist +++ /dev/null @@ -1,217 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 - - -Files in folly/external/farmhash licensed as follows - - Copyright (c) 2014 Google, Inc. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist deleted file mode 100644 index d789870..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RNInAppBrowser.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 Proyecto 26 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist deleted file mode 100644 index b9733d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RNKeychain.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Joel Arvidsson - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist deleted file mode 100644 index 3f222a9..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RNSVG.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) [2015-2016] [Horcrux] - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist deleted file mode 100644 index f5a02f3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RNScreens.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2018 Software Mansion <swmansion.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist deleted file mode 100644 index b9733d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/RNVectorIcons.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Joel Arvidsson - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist deleted file mode 100644 index 0e14fab..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/React-Core.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist deleted file mode 100644 index 0e14fab..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/React.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist deleted file mode 100644 index 649a81c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ReactNativeLegal.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2023 Callstack - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist deleted file mode 100644 index 60395af..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/SocketRocket.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD License - -For SocketRocket software - -Copyright (c) 2016-present, Facebook, Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name Facebook nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist deleted file mode 100644 index ca1da2e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/abort-controller@3.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 Toru Nagashima - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist deleted file mode 100644 index b7285e2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/accepts@1.3.8.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist deleted file mode 100644 index 29b90d7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/acorn@8.15.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (C) 2012-2022 by various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist deleted file mode 100644 index ca4742f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/agent-base@7.1.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist deleted file mode 100644 index 0ee63d6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/anser@1.4.10.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2012-20 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-regex@5.0.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@4.3.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ansi-styles@5.2.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist deleted file mode 100644 index 321bbb4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/anymatch@3.1.3.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist deleted file mode 100644 index ce1ae72..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/argparse@1.0.10.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (C) 2012 by Vitaly Puzrin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist deleted file mode 100644 index cd8b54b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/array-equal@2.0.0.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Jonathan Ong <me@jongleberry.com> -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist deleted file mode 100644 index 4e98fe5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/asap@2.0.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -Copyright 2009–2014 Contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist deleted file mode 100644 index 747965a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/async-limiter@1.0.1.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) -Copyright (c) 2017 Samuel Reed <samuel.trace.reed@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist deleted file mode 100644 index 51dc408..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/asynckit@0.4.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2016 Alex Indigo - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist deleted file mode 100644 index 680e9dd..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/axios@1.13.2.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - # Copyright (c) 2014-present Matt Zabriskie & Collaborators - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-jest@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist deleted file mode 100644 index 74e4f33..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-istanbul@6.1.1.plist +++ /dev/null @@ -1,44 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2016, Istanbul Code Coverage -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of babel-plugin-istanbul nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-jest-hoist@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-plugin-syntax-hermes-parser@0.28.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist deleted file mode 100644 index 20f7237..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-current-node-syntax@1.2.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2020 Nicolò Ribaudo and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/babel-preset-jest@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist deleted file mode 100644 index 715adbd..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/balanced-match@1.0.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (MIT) - -Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt; - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist deleted file mode 100644 index d70670c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/base64-js@1.5.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014 Jameson Little - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist deleted file mode 100644 index fa4c632..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/baseline-browser-mapping@2.8.18.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Apache-2.0 - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist deleted file mode 100644 index 3ac9e24..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/big-integer@1.6.52.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. - -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -For more information, please refer to <http://unlicense.org> - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist deleted file mode 100644 index 05ed9ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/boolbase@1.0.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist deleted file mode 100644 index c6a5527..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/boost.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Boost Software License - Version 1.0 - August 17th, 2003 - -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: - -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist deleted file mode 100644 index a0a132e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-creator@0.1.0.plist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012 Near Infinity Corporation - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/bplist-parser@0.3.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist deleted file mode 100644 index e7eacb2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/brace-expansion@1.1.12.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist deleted file mode 100644 index c22653e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/braces@3.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist deleted file mode 100644 index e91a21a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/browserslist@4.26.3.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright 2014 Andrey Sitnik <andrey@sitnik.ru> and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist deleted file mode 100644 index fa4c632..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/bser@2.1.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Apache-2.0 - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist deleted file mode 100644 index a5687ba..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/buffer-from@1.1.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2016, 2018 Linus Unnebäck - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist deleted file mode 100644 index 7ff4802..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/call-bind-apply-helpers@1.0.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-callsite@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/caller-path@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/callsites@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@5.3.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/camelcase@6.3.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist deleted file mode 100644 index fbc947c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/caniuse-lite@1.0.30001751.plist +++ /dev/null @@ -1,447 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Attribution 4.0 International - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Creative Commons Corporation ("Creative Commons") is not a law firm and -does not provide legal services or legal advice. Distribution of -Creative Commons public licenses does not create a lawyer-client or -other relationship. Creative Commons makes its licenses and related -information available on an "as-is" basis. Creative Commons gives no -warranties regarding its licenses, any material licensed under their -terms and conditions, or any related information. Creative Commons -disclaims all liability for damages resulting from their use to the -fullest extent possible. - -Using Creative Commons Public Licenses - -Creative Commons public licenses provide a standard set of terms and -conditions that creators and other rights holders may use to share -original works of authorship and other material subject to copyright -and certain other rights specified in the public license below. The -following considerations are for informational purposes only, are not -exhaustive, and do not form part of our licenses. - - Considerations for licensors: Our public licenses are - intended for use by those authorized to give the public - permission to use material in ways otherwise restricted by - copyright and certain other rights. Our licenses are - irrevocable. Licensors should read and understand the terms - and conditions of the license they choose before applying it. - Licensors should also secure all rights necessary before - applying our licenses so that the public can reuse the - material as expected. Licensors should clearly mark any - material not subject to the license. This includes other CC- - licensed material, or material used under an exception or - limitation to copyright. More considerations for licensors: - wiki.creativecommons.org/Considerations_for_licensors - - Considerations for the public: By using one of our public - licenses, a licensor grants the public permission to use the - licensed material under specified terms and conditions. If - the licensor's permission is not necessary for any reason--for - example, because of any applicable exception or limitation to - copyright--then that use is not regulated by the license. Our - licenses grant only permissions under copyright and certain - other rights that a licensor has authority to grant. Use of - the licensed material may still be restricted for other - reasons, including because others have copyright or other - rights in the material. A licensor may make special requests, - such as asking that all changes be marked or described. - Although not required by our licenses, you are encouraged to - respect those requests where reasonable. More_considerations - for the public: - wiki.creativecommons.org/Considerations_for_licensees - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Creative Commons Attribution 4.0 International Public License - -By exercising the Licensed Rights (defined below), You accept and agree -to be bound by the terms and conditions of this Creative Commons -Attribution 4.0 International Public License ("Public License"). To the -extent this Public License may be interpreted as a contract, You are -granted the Licensed Rights in consideration of Your acceptance of -these terms and conditions, and the Licensor grants You such rights in -consideration of benefits the Licensor receives from making the -Licensed Material available under these terms and conditions. - - -Section 1 -- Definitions. - - a. Adapted Material means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material - and in which the Licensed Material is translated, altered, - arranged, transformed, or otherwise modified in a manner requiring - permission under the Copyright and Similar Rights held by the - Licensor. For purposes of this Public License, where the Licensed - Material is a musical work, performance, or sound recording, - Adapted Material is always produced where the Licensed Material is - synched in timed relation with a moving image. - - b. Adapter's License means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - - c. Copyright and Similar Rights means copyright and/or similar rights - closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or - categorized. For purposes of this Public License, the rights - specified in Section 2(b)(1)-(2) are not Copyright and Similar - Rights. - - d. Effective Technological Measures means those measures that, in the - absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright - Treaty adopted on December 20, 1996, and/or similar international - agreements. - - e. Exceptions and Limitations means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - - f. Licensed Material means the artistic or literary work, database, - or other material to which the Licensor applied this Public - License. - - g. Licensed Rights means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to - all Copyright and Similar Rights that apply to Your use of the - Licensed Material and that the Licensor has authority to license. - - h. Licensor means the individual(s) or entity(ies) granting rights - under this Public License. - - i. Share means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such - as reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the - public may access the material from a place and at a time - individually chosen by them. - - j. Sui Generis Database Rights means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, - as amended and/or succeeded, as well as other essentially - equivalent rights anywhere in the world. - - k. You means the individual or entity exercising the Licensed Rights - under this Public License. Your has a corresponding meaning. - - -Section 2 -- Scope. - - a. License grant. - - 1. Subject to the terms and conditions of this Public License, - the Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to - exercise the Licensed Rights in the Licensed Material to: - - a. reproduce and Share the Licensed Material, in whole or - in part; and - - b. produce, reproduce, and Share Adapted Material. - - 2. Exceptions and Limitations. For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public - License does not apply, and You do not need to comply with - its terms and conditions. - - 3. Term. The term of this Public License is specified in Section - 6(a). - - 4. Media and formats; technical modifications allowed. The - Licensor authorizes You to exercise the Licensed Rights in - all media and formats whether now known or hereafter created, - and to make technical modifications necessary to do so. The - Licensor waives and/or agrees not to assert any right or - authority to forbid You from making technical modifications - necessary to exercise the Licensed Rights, including - technical modifications necessary to circumvent Effective - Technological Measures. For purposes of this Public License, - simply making modifications authorized by this Section 2(a) - (4) never produces Adapted Material. - - 5. Downstream recipients. - - a. Offer from the Licensor -- Licensed Material. Every - recipient of the Licensed Material automatically - receives an offer from the Licensor to exercise the - Licensed Rights under the terms and conditions of this - Public License. - - b. No downstream restrictions. You may not offer or impose - any additional or different terms or conditions on, or - apply any Effective Technological Measures to, the - Licensed Material if doing so restricts exercise of the - Licensed Rights by any recipient of the Licensed - Material. - - 6. No endorsement. Nothing in this Public License constitutes or - may be construed as permission to assert or imply that You - are, or that Your use of the Licensed Material is, connected - with, or sponsored, endorsed, or granted official status by, - the Licensor or others designated to receive attribution as - provided in Section 3(a)(1)(A)(i). - - b. Other rights. - - 1. Moral rights, such as the right of integrity, are not - licensed under this Public License, nor are publicity, - privacy, and/or other similar personality rights; however, to - the extent possible, the Licensor waives and/or agrees not to - assert any such rights held by the Licensor to the limited - extent necessary to allow You to exercise the Licensed - Rights, but not otherwise. - - 2. Patent and trademark rights are not licensed under this - Public License. - - 3. To the extent possible, the Licensor waives any right to - collect royalties from You for the exercise of the Licensed - Rights, whether directly or through a collecting society - under any voluntary or waivable statutory or compulsory - licensing scheme. In all other cases the Licensor expressly - reserves any right to collect such royalties. - - -Section 3 -- License Conditions. - -Your exercise of the Licensed Rights is expressly made subject to the -following conditions. - - a. Attribution. - - 1. If You Share the Licensed Material (including in modified - form), You must: - - a. retain the following if it is supplied by the Licensor - with the Licensed Material: - - i. identification of the creator(s) of the Licensed - Material and any others designated to receive - attribution, in any reasonable manner requested by - the Licensor (including by pseudonym if - designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of - warranties; - - v. a URI or hyperlink to the Licensed Material to the - extent reasonably practicable; - - b. indicate if You modified the Licensed Material and - retain an indication of any previous modifications; and - - c. indicate the Licensed Material is licensed under this - Public License, and include the text of, or the URI or - hyperlink to, this Public License. - - 2. You may satisfy the conditions in Section 3(a)(1) in any - reasonable manner based on the medium, means, and context in - which You Share the Licensed Material. For example, it may be - reasonable to satisfy the conditions by providing a URI or - hyperlink to a resource that includes the required - information. - - 3. If requested by the Licensor, You must remove any of the - information required by Section 3(a)(1)(A) to the extent - reasonably practicable. - - 4. If You Share Adapted Material You produce, the Adapter's - License You apply must not prevent recipients of the Adapted - Material from complying with this Public License. - - -Section 4 -- Sui Generis Database Rights. - -Where the Licensed Rights include Sui Generis Database Rights that -apply to Your use of the Licensed Material: - - a. for the avoidance of doubt, Section 2(a)(1) grants You the right - to extract, reuse, reproduce, and Share all or a substantial - portion of the contents of the database; - - b. if You include all or a substantial portion of the database - contents in a database in which You have Sui Generis Database - Rights, then the database in which You have Sui Generis Database - Rights (but not its individual contents) is Adapted Material; and - - c. You must comply with the conditions in Section 3(a) if You Share - all or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not -replace Your obligations under this Public License where the Licensed -Rights include other Copyright and Similar Rights. - - -Section 5 -- Disclaimer of Warranties and Limitation of Liability. - - a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE - EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS - AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF - ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, - IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, - WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, - ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT - KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT - ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. - - b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE - TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, - NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, - INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, - COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR - USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN - ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR - DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR - IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. - - c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent - possible, most closely approximates an absolute disclaimer and - waiver of all liability. - - -Section 6 -- Term and Termination. - - a. This Public License applies for the term of the Copyright and - Similar Rights licensed here. However, if You fail to comply with - this Public License, then Your rights under this Public License - terminate automatically. - - b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: - - 1. automatically as of the date the violation is cured, provided - it is cured within 30 days of Your discovery of the - violation; or - - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any - right the Licensor may have to seek remedies for Your violations - of this Public License. - - c. For the avoidance of doubt, the Licensor may also offer the - Licensed Material under separate terms or conditions or stop - distributing the Licensed Material at any time; however, doing so - will not terminate this Public License. - - d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - - -Section 7 -- Other Terms and Conditions. - - a. The Licensor shall not be bound by any additional or different - terms or conditions communicated by You unless expressly agreed. - - b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and - independent of the terms and conditions of this Public License. - - -Section 8 -- Interpretation. - - a. For the avoidance of doubt, this Public License does not, and - shall not be interpreted to, reduce, limit, restrict, or impose - conditions on any use of the Licensed Material that could lawfully - be made without permission under this Public License. - - b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - - c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - - d. Nothing in this Public License constitutes or may be interpreted - as a limitation upon, or waiver of, any privileges and immunities - that apply to the Licensor or You, including from the legal - processes of any jurisdiction or authority. - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Creative Commons is not a party to its public -licenses. Notwithstanding, Creative Commons may elect to apply one of -its public licenses to material it publishes and in those instances -will be considered the “Licensor.” The text of the Creative Commons -public licenses is dedicated to the public domain under the CC0 Public -Domain Dedication. Except for the limited purpose of indicating that -material is shared under a Creative Commons public license or as -otherwise permitted by the Creative Commons policies published at -creativecommons.org/policies, Creative Commons does not authorize the -use of the trademark "Creative Commons" or any other trademark or logo -of Creative Commons without its prior written consent including, -without limitation, in connection with any unauthorized modifications -to any of its public licenses or any other arrangements, -understandings, or agreements concerning use of licensed material. For -the avoidance of doubt, this paragraph does not form part of the -public licenses. - -Creative Commons may be contacted at creativecommons.org. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/chalk@4.1.2.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist deleted file mode 100644 index b5a5d39..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/chrome-launcher@0.15.2.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 2014 Google Inc. - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist deleted file mode 100644 index b5a5d39..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/chromium-edge-launcher@0.2.0.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 2014 Google Inc. - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist deleted file mode 100644 index 50dd95f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2016-2018 Thomas Watson Steen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist deleted file mode 100644 index 557fb7a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ci-info@3.9.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2016 Thomas Watson Steen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist deleted file mode 100644 index 05ed9ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/cliui@8.0.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist deleted file mode 100644 index 59f5c87..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@1.9.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist deleted file mode 100644 index 59f5c87..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color-convert@2.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist deleted file mode 100644 index 69e1439..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.3.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) -Copyright (c) 2015 Dmitry Ivanov - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist deleted file mode 100644 index 69e1439..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color-name@1.1.4.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) -Copyright (c) 2015 Dmitry Ivanov - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist deleted file mode 100644 index e0664e0..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color-string@1.9.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist deleted file mode 100644 index d905bc7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color@3.2.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2012 Heather Arthur - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist deleted file mode 100644 index d905bc7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/color@4.2.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2012 Heather Arthur - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist deleted file mode 100644 index 81a817e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/combined-stream@1.0.8.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2011 Debuggable Limited <felix@debuggable.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist deleted file mode 100644 index 0d53ced..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@12.1.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist deleted file mode 100644 index 0d53ced..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/commander@2.20.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist deleted file mode 100644 index 64f107f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/concat-map@0.0.1.plist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist deleted file mode 100644 index 415f98e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/connect@3.7.0.plist +++ /dev/null @@ -1,42 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2010 Sencha Inc. -Copyright (c) 2011 LearnBoost -Copyright (c) 2011-2014 TJ Holowaychuk -Copyright (c) 2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist deleted file mode 100644 index 853813d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/convert-source-map@2.0.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2013 Thorsten Lorenz. -All rights reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist deleted file mode 100644 index d9aaaab..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/cosmiconfig@5.2.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 David Clark - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/css-select@5.2.2.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist deleted file mode 100644 index cd510a9..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/css-tree@1.1.3.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (C) 2016-2019 by Roman Dvornov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/css-what@6.2.2.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist deleted file mode 100644 index 2eb3ec7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@2.6.9.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist deleted file mode 100644 index f0ff2cd..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/debug@4.4.3.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist deleted file mode 100644 index 37637e3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/decode-uri-component@0.2.2.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2017, Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/deepmerge@3.3.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist deleted file mode 100644 index 81a817e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/delayed-stream@1.0.0.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2011 Debuggable Limited <felix@debuggable.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist deleted file mode 100644 index 3517a3b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/depd@2.0.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014-2018 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist deleted file mode 100644 index d2cc8b2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/destroy@1.2.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com -Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist deleted file mode 100644 index e103c40..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/dom-serializer@2.0.0.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - License - -(The MIT License) - -Copyright (c) 2014 The cheeriojs contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/domelementtype@2.3.0.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/domhandler@5.0.3.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/domutils@3.2.2.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist deleted file mode 100644 index a7687e9..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/dunder-proto@1.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 ECMAScript Shims - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist deleted file mode 100644 index e5af87f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ee-first@1.1.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist deleted file mode 100644 index be5a448..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/electron-to-chromium@1.5.237.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2018 Kilian Valkhof - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/emoji-regex@8.0.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist deleted file mode 100644 index e42005c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@1.0.2.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist deleted file mode 100644 index e42005c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/encodeurl@2.0.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/entities@4.5.0.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist deleted file mode 100644 index db9808a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/error-ex@1.3.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 JD Ballard - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist deleted file mode 100644 index c4292b4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/error-stack-parser@2.1.4.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2017 Eric Wendelin and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist deleted file mode 100644 index 7ff4802..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/es-define-property@1.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist deleted file mode 100644 index 7ff4802..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/es-errors@1.3.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist deleted file mode 100644 index 7ff4802..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/es-object-atoms@1.1.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist deleted file mode 100644 index 42ae879..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/es-set-tostringtag@2.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2022 ECMAScript Shims - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist deleted file mode 100644 index 09f5b23..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/escalade@3.2.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist deleted file mode 100644 index 3ee2164..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-html@1.0.3.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012-2013 TJ Holowaychuk -Copyright (c) 2015 Andreas Lubbe -Copyright (c) 2015 Tiancheng "Timothy" Gu - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@2.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/escape-string-regexp@4.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist deleted file mode 100644 index 260109a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/esprima@4.0.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD-2-Clause - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist deleted file mode 100644 index 8a8a992..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/etag@1.8.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014-2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist deleted file mode 100644 index d6faead..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/event-target-shim@5.0.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Toru Nagashima - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist deleted file mode 100644 index 258d65e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/exponential-backoff@3.1.3.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 2019 Coveo Solutions Inc. - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist deleted file mode 100644 index b9fe656..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-deep-equal@3.1.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 Evgeny Poberezkin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist deleted file mode 100644 index f52e1a5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fast-json-stable-stringify@2.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This software is released under the MIT license: - -Copyright (c) 2017 Evgeny Poberezkin -Copyright (c) 2013 James Halliday - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist deleted file mode 100644 index 7219fb5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fast_float.plist +++ /dev/null @@ -1,207 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - 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 - - Copyright 2021 The fast_float 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 - - 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. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist deleted file mode 100644 index fa4c632..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fb-watchman@2.0.2.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Apache-2.0 - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist deleted file mode 100644 index c22653e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fill-range@7.1.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/filter-obj@1.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist deleted file mode 100644 index 50075b2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/finalhandler@1.1.2.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@4.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/find-up@7.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist deleted file mode 100644 index d7fe197..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/flow-enums-runtime@0.0.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Facebook, Inc. and its affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist deleted file mode 100644 index 4b21c98..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fmt.plist +++ /dev/null @@ -1,44 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ---- Optional exception to the license --- - -As an exception, if, as a result of your compiling your source code, portions -of this Software are embedded into a machine-executable object form of such -source code, you may redistribute such embedded portions in such object form -without including the above copyright and permission notices. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist deleted file mode 100644 index 484449d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/follow-redirects@1.15.11.plist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR -IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist deleted file mode 100644 index 21b11e0..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/form-data@4.0.5.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist deleted file mode 100644 index 31c4d5e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fresh@0.5.2.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist deleted file mode 100644 index 301c0e8..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fs.realpath@1.0.0.plist +++ /dev/null @@ -1,72 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - This library bundles a version of the `fs.realpath` and `fs.realpathSync` -methods from Node.js v0.10 under the terms of the Node.js MIT license. - -Node's license follows, also included at the header of `old.js` which contains -the licensed code: - - Copyright Joyent, Inc. and other Node contributors. - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist deleted file mode 100644 index fc95c3e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/fsevents@2.3.3.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License ------------ - -Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist deleted file mode 100644 index a54f30e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/function-bind@1.1.2.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2013 Raynos. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist deleted file mode 100644 index 577bf19..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/gensync@1.0.0-beta.2.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2018 Logan Smyth <loganfsmyth@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist deleted file mode 100644 index 066f03a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/get-caller-file@2.0.5.plist +++ /dev/null @@ -1,23 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC License (ISC) -Copyright 2018 Stefan Penner - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist deleted file mode 100644 index 3ee5889..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/get-intrinsic@1.3.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2020 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist deleted file mode 100644 index 1643ce1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/get-package-type@0.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2020 CFWare, LLC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist deleted file mode 100644 index e03a650..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/get-proto@1.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2025 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist deleted file mode 100644 index 19012af..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/glob@7.2.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -## Glob Logo - -Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed -under a Creative Commons Attribution-ShareAlike 4.0 International License -https://creativecommons.org/licenses/by-sa/4.0/ - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist deleted file mode 100644 index 664e20c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/glog.plist +++ /dev/null @@ -1,82 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2008, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -A function gettimeofday in utilities.cc is based on - -http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd - -The license of this code is: - -Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors -All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name(s) of the above-listed copyright holder(s) nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist deleted file mode 100644 index c6f9583..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/gopd@1.2.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2022 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist deleted file mode 100644 index 10ddc1c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/graceful-fs@4.2.11.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/has-flag@4.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist deleted file mode 100644 index 8dc8d6e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/has-symbols@1.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2016 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist deleted file mode 100644 index 122d4c3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/has-tostringtag@1.0.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2021 Inspect JS - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist deleted file mode 100644 index 2ff0fd4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hasown@2.0.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Jordan Harband and contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist deleted file mode 100644 index 0e14fab..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-engine.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.28.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-estree@0.29.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.28.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hermes-parser@0.29.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist deleted file mode 100644 index 0a7a05c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/hoist-non-react-statics@3.3.2.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Software License Agreement (BSD License) -======================================== - -Copyright (c) 2015, Yahoo! Inc. All rights reserved. ----------------------------------------------------- - -Redistribution and use of this software in source and binary forms, with or -without modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be - used to endorse or promote products derived from this software without - specific prior written permission of Yahoo! Inc. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist deleted file mode 100644 index 3c971e3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/http-errors@2.0.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com -Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist deleted file mode 100644 index ca4742f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/https-proxy-agent@7.0.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist deleted file mode 100644 index 7ea74b8..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/image-size@1.2.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright © 2013-Present Aditya Yadav, http://netroy.in - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/import-fresh@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/imurmurhash@0.1.4.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist deleted file mode 100644 index 4088ac0..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/inflight@1.0.6.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist deleted file mode 100644 index 78a55f6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/inherits@2.0.4.plist +++ /dev/null @@ -1,33 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist deleted file mode 100644 index 26d28ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/invariant@2.2.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2013-present, Facebook, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist deleted file mode 100644 index db9808a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.2.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 JD Ballard - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist deleted file mode 100644 index db9808a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-arrayish@0.3.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 JD Ballard - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist deleted file mode 100644 index 76f10be..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-directory@0.3.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-docker@2.2.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-fullwidth-code-point@3.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist deleted file mode 100644 index c22653e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-number@7.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/is-wsl@2.2.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist deleted file mode 100644 index e38a73b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-coverage@3.2.2.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2012-2015 Yahoo! Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the Yahoo! Inc. nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist deleted file mode 100644 index e38a73b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/istanbul-lib-instrument@5.2.1.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2012-2015 Yahoo! Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the Yahoo! Inc. nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-environment-node@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-get-type@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-haste-map@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-message-util@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-mock@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-regex-util@29.6.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-util@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-validate@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jest-worker@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist deleted file mode 100644 index 950b243..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/js-tokens@4.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist deleted file mode 100644 index 3caac7f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/js-yaml@3.14.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (C) 2011-2015 by Vitaly Puzrin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist deleted file mode 100644 index c535c5f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jsc-safe-url@0.2.4.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Zero-Clause BSD -============= - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted. - -THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE -FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY -DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN -AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jsesc@3.1.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist deleted file mode 100644 index 9c4433d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/json-parse-better-errors@1.0.2.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2017 Kat Marchán - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist deleted file mode 100644 index bdedc3c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/json5@2.2.3.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2012-2018 Aseem Kishore, and [others]. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -[others]: https://github.com/json5/json5/contributors - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist deleted file mode 100644 index 36af9ba..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/jwt-decode@4.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/leven@3.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist deleted file mode 100644 index b5a5d39..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/lighthouse-logger@1.4.2.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 2014 Google Inc. - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@5.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/locate-path@6.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist deleted file mode 100644 index 0cf5927..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/lodash.throttle@4.1.1.plist +++ /dev/null @@ -1,100 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright jQuery Foundation and other contributors <https://jquery.org/> - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - License - unknown - Type - PSGroupSpecifier - - - FooterText - ---------------------------------------- - License - unknown - Type - PSGroupSpecifier - - - FooterText - Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist deleted file mode 100644 index 6e0cb3f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/loose-envify@1.4.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Andres Suarez <zertosh@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/lru-cache@5.1.1.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist deleted file mode 100644 index 1398214..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/makeerror@1.0.12.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD License - -Copyright (c) 2014, Naitik Shah. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name Naitik Shah nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist deleted file mode 100644 index 5efa274..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/marky@1.3.0.plist +++ /dev/null @@ -1,226 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - 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: - - 1. You must give any other recipients of the Work or Derivative Works a - copy of this License; and - - 2. You must cause any modified files to carry prominent notices stating - that You changed the files; and - - 3. 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 - - 4. 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 2016 Nolan Lawson - - - 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. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist deleted file mode 100644 index a7687e9..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/math-intrinsics@1.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2024 ECMAScript Shims - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist deleted file mode 100644 index 0bc61d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/mdn-data@2.0.14.plist +++ /dev/null @@ -1,133 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - CC0 1.0 Universal - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; - - ii. moral rights retained by the original author(s) and/or performer(s); - - iii. publicity and privacy rights pertaining to a person's image or likeness - depicted in a Work; - - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - - v. rights protecting the extraction, dissemination, use and reuse of data in - a Work; - - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation thereof, - including any amended or successor version of such directive); and - - vii. other similar, equivalent or corresponding rights throughout the world - based on applicable law or treaty, and any national implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - - b. Affirmer offers the Work as-is and makes no representations or warranties - of any kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or not - discoverable, all to the greatest extent permissible under applicable law. - - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without limitation - any person's Copyright and Related Rights in the Work. Further, Affirmer - disclaims responsibility for obtaining any necessary consents, permissions - or other rights required for any use of the Work. - - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to this - CC0 or use of the Work. - -For more information, please see -<http://creativecommons.org/publicdomain/zero/1.0/> - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist deleted file mode 100644 index e98d3c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/memoize-one@5.2.1.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 Alexander Reardon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist deleted file mode 100644 index b71b096..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/merge-stream@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-babel-transformer@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache-key@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-cache@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-config@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-core@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-file-map@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-minify-terser@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-resolver@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-runtime@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-source-map@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-symbolicate@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-plugins@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro-transform-worker@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/metro@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist deleted file mode 100644 index c22653e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/micromatch@4.0.8.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist deleted file mode 100644 index 27e7457..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-db@1.52.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist deleted file mode 100644 index b7285e2..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/mime-types@2.1.35.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist deleted file mode 100644 index aa3c627..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/mime@1.6.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2010 Benjamin Thomas, Robert Kieffer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/minimatch@3.1.2.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist deleted file mode 100644 index 5cbd898..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/mkdirp@1.0.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) - -This project is free software released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist deleted file mode 100644 index 1f32074..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist deleted file mode 100644 index 67d4320..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ms@2.1.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2020 Vercel, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist deleted file mode 100644 index 284811e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/nanoid@3.3.11.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright 2017 Andrey Sitnik <andrey@sitnik.ru> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist deleted file mode 100644 index 58382c0..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/negotiator@0.6.3.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012-2014 Federico Romero -Copyright (c) 2012-2014 Isaac Z. Schlueter -Copyright (c) 2014-2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist deleted file mode 100644 index cf00e77..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/node-int64@0.4.0.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2014 Robert Kieffer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist deleted file mode 100644 index 91ec6e7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/node-releases@2.0.25.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License - -Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist deleted file mode 100644 index cc9a315..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/normalize-path@3.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist deleted file mode 100644 index 0a29a04..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/nth-check@2.1.1.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) Felix Böhm -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist deleted file mode 100644 index 6d9c34e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/nullthrows@1.1.1.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) -Copyright (c) 2016 Andres Suarez - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ob1@0.82.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/object-assign@4.1.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist deleted file mode 100644 index a70f62e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.3.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist deleted file mode 100644 index a70f62e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/on-finished@2.4.1.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/once@1.4.0.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/open@7.4.2.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist deleted file mode 100644 index 24129e5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/opencollective-postinstall@2.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2018 Open Collective - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@2.3.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/p-limit@3.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@4.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/p-locate@5.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/p-try@2.2.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/parse-json@4.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist deleted file mode 100644 index 9d59036..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/parseurl@1.3.3.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/path-exists@4.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/path-is-absolute@1.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist deleted file mode 100644 index ee2cd00..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/picocolors@1.1.1.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC License - -Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist deleted file mode 100644 index 799223a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/picomatch@2.3.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2017-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist deleted file mode 100644 index f45a1be..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/pirates@4.0.7.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2016-2018 Ari Porad - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist deleted file mode 100644 index 6b7caf6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/plist@3.1.0.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2010-2017 Nathan Rajlich <nathan@tootallnate.net> - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/pretty-format@29.7.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist deleted file mode 100644 index 559e8b4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/promise@8.3.0.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2014 Forbes Lindesay - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist deleted file mode 100644 index 26d28ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/prop-types@15.8.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2013-present, Facebook, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist deleted file mode 100644 index bb79620..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/proxy-from-env@1.1.0.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License - -Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist deleted file mode 100644 index 41ca3eb..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/query-string@7.1.3.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist deleted file mode 100644 index c4eac90..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/queue@6.0.2.plist +++ /dev/null @@ -1,25 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) -Copyright (c) 2014 Jesse Tane <jesse.tane@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist deleted file mode 100644 index b3b6e53..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/range-parser@1.2.1.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-devtools-core@6.1.5.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist deleted file mode 100644 index b6d5255..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-freeze@1.0.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2021 Software Mansion - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist deleted file mode 100644 index d7fe197..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@16.13.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Facebook, Inc. and its affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist deleted file mode 100644 index d7fe197..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@18.3.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Facebook, Inc. and its affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-is@19.2.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist deleted file mode 100644 index 139ffc6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-app-auth@8.1.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist deleted file mode 100644 index 0f84979..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-base64@0.0.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2018 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist deleted file mode 100644 index f08a124..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-inappbrowser-reborn@3.7.0.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 Proyecto 26 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist deleted file mode 100644 index 89b03d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-keychain@10.0.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Joel Arvidsson - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist deleted file mode 100644 index 411c696..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-legal@1.6.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2023 Callstack - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist deleted file mode 100644 index 462922c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Richie Hsieh and Revteltech. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist deleted file mode 100644 index 6c3b8d5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-nfc-manager@3.17.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Richie Hsieh and Revteltech. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist deleted file mode 100644 index 786f44b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-paper@5.14.5.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2017 Callstack - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist deleted file mode 100644 index 177a1c6..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 Th3rd Wave - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist deleted file mode 100644 index a271915..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-safe-area-context@5.6.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2019 Th3rd Wave - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist deleted file mode 100644 index 044af56..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-screens@4.17.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2018 Software Mansion <swmansion.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist deleted file mode 100644 index 9273d7f..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-svg@15.14.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) [2015-2016] [Horcrux] - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist deleted file mode 100644 index 52af15e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-design-icons.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2015 Joel Arvidsson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist deleted file mode 100644 index 52af15e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons-material-icons.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2015 Joel Arvidsson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist deleted file mode 100644 index 89b03d1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native-vector-icons@10.3.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Joel Arvidsson - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-native@0.80.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist deleted file mode 100644 index d7fe197..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react-refresh@0.14.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Facebook, Inc. and its affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/react@19.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist deleted file mode 100644 index c97a327..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/regenerator-runtime@0.13.11.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-present, Facebook, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist deleted file mode 100644 index a0fc8dc..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/require-directory@2.1.1.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2011 Troy Goode <troygoode@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@3.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/resolve-from@5.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/rimraf@3.0.2.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist deleted file mode 100644 index 5a97737..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/sax@1.4.4.plist +++ /dev/null @@ -1,72 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - # Blue Oak Model License - -Version 1.0.0 - -## Purpose - -This license gives everyone as much permission to work with -this software as possible, while protecting contributors -from liability. - -## Acceptance - -In order to receive this license, you must agree to its -rules. The rules of this license are both obligations -under that agreement and conditions to your license. -You must not do anything with this software that triggers -a rule that you cannot or will not follow. - -## Copyright - -Each contributor licenses you to do everything with this -software that would otherwise infringe that contributor's -copyright in it. - -## Notices - -You must ensure that everyone who gets a copy of -any part of this software from you, with or without -changes, also gets the text of this license or a link to -<https://blueoakcouncil.org/license/1.0.0>. - -## Excuse - -If anyone notifies you in writing that you have not -complied with [Notices](#notices), you can keep your -license by taking all practical steps to comply within 30 -days after the notice. If you do not do so, your license -ends immediately. - -## Patent - -Each contributor licenses you to do everything with this -software that would otherwise infringe any patent claims -they can license or become able to license. - -## Reliability - -No contributor can revoke this license. - -## No Liability - -***As far as the law allows, this software comes as is, -without any warranty or condition, and no contributor -will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/scheduler@0.26.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@6.3.1.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/semver@7.7.3.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist deleted file mode 100644 index 739c4c5..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/send@0.19.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2012 TJ Holowaychuk -Copyright (c) 2014-2022 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist deleted file mode 100644 index b1233c4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/serialize-error@2.1.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist deleted file mode 100644 index df51c58..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/serve-static@1.16.2.plist +++ /dev/null @@ -1,42 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2010 Sencha Inc. -Copyright (c) 2011 LearnBoost -Copyright (c) 2011 TJ Holowaychuk -Copyright (c) 2014-2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist deleted file mode 100644 index f32627c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/setprototypeof@1.2.0.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2015, Wes Todd - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist deleted file mode 100644 index a03872e..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/shell-quote@1.8.3.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License - -Copyright (c) 2013 James Halliday (mail@substack.net) - -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist deleted file mode 100644 index 05ed9ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/signal-exit@3.0.7.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist deleted file mode 100644 index 66b8c3a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-plist@1.3.1.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2013 Joe Wollard - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist deleted file mode 100644 index 3ed3714..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/simple-swizzle@0.2.4.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/slash@3.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist deleted file mode 100644 index cfaf82a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map-support@0.5.21.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2014 Evan Wallace - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist deleted file mode 100644 index 32b59cd..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.5.7.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -Copyright (c) 2009-2011, Mozilla Foundation and contributors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the names of the Mozilla Foundation nor the names of project - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist deleted file mode 100644 index 32b59cd..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/source-map@0.6.1.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -Copyright (c) 2009-2011, Mozilla Foundation and contributors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the names of the Mozilla Foundation nor the names of project - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/split-on-first@1.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist deleted file mode 100644 index 68a3889..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/sprintf-js@1.0.3.plist +++ /dev/null @@ -1,41 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro> -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -* Neither the name of this software nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist deleted file mode 100644 index ef20582..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/stack-utils@2.0.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist deleted file mode 100644 index c4292b4..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/stackframe@1.3.4.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2017 Eric Wendelin and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist deleted file mode 100644 index fd74fd3..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/stacktrace-parser@0.1.11.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2014-2019 Georg Tavonius - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist deleted file mode 100644 index ea5a903..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@1.5.0.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist deleted file mode 100644 index ea5a903..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/statuses@2.0.1.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist deleted file mode 100644 index 6f12366..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/stream-buffers@2.2.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Unlicense - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist deleted file mode 100644 index 4862a64..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/strict-uri-encode@2.0.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/string-width@4.2.3.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/strip-ansi@6.0.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@7.2.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/supports-color@8.1.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist deleted file mode 100644 index 744dc4c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/terser@5.44.0.plist +++ /dev/null @@ -1,44 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2012-2018 (c) Mihai Bazon <mihai.bazon@gmail.com> - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist deleted file mode 100644 index 05ed9ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/test-exclude@6.0.0.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist deleted file mode 100644 index 6a65a66..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/throat@5.0.0.plist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2013 Forbes Lindesay - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist deleted file mode 100644 index 1398214..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/tmpl@1.0.5.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - BSD License - -Copyright (c) 2014, Naitik Shah. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name Naitik Shah nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist deleted file mode 100644 index 8c737fe..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/to-regex-range@5.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist deleted file mode 100644 index 0f979ab..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/toidentifier@1.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist deleted file mode 100644 index 981cb51..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/type-detect@4.0.8.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist deleted file mode 100644 index 33e092a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/type-fest@0.7.1.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist deleted file mode 100644 index 8751691..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/undici-types@6.21.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Matteo Collina and Undici contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/unicorn-magic@0.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist deleted file mode 100644 index 5c3538c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/unpipe@1.0.0.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - (The MIT License) - -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist deleted file mode 100644 index 79b98e7..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/update-browserslist-db@1.1.3.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright 2022 Andrey Sitnik <andrey@sitnik.ru> and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist deleted file mode 100644 index 0acc890..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/use-latest-callback@0.2.6.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2023 Satyajit Sahoo - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist deleted file mode 100644 index 171baa1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/use-sync-external-store@1.6.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Meta Platforms, Inc. and affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist deleted file mode 100644 index 6b5580c..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/utils-merge@1.0.1.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2013-2017 Jared Hanson - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist deleted file mode 100644 index 8f8a959..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/uuid@7.0.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2010-2016 Robert Kieffer and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist deleted file mode 100644 index 58142e9..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/vlq@1.0.1.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2017 [these people](https://github.com/Rich-Harris/vlq/graphs/contributors) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist deleted file mode 100644 index 0b10988..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/walker@1.0.8.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2013 Naitik Shah - -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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist deleted file mode 100644 index cfea9a8..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/warn-once@0.1.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) 2022 Satyajit Sahoo - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist deleted file mode 100644 index 6917ad1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/whatwg-fetch@3.6.20.plist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2014-2023 GitHub, Inc. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/wrap-ansi@7.0.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/wrappy@1.0.2.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist deleted file mode 100644 index d5ba21d..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/write-file-atomic@4.0.2.plist +++ /dev/null @@ -1,23 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist deleted file mode 100644 index df29684..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@6.2.3.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist deleted file mode 100644 index df29684..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/ws@7.5.10.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist deleted file mode 100644 index b8fcbc1..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/xcode@3.0.1.plist +++ /dev/null @@ -1,219 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - - 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 [yyyy] [name of copyright owner] - - 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. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist deleted file mode 100644 index 8ac5b41..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/xml2js@0.6.2.plist +++ /dev/null @@ -1,36 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright 2010, 2011, 2012, 2013. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist deleted file mode 100644 index d1e442b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@11.0.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2013 Ozgur Ozcitak - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist deleted file mode 100644 index d1e442b..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/xmlbuilder@15.1.1.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The MIT License (MIT) - -Copyright (c) 2013 Ozgur Ozcitak - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist deleted file mode 100644 index 77386ac..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/y18n@5.0.8.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - Copyright (c) 2015, Contributors - -Permission to use, copy, modify, and/or distribute this software for any purpose -with or without fee is hereby granted, provided that the above copyright notice -and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist deleted file mode 100644 index 0442351..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/yallist@3.1.1.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist deleted file mode 100644 index 05ed9ce..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs-parser@21.1.1.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - ISC - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist deleted file mode 100644 index 917762a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@16.2.0.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist deleted file mode 100644 index 917762a..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/yargs@17.7.2.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - diff --git a/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist b/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist deleted file mode 100644 index bba2b54..0000000 --- a/ios/Settings.bundle/com.mono0926.LicensePlist/yocto-queue@0.1.0.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - unknown - Type - PSGroupSpecifier - - - - From 01f89736d55255a0da9d391ed2ffdd2768f37f5c Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 12:31:06 -0600 Subject: [PATCH 08/10] Successfully built app after changing gitignore --- ios/ApiaryReactNative.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ios/ApiaryReactNative.xcodeproj/project.pbxproj b/ios/ApiaryReactNative.xcodeproj/project.pbxproj index 6e942e9..b2cb0c5 100644 --- a/ios/ApiaryReactNative.xcodeproj/project.pbxproj +++ b/ios/ApiaryReactNative.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; CC2BBDBCA3FCEC106879F825 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; D933ACBE1A32493585C40AB5 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 99816AA8F2524708B7736B43 /* Settings.bundle */; }; + C283F23446184CAE84A086C3 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D50820E7EEE04D94B92AAA75 /* Settings.bundle */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -26,9 +27,9 @@ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ApiaryReactNative/LaunchScreen.storyboard; sourceTree = ""; }; 90944F4E2E2B4DF7009CD759 /* ApiaryReactNative.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = ApiaryReactNative.entitlements; path = ApiaryReactNative/ApiaryReactNative.entitlements; sourceTree = ""; }; 90999FF72EADD414005812BA /* AppDelegate+RNAppAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+RNAppAuth.h"; sourceTree = ""; }; - 99816AA8F2524708B7736B43 /* Settings.bundle */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = Settings.bundle; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; EDC4D08DC6F936D979DF2673 /* Pods-ApiaryReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ApiaryReactNative.debug.xcconfig"; path = "Target Support Files/Pods-ApiaryReactNative/Pods-ApiaryReactNative.debug.xcconfig"; sourceTree = ""; }; + D50820E7EEE04D94B92AAA75 /* Settings.bundle */ = {isa = PBXFileReference; name = "Settings.bundle"; path = "Settings.bundle"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.plug-in; explicitFileType = undefined; includeInIndex = 0; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ @@ -63,7 +64,7 @@ 13B07FB61A68108700A75B9A /* Info.plist */, 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, - 99816AA8F2524708B7736B43 /* Settings.bundle */, + D50820E7EEE04D94B92AAA75 /* Settings.bundle */, ); name = ApiaryReactNative; sourceTree = ""; @@ -184,6 +185,7 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, CC2BBDBCA3FCEC106879F825 /* PrivacyInfo.xcprivacy in Resources */, D933ACBE1A32493585C40AB5 /* Settings.bundle in Resources */, + C283F23446184CAE84A086C3 /* Settings.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; From 5d4c30f1e30746c846129313b6210d6850a94b9d Mon Sep 17 00:00:00 2001 From: jvogt23 Date: Sat, 31 Jan 2026 12:35:07 -0600 Subject: [PATCH 09/10] Linter appeasement --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 5db48d6..237bb8b 100644 --- a/App.tsx +++ b/App.tsx @@ -1,5 +1,5 @@ import { NavigationContainer } from '@react-navigation/native'; -import React, { createContext } from 'react'; +import React from 'react'; import { SafeAreaProvider } from 'react-native-safe-area-context'; import ApiContextProvider from './Api/ApiContextProvider'; import { AppEnvironmentProvider } from './AppEnvironment'; From a280a47910edae51ffd998c543b279a1dbaa710f Mon Sep 17 00:00:00 2001 From: jvogt23 <91633361+jvogt23@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:17:05 -0600 Subject: [PATCH 10/10] Apply suggestion from @elysseaa Co-authored-by: elysseaa <121833752+elysseaa@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c7dc0..40f464a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ npm run ios yarn ios # OR using npx -npx react-native run-android +npx react-native run-ios ``` If everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.