Patches to get https://framagit.org/StCyr/deck-react-native building
- Add Simulator profiles
- Remove
eas-cli
andexpo-cli
dependencies - Reinstall dependencies
Patches to get https://framagit.org/StCyr/deck-react-native building
eas-cli
and expo-cli
dependenciesFrom 31fe899a0f20f29467c0b738f2c0130d34dc33b5 Mon Sep 17 00:00:00 2001 | |
From: Michael Wood <esiotrot@gmail.com> | |
Date: Tue, 31 May 2022 13:35:40 +0200 | |
Subject: [PATCH 1/3] Add Simulator profiles | |
--- | |
eas.json | 14 +++++++++++--- | |
1 file changed, 11 insertions(+), 3 deletions(-) | |
diff --git eas.json eas.json | |
index 97bc87f..a6b12f0 100644 | |
--- eas.json | |
+++ eas.json | |
@@ -7,14 +7,22 @@ | |
"developmentClient": true, | |
"distribution": "internal" | |
}, | |
+ "simdev": { | |
+ "extends": "development", | |
+ "ios": { | |
+ "simulator": true | |
+ } | |
+ }, | |
"preview": { | |
"distribution": "internal" | |
}, | |
- "production": { | |
+ "simpreview": { | |
+ "extends": "preview", | |
"ios": { | |
- "simulator": false | |
+ "simulator": true | |
} | |
- } | |
+ }, | |
+ "production": {} | |
}, | |
"submit": { | |
"production": {} | |
-- | |
2.34.1 |
From 619475352043f540aeaf0e4938244237046564d9 Mon Sep 17 00:00:00 2001 | |
From: Michael Wood <esiotrot@gmail.com> | |
Date: Tue, 31 May 2022 13:48:09 +0200 | |
Subject: [PATCH 2/3] Remove eas-cli and expo-cli dependencies | |
--- | |
package-lock.json | 23629 +------------------------------------------- | |
package.json | 2 - | |
2 files changed, 101 insertions(+), 23530 deletions(-) | |
diff --git package-lock.json package-lock.json | |
index 87eae17..fade643 100644 | |
--- package-lock.json | |
+++ package-lock.json | |
@@ -16,10 +16,8 @@ | |
"@reduxjs/toolkit": "^1.5.1", | |
"axios": "^0.25.0", | |
"base-64": "^1.0.0", | |
- "eas-cli": "^0.53.0", | |
"expo": "^44.0.0", | |
"expo-app-loading": "~1.3.0", | |
- "expo-cli": "^5.4.7", | |
"expo-dev-client": "~0.8.5", | |
"expo-device": "~4.1.0", | |
"expo-linking": "~3.0.0", | |
@@ -1850,15 +1848,6 @@ | |
"node": ">=0.1.95" | |
} | |
}, | |
- "node_modules/@colors/colors": { | |
- "version": "1.5.0", | |
- "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", | |
- "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", | |
- "optional": true, | |
- "engines": { | |
- "node": ">=0.1.90" | |
- } | |
- }, | |
"node_modules/@egjs/hammerjs": { | |
"version": "2.0.17", | |
"resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", | |
@@ -1917,54 +1906,6 @@ | |
"url": "https://github.com/sponsors/sindresorhus" | |
} | |
}, | |
- "node_modules/@expo/apple-utils": { | |
- "version": "0.0.0-alpha.31", | |
- "resolved": "https://registry.npmjs.org/@expo/apple-utils/-/apple-utils-0.0.0-alpha.31.tgz", | |
- "integrity": "sha512-lGJOS8eAPcZhaRl5GZFIg4ZNSRY1k10wYeYXjHUbHxbZGE9lkzrATY8OvrVpcu8qQh3lvPguel63V4mrnoAuOA==", | |
- "bin": { | |
- "apple-utils": "bin.js" | |
- } | |
- }, | |
- "node_modules/@expo/bunyan": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/bunyan/-/bunyan-4.0.0.tgz", | |
- "integrity": "sha512-Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA==", | |
- "engines": [ | |
- "node >=0.10.0" | |
- ], | |
- "dependencies": { | |
- "uuid": "^8.0.0" | |
- }, | |
- "optionalDependencies": { | |
- "mv": "~2", | |
- "safe-json-stringify": "~1" | |
- } | |
- }, | |
- "node_modules/@expo/bunyan/node_modules/uuid": { | |
- "version": "8.3.2", | |
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", | |
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", | |
- "bin": { | |
- "uuid": "dist/bin/uuid" | |
- } | |
- }, | |
- "node_modules/@expo/code-signing-certificates": { | |
- "version": "0.0.2", | |
- "resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.2.tgz", | |
- "integrity": "sha512-vnPHFjwOqxQ1VLztktY+fYCfwvLzjqpzKn09rchcQE7Sdf0wtW5fFtIZBEFOOY5wasp8tXSnp627zrAwazPHzg==", | |
- "dependencies": { | |
- "node-forge": "^1.2.1", | |
- "nullthrows": "^1.1.1" | |
- } | |
- }, | |
- "node_modules/@expo/code-signing-certificates/node_modules/node-forge": { | |
- "version": "1.3.1", | |
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", | |
- "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", | |
- "engines": { | |
- "node": ">= 6.13.0" | |
- } | |
- }, | |
"node_modules/@expo/config": { | |
"version": "6.0.6", | |
"resolved": "https://registry.npmjs.org/@expo/config/-/config-6.0.6.tgz", | |
@@ -2137,701 +2078,6 @@ | |
"node": ">= 6" | |
} | |
}, | |
- "node_modules/@expo/dev-server": { | |
- "version": "0.1.113", | |
- "resolved": "https://registry.npmjs.org/@expo/dev-server/-/dev-server-0.1.113.tgz", | |
- "integrity": "sha512-PT3HT+3h4ZS1bw6Zz8fqjNeryKOWe1FqGdnz4RSASxZGCzib6VHLfLbJeYHkq7t+ashSXRoAw3XW/9yVdbUqLA==", | |
- "dependencies": { | |
- "@expo/bunyan": "4.0.0", | |
- "@expo/metro-config": "0.3.18", | |
- "@expo/osascript": "2.0.33", | |
- "body-parser": "1.19.0", | |
- "chalk": "^4.0.0", | |
- "connect": "^3.7.0", | |
- "fs-extra": "9.0.0", | |
- "node-fetch": "^2.6.0", | |
- "open": "^8.3.0", | |
- "resolve-from": "^5.0.0", | |
- "semver": "7.3.2", | |
- "serialize-error": "6.0.0", | |
- "temp-dir": "^2.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/config": { | |
- "version": "6.0.24", | |
- "resolved": "https://registry.npmjs.org/@expo/config/-/config-6.0.24.tgz", | |
- "integrity": "sha512-OcACI1md1Yo5TQmUxxueJ/RaTlR2Mgl6KswTFOYCL1XJERF/jjAx95zhWXH+JQGdlM0yB0vqM6vB6GbUFRvLxA==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "@expo/config-plugins": "4.1.5", | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "require-from-string": "^2.0.2", | |
- "resolve-from": "^5.0.0", | |
- "semver": "7.3.2", | |
- "slugify": "^1.3.4", | |
- "sucrase": "^3.20.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/config-plugins": { | |
- "version": "4.1.5", | |
- "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-4.1.5.tgz", | |
- "integrity": "sha512-RVvU40RtZt12HavuDAe+LDIq9lHj7sheOfMEHdmpJ/uTA8pgvkbc56XF6JHQD+yRr6+uhhb+JnAasGq49dsQbw==", | |
- "dependencies": { | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "@expo/plist": "0.0.18", | |
- "@expo/sdk-runtime-versions": "^1.0.0", | |
- "@react-native/normalize-color": "^2.0.0", | |
- "chalk": "^4.1.2", | |
- "debug": "^4.3.1", | |
- "find-up": "~5.0.0", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "resolve-from": "^5.0.0", | |
- "semver": "^7.3.5", | |
- "slash": "^3.0.0", | |
- "xcode": "^3.0.1", | |
- "xml2js": "0.4.23" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/config-plugins/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/config-types": { | |
- "version": "45.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-45.0.0.tgz", | |
- "integrity": "sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA==" | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/json-file": { | |
- "version": "8.2.36", | |
- "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz", | |
- "integrity": "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "json5": "^1.0.1", | |
- "write-file-atomic": "^2.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/metro-config": { | |
- "version": "0.3.18", | |
- "resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.3.18.tgz", | |
- "integrity": "sha512-DWtwV67kD8X2uOKIs5QyHlHD+6L6RAgudZZDBmu433ZvL62HAUYfjEi3+i0jeMiUqN85o1vbXg6xqWnBCpS50g==", | |
- "dependencies": { | |
- "@expo/config": "6.0.24", | |
- "@expo/json-file": "8.2.36", | |
- "chalk": "^4.1.0", | |
- "debug": "^4.3.2", | |
- "find-yarn-workspace-root": "~2.0.0", | |
- "getenv": "^1.0.0", | |
- "resolve-from": "^5.0.0", | |
- "sucrase": "^3.20.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/@expo/plist": { | |
- "version": "0.0.18", | |
- "resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.0.18.tgz", | |
- "integrity": "sha512-+48gRqUiz65R21CZ/IXa7RNBXgAI/uPSdvJqoN9x1hfL44DNbUoWHgHiEXTx7XelcATpDwNTz6sHLfy0iNqf+w==", | |
- "dependencies": { | |
- "@xmldom/xmldom": "~0.7.0", | |
- "base64-js": "^1.2.3", | |
- "xmlbuilder": "^14.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/is-wsl": { | |
- "version": "2.2.0", | |
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", | |
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | |
- "dependencies": { | |
- "is-docker": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/open": { | |
- "version": "8.4.0", | |
- "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", | |
- "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", | |
- "dependencies": { | |
- "define-lazy-prop": "^2.0.0", | |
- "is-docker": "^2.1.1", | |
- "is-wsl": "^2.2.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/sindresorhus" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/semver": { | |
- "version": "7.3.2", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", | |
- "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/serialize-error": { | |
- "version": "6.0.0", | |
- "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-6.0.0.tgz", | |
- "integrity": "sha512-3vmBkMZLQO+BR4RPHcyRGdE09XCF6cvxzk2N2qn8Er3F91cy8Qt7VvEbZBOpaL53qsBbe2cFOefU6tRY6WDelA==", | |
- "dependencies": { | |
- "type-fest": "^0.12.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/sindresorhus" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/temp-dir": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", | |
- "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/dev-server/node_modules/type-fest": { | |
- "version": "0.12.0", | |
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.12.0.tgz", | |
- "integrity": "sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg==", | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/sindresorhus" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools": { | |
- "version": "0.13.155", | |
- "resolved": "https://registry.npmjs.org/@expo/dev-tools/-/dev-tools-0.13.155.tgz", | |
- "integrity": "sha512-f/IYWIN2fE2MC5kASWArgkWTmdOP8bSAucUdsnOO6pcaTS6BwGm1JNNQkd/Dbr6BEwVzR194phOkdaj958spTw==", | |
- "dependencies": { | |
- "@expo/config": "6.0.24", | |
- "base64url": "3.0.1", | |
- "better-opn": "^3.0.1", | |
- "express": "4.16.4", | |
- "freeport-async": "2.0.0", | |
- "graphql": "0.13.2", | |
- "graphql-tools": "3.0.0", | |
- "iterall": "1.2.2", | |
- "lodash": "^4.17.19", | |
- "subscriptions-transport-ws": "0.9.8" | |
- }, | |
- "peerDependencies": { | |
- "xdl": "*" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/config": { | |
- "version": "6.0.24", | |
- "resolved": "https://registry.npmjs.org/@expo/config/-/config-6.0.24.tgz", | |
- "integrity": "sha512-OcACI1md1Yo5TQmUxxueJ/RaTlR2Mgl6KswTFOYCL1XJERF/jjAx95zhWXH+JQGdlM0yB0vqM6vB6GbUFRvLxA==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "@expo/config-plugins": "4.1.5", | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "require-from-string": "^2.0.2", | |
- "resolve-from": "^5.0.0", | |
- "semver": "7.3.2", | |
- "slugify": "^1.3.4", | |
- "sucrase": "^3.20.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/config-plugins": { | |
- "version": "4.1.5", | |
- "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-4.1.5.tgz", | |
- "integrity": "sha512-RVvU40RtZt12HavuDAe+LDIq9lHj7sheOfMEHdmpJ/uTA8pgvkbc56XF6JHQD+yRr6+uhhb+JnAasGq49dsQbw==", | |
- "dependencies": { | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "@expo/plist": "0.0.18", | |
- "@expo/sdk-runtime-versions": "^1.0.0", | |
- "@react-native/normalize-color": "^2.0.0", | |
- "chalk": "^4.1.2", | |
- "debug": "^4.3.1", | |
- "find-up": "~5.0.0", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "resolve-from": "^5.0.0", | |
- "semver": "^7.3.5", | |
- "slash": "^3.0.0", | |
- "xcode": "^3.0.1", | |
- "xml2js": "0.4.23" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/config-plugins/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/config-types": { | |
- "version": "45.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-45.0.0.tgz", | |
- "integrity": "sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA==" | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/json-file": { | |
- "version": "8.2.36", | |
- "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz", | |
- "integrity": "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "json5": "^1.0.1", | |
- "write-file-atomic": "^2.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/@expo/plist": { | |
- "version": "0.0.18", | |
- "resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.0.18.tgz", | |
- "integrity": "sha512-+48gRqUiz65R21CZ/IXa7RNBXgAI/uPSdvJqoN9x1hfL44DNbUoWHgHiEXTx7XelcATpDwNTz6sHLfy0iNqf+w==", | |
- "dependencies": { | |
- "@xmldom/xmldom": "~0.7.0", | |
- "base64-js": "^1.2.3", | |
- "xmlbuilder": "^14.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/semver": { | |
- "version": "7.3.2", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", | |
- "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/dev-tools/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/devcert": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.0.0.tgz", | |
- "integrity": "sha512-cahGyQCmpZmHpn2U04NR9KwsOIZy7Rhsw8Fg4q+A6563lIJxbkrgPnxq/O3NQAh3ohEvOXOOnoFx0b4yycCkpQ==", | |
- "dependencies": { | |
- "application-config-path": "^0.1.0", | |
- "command-exists": "^1.2.4", | |
- "debug": "^3.1.0", | |
- "eol": "^0.9.1", | |
- "get-port": "^3.2.0", | |
- "glob": "^7.1.2", | |
- "lodash": "^4.17.4", | |
- "mkdirp": "^0.5.1", | |
- "password-prompt": "^1.0.4", | |
- "rimraf": "^2.6.2", | |
- "sudo-prompt": "^8.2.0", | |
- "tmp": "^0.0.33", | |
- "tslib": "^1.10.0" | |
- } | |
- }, | |
- "node_modules/@expo/devcert/node_modules/debug": { | |
- "version": "3.2.7", | |
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", | |
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", | |
- "dependencies": { | |
- "ms": "^2.1.1" | |
- } | |
- }, | |
- "node_modules/@expo/devcert/node_modules/rimraf": { | |
- "version": "2.7.1", | |
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", | |
- "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", | |
- "dependencies": { | |
- "glob": "^7.1.3" | |
- }, | |
- "bin": { | |
- "rimraf": "bin.js" | |
- } | |
- }, | |
- "node_modules/@expo/devcert/node_modules/sudo-prompt": { | |
- "version": "8.2.5", | |
- "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.2.5.tgz", | |
- "integrity": "sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==" | |
- }, | |
- "node_modules/@expo/devcert/node_modules/tslib": { | |
- "version": "1.14.1", | |
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", | |
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" | |
- }, | |
- "node_modules/@expo/eas-build-job": { | |
- "version": "0.2.72", | |
- "resolved": "https://registry.npmjs.org/@expo/eas-build-job/-/eas-build-job-0.2.72.tgz", | |
- "integrity": "sha512-PDWY/C/ypKzbLLW/V45yIuRRR4KWlUNTmyhiIMdx7qaJgpQs4ax8u8BkYBR/e3FSCKfd3s8fqkxuyWEUcdZG5w==", | |
- "dependencies": { | |
- "joi": "^17.4.2", | |
- "semver": "^7.3.5" | |
- } | |
- }, | |
- "node_modules/@expo/eas-build-job/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json": { | |
- "version": "0.53.0", | |
- "resolved": "https://registry.npmjs.org/@expo/eas-json/-/eas-json-0.53.0.tgz", | |
- "integrity": "sha512-2oug00M6dPcNdRZ+I3s5IJPxLg2ucxMO/sikZKYsyngo53TzFABAVre2o+/065eipKRJRMxwAYdVSXmFcqRv2Q==", | |
- "dependencies": { | |
- "@expo/eas-build-job": "0.2.72", | |
- "@expo/json-file": "8.2.36", | |
- "chalk": "4.1.2", | |
- "env-string": "1.0.1", | |
- "fs-extra": "10.1.0", | |
- "joi": "17.6.0", | |
- "log-symbols": "4.1.0", | |
- "semver": "7.3.7", | |
- "tslib": "2.4.0" | |
- }, | |
- "engines": { | |
- "node": ">=14.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/@expo/json-file": { | |
- "version": "8.2.36", | |
- "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz", | |
- "integrity": "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "json5": "^1.0.1", | |
- "write-file-atomic": "^2.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/fs-extra": { | |
- "version": "10.1.0", | |
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", | |
- "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", | |
- "dependencies": { | |
- "graceful-fs": "^4.2.0", | |
- "jsonfile": "^6.0.1", | |
- "universalify": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/log-symbols": { | |
- "version": "4.1.0", | |
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", | |
- "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", | |
- "dependencies": { | |
- "chalk": "^4.1.0", | |
- "is-unicode-supported": "^0.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/sindresorhus" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/eas-json/node_modules/universalify": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", | |
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", | |
- "engines": { | |
- "node": ">= 10.0.0" | |
- } | |
- }, | |
"node_modules/@expo/image-utils": { | |
"version": "0.3.19", | |
"resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.3.19.tgz", | |
@@ -3030,189 +2276,6 @@ | |
"node": ">=8" | |
} | |
}, | |
- "node_modules/@expo/multipart-body-parser": { | |
- "version": "1.1.0", | |
- "resolved": "https://registry.npmjs.org/@expo/multipart-body-parser/-/multipart-body-parser-1.1.0.tgz", | |
- "integrity": "sha512-XOaS79wFIJgx0J7oUzRb+kZsnZmFqGpisu0r8RPO3b0wjbW7xpWgiXmRR4RavKeGiVAPauZOi4vad7cJ3KCspg==", | |
- "dependencies": { | |
- "dicer": "^0.3.1", | |
- "nullthrows": "^1.1.1", | |
- "structured-headers": "^0.4.1" | |
- } | |
- }, | |
- "node_modules/@expo/osascript": { | |
- "version": "2.0.33", | |
- "resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.0.33.tgz", | |
- "integrity": "sha512-FQinlwHrTlJbntp8a7NAlCKedVXe06Va/0DSLXRO8lZVtgbEMrYYSUZWQNcOlNtc58c2elNph6z9dMOYwSo3JQ==", | |
- "dependencies": { | |
- "@expo/spawn-async": "^1.5.0", | |
- "exec-async": "^2.2.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager": { | |
- "version": "0.0.54", | |
- "resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-0.0.54.tgz", | |
- "integrity": "sha512-Sr7UsDh9Pcta1gAFZJgszodewEvg/XSRV1oV+iTrkUEhP7NziMrK5dE71O2FHmKGfdrDQgLexvq8HLZdfRskKw==", | |
- "dependencies": { | |
- "@expo/json-file": "8.2.36", | |
- "@expo/spawn-async": "^1.5.0", | |
- "ansi-regex": "^5.0.0", | |
- "chalk": "^4.0.0", | |
- "find-up": "^5.0.0", | |
- "find-yarn-workspace-root": "~2.0.0", | |
- "npm-package-arg": "^7.0.0", | |
- "rimraf": "^3.0.2", | |
- "split": "^1.0.1", | |
- "sudo-prompt": "9.1.1" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/@expo/json-file": { | |
- "version": "8.2.36", | |
- "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz", | |
- "integrity": "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "json5": "^1.0.1", | |
- "write-file-atomic": "^2.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/hosted-git-info": { | |
- "version": "3.0.8", | |
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", | |
- "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/npm-package-arg": { | |
- "version": "7.0.0", | |
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-7.0.0.tgz", | |
- "integrity": "sha512-xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==", | |
- "dependencies": { | |
- "hosted-git-info": "^3.0.2", | |
- "osenv": "^0.1.5", | |
- "semver": "^5.6.0", | |
- "validate-npm-package-name": "^3.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/semver": { | |
- "version": "5.7.1", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", | |
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", | |
- "bin": { | |
- "semver": "bin/semver" | |
- } | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/sudo-prompt": { | |
- "version": "9.1.1", | |
- "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.1.1.tgz", | |
- "integrity": "sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==" | |
- }, | |
- "node_modules/@expo/package-manager/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/pkcs12": { | |
- "version": "0.0.8", | |
- "resolved": "https://registry.npmjs.org/@expo/pkcs12/-/pkcs12-0.0.8.tgz", | |
- "integrity": "sha512-VNZnmsu3PgdvZRqYLB0Ja8dNjKrgKpcqMvtUPINI4fJbF/ihDNI0A/LkHvnR2/21WRMHk2tm4QgMIkOQTfZ5kg==", | |
- "dependencies": { | |
- "node-forge": "^1.2.1" | |
- } | |
- }, | |
- "node_modules/@expo/pkcs12/node_modules/node-forge": { | |
- "version": "1.3.1", | |
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", | |
- "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", | |
- "engines": { | |
- "node": ">= 6.13.0" | |
- } | |
- }, | |
"node_modules/@expo/plist": { | |
"version": "0.0.15", | |
"resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.0.15.tgz", | |
@@ -3223,233 +2286,6 @@ | |
"xmlbuilder": "^14.0.0" | |
} | |
}, | |
- "node_modules/@expo/plugin-autocomplete": { | |
- "version": "1.4.0", | |
- "resolved": "https://registry.npmjs.org/@expo/plugin-autocomplete/-/plugin-autocomplete-1.4.0.tgz", | |
- "integrity": "sha512-HK+lq5kWXvP2NOg/mME9ZlbCWRzwvslIZmVvYHnoRmIGvPUXku7eoOtlSEpmOk77wM+wu/IoFRAY8kBYeAZEbQ==", | |
- "dependencies": { | |
- "@oclif/core": "^1.9.0", | |
- "chalk": "^4.1.0", | |
- "debug": "^4.3.4", | |
- "fs-extra": "^10.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/fs-extra": { | |
- "version": "10.1.0", | |
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", | |
- "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", | |
- "dependencies": { | |
- "graceful-fs": "^4.2.0", | |
- "jsonfile": "^6.0.1", | |
- "universalify": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-autocomplete/node_modules/universalify": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", | |
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", | |
- "engines": { | |
- "node": ">= 10.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-help": { | |
- "version": "5.2.0", | |
- "resolved": "https://registry.npmjs.org/@expo/plugin-help/-/plugin-help-5.2.0.tgz", | |
- "integrity": "sha512-YOI+D93hqAQHxOhlbGXXeQZX8FwWE338vk22GQNmVdVEBafrBHqvCWm0uEQKorf1mNwl8p0hcb/9NrGov5p5Lw==", | |
- "dependencies": { | |
- "@oclif/core": "^1.9.0" | |
- }, | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available": { | |
- "version": "2.3.0", | |
- "resolved": "https://registry.npmjs.org/@expo/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.3.0.tgz", | |
- "integrity": "sha512-GBHwvWNt23aOrpFW2kw2RBkInnWKPa3j4h5gp09cxjYawcI3jl2FKyOEokxCiFhE+9QnIFTEm0fWJDceGmBe0w==", | |
- "dependencies": { | |
- "@oclif/core": "^1.9.0", | |
- "chalk": "^4.1.0", | |
- "debug": "^4.3.4", | |
- "ejs": "^3.1.7", | |
- "fs-extra": "^10.1.0", | |
- "http-call": "^5.2.2", | |
- "semver": "^7.3.7", | |
- "tslib": "^2.4.0" | |
- }, | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/fs-extra": { | |
- "version": "10.1.0", | |
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", | |
- "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", | |
- "dependencies": { | |
- "graceful-fs": "^4.2.0", | |
- "jsonfile": "^6.0.1", | |
- "universalify": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/plugin-warn-if-update-available/node_modules/universalify": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", | |
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", | |
- "engines": { | |
- "node": ">= 10.0.0" | |
- } | |
- }, | |
"node_modules/@expo/prebuild-config": { | |
"version": "3.1.6", | |
"resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-3.1.6.tgz", | |
@@ -3662,72 +2498,6 @@ | |
"node": ">=8" | |
} | |
}, | |
- "node_modules/@expo/results": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/results/-/results-1.0.0.tgz", | |
- "integrity": "sha512-qECzzXX5oJot3m2Gu9pfRDz50USdBieQVwYAzeAtQRUTD3PVeTK1tlRUoDcrK8PSruDLuVYdKkLebX4w/o55VA==", | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/rudder-sdk-node": { | |
- "version": "1.1.1", | |
- "resolved": "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.1.tgz", | |
- "integrity": "sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==", | |
- "dependencies": { | |
- "@expo/bunyan": "^4.0.0", | |
- "@segment/loosely-validate-event": "^2.0.0", | |
- "fetch-retry": "^4.1.1", | |
- "md5": "^2.2.1", | |
- "node-fetch": "^2.6.1", | |
- "remove-trailing-slash": "^0.1.0", | |
- "uuid": "^8.3.2" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/rudder-sdk-node/node_modules/uuid": { | |
- "version": "8.3.2", | |
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", | |
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", | |
- "bin": { | |
- "uuid": "dist/bin/uuid" | |
- } | |
- }, | |
- "node_modules/@expo/schemer": { | |
- "version": "1.4.1", | |
- "resolved": "https://registry.npmjs.org/@expo/schemer/-/schemer-1.4.1.tgz", | |
- "integrity": "sha512-dW5xz/8TfXcHtlH8q4nZxN/Ru9DyUtsTx6Sl6tb7FByvYvqHKBPz0g/uIMkZBSIppPRvdgEUp9LpYkBR2tx48Q==", | |
- "dependencies": { | |
- "ajv": "^5.2.2", | |
- "json-schema-traverse": "0.3.1", | |
- "lodash": "^4.17.19", | |
- "probe-image-size": "~6.0.0", | |
- "read-chunk": "^3.2.0" | |
- } | |
- }, | |
- "node_modules/@expo/schemer/node_modules/ajv": { | |
- "version": "5.5.2", | |
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", | |
- "integrity": "sha512-Ajr4IcMXq/2QmMkEmSvxqfLN5zGmJ92gHXAeOXq1OekoH2rfDNsgdDoL2f7QaRCy7G/E6TpxBVdRuNraMztGHw==", | |
- "dependencies": { | |
- "co": "^4.6.0", | |
- "fast-deep-equal": "^1.0.0", | |
- "fast-json-stable-stringify": "^2.0.0", | |
- "json-schema-traverse": "^0.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/schemer/node_modules/fast-deep-equal": { | |
- "version": "1.1.0", | |
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", | |
- "integrity": "sha512-fueX787WZKCV0Is4/T2cyAdM4+x1S3MXXOAhavE1ys/W42SHAPacLTQhucja22QBYrfGw50M2sRiXPtTGv9Ymw==" | |
- }, | |
- "node_modules/@expo/schemer/node_modules/json-schema-traverse": { | |
- "version": "0.3.1", | |
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", | |
- "integrity": "sha512-4JD/Ivzg7PoW8NzdrBSr3UFwC9mHgvI7Z6z3QGBsSHgKaRTUDmyZAAKJo2UbG1kUVfS9WS8bi36N49U1xw43DA==" | |
- }, | |
"node_modules/@expo/sdk-runtime-versions": { | |
"version": "1.0.0", | |
"resolved": "https://registry.npmjs.org/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz", | |
@@ -3805,11 +2575,6 @@ | |
"which": "bin/which" | |
} | |
}, | |
- "node_modules/@expo/timeago.js": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/timeago.js/-/timeago.js-1.0.0.tgz", | |
- "integrity": "sha512-PD45CGlCL8kG0U3YcH1NvYxQThw5XAS7qE9bgP4L7dakm8lsMz+p8BQ1IjBFMmImawVWsV3py6JZINaEebXLnw==" | |
- }, | |
"node_modules/@expo/vector-icons": { | |
"version": "12.0.5", | |
"resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-12.0.5.tgz", | |
@@ -3823,473 +2588,6 @@ | |
"lodash.template": "^4.5.0" | |
} | |
}, | |
- "node_modules/@expo/webpack-config": { | |
- "version": "0.16.24", | |
- "resolved": "https://registry.npmjs.org/@expo/webpack-config/-/webpack-config-0.16.24.tgz", | |
- "integrity": "sha512-Nml2uvNOpFKEyYvFrn1bTVXZWKcBGWO+duk+CuVT3WUG0istmPbP7qeneqzQ51oTbvbmxl8hUQ6EqEFFyubF/g==", | |
- "dependencies": { | |
- "@babel/core": "7.9.0", | |
- "@expo/config": "6.0.24", | |
- "babel-loader": "8.1.0", | |
- "chalk": "^4.0.0", | |
- "clean-webpack-plugin": "^3.0.0", | |
- "copy-webpack-plugin": "~6.0.3", | |
- "css-loader": "~3.6.0", | |
- "expo-pwa": "0.0.119", | |
- "file-loader": "~6.0.0", | |
- "find-yarn-workspace-root": "~2.0.0", | |
- "getenv": "^1.0.0", | |
- "html-loader": "~1.1.0", | |
- "html-webpack-plugin": "~4.3.0", | |
- "image-size": "^1.0.0", | |
- "is-wsl": "^2.0.0", | |
- "loader-utils": "^2.0.0", | |
- "mini-css-extract-plugin": "^0.5.0", | |
- "node-html-parser": "^1.2.12", | |
- "optimize-css-assets-webpack-plugin": "^5.0.3", | |
- "pnp-webpack-plugin": "^1.5.0", | |
- "postcss-safe-parser": "^4.0.2", | |
- "react-dev-utils": "~11.0.1", | |
- "schema-utils": "^3.1.1", | |
- "semver": "~7.3.2", | |
- "style-loader": "~1.2.1", | |
- "terser-webpack-plugin": "^3.0.6", | |
- "url-loader": "~4.1.0", | |
- "webpack": "4.43.0", | |
- "webpack-dev-server": "3.11.0", | |
- "webpack-manifest-plugin": "~2.2.0" | |
- }, | |
- "engines": { | |
- "node": ">=12" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@babel/core": { | |
- "version": "7.9.0", | |
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", | |
- "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", | |
- "dependencies": { | |
- "@babel/code-frame": "^7.8.3", | |
- "@babel/generator": "^7.9.0", | |
- "@babel/helper-module-transforms": "^7.9.0", | |
- "@babel/helpers": "^7.9.0", | |
- "@babel/parser": "^7.9.0", | |
- "@babel/template": "^7.8.6", | |
- "@babel/traverse": "^7.9.0", | |
- "@babel/types": "^7.9.0", | |
- "convert-source-map": "^1.7.0", | |
- "debug": "^4.1.0", | |
- "gensync": "^1.0.0-beta.1", | |
- "json5": "^2.1.2", | |
- "lodash": "^4.17.13", | |
- "resolve": "^1.3.2", | |
- "semver": "^5.4.1", | |
- "source-map": "^0.5.0" | |
- }, | |
- "engines": { | |
- "node": ">=6.9.0" | |
- }, | |
- "funding": { | |
- "type": "opencollective", | |
- "url": "https://opencollective.com/babel" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@babel/core/node_modules/semver": { | |
- "version": "5.7.1", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", | |
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", | |
- "bin": { | |
- "semver": "bin/semver" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/config": { | |
- "version": "6.0.24", | |
- "resolved": "https://registry.npmjs.org/@expo/config/-/config-6.0.24.tgz", | |
- "integrity": "sha512-OcACI1md1Yo5TQmUxxueJ/RaTlR2Mgl6KswTFOYCL1XJERF/jjAx95zhWXH+JQGdlM0yB0vqM6vB6GbUFRvLxA==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "@expo/config-plugins": "4.1.5", | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "require-from-string": "^2.0.2", | |
- "resolve-from": "^5.0.0", | |
- "semver": "7.3.2", | |
- "slugify": "^1.3.4", | |
- "sucrase": "^3.20.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/config-plugins": { | |
- "version": "4.1.5", | |
- "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-4.1.5.tgz", | |
- "integrity": "sha512-RVvU40RtZt12HavuDAe+LDIq9lHj7sheOfMEHdmpJ/uTA8pgvkbc56XF6JHQD+yRr6+uhhb+JnAasGq49dsQbw==", | |
- "dependencies": { | |
- "@expo/config-types": "^45.0.0", | |
- "@expo/json-file": "8.2.36", | |
- "@expo/plist": "0.0.18", | |
- "@expo/sdk-runtime-versions": "^1.0.0", | |
- "@react-native/normalize-color": "^2.0.0", | |
- "chalk": "^4.1.2", | |
- "debug": "^4.3.1", | |
- "find-up": "~5.0.0", | |
- "getenv": "^1.0.0", | |
- "glob": "7.1.6", | |
- "resolve-from": "^5.0.0", | |
- "semver": "^7.3.5", | |
- "slash": "^3.0.0", | |
- "xcode": "^3.0.1", | |
- "xml2js": "0.4.23" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/config-types": { | |
- "version": "45.0.0", | |
- "resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-45.0.0.tgz", | |
- "integrity": "sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA==" | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/config/node_modules/semver": { | |
- "version": "7.3.2", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", | |
- "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/json-file": { | |
- "version": "8.2.36", | |
- "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.36.tgz", | |
- "integrity": "sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==", | |
- "dependencies": { | |
- "@babel/code-frame": "~7.10.4", | |
- "json5": "^1.0.1", | |
- "write-file-atomic": "^2.3.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/json-file/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/@expo/plist": { | |
- "version": "0.0.18", | |
- "resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.0.18.tgz", | |
- "integrity": "sha512-+48gRqUiz65R21CZ/IXa7RNBXgAI/uPSdvJqoN9x1hfL44DNbUoWHgHiEXTx7XelcATpDwNTz6sHLfy0iNqf+w==", | |
- "dependencies": { | |
- "@xmldom/xmldom": "~0.7.0", | |
- "base64-js": "^1.2.3", | |
- "xmlbuilder": "^14.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/babel-loader": { | |
- "version": "8.1.0", | |
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", | |
- "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", | |
- "dependencies": { | |
- "find-cache-dir": "^2.1.0", | |
- "loader-utils": "^1.4.0", | |
- "mkdirp": "^0.5.3", | |
- "pify": "^4.0.1", | |
- "schema-utils": "^2.6.5" | |
- }, | |
- "engines": { | |
- "node": ">= 6.9" | |
- }, | |
- "peerDependencies": { | |
- "@babel/core": "^7.0.0", | |
- "webpack": ">=2" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/babel-loader/node_modules/json5": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", | |
- "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", | |
- "dependencies": { | |
- "minimist": "^1.2.0" | |
- }, | |
- "bin": { | |
- "json5": "lib/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/babel-loader/node_modules/loader-utils": { | |
- "version": "1.4.0", | |
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", | |
- "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", | |
- "dependencies": { | |
- "big.js": "^5.2.2", | |
- "emojis-list": "^3.0.0", | |
- "json5": "^1.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=4.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/babel-loader/node_modules/schema-utils": { | |
- "version": "2.7.1", | |
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", | |
- "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", | |
- "dependencies": { | |
- "@types/json-schema": "^7.0.5", | |
- "ajv": "^6.12.4", | |
- "ajv-keywords": "^3.5.2" | |
- }, | |
- "engines": { | |
- "node": ">= 8.9.0" | |
- }, | |
- "funding": { | |
- "type": "opencollective", | |
- "url": "https://opencollective.com/webpack" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/image-size": { | |
- "version": "1.0.1", | |
- "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.1.tgz", | |
- "integrity": "sha512-VAwkvNSNGClRw9mDHhc5Efax8PLlsOGcUTh0T/LIriC8vPA3U5PdqXWqkz406MoYHMKW8Uf9gWr05T/rYB44kQ==", | |
- "dependencies": { | |
- "queue": "6.0.2" | |
- }, | |
- "bin": { | |
- "image-size": "bin/image-size.js" | |
- }, | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/is-wsl": { | |
- "version": "2.2.0", | |
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", | |
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | |
- "dependencies": { | |
- "is-docker": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/resolve": { | |
- "version": "1.22.0", | |
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", | |
- "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", | |
- "dependencies": { | |
- "is-core-module": "^2.8.1", | |
- "path-parse": "^1.0.7", | |
- "supports-preserve-symlinks-flag": "^1.0.0" | |
- }, | |
- "bin": { | |
- "resolve": "bin/resolve" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/ljharb" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@expo/webpack-config/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty": { | |
- "version": "4.1.3", | |
- "resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.1.3.tgz", | |
- "integrity": "sha512-testj0jpEe1IwRfnmQ3shizTXOY6IGcuMJg1vtmXy2bC9sPTLK1wjliRJp2xCJGcp1ZbEA1/eptzX+6MDnYjrA==", | |
- "dependencies": { | |
- "@babel/code-frame": "7.10.4", | |
- "chalk": "^4.1.0", | |
- "find-up": "^5.0.0", | |
- "js-yaml": "^4.1.0" | |
- }, | |
- "bin": { | |
- "excpretty": "build/cli.js" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/@babel/code-frame": { | |
- "version": "7.10.4", | |
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", | |
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", | |
- "dependencies": { | |
- "@babel/highlight": "^7.10.4" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/argparse": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", | |
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/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==", | |
- "dependencies": { | |
- "argparse": "^2.0.1" | |
- }, | |
- "bin": { | |
- "js-yaml": "bin/js-yaml.js" | |
- } | |
- }, | |
- "node_modules/@expo/xcpretty/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@gar/promisify": { | |
- "version": "1.1.3", | |
- "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", | |
- "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" | |
- }, | |
- "node_modules/@graphql-typed-document-node/core": { | |
- "version": "3.1.1", | |
- "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", | |
- "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", | |
- "peerDependencies": { | |
- "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | |
- } | |
- }, | |
"node_modules/@hapi/hoek": { | |
"version": "9.3.0", | |
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", | |
@@ -4487,258 +2785,6 @@ | |
"node": ">= 8" | |
} | |
}, | |
- "node_modules/@npmcli/fs": { | |
- "version": "1.1.1", | |
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", | |
- "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", | |
- "dependencies": { | |
- "@gar/promisify": "^1.0.1", | |
- "semver": "^7.3.5" | |
- } | |
- }, | |
- "node_modules/@npmcli/fs/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@npmcli/move-file": { | |
- "version": "1.1.2", | |
- "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", | |
- "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", | |
- "dependencies": { | |
- "mkdirp": "^1.0.4", | |
- "rimraf": "^3.0.2" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@npmcli/move-file/node_modules/mkdirp": { | |
- "version": "1.0.4", | |
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", | |
- "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", | |
- "bin": { | |
- "mkdirp": "bin/cmd.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@oclif/core": { | |
- "version": "1.9.0", | |
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.9.0.tgz", | |
- "integrity": "sha512-duvlaRQf4JM+mKuwwos1DNa/Q9x6tnF3khV5RU0fy5hhETF7THlTmxioKlIvKMyQDVpySqtZXZ0OKHeCi2EWuQ==", | |
- "dependencies": { | |
- "@oclif/linewrap": "^1.0.0", | |
- "@oclif/screen": "^3.0.2", | |
- "ansi-escapes": "^4.3.2", | |
- "ansi-styles": "^4.3.0", | |
- "cardinal": "^2.1.1", | |
- "chalk": "^4.1.2", | |
- "clean-stack": "^3.0.1", | |
- "cli-progress": "^3.10.0", | |
- "debug": "^4.3.4", | |
- "ejs": "^3.1.6", | |
- "fs-extra": "^9.1.0", | |
- "get-package-type": "^0.1.0", | |
- "globby": "^11.1.0", | |
- "hyperlinker": "^1.0.0", | |
- "indent-string": "^4.0.0", | |
- "is-wsl": "^2.2.0", | |
- "js-yaml": "^3.14.1", | |
- "natural-orderby": "^2.0.3", | |
- "object-treeify": "^1.1.33", | |
- "password-prompt": "^1.1.2", | |
- "semver": "^7.3.7", | |
- "string-width": "^4.2.3", | |
- "strip-ansi": "^6.0.1", | |
- "supports-color": "^8.1.1", | |
- "supports-hyperlinks": "^2.2.0", | |
- "tslib": "^2.3.1", | |
- "widest-line": "^3.1.0", | |
- "wrap-ansi": "^7.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/ansi-styles": { | |
- "version": "4.3.0", | |
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
- "dependencies": { | |
- "color-convert": "^2.0.1" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/chalk": { | |
- "version": "4.1.2", | |
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
- "dependencies": { | |
- "ansi-styles": "^4.1.0", | |
- "supports-color": "^7.1.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/chalk?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/clean-stack": { | |
- "version": "3.0.1", | |
- "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", | |
- "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", | |
- "dependencies": { | |
- "escape-string-regexp": "4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sponsors/sindresorhus" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/color-convert": { | |
- "version": "2.0.1", | |
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
- "dependencies": { | |
- "color-name": "~1.1.4" | |
- }, | |
- "engines": { | |
- "node": ">=7.0.0" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/color-name": { | |
- "version": "1.1.4", | |
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" | |
- }, | |
- "node_modules/@oclif/core/node_modules/fs-extra": { | |
- "version": "9.1.0", | |
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", | |
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", | |
- "dependencies": { | |
- "at-least-node": "^1.0.0", | |
- "graceful-fs": "^4.2.0", | |
- "jsonfile": "^6.0.1", | |
- "universalify": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/has-flag": { | |
- "version": "4.0.0", | |
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/is-wsl": { | |
- "version": "2.2.0", | |
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", | |
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | |
- "dependencies": { | |
- "is-docker": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=8" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/semver": { | |
- "version": "7.3.7", | |
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", | |
- "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", | |
- "dependencies": { | |
- "lru-cache": "^6.0.0" | |
- }, | |
- "bin": { | |
- "semver": "bin/semver.js" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/supports-color": { | |
- "version": "8.1.1", | |
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", | |
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", | |
- "dependencies": { | |
- "has-flag": "^4.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/supports-color?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/universalify": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", | |
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", | |
- "engines": { | |
- "node": ">= 10.0.0" | |
- } | |
- }, | |
- "node_modules/@oclif/core/node_modules/wrap-ansi": { | |
- "version": "7.0.0", | |
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | |
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", | |
- "dependencies": { | |
- "ansi-styles": "^4.0.0", | |
- "string-width": "^4.1.0", | |
- "strip-ansi": "^6.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@oclif/linewrap": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", | |
- "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" | |
- }, | |
- "node_modules/@oclif/screen": { | |
- "version": "3.0.2", | |
- "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-3.0.2.tgz", | |
- "integrity": "sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==", | |
- "engines": { | |
- "node": ">=12.0.0" | |
- } | |
- }, | |
"node_modules/@react-native-async-storage/async-storage": { | |
"version": "1.15.17", | |
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.17.tgz", | |
@@ -5250,15 +3296,6 @@ | |
} | |
} | |
}, | |
- "node_modules/@segment/loosely-validate-event": { | |
- "version": "2.0.0", | |
- "resolved": "https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz", | |
- "integrity": "sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==", | |
- "dependencies": { | |
- "component-type": "^1.2.1", | |
- "join-component": "^1.1.0" | |
- } | |
- }, | |
"node_modules/@sideway/address": { | |
"version": "4.1.4", | |
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", | |
@@ -5277,48 +3314,6 @@ | |
"resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", | |
"integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" | |
}, | |
- "node_modules/@sindresorhus/is": { | |
- "version": "4.6.0", | |
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", | |
- "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", | |
- "engines": { | |
- "node": ">=10" | |
- }, | |
- "funding": { | |
- "url": "https://github.com/sindresorhus/is?sponsor=1" | |
- } | |
- }, | |
- "node_modules/@szmarczak/http-timer": { | |
- "version": "4.0.6", | |
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", | |
- "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", | |
- "dependencies": { | |
- "defer-to-connect": "^2.0.0" | |
- }, | |
- "engines": { | |
- "node": ">=10" | |
- } | |
- }, | |
- "node_modules/@types/cacheable-request": { | |
- "version": "6.0.2", | |
- "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", | |
- "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", | |
- "dependencies": { | |
- "@types/http-cache-semantics": "*", | |
- "@types/keyv": "*", | |
- "@types/node": "*", | |
- "@types/responselike": "*" | |
- } | |
- }, | |
- "node_modules/@types/glob": { | |
- "version": "7.2.0", | |
- "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", | |
- "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", | |
- "dependencies": { | |
- "@types/minimatch": "*", | |
- "@types/node": "*" | |
- } | |
- }, | |
"node_modules/@types/graceful-fs": { | |
"version": "4.1.5", | |
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", | |
@@ -5341,16 +3336,6 @@ | |
"hoist-non-react-statics": "^3.3.0" | |
} | |
}, | |
- "node_modules/@types/html-minifier-terser": { | |
- "version": "5.1.2", | |
- "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", | |
- "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==" | |
- }, | |
- "node_modules/@types/http-cache-semantics": { | |
- "version": "4.0.1", | |
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", | |
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==" | |
- }, | |
"node_modules/@types/invariant": { | |
"version": "2.2.35", | |
"resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.35.tgz", | |
@@ -5377,29 +3362,6 @@ | |
"@types/istanbul-lib-report": "*" | |
} | |
}, | |
- "node_modules/@types/json-buffer": { | |
- "version": "3.0.0", | |
- "resolved": "https://registry.npmjs.org/@types/json-buffer/-/json-buffer-3.0.0.tgz", | |
- "integrity": "sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==" | |
- }, | |
- "node_modules/@types/json-schema": { | |
- "version": "7.0.11", | |
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", | |
- "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" | |
- }, | |
- "node_modules/@types/keyv": { | |
- "version": "3.1.4", | |
- "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", | |
- "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", | |
- "dependencies": { | |
- "@types/node": "*" | |
- } | |
- }, | |
- "node_modules/@types/minimatch": { | |
- "version": "3.0.5", | |
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", | |
- "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" | |
- }, | |
"node_modules/@types/node": { | |
"version": "17.0.36", | |
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.36.tgz", | |
@@ -5410,11 +3372,6 @@ | |
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", | |
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" | |
}, | |
- "node_modules/@types/q": { | |
- "version": "1.5.5", | |
- "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", | |
- "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" | |
- }, | |
"node_modules/@types/react": { | |
"version": "18.0.9", | |
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.9.tgz", | |
@@ -5453,89 +3410,11 @@ | |
"redux": "^4.0.0" | |
} | |
}, | |
- "node_modules/@types/responselike": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", | |
- "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", | |
- "dependencies": { | |
- "@types/node": "*" | |
- } | |
- }, | |
- "node_modules/@types/retry": { | |
- "version": "0.12.2", |