Remove unused packages (#7661)
* Remove unused packages * Remove unused babel things * Remove more unused packages
This commit is contained in:
		
							parent
							
								
									ab54e147f2
								
							
						
					
					
						commit
						7bf517e990
					
				
					 3 changed files with 16 additions and 554 deletions
				
			
		
							
								
								
									
										13
									
								
								.babelrc
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								.babelrc
									
										
									
									
									
								
							|  | @ -1,13 +0,0 @@ | |||
| { | ||||
| 	"plugins": [ | ||||
| 		[ | ||||
| 			"@babel/plugin-transform-runtime", | ||||
| 			{ | ||||
| 				"corejs": { | ||||
| 					"version": 3, | ||||
| 					"proposals": true | ||||
| 				} | ||||
| 			} | ||||
| 		] | ||||
| 	] | ||||
| } | ||||
							
								
								
									
										15
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								package.json
									
										
									
									
									
								
							|  | @ -38,7 +38,6 @@ | |||
| 		"lodash": "^4.17.21" | ||||
| 	}, | ||||
| 	"dependencies": { | ||||
| 		"@babel/plugin-transform-runtime": "7.14.5", | ||||
| 		"@elastic/elasticsearch": "7.11.0", | ||||
| 		"@koa/cors": "3.1.0", | ||||
| 		"@koa/multer": "3.0.0", | ||||
|  | @ -126,12 +125,10 @@ | |||
| 		"compare-versions": "3.6.0", | ||||
| 		"concurrently": "6.2.0", | ||||
| 		"content-disposition": "0.5.3", | ||||
| 		"core-js": "3.16.1", | ||||
| 		"crc-32": "1.2.0", | ||||
| 		"css-loader": "6.2.0", | ||||
| 		"cssnano": "5.0.7", | ||||
| 		"dateformat": "4.5.1", | ||||
| 		"diskusage": "1.1.3", | ||||
| 		"escape-regexp": "0.0.1", | ||||
| 		"eslint": "7.32.0", | ||||
| 		"eslint-plugin-vue": "7.16.0", | ||||
|  | @ -147,9 +144,7 @@ | |||
| 		"gulp-replace": "1.1.3", | ||||
| 		"gulp-terser": "2.0.1", | ||||
| 		"gulp-tslint": "8.1.4", | ||||
| 		"hard-source-webpack-plugin": "0.13.1", | ||||
| 		"hpagent": "0.1.2", | ||||
| 		"html-minifier": "4.0.0", | ||||
| 		"http-signature": "1.3.5", | ||||
| 		"idb-keyval": "5.1.3", | ||||
| 		"insert-text-at-cursor": "0.3.0", | ||||
|  | @ -177,13 +172,11 @@ | |||
| 		"mfm-js": "0.19.0", | ||||
| 		"misskey-js": "0.0.6", | ||||
| 		"mocha": "8.4.0", | ||||
| 		"moji": "0.5.1", | ||||
| 		"ms": "2.1.3", | ||||
| 		"multer": "1.4.3", | ||||
| 		"nested-property": "4.0.0", | ||||
| 		"node-fetch": "2.6.1", | ||||
| 		"nodemailer": "6.6.3", | ||||
| 		"object-assign-deep": "0.4.0", | ||||
| 		"os-utils": "0.0.14", | ||||
| 		"parse5": "6.0.1", | ||||
| 		"pg": "8.6.0", | ||||
|  | @ -193,7 +186,6 @@ | |||
| 		"prismjs": "1.24.1", | ||||
| 		"probe-image-size": "7.2.1", | ||||
| 		"promise-limit": "2.7.0", | ||||
| 		"promise-sequential": "1.1.1", | ||||
| 		"pug": "3.0.2", | ||||
| 		"punycode": "2.1.1", | ||||
| 		"pureimage": "0.3.2", | ||||
|  | @ -201,11 +193,9 @@ | |||
| 		"random-seed": "0.3.0", | ||||
| 		"ratelimiter": "3.4.1", | ||||
| 		"re2": "1.16.0", | ||||
| 		"reconnecting-websocket": "4.4.0", | ||||
| 		"redis": "3.1.2", | ||||
| 		"redis-lock": "0.1.4", | ||||
| 		"reflect-metadata": "0.1.13", | ||||
| 		"regenerator-runtime": "0.13.9", | ||||
| 		"rename": "1.0.4", | ||||
| 		"request-stats": "3.0.0", | ||||
| 		"require-all": "3.0.0", | ||||
|  | @ -240,10 +230,7 @@ | |||
| 		"ulid": "2.3.0", | ||||
| 		"uuid": "8.3.2", | ||||
| 		"v-debounce": "0.1.2", | ||||
| 		"vanilla-tilt": "1.7.1", | ||||
| 		"vue": "3.2.3", | ||||
| 		"vue-color": "2.8.1", | ||||
| 		"vue-json-pretty": "1.8.1", | ||||
| 		"vue-loader": "16.5.0", | ||||
| 		"vue-prism-editor": "2.0.0-alpha.2", | ||||
| 		"vue-router": "4.0.5", | ||||
|  | @ -259,9 +246,7 @@ | |||
| 	}, | ||||
| 	"devDependencies": { | ||||
| 		"@redocly/openapi-core": "1.0.0-beta.44", | ||||
| 		"@types/chai": "4.2.16", | ||||
| 		"@types/fluent-ffmpeg": "2.1.17", | ||||
| 		"chai": "4.3.4", | ||||
| 		"cross-env": "7.0.3", | ||||
| 		"cypress": "8.2.0", | ||||
| 		"start-server-and-test": "1.13.1" | ||||
|  |  | |||
							
								
								
									
										542
									
								
								yarn.lock
									
										
									
									
									
								
							
							
						
						
									
										542
									
								
								yarn.lock
									
										
									
									
									
								
							|  | @ -9,118 +9,18 @@ | |||
|   dependencies: | ||||
|     "@babel/highlight" "^7.10.4" | ||||
| 
 | ||||
| "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13": | ||||
| "@babel/code-frame@^7.0.0": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" | ||||
|   integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== | ||||
|   dependencies: | ||||
|     "@babel/highlight" "^7.12.13" | ||||
| 
 | ||||
| "@babel/compat-data@^7.13.0": | ||||
|   version "7.13.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.6.tgz#11972d07db4c2317afdbf41d6feb3a730301ef4e" | ||||
|   integrity sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw== | ||||
| 
 | ||||
| "@babel/compat-data@^7.13.11": | ||||
|   version "7.13.15" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4" | ||||
|   integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== | ||||
| 
 | ||||
| "@babel/generator@^7.13.0": | ||||
|   version "7.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c" | ||||
|   integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.13.0" | ||||
|     jsesc "^2.5.1" | ||||
|     source-map "^0.5.0" | ||||
| 
 | ||||
| "@babel/helper-compilation-targets@^7.13.0": | ||||
|   version "7.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1" | ||||
|   integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q== | ||||
|   dependencies: | ||||
|     "@babel/compat-data" "^7.13.0" | ||||
|     "@babel/helper-validator-option" "^7.12.17" | ||||
|     browserslist "^4.14.5" | ||||
|     semver "7.0.0" | ||||
| 
 | ||||
| "@babel/helper-define-polyfill-provider@^0.2.2": | ||||
|   version "0.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" | ||||
|   integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== | ||||
|   dependencies: | ||||
|     "@babel/helper-compilation-targets" "^7.13.0" | ||||
|     "@babel/helper-module-imports" "^7.12.13" | ||||
|     "@babel/helper-plugin-utils" "^7.13.0" | ||||
|     "@babel/traverse" "^7.13.0" | ||||
|     debug "^4.1.1" | ||||
|     lodash.debounce "^4.0.8" | ||||
|     resolve "^1.14.2" | ||||
|     semver "^6.1.2" | ||||
| 
 | ||||
| "@babel/helper-function-name@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" | ||||
|   integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== | ||||
|   dependencies: | ||||
|     "@babel/helper-get-function-arity" "^7.12.13" | ||||
|     "@babel/template" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helper-get-function-arity@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" | ||||
|   integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helper-module-imports@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" | ||||
|   integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helper-module-imports@^7.14.5": | ||||
|   version "7.14.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" | ||||
|   integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.14.5" | ||||
| 
 | ||||
| "@babel/helper-plugin-utils@^7.13.0": | ||||
|   version "7.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" | ||||
|   integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== | ||||
| 
 | ||||
| "@babel/helper-plugin-utils@^7.14.5": | ||||
|   version "7.14.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" | ||||
|   integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== | ||||
| 
 | ||||
| "@babel/helper-split-export-declaration@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" | ||||
|   integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helper-validator-identifier@^7.12.11": | ||||
|   version "7.12.11" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" | ||||
|   integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== | ||||
| 
 | ||||
| "@babel/helper-validator-identifier@^7.14.5": | ||||
|   version "7.14.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" | ||||
|   integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== | ||||
| 
 | ||||
| "@babel/helper-validator-option@^7.12.17": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" | ||||
|   integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== | ||||
| 
 | ||||
| "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" | ||||
|  | @ -130,7 +30,7 @@ | |||
|     chalk "^2.0.0" | ||||
|     js-tokens "^4.0.0" | ||||
| 
 | ||||
| "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": | ||||
| "@babel/parser@^7.12.0", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": | ||||
|   version "7.13.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" | ||||
|   integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== | ||||
|  | @ -140,18 +40,6 @@ | |||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df" | ||||
|   integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== | ||||
| 
 | ||||
| "@babel/plugin-transform-runtime@7.14.5": | ||||
|   version "7.14.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523" | ||||
|   integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg== | ||||
|   dependencies: | ||||
|     "@babel/helper-module-imports" "^7.14.5" | ||||
|     "@babel/helper-plugin-utils" "^7.14.5" | ||||
|     babel-plugin-polyfill-corejs2 "^0.2.2" | ||||
|     babel-plugin-polyfill-corejs3 "^0.2.2" | ||||
|     babel-plugin-polyfill-regenerator "^0.2.2" | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" | ||||
|  | @ -159,31 +47,7 @@ | |||
|   dependencies: | ||||
|     regenerator-runtime "^0.13.4" | ||||
| 
 | ||||
| "@babel/template@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" | ||||
|   integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.12.13" | ||||
|     "@babel/parser" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/traverse@^7.13.0": | ||||
|   version "7.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" | ||||
|   integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.12.13" | ||||
|     "@babel/generator" "^7.13.0" | ||||
|     "@babel/helper-function-name" "^7.12.13" | ||||
|     "@babel/helper-split-export-declaration" "^7.12.13" | ||||
|     "@babel/parser" "^7.13.0" | ||||
|     "@babel/types" "^7.13.0" | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
|     lodash "^4.17.19" | ||||
| 
 | ||||
| "@babel/types@^7.12.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||||
| "@babel/types@^7.12.0", "@babel/types@^7.13.0", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||||
|   version "7.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" | ||||
|   integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== | ||||
|  | @ -192,14 +56,6 @@ | |||
|     lodash "^4.17.19" | ||||
|     to-fast-properties "^2.0.0" | ||||
| 
 | ||||
| "@babel/types@^7.14.5": | ||||
|   version "7.14.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" | ||||
|   integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== | ||||
|   dependencies: | ||||
|     "@babel/helper-validator-identifier" "^7.14.5" | ||||
|     to-fast-properties "^2.0.0" | ||||
| 
 | ||||
| "@cspotcode/source-map-consumer@0.8.0": | ||||
|   version "0.8.0" | ||||
|   resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" | ||||
|  | @ -616,11 +472,6 @@ | |||
|   dependencies: | ||||
|     cbor "*" | ||||
| 
 | ||||
| "@types/chai@4.2.16": | ||||
|   version "4.2.16" | ||||
|   resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.16.tgz#f09cc36e18d28274f942e7201147cce34d97e8c8" | ||||
|   integrity sha512-vI5iOAsez9+roLS3M3+Xx7w+WRuDtSmF8bQkrbcIJ2sC1PcDgVoA0WGpa+bIrJ+y8zqY2oi//fUctkxtIcXJCw== | ||||
| 
 | ||||
| "@types/cheerio@0.22.18": | ||||
|   version "0.22.18" | ||||
|   resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.18.tgz#19018dceae691509901e339d63edf1e935978fe6" | ||||
|  | @ -2155,11 +2006,6 @@ assert-plus@1.0.0, assert-plus@^1.0.0: | |||
|   resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" | ||||
|   integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= | ||||
| 
 | ||||
| assertion-error@^1.1.0: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" | ||||
|   integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== | ||||
| 
 | ||||
| assign-symbols@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" | ||||
|  | @ -2280,30 +2126,6 @@ axios@^0.21.1: | |||
|   dependencies: | ||||
|     follow-redirects "^1.10.0" | ||||
| 
 | ||||
| babel-plugin-polyfill-corejs2@^0.2.2: | ||||
|   version "0.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" | ||||
|   integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== | ||||
|   dependencies: | ||||
|     "@babel/compat-data" "^7.13.11" | ||||
|     "@babel/helper-define-polyfill-provider" "^0.2.2" | ||||
|     semver "^6.1.1" | ||||
| 
 | ||||
| babel-plugin-polyfill-corejs3@^0.2.2: | ||||
|   version "0.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b" | ||||
|   integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g== | ||||
|   dependencies: | ||||
|     "@babel/helper-define-polyfill-provider" "^0.2.2" | ||||
|     core-js-compat "^3.14.0" | ||||
| 
 | ||||
| babel-plugin-polyfill-regenerator@^0.2.2: | ||||
|   version "0.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" | ||||
|   integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== | ||||
|   dependencies: | ||||
|     "@babel/helper-define-polyfill-provider" "^0.2.2" | ||||
| 
 | ||||
| babel-walk@3.0.0-canary-5: | ||||
|   version "3.0.0-canary-5" | ||||
|   resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11" | ||||
|  | @ -2719,14 +2541,6 @@ callsites@^3.0.0: | |||
|   resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" | ||||
|   integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== | ||||
| 
 | ||||
| camel-case@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" | ||||
|   integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= | ||||
|   dependencies: | ||||
|     no-case "^2.2.0" | ||||
|     upper-case "^1.1.1" | ||||
| 
 | ||||
| camelcase@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" | ||||
|  | @ -2812,18 +2626,6 @@ cbor@8.0.0: | |||
|   dependencies: | ||||
|     nofilter "^3.0.2" | ||||
| 
 | ||||
| chai@4.3.4: | ||||
|   version "4.3.4" | ||||
|   resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49" | ||||
|   integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA== | ||||
|   dependencies: | ||||
|     assertion-error "^1.1.0" | ||||
|     check-error "^1.0.2" | ||||
|     deep-eql "^3.0.1" | ||||
|     get-func-name "^2.0.0" | ||||
|     pathval "^1.1.1" | ||||
|     type-detect "^4.0.5" | ||||
| 
 | ||||
| chalk@4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" | ||||
|  | @ -2903,11 +2705,6 @@ chartjs-color@^2.1.0: | |||
|     chartjs-color-string "^0.6.0" | ||||
|     color-convert "^1.9.3" | ||||
| 
 | ||||
| check-error@^1.0.2: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" | ||||
|   integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII= | ||||
| 
 | ||||
| check-more-types@2.24.0, check-more-types@^2.24.0: | ||||
|   version "2.24.0" | ||||
|   resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600" | ||||
|  | @ -2996,11 +2793,6 @@ ci-info@^3.1.1: | |||
|   resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" | ||||
|   integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A== | ||||
| 
 | ||||
| clamp@^1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/clamp/-/clamp-1.0.1.tgz#66a0e64011816e37196828fdc8c8c147312c8634" | ||||
|   integrity sha1-ZqDmQBGBbjcZaCj9yMjBRzEshjQ= | ||||
| 
 | ||||
| clap@^1.0.9: | ||||
|   version "1.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/clap/-/clap-1.2.3.tgz#4f36745b32008492557f46412d66d50cb99bce51" | ||||
|  | @ -3018,13 +2810,6 @@ class-utils@^0.3.5: | |||
|     isobject "^3.0.0" | ||||
|     static-extend "^0.1.1" | ||||
| 
 | ||||
| clean-css@^4.2.1: | ||||
|   version "4.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" | ||||
|   integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== | ||||
|   dependencies: | ||||
|     source-map "~0.6.0" | ||||
| 
 | ||||
| clean-stack@^2.0.0: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" | ||||
|  | @ -3321,7 +3106,7 @@ commander@7.2.0, commander@^7.1.0: | |||
|   resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" | ||||
|   integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== | ||||
| 
 | ||||
| commander@^2.12.1, commander@^2.19.0, commander@^2.20.0, commander@~2.20.3: | ||||
| commander@^2.12.1, commander@^2.19.0, commander@^2.20.0: | ||||
|   version "2.20.3" | ||||
|   resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" | ||||
|   integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== | ||||
|  | @ -3357,11 +3142,6 @@ common-tags@^1.8.0: | |||
|   resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937" | ||||
|   integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw== | ||||
| 
 | ||||
| commondir@^1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" | ||||
|   integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= | ||||
| 
 | ||||
| compare-versions@3.6.0: | ||||
|   version "3.6.0" | ||||
|   resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" | ||||
|  | @ -3484,19 +3264,6 @@ copy-to@^2.0.1: | |||
|   resolved "https://registry.yarnpkg.com/copy-to/-/copy-to-2.0.1.tgz#2680fbb8068a48d08656b6098092bdafc906f4a5" | ||||
|   integrity sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU= | ||||
| 
 | ||||
| core-js-compat@^3.14.0: | ||||
|   version "3.15.2" | ||||
|   resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb" | ||||
|   integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ== | ||||
|   dependencies: | ||||
|     browserslist "^4.16.6" | ||||
|     semver "7.0.0" | ||||
| 
 | ||||
| core-js@3.16.1: | ||||
|   version "3.16.1" | ||||
|   resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.1.tgz#f4485ce5c9f3c6a7cb18fa80488e08d362097249" | ||||
|   integrity sha512-AAkP8i35EbefU+JddyWi12AWE9f2N/qr/pwnDtWz4nyUIBGMJPX99ANFFRSw6FefM374lDujdtLDyhN2A/btHw== | ||||
| 
 | ||||
| core-util-is@1.0.2, core-util-is@^1.0.2, core-util-is@~1.0.0: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||||
|  | @ -3965,13 +3732,6 @@ decompress-response@^6.0.0: | |||
|   dependencies: | ||||
|     mimic-response "^3.1.0" | ||||
| 
 | ||||
| deep-eql@^3.0.1: | ||||
|   version "3.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df" | ||||
|   integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw== | ||||
|   dependencies: | ||||
|     type-detect "^4.0.0" | ||||
| 
 | ||||
| deep-equal@~1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" | ||||
|  | @ -4078,11 +3838,6 @@ detect-file@^1.0.0: | |||
|   resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" | ||||
|   integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= | ||||
| 
 | ||||
| detect-indent@^5.0.0: | ||||
|   version "5.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" | ||||
|   integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= | ||||
| 
 | ||||
| detect-libc@^1.0.3: | ||||
|   version "1.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" | ||||
|  | @ -4128,14 +3883,6 @@ dir-glob@^3.0.1: | |||
|   dependencies: | ||||
|     path-type "^4.0.0" | ||||
| 
 | ||||
| diskusage@1.1.3: | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/diskusage/-/diskusage-1.1.3.tgz#680d7dbf1b679168a195c9240eb3552cbd2c067b" | ||||
|   integrity sha512-EAyaxl8hy4Ph07kzlzGTfpbZMNAAAHXSZtNEMwdlnSd1noHzvA6HsgKt4fEMSvaEXQYLSphe5rPMxN4WOj0hcQ== | ||||
|   dependencies: | ||||
|     es6-promise "^4.2.5" | ||||
|     nan "^2.14.0" | ||||
| 
 | ||||
| doctrine@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" | ||||
|  | @ -4460,11 +4207,6 @@ es6-iterator@^2.0.1, es6-iterator@^2.0.3, es6-iterator@~2.0.3: | |||
|     es5-ext "^0.10.35" | ||||
|     es6-symbol "^3.1.1" | ||||
| 
 | ||||
| es6-promise@^4.2.5: | ||||
|   version "4.2.8" | ||||
|   resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" | ||||
|   integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== | ||||
| 
 | ||||
| es6-symbol@^3.1.1, es6-symbol@~3.1.3: | ||||
|   version "3.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" | ||||
|  | @ -4978,15 +4720,6 @@ fill-range@^7.0.1: | |||
|   dependencies: | ||||
|     to-regex-range "^5.0.1" | ||||
| 
 | ||||
| find-cache-dir@^2.0.0: | ||||
|   version "2.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" | ||||
|   integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== | ||||
|   dependencies: | ||||
|     commondir "^1.0.1" | ||||
|     make-dir "^2.0.0" | ||||
|     pkg-dir "^3.0.0" | ||||
| 
 | ||||
| find-node-modules@^2.1.0: | ||||
|   version "2.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/find-node-modules/-/find-node-modules-2.1.2.tgz#57565a3455baf671b835bc6b2134a9b938b9c53c" | ||||
|  | @ -5254,11 +4987,6 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: | |||
|   resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | ||||
|   integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | ||||
| 
 | ||||
| get-func-name@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" | ||||
|   integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE= | ||||
| 
 | ||||
| get-paths@0.0.7: | ||||
|   version "0.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/get-paths/-/get-paths-0.0.7.tgz#15331086752077cf130166ccd233a1cdbeefcf38" | ||||
|  | @ -5413,11 +5141,6 @@ global-prefix@^1.0.1: | |||
|     is-windows "^1.0.1" | ||||
|     which "^1.2.14" | ||||
| 
 | ||||
| globals@^11.1.0: | ||||
|   version "11.12.0" | ||||
|   resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" | ||||
|   integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== | ||||
| 
 | ||||
| globals@^13.6.0: | ||||
|   version "13.7.0" | ||||
|   resolved "https://registry.yarnpkg.com/globals/-/globals-13.7.0.tgz#aed3bcefd80ad3ec0f0be2cf0c895110c0591795" | ||||
|  | @ -5591,25 +5314,6 @@ har-validator@~5.1.3: | |||
|     ajv "^6.5.5" | ||||
|     har-schema "^2.0.0" | ||||
| 
 | ||||
| hard-source-webpack-plugin@0.13.1: | ||||
|   version "0.13.1" | ||||
|   resolved "https://registry.yarnpkg.com/hard-source-webpack-plugin/-/hard-source-webpack-plugin-0.13.1.tgz#a99071e25b232f1438a5bc3c99f10a3869e4428e" | ||||
|   integrity sha512-r9zf5Wq7IqJHdVAQsZ4OP+dcUSvoHqDMxJlIzaE2J0TZWn3UjMMrHqwDHR8Jr/pzPfG7XxSe36E7Y8QGNdtuAw== | ||||
|   dependencies: | ||||
|     chalk "^2.4.1" | ||||
|     find-cache-dir "^2.0.0" | ||||
|     graceful-fs "^4.1.11" | ||||
|     lodash "^4.15.0" | ||||
|     mkdirp "^0.5.1" | ||||
|     node-object-hash "^1.2.0" | ||||
|     parse-json "^4.0.0" | ||||
|     pkg-dir "^3.0.0" | ||||
|     rimraf "^2.6.2" | ||||
|     semver "^5.6.0" | ||||
|     tapable "^1.0.0-beta.5" | ||||
|     webpack-sources "^1.0.1" | ||||
|     write-json-file "^2.3.0" | ||||
| 
 | ||||
| has-ansi@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" | ||||
|  | @ -5764,19 +5468,6 @@ html-entities@2.3.2: | |||
|   resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" | ||||
|   integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== | ||||
| 
 | ||||
| html-minifier@4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-4.0.0.tgz#cca9aad8bce1175e02e17a8c33e46d8988889f56" | ||||
|   integrity sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig== | ||||
|   dependencies: | ||||
|     camel-case "^3.0.0" | ||||
|     clean-css "^4.2.1" | ||||
|     commander "^2.19.0" | ||||
|     he "^1.2.0" | ||||
|     param-case "^2.1.1" | ||||
|     relateurl "^0.2.7" | ||||
|     uglify-js "^3.5.1" | ||||
| 
 | ||||
| htmlparser2@^3.9.1: | ||||
|   version "3.10.1" | ||||
|   resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" | ||||
|  | @ -6647,17 +6338,12 @@ jsdom@16.7.0: | |||
|     ws "^7.4.6" | ||||
|     xml-name-validator "^3.0.0" | ||||
| 
 | ||||
| jsesc@^2.5.1: | ||||
|   version "2.5.2" | ||||
|   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" | ||||
|   integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== | ||||
| 
 | ||||
| json-buffer@3.0.1: | ||||
|   version "3.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" | ||||
|   integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== | ||||
| 
 | ||||
| json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: | ||||
| json-parse-better-errors@^1.0.2: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" | ||||
|   integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== | ||||
|  | @ -7151,11 +6837,6 @@ lodash.clonedeep@^4.5.0: | |||
|   resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" | ||||
|   integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= | ||||
| 
 | ||||
| lodash.debounce@^4.0.8: | ||||
|   version "4.0.8" | ||||
|   resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" | ||||
|   integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= | ||||
| 
 | ||||
| lodash.defaults@^4.0.1, lodash.defaults@^4.2.0: | ||||
|   version "4.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" | ||||
|  | @ -7236,11 +6917,6 @@ lodash.sortby@^4.7.0: | |||
|   resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||||
|   integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= | ||||
| 
 | ||||
| lodash.throttle@^4.0.0: | ||||
|   version "4.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" | ||||
|   integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= | ||||
| 
 | ||||
| lodash.truncate@^4.4.2: | ||||
|   version "4.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" | ||||
|  | @ -7251,7 +6927,7 @@ lodash.uniq@^4.5.0: | |||
|   resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||||
|   integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= | ||||
| 
 | ||||
| lodash@^4.15.0, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0: | ||||
| lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0: | ||||
|   version "4.17.21" | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||||
|   integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||||
|  | @ -7281,11 +6957,6 @@ log-update@^4.0.0: | |||
|     slice-ansi "^4.0.0" | ||||
|     wrap-ansi "^6.2.0" | ||||
| 
 | ||||
| lower-case@^1.1.1: | ||||
|   version "1.1.4" | ||||
|   resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" | ||||
|   integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= | ||||
| 
 | ||||
| lowercase-keys@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" | ||||
|  | @ -7320,21 +6991,6 @@ magic-string@^0.25.7: | |||
|   dependencies: | ||||
|     sourcemap-codec "^1.4.4" | ||||
| 
 | ||||
| make-dir@^1.0.0: | ||||
|   version "1.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" | ||||
|   integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== | ||||
|   dependencies: | ||||
|     pify "^3.0.0" | ||||
| 
 | ||||
| make-dir@^2.0.0: | ||||
|   version "2.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" | ||||
|   integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== | ||||
|   dependencies: | ||||
|     pify "^4.0.1" | ||||
|     semver "^5.6.0" | ||||
| 
 | ||||
| make-error@^1.1.1: | ||||
|   version "1.3.6" | ||||
|   resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" | ||||
|  | @ -7423,11 +7079,6 @@ matchdep@^2.0.0: | |||
|     resolve "^1.4.0" | ||||
|     stack-trace "0.0.10" | ||||
| 
 | ||||
| material-colors@^1.0.0: | ||||
|   version "1.2.6" | ||||
|   resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46" | ||||
|   integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== | ||||
| 
 | ||||
| math-expression-evaluator@^1.2.14: | ||||
|   version "1.3.7" | ||||
|   resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.3.7.tgz#1b62225db86af06f7ea1fd9576a34af605a5b253" | ||||
|  | @ -7675,7 +7326,7 @@ mkdirp-classic@^0.5.3: | |||
|   resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" | ||||
|   integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== | ||||
| 
 | ||||
| mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4, mkdirp@~0.5.1: | ||||
| mkdirp@^0.5.3, mkdirp@^0.5.4, mkdirp@~0.5.1: | ||||
|   version "0.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" | ||||
|   integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== | ||||
|  | @ -7718,13 +7369,6 @@ mocha@8.4.0: | |||
|     yargs-parser "20.2.4" | ||||
|     yargs-unparser "2.0.0" | ||||
| 
 | ||||
| moji@0.5.1: | ||||
|   version "0.5.1" | ||||
|   resolved "https://registry.yarnpkg.com/moji/-/moji-0.5.1.tgz#088eecd1c22c8f31a240adcf9c95e54f33eb54fb" | ||||
|   integrity sha1-CI7s0cIsjzGiQK3PnJXlTzPrVPs= | ||||
|   dependencies: | ||||
|     object-assign "^3.0.0" | ||||
| 
 | ||||
| moment-timezone@^0.5.25: | ||||
|   version "0.5.28" | ||||
|   resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.28.tgz#f093d789d091ed7b055d82aa81a82467f72e4338" | ||||
|  | @ -7780,7 +7424,7 @@ mz@^2.4.0, mz@^2.7.0: | |||
|     object-assign "^4.0.1" | ||||
|     thenify-all "^1.0.0" | ||||
| 
 | ||||
| nan@^2.14.0, nan@^2.14.2: | ||||
| nan@^2.14.2: | ||||
|   version "2.14.2" | ||||
|   resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" | ||||
|   integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== | ||||
|  | @ -7863,13 +7507,6 @@ next-tick@~1.0.0: | |||
|   resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" | ||||
|   integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= | ||||
| 
 | ||||
| no-case@^2.2.0: | ||||
|   version "2.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" | ||||
|   integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== | ||||
|   dependencies: | ||||
|     lower-case "^1.1.1" | ||||
| 
 | ||||
| node-abi@^2.21.0: | ||||
|   version "2.21.0" | ||||
|   resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.21.0.tgz#c2dc9ebad6f4f53d6ea9b531e7b8faad81041d48" | ||||
|  | @ -7916,11 +7553,6 @@ node-gyp@^8.0.0: | |||
|     tar "^6.1.0" | ||||
|     which "^2.0.2" | ||||
| 
 | ||||
| node-object-hash@^1.2.0: | ||||
|   version "1.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-1.4.2.tgz#385833d85b229902b75826224f6077be969a9e94" | ||||
|   integrity sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ== | ||||
| 
 | ||||
| node-releases@^1.1.70, node-releases@^1.1.71: | ||||
|   version "1.1.71" | ||||
|   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" | ||||
|  | @ -8073,16 +7705,6 @@ oauth@0.9.15: | |||
|   resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" | ||||
|   integrity sha1-vR/vr2hslrdUda7VGWQS/2DPucE= | ||||
| 
 | ||||
| object-assign-deep@0.4.0: | ||||
|   version "0.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/object-assign-deep/-/object-assign-deep-0.4.0.tgz#43505d3679abb9686ab359b97ac14cc837a9d143" | ||||
|   integrity sha512-54Uvn3s+4A/cMWx9tlRez1qtc7pN7pbQ+Yi7mjLjcBpWLlP+XbSHiHbQW6CElDiV4OvuzqnMrBdkgxI1mT8V/Q== | ||||
| 
 | ||||
| object-assign@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" | ||||
|   integrity sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I= | ||||
| 
 | ||||
| object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | ||||
|   version "4.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||||
|  | @ -8377,13 +7999,6 @@ packet-reader@1.0.0: | |||
|   resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-1.0.0.tgz#9238e5480dedabacfe1fe3f2771063f164157d74" | ||||
|   integrity sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ== | ||||
| 
 | ||||
| param-case@^2.1.1: | ||||
|   version "2.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" | ||||
|   integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc= | ||||
|   dependencies: | ||||
|     no-case "^2.2.0" | ||||
| 
 | ||||
| parent-module@^1.0.0: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" | ||||
|  | @ -8412,14 +8027,6 @@ parse-json@^2.2.0: | |||
|   dependencies: | ||||
|     error-ex "^1.2.0" | ||||
| 
 | ||||
| parse-json@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" | ||||
|   integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= | ||||
|   dependencies: | ||||
|     error-ex "^1.3.1" | ||||
|     json-parse-better-errors "^1.0.1" | ||||
| 
 | ||||
| parse-json@^5.0.0: | ||||
|   version "5.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646" | ||||
|  | @ -8540,11 +8147,6 @@ path-type@^4.0.0: | |||
|   resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" | ||||
|   integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== | ||||
| 
 | ||||
| pathval@^1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" | ||||
|   integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== | ||||
| 
 | ||||
| pause-stream@0.0.11: | ||||
|   version "0.0.11" | ||||
|   resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" | ||||
|  | @ -8628,11 +8230,6 @@ pify@^2.0.0, pify@^2.2.0: | |||
|   resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||||
|   integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= | ||||
| 
 | ||||
| pify@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | ||||
|   integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= | ||||
| 
 | ||||
| pify@^4.0.1: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" | ||||
|  | @ -8650,13 +8247,6 @@ pinkie@^2.0.0: | |||
|   resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" | ||||
|   integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= | ||||
| 
 | ||||
| pkg-dir@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" | ||||
|   integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== | ||||
|   dependencies: | ||||
|     find-up "^3.0.0" | ||||
| 
 | ||||
| pkg-dir@^4.2.0: | ||||
|   version "4.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" | ||||
|  | @ -9371,11 +8961,6 @@ promise-retry@^2.0.1: | |||
|     err-code "^2.0.2" | ||||
|     retry "^0.12.0" | ||||
| 
 | ||||
| promise-sequential@1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/promise-sequential/-/promise-sequential-1.1.1.tgz#f79e8950ef86e7a7a85bf320452643592f6d2fb2" | ||||
|   integrity sha1-956JUO+G56eoW/MgRSZDWS9tL7I= | ||||
| 
 | ||||
| promise.prototype.finally@^3.1.2: | ||||
|   version "3.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" | ||||
|  | @ -9765,7 +9350,7 @@ rechoir@^0.7.0: | |||
|   dependencies: | ||||
|     resolve "^1.9.0" | ||||
| 
 | ||||
| reconnecting-websocket@4.4.0, reconnecting-websocket@^4.4.0: | ||||
| reconnecting-websocket@^4.4.0: | ||||
|   version "4.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/reconnecting-websocket/-/reconnecting-websocket-4.4.0.tgz#3b0e5b96ef119e78a03135865b8bb0af1b948783" | ||||
|   integrity sha512-D2E33ceRPga0NvTDhJmphEgJ7FUYF0v4lr1ki0csq06OdlxKfugGzN0dSkxM/NfqCxYELK4KcaTOUOjTV6Dcng== | ||||
|  | @ -9823,11 +9408,6 @@ reflect-metadata@0.1.13, reflect-metadata@^0.1.13: | |||
|   resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08" | ||||
|   integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg== | ||||
| 
 | ||||
| regenerator-runtime@0.13.9: | ||||
|   version "0.13.9" | ||||
|   resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" | ||||
|   integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== | ||||
| 
 | ||||
| regenerator-runtime@^0.13.4: | ||||
|   version "0.13.7" | ||||
|   resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" | ||||
|  | @ -9846,11 +9426,6 @@ regexpp@^3.1.0: | |||
|   resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" | ||||
|   integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== | ||||
| 
 | ||||
| relateurl@^0.2.7: | ||||
|   version "0.2.7" | ||||
|   resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" | ||||
|   integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= | ||||
| 
 | ||||
| remove-bom-buffer@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz#c2bf1e377520d324f623892e33c10cac2c252b53" | ||||
|  | @ -10053,7 +9628,7 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, | |||
|     is-core-module "^2.0.0" | ||||
|     path-parse "^1.0.6" | ||||
| 
 | ||||
| resolve@^1.14.2, resolve@^1.15.1: | ||||
| resolve@^1.15.1: | ||||
|   version "1.20.0" | ||||
|   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" | ||||
|   integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== | ||||
|  | @ -10108,13 +9683,6 @@ rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: | |||
|   dependencies: | ||||
|     glob "^7.1.3" | ||||
| 
 | ||||
| rimraf@^2.6.2: | ||||
|   version "2.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" | ||||
|   integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== | ||||
|   dependencies: | ||||
|     glob "^7.1.3" | ||||
| 
 | ||||
| rndstr@1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/rndstr/-/rndstr-1.0.0.tgz#77e66fa8f9b4836853fdd91e50719591bb67d349" | ||||
|  | @ -10268,12 +9836,7 @@ semver-greatest-satisfied-range@^1.1.0: | |||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | ||||
|   integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== | ||||
| 
 | ||||
| semver@7.0.0: | ||||
|   version "7.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" | ||||
|   integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== | ||||
| 
 | ||||
| semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | ||||
| semver@^6.3.0: | ||||
|   version "6.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||||
|   integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||||
|  | @ -10490,19 +10053,12 @@ sort-keys@^1.0.0: | |||
|   dependencies: | ||||
|     is-plain-obj "^1.0.0" | ||||
| 
 | ||||
| sort-keys@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" | ||||
|   integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= | ||||
|   dependencies: | ||||
|     is-plain-obj "^1.0.0" | ||||
| 
 | ||||
| sortablejs@1.10.2: | ||||
|   version "1.10.2" | ||||
|   resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.10.2.tgz#6e40364d913f98b85a14f6678f92b5c1221f5290" | ||||
|   integrity sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A== | ||||
| 
 | ||||
| source-list-map@^2.0.0, source-list-map@^2.0.1: | ||||
| source-list-map@^2.0.1: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" | ||||
|   integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== | ||||
|  | @ -10536,12 +10092,12 @@ source-map-url@^0.4.0: | |||
|   resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" | ||||
|   integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= | ||||
| 
 | ||||
| source-map@^0.5.0, source-map@^0.5.1, source-map@^0.5.3, source-map@^0.5.6: | ||||
| source-map@^0.5.1, source-map@^0.5.3, source-map@^0.5.6: | ||||
|   version "0.5.7" | ||||
|   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||||
|   integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= | ||||
| 
 | ||||
| source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: | ||||
| source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: | ||||
|   version "0.6.1" | ||||
|   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | ||||
|   integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== | ||||
|  | @ -11093,11 +10649,6 @@ table@^6.0.9: | |||
|     string-width "^4.2.0" | ||||
|     strip-ansi "^6.0.0" | ||||
| 
 | ||||
| tapable@^1.0.0-beta.5: | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" | ||||
|   integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== | ||||
| 
 | ||||
| tapable@^2.1.1, tapable@^2.2.0: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b" | ||||
|  | @ -11302,7 +10853,7 @@ timsort@^0.3.0: | |||
|   resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" | ||||
|   integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= | ||||
| 
 | ||||
| tinycolor2@1.4.2, tinycolor2@^1.1.2: | ||||
| tinycolor2@1.4.2: | ||||
|   version "1.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" | ||||
|   integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== | ||||
|  | @ -11569,7 +11120,7 @@ type-check@~0.3.2: | |||
|   dependencies: | ||||
|     prelude-ls "~1.1.2" | ||||
| 
 | ||||
| type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5: | ||||
| type-detect@4.0.8: | ||||
|   version "4.0.8" | ||||
|   resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" | ||||
|   integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== | ||||
|  | @ -11657,13 +11208,6 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: | |||
|   resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" | ||||
|   integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== | ||||
| 
 | ||||
| uglify-js@^3.5.1: | ||||
|   version "3.9.1" | ||||
|   resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.9.1.tgz#a56a71c8caa2d36b5556cc1fd57df01ae3491539" | ||||
|   integrity sha512-JUPoL1jHsc9fOjVFHdQIhqEEJsQvfKDjlubcCilu8U26uZ73qOg8VsN8O1jbuei44ZPlwL7kmbAdM4tzaUvqnA== | ||||
|   dependencies: | ||||
|     commander "~2.20.3" | ||||
| 
 | ||||
| ulid@2.3.0: | ||||
|   version "2.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/ulid/-/ulid-2.3.0.tgz#93063522771a9774121a84d126ecd3eb9804071f" | ||||
|  | @ -11777,11 +11321,6 @@ untildify@^4.0.0: | |||
|   resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" | ||||
|   integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== | ||||
| 
 | ||||
| upper-case@^1.1.1: | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" | ||||
|   integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= | ||||
| 
 | ||||
| uri-js@^4.2.2: | ||||
|   version "4.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" | ||||
|  | @ -11897,11 +11436,6 @@ value-or-function@^3.0.0: | |||
|   resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813" | ||||
|   integrity sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM= | ||||
| 
 | ||||
| vanilla-tilt@1.7.1: | ||||
|   version "1.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/vanilla-tilt/-/vanilla-tilt-1.7.1.tgz#4f5f3a29707551f532e3766bc0062023c3eec186" | ||||
|   integrity sha512-S3qZcTqMEVthgdnxhOW1BDcXJ0kCzrhF/zQYPTwtRMeETn9DW3BEvQrfAMsMN02mi3TMytWR+ODuNrcfO7OGWw== | ||||
| 
 | ||||
| vary@^1.1.2: | ||||
|   version "1.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" | ||||
|  | @ -11981,16 +11515,6 @@ void-elements@^3.1.0: | |||
|   resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" | ||||
|   integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= | ||||
| 
 | ||||
| vue-color@2.8.1: | ||||
|   version "2.8.1" | ||||
|   resolved "https://registry.yarnpkg.com/vue-color/-/vue-color-2.8.1.tgz#a090f3dcf8ed6f07afdb865cac84b19a73302e70" | ||||
|   integrity sha512-BoLCEHisXi2QgwlhZBg9UepvzZZmi4176vbr+31Shen5WWZwSLVgdScEPcB+yrAtuHAz42309C0A4+WiL9lNBw== | ||||
|   dependencies: | ||||
|     clamp "^1.0.1" | ||||
|     lodash.throttle "^4.0.0" | ||||
|     material-colors "^1.0.0" | ||||
|     tinycolor2 "^1.1.2" | ||||
| 
 | ||||
| vue-eslint-parser@^7.10.0: | ||||
|   version "7.10.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8" | ||||
|  | @ -12004,11 +11528,6 @@ vue-eslint-parser@^7.10.0: | |||
|     lodash "^4.17.21" | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| vue-json-pretty@1.8.1: | ||||
|   version "1.8.1" | ||||
|   resolved "https://registry.yarnpkg.com/vue-json-pretty/-/vue-json-pretty-1.8.1.tgz#538bb57fc718544152105aef659b4c88475365ee" | ||||
|   integrity sha512-GHi8q6QLx8fw8XDhAgztlC6emupptpmV5a+yd4UxteEoPqGHXwpgscTbTTxwH2GEdmYXHAt+GLg5tAsenLZKDA== | ||||
| 
 | ||||
| vue-loader@16.5.0: | ||||
|   version "16.5.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.5.0.tgz#09c4e0712466899e34b99a686524f19165fb2892" | ||||
|  | @ -12151,14 +11670,6 @@ webpack-merge@^5.7.3: | |||
|     clone-deep "^4.0.1" | ||||
|     wildcard "^2.0.0" | ||||
| 
 | ||||
| webpack-sources@^1.0.1: | ||||
|   version "1.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" | ||||
|   integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== | ||||
|   dependencies: | ||||
|     source-list-map "^2.0.0" | ||||
|     source-map "~0.6.1" | ||||
| 
 | ||||
| webpack-sources@^2.1.1: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac" | ||||
|  | @ -12374,27 +11885,6 @@ wrappy@1: | |||
|   resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||||
|   integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= | ||||
| 
 | ||||
| write-file-atomic@^2.0.0: | ||||
|   version "2.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" | ||||
|   integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== | ||||
|   dependencies: | ||||
|     graceful-fs "^4.1.11" | ||||
|     imurmurhash "^0.1.4" | ||||
|     signal-exit "^3.0.2" | ||||
| 
 | ||||
| write-json-file@^2.3.0: | ||||
|   version "2.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f" | ||||
|   integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8= | ||||
|   dependencies: | ||||
|     detect-indent "^5.0.0" | ||||
|     graceful-fs "^4.1.2" | ||||
|     make-dir "^1.0.0" | ||||
|     pify "^3.0.0" | ||||
|     sort-keys "^2.0.0" | ||||
|     write-file-atomic "^2.0.0" | ||||
| 
 | ||||
| ws@8.1.0: | ||||
|   version "8.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/ws/-/ws-8.1.0.tgz#75e5ec608f66d3d3934ec6dbc4ebc8a34a68638c" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue