diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 217 |
1 files changed, 27 insertions, 190 deletions
diff --git a/package-lock.json b/package-lock.json index 2a18962..b5abdac 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -7,11 +7,9 @@ | |||
| 7 | "": { | 7 | "": { |
| 8 | "name": "iHealthScanner", | 8 | "name": "iHealthScanner", |
| 9 | "version": "0.0.1", | 9 | "version": "0.0.1", |
| 10 | "hasInstallScript": true, | ||
| 11 | "dependencies": { | 10 | "dependencies": { |
| 12 | "@ihealth/ihealthlibrary-react-native": "^1.5.0", | 11 | "@ihealth/ihealthlibrary-react-native": "file:./libs/ihealth-sdk", |
| 13 | "@react-native/new-app-screen": "0.85.0", | 12 | "@react-native/new-app-screen": "0.85.0", |
| 14 | "patch-package": "^8.0.1", | ||
| 15 | "react": "19.2.3", | 13 | "react": "19.2.3", |
| 16 | "react-native": "0.85.0", | 14 | "react-native": "0.85.0", |
| 17 | "react-native-safe-area-context": "^5.5.2" | 15 | "react-native-safe-area-context": "^5.5.2" |
| @@ -41,6 +39,11 @@ | |||
| 41 | "node": ">= 22.11.0" | 39 | "node": ">= 22.11.0" |
| 42 | } | 40 | } |
| 43 | }, | 41 | }, |
| 42 | "libs/ihealth-sdk": { | ||
| 43 | "name": "@ihealth/ihealthlibrary-react-native", | ||
| 44 | "version": "1.5.0", | ||
| 45 | "license": "ISC" | ||
| 46 | }, | ||
| 44 | "node_modules/@babel/code-frame": { | 47 | "node_modules/@babel/code-frame": { |
| 45 | "version": "7.29.0", | 48 | "version": "7.29.0", |
| 46 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", | 49 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", |
| @@ -2224,10 +2227,8 @@ | |||
| 2224 | "license": "BSD-3-Clause" | 2227 | "license": "BSD-3-Clause" |
| 2225 | }, | 2228 | }, |
| 2226 | "node_modules/@ihealth/ihealthlibrary-react-native": { | 2229 | "node_modules/@ihealth/ihealthlibrary-react-native": { |
| 2227 | "version": "1.5.0", | 2230 | "resolved": "libs/ihealth-sdk", |
| 2228 | "resolved": "https://registry.npmjs.org/@ihealth/ihealthlibrary-react-native/-/ihealthlibrary-react-native-1.5.0.tgz", | 2231 | "link": true |
| 2229 | "integrity": "sha512-0Y1DEhH9XssDWqMblxZ4b5LcJOmg/TyME44cwa8WiswMJ35Nc3Nsotz6Qz+DmPlCiPSy4YPoMCyGFWiEnCM9pw==", | ||
| 2230 | "license": "ISC" | ||
| 2231 | }, | 2232 | }, |
| 2232 | "node_modules/@isaacs/ttlcache": { | 2233 | "node_modules/@isaacs/ttlcache": { |
| 2233 | "version": "1.4.1", | 2234 | "version": "1.4.1", |
| @@ -3842,12 +3843,6 @@ | |||
| 3842 | "devOptional": true, | 3843 | "devOptional": true, |
| 3843 | "license": "MIT" | 3844 | "license": "MIT" |
| 3844 | }, | 3845 | }, |
| 3845 | "node_modules/@yarnpkg/lockfile": { | ||
| 3846 | "version": "1.1.0", | ||
| 3847 | "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", | ||
| 3848 | "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", | ||
| 3849 | "license": "BSD-2-Clause" | ||
| 3850 | }, | ||
| 3851 | "node_modules/abort-controller": { | 3846 | "node_modules/abort-controller": { |
| 3852 | "version": "3.0.0", | 3847 | "version": "3.0.0", |
| 3853 | "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", | 3848 | "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", |
| @@ -4614,6 +4609,7 @@ | |||
| 4614 | "version": "1.0.9", | 4609 | "version": "1.0.9", |
| 4615 | "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz", | 4610 | "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz", |
| 4616 | "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==", | 4611 | "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==", |
| 4612 | "dev": true, | ||
| 4617 | "license": "MIT", | 4613 | "license": "MIT", |
| 4618 | "dependencies": { | 4614 | "dependencies": { |
| 4619 | "call-bind-apply-helpers": "^1.0.2", | 4615 | "call-bind-apply-helpers": "^1.0.2", |
| @@ -4632,6 +4628,7 @@ | |||
| 4632 | "version": "1.0.2", | 4628 | "version": "1.0.2", |
| 4633 | "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | 4629 | "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", |
| 4634 | "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", | 4630 | "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", |
| 4631 | "devOptional": true, | ||
| 4635 | "license": "MIT", | 4632 | "license": "MIT", |
| 4636 | "dependencies": { | 4633 | "dependencies": { |
| 4637 | "es-errors": "^1.3.0", | 4634 | "es-errors": "^1.3.0", |
| @@ -4645,6 +4642,7 @@ | |||
| 4645 | "version": "1.0.4", | 4642 | "version": "1.0.4", |
| 4646 | "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", | 4643 | "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", |
| 4647 | "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", | 4644 | "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", |
| 4645 | "devOptional": true, | ||
| 4648 | "license": "MIT", | 4646 | "license": "MIT", |
| 4649 | "dependencies": { | 4647 | "dependencies": { |
| 4650 | "call-bind-apply-helpers": "^1.0.2", | 4648 | "call-bind-apply-helpers": "^1.0.2", |
| @@ -5253,6 +5251,7 @@ | |||
| 5253 | "version": "1.1.4", | 5251 | "version": "1.1.4", |
| 5254 | "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", | 5252 | "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", |
| 5255 | "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", | 5253 | "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", |
| 5254 | "dev": true, | ||
| 5256 | "license": "MIT", | 5255 | "license": "MIT", |
| 5257 | "dependencies": { | 5256 | "dependencies": { |
| 5258 | "es-define-property": "^1.0.0", | 5257 | "es-define-property": "^1.0.0", |
| @@ -5340,6 +5339,7 @@ | |||
| 5340 | "version": "1.0.1", | 5339 | "version": "1.0.1", |
| 5341 | "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", | 5340 | "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", |
| 5342 | "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", | 5341 | "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", |
| 5342 | "devOptional": true, | ||
| 5343 | "license": "MIT", | 5343 | "license": "MIT", |
| 5344 | "dependencies": { | 5344 | "dependencies": { |
| 5345 | "call-bind-apply-helpers": "^1.0.1", | 5345 | "call-bind-apply-helpers": "^1.0.1", |
| @@ -5523,6 +5523,7 @@ | |||
| 5523 | "version": "1.0.1", | 5523 | "version": "1.0.1", |
| 5524 | "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", | 5524 | "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", |
| 5525 | "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", | 5525 | "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", |
| 5526 | "devOptional": true, | ||
| 5526 | "license": "MIT", | 5527 | "license": "MIT", |
| 5527 | "engines": { | 5528 | "engines": { |
| 5528 | "node": ">= 0.4" | 5529 | "node": ">= 0.4" |
| @@ -5532,6 +5533,7 @@ | |||
| 5532 | "version": "1.3.0", | 5533 | "version": "1.3.0", |
| 5533 | "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | 5534 | "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", |
| 5534 | "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | 5535 | "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| 5536 | "devOptional": true, | ||
| 5535 | "license": "MIT", | 5537 | "license": "MIT", |
| 5536 | "engines": { | 5538 | "engines": { |
| 5537 | "node": ">= 0.4" | 5539 | "node": ">= 0.4" |
| @@ -5569,6 +5571,7 @@ | |||
| 5569 | "version": "1.1.1", | 5571 | "version": "1.1.1", |
| 5570 | "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", | 5572 | "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", |
| 5571 | "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", | 5573 | "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", |
| 5574 | "devOptional": true, | ||
| 5572 | "license": "MIT", | 5575 | "license": "MIT", |
| 5573 | "dependencies": { | 5576 | "dependencies": { |
| 5574 | "es-errors": "^1.3.0" | 5577 | "es-errors": "^1.3.0" |
| @@ -6446,15 +6449,6 @@ | |||
| 6446 | "url": "https://github.com/sponsors/sindresorhus" | 6449 | "url": "https://github.com/sponsors/sindresorhus" |
| 6447 | } | 6450 | } |
| 6448 | }, | 6451 | }, |
| 6449 | "node_modules/find-yarn-workspace-root": { | ||
| 6450 | "version": "2.0.0", | ||
| 6451 | "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz", | ||
| 6452 | "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==", | ||
| 6453 | "license": "Apache-2.0", | ||
| 6454 | "dependencies": { | ||
| 6455 | "micromatch": "^4.0.2" | ||
| 6456 | } | ||
| 6457 | }, | ||
| 6458 | "node_modules/flat-cache": { | 6452 | "node_modules/flat-cache": { |
| 6459 | "version": "3.2.0", | 6453 | "version": "3.2.0", |
| 6460 | "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", | 6454 | "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", |
| @@ -6549,6 +6543,7 @@ | |||
| 6549 | "version": "1.1.2", | 6543 | "version": "1.1.2", |
| 6550 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | 6544 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
| 6551 | "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | 6545 | "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| 6546 | "devOptional": true, | ||
| 6552 | "license": "MIT", | 6547 | "license": "MIT", |
| 6553 | "funding": { | 6548 | "funding": { |
| 6554 | "url": "https://github.com/sponsors/ljharb" | 6549 | "url": "https://github.com/sponsors/ljharb" |
| @@ -6617,6 +6612,7 @@ | |||
| 6617 | "version": "1.3.0", | 6612 | "version": "1.3.0", |
| 6618 | "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | 6613 | "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", |
| 6619 | "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", | 6614 | "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", |
| 6615 | "devOptional": true, | ||
| 6620 | "license": "MIT", | 6616 | "license": "MIT", |
| 6621 | "dependencies": { | 6617 | "dependencies": { |
| 6622 | "call-bind-apply-helpers": "^1.0.2", | 6618 | "call-bind-apply-helpers": "^1.0.2", |
| @@ -6651,6 +6647,7 @@ | |||
| 6651 | "version": "1.0.1", | 6647 | "version": "1.0.1", |
| 6652 | "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", | 6648 | "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", |
| 6653 | "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", | 6649 | "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", |
| 6650 | "devOptional": true, | ||
| 6654 | "license": "MIT", | 6651 | "license": "MIT", |
| 6655 | "dependencies": { | 6652 | "dependencies": { |
| 6656 | "dunder-proto": "^1.0.1", | 6653 | "dunder-proto": "^1.0.1", |
| @@ -6794,6 +6791,7 @@ | |||
| 6794 | "version": "1.2.0", | 6791 | "version": "1.2.0", |
| 6795 | "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", | 6792 | "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", |
| 6796 | "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", | 6793 | "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", |
| 6794 | "devOptional": true, | ||
| 6797 | "license": "MIT", | 6795 | "license": "MIT", |
| 6798 | "engines": { | 6796 | "engines": { |
| 6799 | "node": ">= 0.4" | 6797 | "node": ">= 0.4" |
| @@ -6841,6 +6839,7 @@ | |||
| 6841 | "version": "1.0.2", | 6839 | "version": "1.0.2", |
| 6842 | "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", | 6840 | "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", |
| 6843 | "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", | 6841 | "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", |
| 6842 | "dev": true, | ||
| 6844 | "license": "MIT", | 6843 | "license": "MIT", |
| 6845 | "dependencies": { | 6844 | "dependencies": { |
| 6846 | "es-define-property": "^1.0.0" | 6845 | "es-define-property": "^1.0.0" |
| @@ -6869,6 +6868,7 @@ | |||
| 6869 | "version": "1.1.0", | 6868 | "version": "1.1.0", |
| 6870 | "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", | 6869 | "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", |
| 6871 | "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", | 6870 | "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", |
| 6871 | "devOptional": true, | ||
| 6872 | "license": "MIT", | 6872 | "license": "MIT", |
| 6873 | "engines": { | 6873 | "engines": { |
| 6874 | "node": ">= 0.4" | 6874 | "node": ">= 0.4" |
| @@ -6897,6 +6897,7 @@ | |||
| 6897 | "version": "2.0.2", | 6897 | "version": "2.0.2", |
| 6898 | "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", | 6898 | "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", |
| 6899 | "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", | 6899 | "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
| 6900 | "devOptional": true, | ||
| 6900 | "license": "MIT", | 6901 | "license": "MIT", |
| 6901 | "dependencies": { | 6902 | "dependencies": { |
| 6902 | "function-bind": "^1.1.2" | 6903 | "function-bind": "^1.1.2" |
| @@ -7636,6 +7637,7 @@ | |||
| 7636 | "version": "2.0.5", | 7637 | "version": "2.0.5", |
| 7637 | "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", | 7638 | "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", |
| 7638 | "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", | 7639 | "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", |
| 7640 | "dev": true, | ||
| 7639 | "license": "MIT" | 7641 | "license": "MIT" |
| 7640 | }, | 7642 | }, |
| 7641 | "node_modules/isexe": { | 7643 | "node_modules/isexe": { |
| @@ -8397,25 +8399,6 @@ | |||
| 8397 | "dev": true, | 8399 | "dev": true, |
| 8398 | "license": "MIT" | 8400 | "license": "MIT" |
| 8399 | }, | 8401 | }, |
| 8400 | "node_modules/json-stable-stringify": { | ||
| 8401 | "version": "1.3.0", | ||
| 8402 | "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz", | ||
| 8403 | "integrity": "sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==", | ||
| 8404 | "license": "MIT", | ||
| 8405 | "dependencies": { | ||
| 8406 | "call-bind": "^1.0.8", | ||
| 8407 | "call-bound": "^1.0.4", | ||
| 8408 | "isarray": "^2.0.5", | ||
| 8409 | "jsonify": "^0.0.1", | ||
| 8410 | "object-keys": "^1.1.1" | ||
| 8411 | }, | ||
| 8412 | "engines": { | ||
| 8413 | "node": ">= 0.4" | ||
| 8414 | }, | ||
| 8415 | "funding": { | ||
| 8416 | "url": "https://github.com/sponsors/ljharb" | ||
| 8417 | } | ||
| 8418 | }, | ||
| 8419 | "node_modules/json-stable-stringify-without-jsonify": { | 8402 | "node_modules/json-stable-stringify-without-jsonify": { |
| 8420 | "version": "1.0.1", | 8403 | "version": "1.0.1", |
| 8421 | "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", | 8404 | "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", |
| @@ -8445,15 +8428,6 @@ | |||
| 8445 | "graceful-fs": "^4.1.6" | 8428 | "graceful-fs": "^4.1.6" |
| 8446 | } | 8429 | } |
| 8447 | }, | 8430 | }, |
| 8448 | "node_modules/jsonify": { | ||
| 8449 | "version": "0.0.1", | ||
| 8450 | "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", | ||
| 8451 | "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", | ||
| 8452 | "license": "Public Domain", | ||
| 8453 | "funding": { | ||
| 8454 | "url": "https://github.com/sponsors/ljharb" | ||
| 8455 | } | ||
| 8456 | }, | ||
| 8457 | "node_modules/jsx-ast-utils": { | 8431 | "node_modules/jsx-ast-utils": { |
| 8458 | "version": "3.3.5", | 8432 | "version": "3.3.5", |
| 8459 | "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", | 8433 | "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", |
| @@ -8480,15 +8454,6 @@ | |||
| 8480 | "json-buffer": "3.0.1" | 8454 | "json-buffer": "3.0.1" |
| 8481 | } | 8455 | } |
| 8482 | }, | 8456 | }, |
| 8483 | "node_modules/klaw-sync": { | ||
| 8484 | "version": "6.0.0", | ||
| 8485 | "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", | ||
| 8486 | "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", | ||
| 8487 | "license": "MIT", | ||
| 8488 | "dependencies": { | ||
| 8489 | "graceful-fs": "^4.1.11" | ||
| 8490 | } | ||
| 8491 | }, | ||
| 8492 | "node_modules/kleur": { | 8457 | "node_modules/kleur": { |
| 8493 | "version": "3.0.3", | 8458 | "version": "3.0.3", |
| 8494 | "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", | 8459 | "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", |
| @@ -8836,6 +8801,7 @@ | |||
| 8836 | "version": "1.1.0", | 8801 | "version": "1.1.0", |
| 8837 | "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | 8802 | "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", |
| 8838 | "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", | 8803 | "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", |
| 8804 | "devOptional": true, | ||
| 8839 | "license": "MIT", | 8805 | "license": "MIT", |
| 8840 | "engines": { | 8806 | "engines": { |
| 8841 | "node": ">= 0.4" | 8807 | "node": ">= 0.4" |
| @@ -9317,15 +9283,6 @@ | |||
| 9317 | "url": "https://github.com/sponsors/isaacs" | 9283 | "url": "https://github.com/sponsors/isaacs" |
| 9318 | } | 9284 | } |
| 9319 | }, | 9285 | }, |
| 9320 | "node_modules/minimist": { | ||
| 9321 | "version": "1.2.8", | ||
| 9322 | "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", | ||
| 9323 | "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", | ||
| 9324 | "license": "MIT", | ||
| 9325 | "funding": { | ||
| 9326 | "url": "https://github.com/sponsors/ljharb" | ||
| 9327 | } | ||
| 9328 | }, | ||
| 9329 | "node_modules/mkdirp": { | 9286 | "node_modules/mkdirp": { |
| 9330 | "version": "1.0.4", | 9287 | "version": "1.0.4", |
| 9331 | "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", | 9288 | "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", |
| @@ -9484,6 +9441,7 @@ | |||
| 9484 | "version": "1.1.1", | 9441 | "version": "1.1.1", |
| 9485 | "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", | 9442 | "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", |
| 9486 | "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", | 9443 | "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", |
| 9444 | "dev": true, | ||
| 9487 | "license": "MIT", | 9445 | "license": "MIT", |
| 9488 | "engines": { | 9446 | "engines": { |
| 9489 | "node": ">= 0.4" | 9447 | "node": ">= 0.4" |
| @@ -9768,119 +9726,6 @@ | |||
| 9768 | "node": ">= 0.8" | 9726 | "node": ">= 0.8" |
| 9769 | } | 9727 | } |
| 9770 | }, | 9728 | }, |
| 9771 | "node_modules/patch-package": { | ||
| 9772 | "version": "8.0.1", | ||
| 9773 | "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.1.tgz", | ||
| 9774 | "integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==", | ||
| 9775 | "license": "MIT", | ||
| 9776 | "dependencies": { | ||
| 9777 | "@yarnpkg/lockfile": "^1.1.0", | ||
| 9778 | "chalk": "^4.1.2", | ||
| 9779 | "ci-info": "^3.7.0", | ||
| 9780 | "cross-spawn": "^7.0.3", | ||
| 9781 | "find-yarn-workspace-root": "^2.0.0", | ||
| 9782 | "fs-extra": "^10.0.0", | ||
| 9783 | "json-stable-stringify": "^1.0.2", | ||
| 9784 | "klaw-sync": "^6.0.0", | ||
| 9785 | "minimist": "^1.2.6", | ||
| 9786 | "open": "^7.4.2", | ||
| 9787 | "semver": "^7.5.3", | ||
| 9788 | "slash": "^2.0.0", | ||
| 9789 | "tmp": "^0.2.4", | ||
| 9790 | "yaml": "^2.2.2" | ||
| 9791 | }, | ||
| 9792 | "bin": { | ||
| 9793 | "patch-package": "index.js" | ||
| 9794 | }, | ||
| 9795 | "engines": { | ||
| 9796 | "node": ">=14", | ||
| 9797 | "npm": ">5" | ||
| 9798 | } | ||
| 9799 | }, | ||
| 9800 | "node_modules/patch-package/node_modules/fs-extra": { | ||
| 9801 | "version": "10.1.0", | ||
| 9802 | "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", | ||
| 9803 | "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", | ||
| 9804 | "license": "MIT", | ||
| 9805 | "dependencies": { | ||
| 9806 | "graceful-fs": "^4.2.0", | ||
| 9807 | "jsonfile": "^6.0.1", | ||
| 9808 | "universalify": "^2.0.0" | ||
| 9809 | }, | ||
| 9810 | "engines": { | ||
| 9811 | "node": ">=12" | ||
| 9812 | } | ||
| 9813 | }, | ||
| 9814 | "node_modules/patch-package/node_modules/is-wsl": { | ||
| 9815 | "version": "2.2.0", | ||
| 9816 | "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", | ||
| 9817 | "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", | ||
| 9818 | "license": "MIT", | ||
| 9819 | "dependencies": { | ||
| 9820 | "is-docker": "^2.0.0" | ||
| 9821 | }, | ||
| 9822 | "engines": { | ||
| 9823 | "node": ">=8" | ||
| 9824 | } | ||
| 9825 | }, | ||
| 9826 | "node_modules/patch-package/node_modules/jsonfile": { | ||
| 9827 | "version": "6.2.0", | ||
| 9828 | "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", | ||
| 9829 | "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", | ||
| 9830 | "license": "MIT", | ||
| 9831 | "dependencies": { | ||
| 9832 | "universalify": "^2.0.0" | ||
| 9833 | }, | ||
| 9834 | "optionalDependencies": { | ||
| 9835 | "graceful-fs": "^4.1.6" | ||
| 9836 | } | ||
| 9837 | }, | ||
| 9838 | "node_modules/patch-package/node_modules/open": { | ||
| 9839 | "version": "7.4.2", | ||
| 9840 | "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", | ||
| 9841 | "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", | ||
| 9842 | "license": "MIT", | ||
| 9843 | "dependencies": { | ||
| 9844 | "is-docker": "^2.0.0", | ||
| 9845 | "is-wsl": "^2.1.1" | ||
| 9846 | }, | ||
| 9847 | "engines": { | ||
| 9848 | "node": ">=8" | ||
| 9849 | }, | ||
| 9850 | "funding": { | ||
| 9851 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 9852 | } | ||
| 9853 | }, | ||
| 9854 | "node_modules/patch-package/node_modules/semver": { | ||
| 9855 | "version": "7.7.4", | ||
| 9856 | "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", | ||
| 9857 | "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", | ||
| 9858 | "license": "ISC", | ||
| 9859 | "bin": { | ||
| 9860 | "semver": "bin/semver.js" | ||
| 9861 | }, | ||
| 9862 | "engines": { | ||
| 9863 | "node": ">=10" | ||
| 9864 | } | ||
| 9865 | }, | ||
| 9866 | "node_modules/patch-package/node_modules/slash": { | ||
| 9867 | "version": "2.0.0", | ||
| 9868 | "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", | ||
| 9869 | "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", | ||
| 9870 | "license": "MIT", | ||
| 9871 | "engines": { | ||
| 9872 | "node": ">=6" | ||
| 9873 | } | ||
| 9874 | }, | ||
| 9875 | "node_modules/patch-package/node_modules/universalify": { | ||
| 9876 | "version": "2.0.1", | ||
| 9877 | "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", | ||
| 9878 | "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", | ||
| 9879 | "license": "MIT", | ||
| 9880 | "engines": { | ||
| 9881 | "node": ">= 10.0.0" | ||
| 9882 | } | ||
| 9883 | }, | ||
| 9884 | "node_modules/path-exists": { | 9729 | "node_modules/path-exists": { |
| 9885 | "version": "4.0.0", | 9730 | "version": "4.0.0", |
| 9886 | "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", | 9731 | "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", |
| @@ -10876,6 +10721,7 @@ | |||
| 10876 | "version": "1.2.2", | 10721 | "version": "1.2.2", |
| 10877 | "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", | 10722 | "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", |
| 10878 | "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", | 10723 | "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", |
| 10724 | "dev": true, | ||
| 10879 | "license": "MIT", | 10725 | "license": "MIT", |
| 10880 | "dependencies": { | 10726 | "dependencies": { |
| 10881 | "define-data-property": "^1.1.4", | 10727 | "define-data-property": "^1.1.4", |
| @@ -11578,15 +11424,6 @@ | |||
| 11578 | "url": "https://github.com/sponsors/jonschlinkert" | 11424 | "url": "https://github.com/sponsors/jonschlinkert" |
| 11579 | } | 11425 | } |
| 11580 | }, | 11426 | }, |
| 11581 | "node_modules/tmp": { | ||
| 11582 | "version": "0.2.5", | ||
| 11583 | "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", | ||
| 11584 | "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", | ||
| 11585 | "license": "MIT", | ||
| 11586 | "engines": { | ||
| 11587 | "node": ">=14.14" | ||
| 11588 | } | ||
| 11589 | }, | ||
| 11590 | "node_modules/tmpl": { | 11427 | "node_modules/tmpl": { |
| 11591 | "version": "1.0.5", | 11428 | "version": "1.0.5", |
| 11592 | "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", | 11429 | "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", |
