Compare commits
	
		
			2 Commits
		
	
	
		
			3edef0736c
			...
			32e01f0ba9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 32e01f0ba9 | |||
| ae5a0f8a44 | 
| @ -1,4 +1,4 @@ | ||||
| #!/usr/bin/env sh | ||||
| . "$(dirname -- "$0")/_/husky.sh" | ||||
| 
 | ||||
| npx lint-staged | ||||
| yarn lint-staged | ||||
|  | ||||
							
								
								
									
										62
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								README.md
									
									
									
									
									
								
							| @ -1,34 +1,56 @@ | ||||
| This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||||
| # Study Card Tool | ||||
| 
 | ||||
| ## Getting Started | ||||
| A handy tool for vocabulay study and learning through repetition. | ||||
| 
 | ||||
| First, run the development server: | ||||
| ## License | ||||
| 
 | ||||
| ```bash | ||||
| npm run dev | ||||
| # or | ||||
| yarn dev | ||||
| ``` | ||||
| GNU Affero General Public License: https://www.gnu.org/licenses/agpl-3.0.en.html | ||||
| 
 | ||||
| Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||||
| ## Development requirements | ||||
| 
 | ||||
| You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. | ||||
| - node 14 or later: https://nodejs.org/en/ | ||||
| - yarn 1.22 or later: https://yarnpkg.com/ | ||||
| 
 | ||||
| [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. | ||||
| ## Running a develpoment environment | ||||
| 
 | ||||
| The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. | ||||
| 1. Clone repository: `git clone https://git.studycardtool.org/tcoh/app.git studycardtool` | ||||
| 1. Enter local repository folder: `cd studycardtool` | ||||
| 1. Install dependencies: `yarn` | ||||
| 1. Run development mode: `yarn start` | ||||
| 
 | ||||
| ## Learn More | ||||
| ## Deploying your own | ||||
| 
 | ||||
| To learn more about Next.js, take a look at the following resources: | ||||
| 1. Go to https://landchad.net/ and follow the "Start a website" tutorial. | ||||
| 1. Run `yarn build` to generate a build folder | ||||
| 1. Deploy contents of `build` folder onto `/var/www/yoursite` | ||||
| 1. If you have modified the project, make sure you also share a link to your modified repository. | ||||
| 
 | ||||
| - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||||
| - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||||
| ## Contributing | ||||
| 
 | ||||
| You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||||
| Register onto this gitea service either through a local account or a federated account. Issues, comments and pull requests are welcome. | ||||
| 
 | ||||
| ## Deploy on Vercel | ||||
| ## Much-needed improvements from most critical to least critical | ||||
| 
 | ||||
| The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||||
| - Better PWA lifecycle management | ||||
|   - Don't attempt to register right away | ||||
|   - Inform user of updates and easy way to reload the updated app | ||||
| - Clear usage instructions | ||||
| - Better error indication | ||||
| - Data model update management | ||||
|   - Cleanly handle old data without destroying important user data | ||||
|   - Upgrade what can be upgraded, add "old" category labels to cards that may be missing newer information | ||||
| - Better parsing of Wiktionary data | ||||
|   - Handle declension tables | ||||
|   - Handle more word languages | ||||
|   - Handle different description languages (can't be done with current method because element IDs change between languages) | ||||
| - Configuration of acceptable card sections | ||||
| - Data backups as downloadable files, ability to add card packs from a file | ||||
| 
 | ||||
| Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||||
| ## Potentially bannable features | ||||
| 
 | ||||
| Attempts to merge any of these features will be declined and may result in a ban: | ||||
| 
 | ||||
| - "Register/login to continue" | ||||
| - "Register/login for more functionality" | ||||
| - "Analytics" | ||||
| - Showing ads or any other forms of in-app "monetization" | ||||
|  | ||||
| @ -47,6 +47,7 @@ | ||||
|     "@types/react": "^18.0.15", | ||||
|     "babel-loader": "^8.2.5", | ||||
|     "eslint-plugin-storybook": "^0.5.13", | ||||
|     "lint-staged": "^13.0.3", | ||||
|     "react-scripts": "5.0.1", | ||||
|     "typescript": "^4.7.4" | ||||
|   }, | ||||
|  | ||||
							
								
								
									
										248
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										248
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -3944,7 +3944,7 @@ ansi-colors@^3.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" | ||||
|   integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== | ||||
| 
 | ||||
| ansi-escapes@^4.2.1, ansi-escapes@^4.3.1: | ||||
| ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1: | ||||
|   version "4.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" | ||||
|   integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== | ||||
| @ -3990,6 +3990,11 @@ ansi-styles@^5.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" | ||||
|   integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== | ||||
| 
 | ||||
| ansi-styles@^6.0.0: | ||||
|   version "6.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3" | ||||
|   integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ== | ||||
| 
 | ||||
| ansi-to-html@^0.6.11: | ||||
|   version "0.6.15" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.15.tgz#ac6ad4798a00f6aa045535d7f6a9cb9294eebea7" | ||||
| @ -4216,6 +4221,11 @@ ast-types@^0.14.2: | ||||
|   dependencies: | ||||
|     tslib "^2.0.1" | ||||
| 
 | ||||
| astral-regex@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" | ||||
|   integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== | ||||
| 
 | ||||
| async-each@^1.0.1: | ||||
|   version "1.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" | ||||
| @ -5102,6 +5112,13 @@ cli-boxes@^2.2.1: | ||||
|   resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" | ||||
|   integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== | ||||
| 
 | ||||
| cli-cursor@^3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" | ||||
|   integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== | ||||
|   dependencies: | ||||
|     restore-cursor "^3.1.0" | ||||
| 
 | ||||
| cli-table3@^0.6.1: | ||||
|   version "0.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a" | ||||
| @ -5111,6 +5128,22 @@ cli-table3@^0.6.1: | ||||
|   optionalDependencies: | ||||
|     "@colors/colors" "1.5.0" | ||||
| 
 | ||||
| cli-truncate@^2.1.0: | ||||
|   version "2.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" | ||||
|   integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== | ||||
|   dependencies: | ||||
|     slice-ansi "^3.0.0" | ||||
|     string-width "^4.2.0" | ||||
| 
 | ||||
| cli-truncate@^3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-3.1.0.tgz#3f23ab12535e3d73e839bb43e73c9de487db1389" | ||||
|   integrity sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA== | ||||
|   dependencies: | ||||
|     slice-ansi "^5.0.0" | ||||
|     string-width "^5.0.0" | ||||
| 
 | ||||
| cliui@^7.0.2: | ||||
|   version "7.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" | ||||
| @ -5210,7 +5243,7 @@ colorette@^1.2.2: | ||||
|   resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" | ||||
|   integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== | ||||
| 
 | ||||
| colorette@^2.0.10: | ||||
| colorette@^2.0.10, colorette@^2.0.16, colorette@^2.0.17: | ||||
|   version "2.0.19" | ||||
|   resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" | ||||
|   integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== | ||||
| @ -5252,6 +5285,11 @@ commander@^8.3.0: | ||||
|   resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" | ||||
|   integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== | ||||
| 
 | ||||
| commander@^9.3.0: | ||||
|   version "9.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" | ||||
|   integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== | ||||
| 
 | ||||
| common-path-prefix@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" | ||||
| @ -6172,6 +6210,11 @@ duplexify@^3.4.2, duplexify@^3.6.0: | ||||
|     readable-stream "^2.0.0" | ||||
|     stream-shift "^1.0.0" | ||||
| 
 | ||||
| eastasianwidth@^0.2.0: | ||||
|   version "0.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" | ||||
|   integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== | ||||
| 
 | ||||
| ee-first@1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" | ||||
| @ -6747,6 +6790,21 @@ execa@^5.0.0, execa@^5.1.1: | ||||
|     signal-exit "^3.0.3" | ||||
|     strip-final-newline "^2.0.0" | ||||
| 
 | ||||
| execa@^6.1.0: | ||||
|   version "6.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/execa/-/execa-6.1.0.tgz#cea16dee211ff011246556388effa0818394fb20" | ||||
|   integrity sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA== | ||||
|   dependencies: | ||||
|     cross-spawn "^7.0.3" | ||||
|     get-stream "^6.0.1" | ||||
|     human-signals "^3.0.1" | ||||
|     is-stream "^3.0.0" | ||||
|     merge-stream "^2.0.0" | ||||
|     npm-run-path "^5.1.0" | ||||
|     onetime "^6.0.0" | ||||
|     signal-exit "^3.0.7" | ||||
|     strip-final-newline "^3.0.0" | ||||
| 
 | ||||
| exit@^0.1.2: | ||||
|   version "0.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" | ||||
| @ -7303,7 +7361,7 @@ get-stream@^4.0.0: | ||||
|   dependencies: | ||||
|     pump "^3.0.0" | ||||
| 
 | ||||
| get-stream@^6.0.0: | ||||
| get-stream@^6.0.0, get-stream@^6.0.1: | ||||
|   version "6.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" | ||||
|   integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== | ||||
| @ -7855,6 +7913,11 @@ human-signals@^2.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" | ||||
|   integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== | ||||
| 
 | ||||
| human-signals@^3.0.1: | ||||
|   version "3.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5" | ||||
|   integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ== | ||||
| 
 | ||||
| iconv-lite@0.4.24: | ||||
|   version "0.4.24" | ||||
|   resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" | ||||
| @ -8205,6 +8268,11 @@ is-fullwidth-code-point@^3.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" | ||||
|   integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== | ||||
| 
 | ||||
| is-fullwidth-code-point@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz#fae3167c729e7463f8461ce512b080a49268aa88" | ||||
|   integrity sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ== | ||||
| 
 | ||||
| is-function@^1.0.2: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08" | ||||
| @ -8345,6 +8413,11 @@ is-stream@^2.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" | ||||
|   integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== | ||||
| 
 | ||||
| is-stream@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac" | ||||
|   integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA== | ||||
| 
 | ||||
| is-string@^1.0.5, is-string@^1.0.7: | ||||
|   version "1.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" | ||||
| @ -9281,6 +9354,11 @@ levn@~0.3.0: | ||||
|     prelude-ls "~1.1.2" | ||||
|     type-check "~0.3.2" | ||||
| 
 | ||||
| lilconfig@2.0.5: | ||||
|   version "2.0.5" | ||||
|   resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25" | ||||
|   integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg== | ||||
| 
 | ||||
| lilconfig@^2.0.3, lilconfig@^2.0.5, lilconfig@^2.0.6: | ||||
|   version "2.0.6" | ||||
|   resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4" | ||||
| @ -9291,6 +9369,39 @@ lines-and-columns@^1.1.6: | ||||
|   resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" | ||||
|   integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== | ||||
| 
 | ||||
| lint-staged@^13.0.3: | ||||
|   version "13.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.3.tgz#d7cdf03a3830b327a2b63c6aec953d71d9dc48c6" | ||||
|   integrity sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug== | ||||
|   dependencies: | ||||
|     cli-truncate "^3.1.0" | ||||
|     colorette "^2.0.17" | ||||
|     commander "^9.3.0" | ||||
|     debug "^4.3.4" | ||||
|     execa "^6.1.0" | ||||
|     lilconfig "2.0.5" | ||||
|     listr2 "^4.0.5" | ||||
|     micromatch "^4.0.5" | ||||
|     normalize-path "^3.0.0" | ||||
|     object-inspect "^1.12.2" | ||||
|     pidtree "^0.6.0" | ||||
|     string-argv "^0.3.1" | ||||
|     yaml "^2.1.1" | ||||
| 
 | ||||
| listr2@^4.0.5: | ||||
|   version "4.0.5" | ||||
|   resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.5.tgz#9dcc50221583e8b4c71c43f9c7dfd0ef546b75d5" | ||||
|   integrity sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA== | ||||
|   dependencies: | ||||
|     cli-truncate "^2.1.0" | ||||
|     colorette "^2.0.16" | ||||
|     log-update "^4.0.0" | ||||
|     p-map "^4.0.0" | ||||
|     rfdc "^1.3.0" | ||||
|     rxjs "^7.5.5" | ||||
|     through "^2.3.8" | ||||
|     wrap-ansi "^7.0.0" | ||||
| 
 | ||||
| load-json-file@^1.0.0: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" | ||||
| @ -9395,6 +9506,16 @@ lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7. | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||||
|   integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||||
| 
 | ||||
| log-update@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1" | ||||
|   integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== | ||||
|   dependencies: | ||||
|     ansi-escapes "^4.3.0" | ||||
|     cli-cursor "^3.1.0" | ||||
|     slice-ansi "^4.0.0" | ||||
|     wrap-ansi "^6.2.0" | ||||
| 
 | ||||
| loose-envify@^1.1.0, loose-envify@^1.4.0: | ||||
|   version "1.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | ||||
| @ -9707,6 +9828,11 @@ mimic-fn@^3.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" | ||||
|   integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== | ||||
| 
 | ||||
| mimic-fn@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" | ||||
|   integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== | ||||
| 
 | ||||
| min-document@^2.19.0: | ||||
|   version "2.19.0" | ||||
|   resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" | ||||
| @ -10038,6 +10164,13 @@ npm-run-path@^4.0.1: | ||||
|   dependencies: | ||||
|     path-key "^3.0.0" | ||||
| 
 | ||||
| npm-run-path@^5.1.0: | ||||
|   version "5.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00" | ||||
|   integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q== | ||||
|   dependencies: | ||||
|     path-key "^4.0.0" | ||||
| 
 | ||||
| npmlog@^5.0.1: | ||||
|   version "5.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" | ||||
| @ -10091,7 +10224,7 @@ object-hash@^3.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" | ||||
|   integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== | ||||
| 
 | ||||
| object-inspect@^1.12.0, object-inspect@^1.9.0: | ||||
| object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0: | ||||
|   version "1.12.2" | ||||
|   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" | ||||
|   integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== | ||||
| @ -10199,13 +10332,20 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0: | ||||
|   dependencies: | ||||
|     wrappy "1" | ||||
| 
 | ||||
| onetime@^5.1.2: | ||||
| onetime@^5.1.0, onetime@^5.1.2: | ||||
|   version "5.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" | ||||
|   integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== | ||||
|   dependencies: | ||||
|     mimic-fn "^2.1.0" | ||||
| 
 | ||||
| onetime@^6.0.0: | ||||
|   version "6.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4" | ||||
|   integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ== | ||||
|   dependencies: | ||||
|     mimic-fn "^4.0.0" | ||||
| 
 | ||||
| open@^7.0.3: | ||||
|   version "7.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" | ||||
| @ -10520,6 +10660,11 @@ path-key@^3.0.0, path-key@^3.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" | ||||
|   integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== | ||||
| 
 | ||||
| path-key@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" | ||||
|   integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== | ||||
| 
 | ||||
| path-parse@^1.0.7: | ||||
|   version "1.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||||
| @ -10582,6 +10727,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc | ||||
|   resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" | ||||
|   integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== | ||||
| 
 | ||||
| pidtree@^0.6.0: | ||||
|   version "0.6.0" | ||||
|   resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" | ||||
|   integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== | ||||
| 
 | ||||
| pify@^2.0.0, pify@^2.3.0: | ||||
|   version "2.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||||
| @ -12106,6 +12256,14 @@ resolve@^2.0.0-next.3: | ||||
|     path-parse "^1.0.7" | ||||
|     supports-preserve-symlinks-flag "^1.0.0" | ||||
| 
 | ||||
| restore-cursor@^3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" | ||||
|   integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== | ||||
|   dependencies: | ||||
|     onetime "^5.1.0" | ||||
|     signal-exit "^3.0.2" | ||||
| 
 | ||||
| ret@~0.1.10: | ||||
|   version "0.1.15" | ||||
|   resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" | ||||
| @ -12121,6 +12279,11 @@ reusify@^1.0.4: | ||||
|   resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" | ||||
|   integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== | ||||
| 
 | ||||
| rfdc@^1.3.0: | ||||
|   version "1.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" | ||||
|   integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== | ||||
| 
 | ||||
| rimraf@^2.5.4, rimraf@^2.6.3: | ||||
|   version "2.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" | ||||
| @ -12179,6 +12342,13 @@ run-queue@^1.0.0, run-queue@^1.0.3: | ||||
|   dependencies: | ||||
|     aproba "^1.1.1" | ||||
| 
 | ||||
| rxjs@^7.5.5: | ||||
|   version "7.5.6" | ||||
|   resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" | ||||
|   integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw== | ||||
|   dependencies: | ||||
|     tslib "^2.1.0" | ||||
| 
 | ||||
| safe-buffer@5.1.1: | ||||
|   version "5.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" | ||||
| @ -12490,7 +12660,7 @@ side-channel@^1.0.4: | ||||
|     get-intrinsic "^1.0.2" | ||||
|     object-inspect "^1.9.0" | ||||
| 
 | ||||
| signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: | ||||
| signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: | ||||
|   version "3.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" | ||||
|   integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== | ||||
| @ -12515,6 +12685,32 @@ slash@^4.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" | ||||
|   integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== | ||||
| 
 | ||||
| slice-ansi@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" | ||||
|   integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== | ||||
|   dependencies: | ||||
|     ansi-styles "^4.0.0" | ||||
|     astral-regex "^2.0.0" | ||||
|     is-fullwidth-code-point "^3.0.0" | ||||
| 
 | ||||
| slice-ansi@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" | ||||
|   integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== | ||||
|   dependencies: | ||||
|     ansi-styles "^4.0.0" | ||||
|     astral-regex "^2.0.0" | ||||
|     is-fullwidth-code-point "^3.0.0" | ||||
| 
 | ||||
| slice-ansi@^5.0.0: | ||||
|   version "5.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-5.0.0.tgz#b73063c57aa96f9cd881654b15294d95d285c42a" | ||||
|   integrity sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ== | ||||
|   dependencies: | ||||
|     ansi-styles "^6.0.0" | ||||
|     is-fullwidth-code-point "^4.0.0" | ||||
| 
 | ||||
| snapdragon-node@^2.0.1: | ||||
|   version "2.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" | ||||
| @ -12789,6 +12985,11 @@ stream-shift@^1.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" | ||||
|   integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== | ||||
| 
 | ||||
| string-argv@^0.3.1: | ||||
|   version "0.3.1" | ||||
|   resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" | ||||
|   integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== | ||||
| 
 | ||||
| string-length@^4.0.1: | ||||
|   version "4.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" | ||||
| @ -12819,6 +13020,15 @@ string-natural-compare@^3.0.1: | ||||
|     is-fullwidth-code-point "^3.0.0" | ||||
|     strip-ansi "^6.0.1" | ||||
| 
 | ||||
| string-width@^5.0.0: | ||||
|   version "5.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" | ||||
|   integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== | ||||
|   dependencies: | ||||
|     eastasianwidth "^0.2.0" | ||||
|     emoji-regex "^9.2.2" | ||||
|     strip-ansi "^7.0.1" | ||||
| 
 | ||||
| "string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.7: | ||||
|   version "4.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" | ||||
| @ -12945,6 +13155,11 @@ strip-final-newline@^2.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" | ||||
|   integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== | ||||
| 
 | ||||
| strip-final-newline@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" | ||||
|   integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== | ||||
| 
 | ||||
| strip-indent@^1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" | ||||
| @ -13265,6 +13480,11 @@ through2@^2.0.0: | ||||
|     readable-stream "~2.3.6" | ||||
|     xtend "~4.0.1" | ||||
| 
 | ||||
| through@^2.3.8: | ||||
|   version "2.3.8" | ||||
|   resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" | ||||
|   integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== | ||||
| 
 | ||||
| thunky@^1.0.2: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" | ||||
| @ -13407,7 +13627,7 @@ tslib@^1.8.1, tslib@^1.9.3: | ||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" | ||||
|   integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== | ||||
| 
 | ||||
| tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3: | ||||
| tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0: | ||||
|   version "2.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" | ||||
|   integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== | ||||
| @ -14413,6 +14633,15 @@ worker-rpc@^0.1.0: | ||||
|   dependencies: | ||||
|     microevent.ts "~0.1.1" | ||||
| 
 | ||||
| wrap-ansi@^6.2.0: | ||||
|   version "6.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" | ||||
|   integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== | ||||
|   dependencies: | ||||
|     ansi-styles "^4.0.0" | ||||
|     string-width "^4.1.0" | ||||
|     strip-ansi "^6.0.0" | ||||
| 
 | ||||
| wrap-ansi@^7.0.0: | ||||
|   version "7.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||||
| @ -14494,6 +14723,11 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: | ||||
|   resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" | ||||
|   integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== | ||||
| 
 | ||||
| yaml@^2.1.1: | ||||
|   version "2.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec" | ||||
|   integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw== | ||||
| 
 | ||||
| yargs-parser@^20.2.2, yargs-parser@^20.2.9: | ||||
|   version "20.2.9" | ||||
|   resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user