|
|
|
|
@@ -30,6 +30,7 @@
|
|
|
|
|
"@react-native-community/netinfo": "11.1.0",
|
|
|
|
|
"@react-native-community/slider": "4.4.3",
|
|
|
|
|
"@react-native-google-signin/google-signin": "10.1.0",
|
|
|
|
|
"@react-native/metro-config": "0.72.9",
|
|
|
|
|
"@react-navigation/bottom-tabs": "6.5.8",
|
|
|
|
|
"@react-navigation/elements": "1.3.18",
|
|
|
|
|
"@react-navigation/material-top-tabs": "6.6.3",
|
|
|
|
|
@@ -5052,6 +5053,527 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz",
|
|
|
|
|
"integrity": "sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config": {
|
|
|
|
|
"version": "0.72.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.72.9.tgz",
|
|
|
|
|
"integrity": "sha512-5MGmyDnXPeprRuvgPGE4LZ+e+ovofSd5YY6nFDwg6wbjRGOkeCRRlaTlQT+fjmv+zr4vYG+MUTKBlaO+fui/vA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@react-native/js-polyfills": "^0.72.1",
|
|
|
|
|
"metro-config": "0.76.7",
|
|
|
|
|
"metro-react-native-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/@jest/types": {
|
|
|
|
|
"version": "27.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
|
|
|
|
|
"integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
|
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"@types/yargs": "^16.0.0",
|
|
|
|
|
"chalk": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/@types/yargs": {
|
|
|
|
|
"version": "16.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/yargs-parser": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-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/@react-native/metro-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/@react-native/metro-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/@react-native/metro-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/@react-native/metro-config/node_modules/debug": {
|
|
|
|
|
"version": "2.6.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
|
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ms": "2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-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/@react-native/metro-config/node_modules/jest-util": {
|
|
|
|
|
"version": "27.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
|
|
|
|
|
"integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jest/types": "^27.5.1",
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
|
"ci-info": "^3.2.0",
|
|
|
|
|
"graceful-fs": "^4.2.9",
|
|
|
|
|
"picomatch": "^2.2.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/jest-util/node_modules/ci-info": {
|
|
|
|
|
"version": "3.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro/-/metro-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-67ZGwDeumEPnrHI+pEDSKH2cx+C81Gx8Mn5qOtmGUPm/Up9Y4I1H2dJZ5n17MWzejNo0XAvPh0QL0CrlJEODVQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.0.0",
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/parser": "^7.20.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"accepts": "^1.3.7",
|
|
|
|
|
"async": "^3.2.2",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
|
"ci-info": "^2.0.0",
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"denodeify": "^1.2.1",
|
|
|
|
|
"error-stack-parser": "^2.0.6",
|
|
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"image-size": "^1.0.2",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"jest-worker": "^27.2.0",
|
|
|
|
|
"jsc-safe-url": "^0.2.2",
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"metro-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-cache-key": "0.76.7",
|
|
|
|
|
"metro-config": "0.76.7",
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"metro-file-map": "0.76.7",
|
|
|
|
|
"metro-inspector-proxy": "0.76.7",
|
|
|
|
|
"metro-minify-terser": "0.76.7",
|
|
|
|
|
"metro-minify-uglify": "0.76.7",
|
|
|
|
|
"metro-react-native-babel-preset": "0.76.7",
|
|
|
|
|
"metro-resolver": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"metro-symbolicate": "0.76.7",
|
|
|
|
|
"metro-transform-plugins": "0.76.7",
|
|
|
|
|
"metro-transform-worker": "0.76.7",
|
|
|
|
|
"mime-types": "^2.1.27",
|
|
|
|
|
"node-fetch": "^2.2.0",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"serialize-error": "^2.1.0",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"strip-ansi": "^6.0.0",
|
|
|
|
|
"throat": "^5.0.0",
|
|
|
|
|
"ws": "^7.5.1",
|
|
|
|
|
"yargs": "^17.6.2"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"metro": "src/cli.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-babel-transformer": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-bgr2OFn0J4r0qoZcHrwEvccF7g9k3wdgTOgk6gmGHrtlZ1Jn3oCpklW/DfZ9PzHfjY2mQammKTc19g/EFGyOJw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-cache": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-nWBMztrs5RuSxZRI7hgFgob5PhYDmxICh9FF8anm9/ito0u0vpPvRxt7sRu8fyeD2AHdXqE7kX32rWY0LiXgeg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"rimraf": "^3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-cache-key": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-0pecoIzwsD/Whn/Qfa+SDMX2YyasV0ndbcgUFx7w1Ct2sLHClujdhQ4ik6mvQmsaOcnGkIyN0zcceMDjC2+BFQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-config": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-CFDyNb9bqxZemiChC/gNdXZ7OQkIwmXzkrEXivcXGbgzlt/b2juCv555GWJHyZSlorwnwJfY3uzAFu4A9iRVfg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"cosmiconfig": "^5.0.5",
|
|
|
|
|
"jest-validate": "^29.2.1",
|
|
|
|
|
"metro": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-core": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-0b8KfrwPmwCMW+1V7ZQPkTy2tsEKZjYG9Pu1PTsu463Z9fxX7WaR0fcHFshv+J1CnQSUTwIGGjbNvj1teKe+pw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"metro-resolver": "0.76.7"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-file-map": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-s+zEkTcJ4mOJTgEE2ht4jIo1DZfeWreQR3tpT3gDV/Y/0UQ8aJBTv62dE775z0GLsWZApiblAYZsj7ZE8P06nw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"anymatch": "^3.0.3",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"fb-watchman": "^2.0.0",
|
|
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"jest-regex-util": "^27.0.6",
|
|
|
|
|
"jest-util": "^27.2.0",
|
|
|
|
|
"jest-worker": "^27.2.0",
|
|
|
|
|
"micromatch": "^4.0.4",
|
|
|
|
|
"node-abort-controller": "^3.1.1",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"walker": "^1.0.7"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "^2.3.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-inspector-proxy": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-rNZ/6edTl/1qUekAhAbaFjczMphM50/UjtxiKulo6vqvgn/Mjd9hVqDvVYfAMZXqPvlusD88n38UjVYPkruLSg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"node-fetch": "^2.2.0",
|
|
|
|
|
"ws": "^7.5.1",
|
|
|
|
|
"yargs": "^17.6.2"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"metro-inspector-proxy": "src/cli.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-minify-terser": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-FQiZGhIxCzhDwK4LxyPMLlq0Tsmla10X7BfNGlYFK0A5IsaVKNJbETyTzhpIwc+YFRT4GkFFwgo0V2N5vxO5HA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"terser": "^5.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-minify-uglify": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-FuXIU3j2uNcSvQtPrAJjYWHruPiQ+EpE++J9Z+VznQKEHcIxMMoQZAfIF2IpZSrZYfLOjVFyGMvj41jQMxV1Vw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"uglify-es": "^3.1.9"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-react-native-babel-preset": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-R25wq+VOSorAK3hc07NW0SmN8z9S/IR0Us0oGAsBcMZnsgkbOxu77Mduqf+f4is/wnWHc5+9bfiqdLnaMngiVw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.20.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-syntax-flow": "^7.18.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
|
|
|
"react-refresh": "^0.4.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-react-native-babel-transformer": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-W6lW3J7y/05ph3c2p3KKJNhH0IdyxdOCbQ5it7aM2MAl0SM4wgKjaV6EYv9b3rHklpV6K3qMH37UKVcjMooWiA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"babel-preset-fbjs": "^3.4.0",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"metro-react-native-babel-preset": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-resolver": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-pC0Wgq29HHIHrwz23xxiNgylhI8Rq1V01kQaJ9Kz11zWrIdlrH0ZdnJ7GC6qA0ErROG+cXmJ0rJb8/SW1Zp2IA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-runtime": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-MuWHubQHymUWBpZLwuKZQgA/qbb35WnDAKPo83rk7JRLIFPvzXSvFaC18voPuzJBt1V98lKQIonh6MiC9gd8Ug==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.0.0",
|
|
|
|
|
"react-refresh": "^0.4.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-source-map": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-Prhx7PeRV1LuogT0Kn5VjCuFu9fVD68eefntdWabrksmNY6mXK8pRqzvNJOhTojh6nek+RxBzZeD6MIOOyXS6w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"metro-symbolicate": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"ob1": "0.76.7",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"vlq": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-symbolicate": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-p0zWEME5qLSL1bJb93iq+zt5fz3sfVn9xFYzca1TJIpY5MommEaS64Va87lp56O0sfEIvh4307Oaf/ZzRjuLiQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"through2": "^2.0.1",
|
|
|
|
|
"vlq": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"metro-symbolicate": "src/index.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-transform-plugins": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-iSmnjVApbdivjuzb88Orb0JHvcEt5veVyFAzxiS5h0QB+zV79w6JCSqZlHCrbNOkOKBED//LqtKbFVakxllnNg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/metro-transform-worker": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-cGvELqFMVk9XTC15CMVzrCzcO6sO1lURfcbgjuuPdzaWuD11eEyocvkTX0DPiRjsvgAmicz4XYxVzgYl3MykDw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/parser": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"babel-preset-fbjs": "^3.4.0",
|
|
|
|
|
"metro": "0.76.7",
|
|
|
|
|
"metro-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-cache-key": "0.76.7",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"metro-transform-plugins": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/ms": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-config/node_modules/ob1": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-BQdRtxxoUNfSoZxqeBGOyuT9nEYSn18xZHwGMb0mMVpn2NBcYbnyKY4BK2LIHRgw33CBGlUmE+KMaNvyTpLLtQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/metro-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/@react-native/metro-config/node_modules/ws": {
|
|
|
|
|
"version": "7.5.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
|
|
|
|
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.3.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"bufferutil": "^4.0.1",
|
|
|
|
|
"utf-8-validate": "^5.0.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"bufferutil": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"utf-8-validate": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@react-native/normalize-color": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.1.0.tgz",
|
|
|
|
|
@@ -23048,6 +23570,406 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz",
|
|
|
|
|
"integrity": "sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA=="
|
|
|
|
|
},
|
|
|
|
|
"@react-native/metro-config": {
|
|
|
|
|
"version": "0.72.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.72.9.tgz",
|
|
|
|
|
"integrity": "sha512-5MGmyDnXPeprRuvgPGE4LZ+e+ovofSd5YY6nFDwg6wbjRGOkeCRRlaTlQT+fjmv+zr4vYG+MUTKBlaO+fui/vA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@react-native/js-polyfills": "^0.72.1",
|
|
|
|
|
"metro-config": "0.76.7",
|
|
|
|
|
"metro-react-native-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@jest/types": {
|
|
|
|
|
"version": "27.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
|
|
|
|
|
"integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
|
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"@types/yargs": "^16.0.0",
|
|
|
|
|
"chalk": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@types/yargs": {
|
|
|
|
|
"version": "16.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/yargs-parser": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ansi-styles": {
|
|
|
|
|
"version": "4.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"color-convert": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"chalk": {
|
|
|
|
|
"version": "4.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"ansi-styles": "^4.1.0",
|
|
|
|
|
"supports-color": "^7.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"color-convert": {
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"color-name": "~1.1.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"color-name": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
|
|
|
},
|
|
|
|
|
"debug": {
|
|
|
|
|
"version": "2.6.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
|
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"ms": "2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"has-flag": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
|
|
|
|
},
|
|
|
|
|
"jest-util": {
|
|
|
|
|
"version": "27.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
|
|
|
|
|
"integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@jest/types": "^27.5.1",
|
|
|
|
|
"@types/node": "*",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
|
"ci-info": "^3.2.0",
|
|
|
|
|
"graceful-fs": "^4.2.9",
|
|
|
|
|
"picomatch": "^2.2.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ci-info": {
|
|
|
|
|
"version": "3.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro/-/metro-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-67ZGwDeumEPnrHI+pEDSKH2cx+C81Gx8Mn5qOtmGUPm/Up9Y4I1H2dJZ5n17MWzejNo0XAvPh0QL0CrlJEODVQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.0.0",
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/parser": "^7.20.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"accepts": "^1.3.7",
|
|
|
|
|
"async": "^3.2.2",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
|
"ci-info": "^2.0.0",
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"denodeify": "^1.2.1",
|
|
|
|
|
"error-stack-parser": "^2.0.6",
|
|
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"image-size": "^1.0.2",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"jest-worker": "^27.2.0",
|
|
|
|
|
"jsc-safe-url": "^0.2.2",
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"metro-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-cache-key": "0.76.7",
|
|
|
|
|
"metro-config": "0.76.7",
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"metro-file-map": "0.76.7",
|
|
|
|
|
"metro-inspector-proxy": "0.76.7",
|
|
|
|
|
"metro-minify-terser": "0.76.7",
|
|
|
|
|
"metro-minify-uglify": "0.76.7",
|
|
|
|
|
"metro-react-native-babel-preset": "0.76.7",
|
|
|
|
|
"metro-resolver": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"metro-symbolicate": "0.76.7",
|
|
|
|
|
"metro-transform-plugins": "0.76.7",
|
|
|
|
|
"metro-transform-worker": "0.76.7",
|
|
|
|
|
"mime-types": "^2.1.27",
|
|
|
|
|
"node-fetch": "^2.2.0",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"serialize-error": "^2.1.0",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"strip-ansi": "^6.0.0",
|
|
|
|
|
"throat": "^5.0.0",
|
|
|
|
|
"ws": "^7.5.1",
|
|
|
|
|
"yargs": "^17.6.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-babel-transformer": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-bgr2OFn0J4r0qoZcHrwEvccF7g9k3wdgTOgk6gmGHrtlZ1Jn3oCpklW/DfZ9PzHfjY2mQammKTc19g/EFGyOJw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-cache": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-nWBMztrs5RuSxZRI7hgFgob5PhYDmxICh9FF8anm9/ito0u0vpPvRxt7sRu8fyeD2AHdXqE7kX32rWY0LiXgeg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"rimraf": "^3.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-cache-key": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-0pecoIzwsD/Whn/Qfa+SDMX2YyasV0ndbcgUFx7w1Ct2sLHClujdhQ4ik6mvQmsaOcnGkIyN0zcceMDjC2+BFQ=="
|
|
|
|
|
},
|
|
|
|
|
"metro-config": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-CFDyNb9bqxZemiChC/gNdXZ7OQkIwmXzkrEXivcXGbgzlt/b2juCv555GWJHyZSlorwnwJfY3uzAFu4A9iRVfg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"cosmiconfig": "^5.0.5",
|
|
|
|
|
"jest-validate": "^29.2.1",
|
|
|
|
|
"metro": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-core": "0.76.7",
|
|
|
|
|
"metro-runtime": "0.76.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-core": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-0b8KfrwPmwCMW+1V7ZQPkTy2tsEKZjYG9Pu1PTsu463Z9fxX7WaR0fcHFshv+J1CnQSUTwIGGjbNvj1teKe+pw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lodash.throttle": "^4.1.1",
|
|
|
|
|
"metro-resolver": "0.76.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-file-map": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-s+zEkTcJ4mOJTgEE2ht4jIo1DZfeWreQR3tpT3gDV/Y/0UQ8aJBTv62dE775z0GLsWZApiblAYZsj7ZE8P06nw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"anymatch": "^3.0.3",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"fb-watchman": "^2.0.0",
|
|
|
|
|
"fsevents": "^2.3.2",
|
|
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"jest-regex-util": "^27.0.6",
|
|
|
|
|
"jest-util": "^27.2.0",
|
|
|
|
|
"jest-worker": "^27.2.0",
|
|
|
|
|
"micromatch": "^4.0.4",
|
|
|
|
|
"node-abort-controller": "^3.1.1",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"walker": "^1.0.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-inspector-proxy": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-rNZ/6edTl/1qUekAhAbaFjczMphM50/UjtxiKulo6vqvgn/Mjd9hVqDvVYfAMZXqPvlusD88n38UjVYPkruLSg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"connect": "^3.6.5",
|
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
|
"node-fetch": "^2.2.0",
|
|
|
|
|
"ws": "^7.5.1",
|
|
|
|
|
"yargs": "^17.6.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-minify-terser": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-FQiZGhIxCzhDwK4LxyPMLlq0Tsmla10X7BfNGlYFK0A5IsaVKNJbETyTzhpIwc+YFRT4GkFFwgo0V2N5vxO5HA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"terser": "^5.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-minify-uglify": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-FuXIU3j2uNcSvQtPrAJjYWHruPiQ+EpE++J9Z+VznQKEHcIxMMoQZAfIF2IpZSrZYfLOjVFyGMvj41jQMxV1Vw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"uglify-es": "^3.1.9"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-react-native-babel-preset": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-R25wq+VOSorAK3hc07NW0SmN8z9S/IR0Us0oGAsBcMZnsgkbOxu77Mduqf+f4is/wnWHc5+9bfiqdLnaMngiVw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.20.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-syntax-flow": "^7.18.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
|
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
|
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
|
|
|
"react-refresh": "^0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-react-native-babel-transformer": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-W6lW3J7y/05ph3c2p3KKJNhH0IdyxdOCbQ5it7aM2MAl0SM4wgKjaV6EYv9b3rHklpV6K3qMH37UKVcjMooWiA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"babel-preset-fbjs": "^3.4.0",
|
|
|
|
|
"hermes-parser": "0.12.0",
|
|
|
|
|
"metro-react-native-babel-preset": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-resolver": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-pC0Wgq29HHIHrwz23xxiNgylhI8Rq1V01kQaJ9Kz11zWrIdlrH0ZdnJ7GC6qA0ErROG+cXmJ0rJb8/SW1Zp2IA=="
|
|
|
|
|
},
|
|
|
|
|
"metro-runtime": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-MuWHubQHymUWBpZLwuKZQgA/qbb35WnDAKPo83rk7JRLIFPvzXSvFaC18voPuzJBt1V98lKQIonh6MiC9gd8Ug==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.0.0",
|
|
|
|
|
"react-refresh": "^0.4.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-source-map": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-Prhx7PeRV1LuogT0Kn5VjCuFu9fVD68eefntdWabrksmNY6mXK8pRqzvNJOhTojh6nek+RxBzZeD6MIOOyXS6w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"metro-symbolicate": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"ob1": "0.76.7",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"vlq": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-symbolicate": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-p0zWEME5qLSL1bJb93iq+zt5fz3sfVn9xFYzca1TJIpY5MommEaS64Va87lp56O0sfEIvh4307Oaf/ZzRjuLiQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"invariant": "^2.2.4",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
|
"source-map": "^0.5.6",
|
|
|
|
|
"through2": "^2.0.1",
|
|
|
|
|
"vlq": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-transform-plugins": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-iSmnjVApbdivjuzb88Orb0JHvcEt5veVyFAzxiS5h0QB+zV79w6JCSqZlHCrbNOkOKBED//LqtKbFVakxllnNg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/template": "^7.0.0",
|
|
|
|
|
"@babel/traverse": "^7.20.0",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"metro-transform-worker": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-cGvELqFMVk9XTC15CMVzrCzcO6sO1lURfcbgjuuPdzaWuD11eEyocvkTX0DPiRjsvgAmicz4XYxVzgYl3MykDw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/generator": "^7.20.0",
|
|
|
|
|
"@babel/parser": "^7.20.0",
|
|
|
|
|
"@babel/types": "^7.20.0",
|
|
|
|
|
"babel-preset-fbjs": "^3.4.0",
|
|
|
|
|
"metro": "0.76.7",
|
|
|
|
|
"metro-babel-transformer": "0.76.7",
|
|
|
|
|
"metro-cache": "0.76.7",
|
|
|
|
|
"metro-cache-key": "0.76.7",
|
|
|
|
|
"metro-source-map": "0.76.7",
|
|
|
|
|
"metro-transform-plugins": "0.76.7",
|
|
|
|
|
"nullthrows": "^1.1.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ms": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
|
|
|
},
|
|
|
|
|
"ob1": {
|
|
|
|
|
"version": "0.76.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ob1/-/ob1-0.76.7.tgz",
|
|
|
|
|
"integrity": "sha512-BQdRtxxoUNfSoZxqeBGOyuT9nEYSn18xZHwGMb0mMVpn2NBcYbnyKY4BK2LIHRgw33CBGlUmE+KMaNvyTpLLtQ=="
|
|
|
|
|
},
|
|
|
|
|
"supports-color": {
|
|
|
|
|
"version": "7.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"has-flag": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ws": {
|
|
|
|
|
"version": "7.5.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
|
|
|
|
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@react-native/normalize-color": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.1.0.tgz",
|
|
|
|
|
|