Compare commits
	
		
			16 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | e60048eb96 | ||
|   | 8957eec475 | ||
|   | e790af566c | ||
|   | 43fe0cd62e | ||
|   | e22a296dc7 | ||
|   | ac19ebc850 | ||
|   | 1e0060193a | ||
|   | 72271d905d | ||
|   | 8d39283d46 | ||
|   | 4364122804 | ||
|   | 3b6dbd6dc3 | ||
|   | 7c61fc37c5 | ||
|   | f530b5237d | ||
|   | 9b9b6ade64 | ||
|   | e184c1cdfb | ||
|   | e0e4b43707 | 
							
								
								
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,6 +1,22 @@ | ||||
| ChangeLog | ||||
| ========= | ||||
|  | ||||
| 12.35.1 (2020/4/19) | ||||
| ------------------- | ||||
| ### 🐛Fixes | ||||
| * Pagesのチャート描画を調整 | ||||
|  | ||||
| 12.35.0 (2020/4/19) | ||||
| ------------------- | ||||
| ### ✨Improvements | ||||
| * Pagesでチャートを描画できるように | ||||
| * Pagesでキャンバスの画像を投稿フォームで添付できるように | ||||
| * AiScriptのバージョンアップ | ||||
|  | ||||
| ### 🐛Fixes | ||||
| * タイムラインウィジェットの数が多ければ多いほど、リアクションが多く付いて見える問題を修正 | ||||
| * カスタム絵文字リアクションがプレビューされない不具合を修正 | ||||
|  | ||||
| 12.34.0 (2020/4/17) | ||||
| ------------------- | ||||
| ### ✨Improvements | ||||
|   | ||||
| @@ -73,7 +73,7 @@ makeFollowManuallyApprove: "Follow-Anfragen benötigen Bestätigung" | ||||
| defaultNoteVisibility: "Standardsichtbarkeit" | ||||
| follow: "Folgen" | ||||
| followRequest: "Follow-Anfrage" | ||||
| followRequests: "Follower-Anfragen" | ||||
| followRequests: "Follow-Anfragen" | ||||
| unfollow: "Nicht mehr folgen" | ||||
| followRequestPending: "Ausstehende Follow-Anfrage" | ||||
| enterEmoji: "Gib ein Emoji ein" | ||||
| @@ -374,7 +374,7 @@ groups: "Gruppen" | ||||
| createGroup: "Gruppe erstellen" | ||||
| ownedGroups: "Eigene Gruppen" | ||||
| joinedGroups: "Beigetretene Gruppen" | ||||
| invites: "Einladen" | ||||
| invites: "Einladungen" | ||||
| groupName: "Gruppenname" | ||||
| members: "Mitglieder" | ||||
| transfer: "Übertragen" | ||||
| @@ -461,7 +461,7 @@ objectStorageUseProxyDesc: "Deaktiviere dies falls du keinen Proxy für den Obje | ||||
| serverLogs: "Serverprotokolle" | ||||
| deleteAll: "Alle löschen" | ||||
| showFixedPostForm: "Bereich zum Schreiben neuer Notizen am Anfang der Chronik anzeigen" | ||||
| newNoteRecived: "Du hast eine neue Notiz empfangen" | ||||
| newNoteRecived: "Es gibt neue Notizen" | ||||
| sounds: "Töne" | ||||
| listen: "Anhören" | ||||
| none: "Keine" | ||||
| @@ -755,6 +755,7 @@ _pages: | ||||
|     post: "Neue Notiz anfertigen" | ||||
|     _post: | ||||
|       text: "Inhalt" | ||||
|       canvasId: "Leinwand-ID" | ||||
|     textInput: "Texteingabe" | ||||
|     _textInput: | ||||
|       name: "Variablenname" | ||||
|   | ||||
| @@ -755,6 +755,7 @@ _pages: | ||||
|     post: "Compose a note" | ||||
|     _post: | ||||
|       text: "Content" | ||||
|       canvasId: "Canvas ID" | ||||
|     textInput: "Text input" | ||||
|     _textInput: | ||||
|       name: "Variable name" | ||||
|   | ||||
| @@ -755,6 +755,7 @@ _pages: | ||||
|     post: "Formulario" | ||||
|     _post: | ||||
|       text: "Contenido" | ||||
|       canvasId: "Lienzo ID" | ||||
|     textInput: "Entrada de texto" | ||||
|     _textInput: | ||||
|       name: "Nombre de variable" | ||||
|   | ||||
| @@ -755,6 +755,7 @@ _pages: | ||||
|     post: "Formulaire à publier" | ||||
|     _post: | ||||
|       text: "Contenu" | ||||
|       canvasId: "Toile ID" | ||||
|     textInput: "Entrée de textuelle" | ||||
|     _textInput: | ||||
|       name: "Nom de la variable" | ||||
|   | ||||
| @@ -778,6 +778,8 @@ _pages: | ||||
|     post: "投稿フォーム" | ||||
|     _post: | ||||
|       text: "内容" | ||||
|       attachCanvasImage: "キャンバスの画像を添付する" | ||||
|       canvasId: "キャンバスID" | ||||
|  | ||||
|     textInput: "テキスト入力" | ||||
|     _textInput: | ||||
|   | ||||
| @@ -755,6 +755,7 @@ _pages: | ||||
|     post: "글 입력란" | ||||
|     _post: | ||||
|       text: "내용" | ||||
|       canvasId: "캔버스 ID" | ||||
|     textInput: "텍스트 입력" | ||||
|     _textInput: | ||||
|       name: "변수명" | ||||
|   | ||||
							
								
								
									
										51
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										51
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| { | ||||
| 	"name": "misskey", | ||||
| 	"author": "syuilo <syuilotan@yahoo.co.jp>", | ||||
| 	"version": "12.34.0", | ||||
| 	"version": "12.35.1", | ||||
| 	"codename": "indigo", | ||||
| 	"repository": { | ||||
| 		"type": "git", | ||||
| @@ -42,9 +42,9 @@ | ||||
| 		"@koa/cors": "3.0.0", | ||||
| 		"@koa/multer": "2.0.2", | ||||
| 		"@koa/router": "8.0.8", | ||||
| 		"@syuilo/aiscript": "0.3.2", | ||||
| 		"@syuilo/aiscript": "0.4.0", | ||||
| 		"@types/bcryptjs": "2.4.2", | ||||
| 		"@types/bull": "3.12.1", | ||||
| 		"@types/bull": "3.12.2", | ||||
| 		"@types/cbor": "5.0.0", | ||||
| 		"@types/dateformat": "3.0.1", | ||||
| 		"@types/double-ended-queue": "2.1.1", | ||||
| @@ -55,7 +55,7 @@ | ||||
| 		"@types/gulp-replace": "0.0.31", | ||||
| 		"@types/is-url": "1.2.28", | ||||
| 		"@types/js-yaml": "3.12.3", | ||||
| 		"@types/jsdom": "16.2.0", | ||||
| 		"@types/jsdom": "16.2.1", | ||||
| 		"@types/katex": "0.11.0", | ||||
| 		"@types/koa": "2.11.3", | ||||
| 		"@types/koa-bodyparser": "4.3.0", | ||||
| @@ -72,8 +72,8 @@ | ||||
| 		"@types/lolex": "5.1.0", | ||||
| 		"@types/markdown-it": "0.0.9", | ||||
| 		"@types/mocha": "7.0.2", | ||||
| 		"@types/node": "13.11.0", | ||||
| 		"@types/node-fetch": "2.5.5", | ||||
| 		"@types/node": "13.13.0", | ||||
| 		"@types/node-fetch": "2.5.6", | ||||
| 		"@types/nodemailer": "6.4.0", | ||||
| 		"@types/nprogress": "0.2.0", | ||||
| 		"@types/oauth": "0.9.1", | ||||
| @@ -84,7 +84,7 @@ | ||||
| 		"@types/qrcode": "1.3.4", | ||||
| 		"@types/random-seed": "0.3.3", | ||||
| 		"@types/ratelimiter": "2.1.28", | ||||
| 		"@types/redis": "2.8.17", | ||||
| 		"@types/redis": "2.8.18", | ||||
| 		"@types/rename": "1.0.1", | ||||
| 		"@types/request-stats": "3.0.0", | ||||
| 		"@types/rimraf": "2.0.3", | ||||
| @@ -100,19 +100,18 @@ | ||||
| 		"@types/webpack": "4.41.10", | ||||
| 		"@types/webpack-stream": "3.2.10", | ||||
| 		"@types/websocket": "1.0.0", | ||||
| 		"@types/ws": "7.2.3", | ||||
| 		"@typescript-eslint/parser": "2.26.0", | ||||
| 		"@types/ws": "7.2.4", | ||||
| 		"@typescript-eslint/parser": "2.28.0", | ||||
| 		"abort-controller": "3.0.0", | ||||
| 		"animejs": "3.1.0", | ||||
| 		"apexcharts": "3.17.1", | ||||
| 		"apexcharts": "3.18.1", | ||||
| 		"autobind-decorator": "2.4.0", | ||||
| 		"autosize": "4.0.2", | ||||
| 		"autwh": "0.1.0", | ||||
| 		"aws-sdk": "2.653.0", | ||||
| 		"aws-sdk": "2.658.0", | ||||
| 		"bcryptjs": "2.4.3", | ||||
| 		"bull": "3.13.0", | ||||
| 		"cafy": "15.2.1", | ||||
| 		"cbor": "5.0.1", | ||||
| 		"cbor": "5.0.2", | ||||
| 		"chai": "4.2.0", | ||||
| 		"chalk": "4.0.0", | ||||
| 		"chart.js": "2.9.3", | ||||
| @@ -120,7 +119,7 @@ | ||||
| 		"commander": "4.1.1", | ||||
| 		"content-disposition": "0.5.3", | ||||
| 		"crc-32": "1.2.0", | ||||
| 		"css-loader": "3.4.2", | ||||
| 		"css-loader": "3.5.2", | ||||
| 		"cssnano": "4.1.10", | ||||
| 		"dateformat": "3.0.3", | ||||
| 		"diskusage": "1.1.3", | ||||
| @@ -135,7 +134,7 @@ | ||||
| 		"glob": "7.1.6", | ||||
| 		"gulp": "4.0.2", | ||||
| 		"gulp-clean-css": "4.3.0", | ||||
| 		"gulp-dart-sass": "1.0.0", | ||||
| 		"gulp-dart-sass": "1.0.1", | ||||
| 		"gulp-mocha": "7.0.2", | ||||
| 		"gulp-rename": "2.0.0", | ||||
| 		"gulp-replace": "1.0.0", | ||||
| @@ -153,13 +152,13 @@ | ||||
| 		"is-svg": "4.2.1", | ||||
| 		"js-yaml": "3.13.1", | ||||
| 		"jsdom": "16.2.2", | ||||
| 		"json5": "2.1.2", | ||||
| 		"json5": "2.1.3", | ||||
| 		"json5-loader": "3.0.0", | ||||
| 		"jsrsasign": "8.0.13", | ||||
| 		"jsrsasign": "8.0.15", | ||||
| 		"katex": "0.11.1", | ||||
| 		"koa": "2.11.0", | ||||
| 		"koa-bodyparser": "4.3.0", | ||||
| 		"koa-compress": "3.0.0", | ||||
| 		"koa-compress": "3.1.0", | ||||
| 		"koa-favicon": "2.1.0", | ||||
| 		"koa-json-body": "5.3.0", | ||||
| 		"koa-logger": "3.2.1", | ||||
| @@ -184,11 +183,11 @@ | ||||
| 		"os-utils": "0.0.14", | ||||
| 		"parse5": "5.1.1", | ||||
| 		"parsimmon": "1.13.0", | ||||
| 		"pg": "8.0.0", | ||||
| 		"pg": "8.0.2", | ||||
| 		"portal-vue": "2.1.7", | ||||
| 		"portscanner": "2.2.0", | ||||
| 		"postcss-loader": "3.0.0", | ||||
| 		"prismjs": "1.19.0", | ||||
| 		"prismjs": "1.20.0", | ||||
| 		"probe-image-size": "5.0.0", | ||||
| 		"progress-bar-webpack-plugin": "2.1.0", | ||||
| 		"promise-limit": "2.7.0", | ||||
| @@ -219,10 +218,10 @@ | ||||
| 		"showdown-highlightjs-extension": "0.1.2", | ||||
| 		"speakeasy": "2.0.0", | ||||
| 		"stringz": "2.1.0", | ||||
| 		"style-loader": "1.1.3", | ||||
| 		"style-loader": "1.1.4", | ||||
| 		"summaly": "2.3.1", | ||||
| 		"syslog-pro": "1.0.0", | ||||
| 		"systeminformation": "4.23.1", | ||||
| 		"systeminformation": "4.23.3", | ||||
| 		"syuilo-password-strength": "0.0.1", | ||||
| 		"terser-webpack-plugin": "2.3.5", | ||||
| 		"textarea-caret": "3.1.0", | ||||
| @@ -230,7 +229,7 @@ | ||||
| 		"tinycolor2": "1.4.1", | ||||
| 		"tmp": "0.1.0", | ||||
| 		"ts-loader": "6.2.2", | ||||
| 		"ts-node": "8.8.1", | ||||
| 		"ts-node": "8.8.2", | ||||
| 		"tslint": "6.1.1", | ||||
| 		"tslint-sonarts": "1.9.0", | ||||
| 		"typeorm": "0.2.24", | ||||
| @@ -243,13 +242,13 @@ | ||||
| 		"vue": "2.6.11", | ||||
| 		"vue-color": "2.7.1", | ||||
| 		"vue-content-loading": "1.6.0", | ||||
| 		"vue-cropperjs": "4.0.1", | ||||
| 		"vue-i18n": "8.16.0", | ||||
| 		"vue-cropperjs": "4.1.0", | ||||
| 		"vue-i18n": "8.17.2", | ||||
| 		"vue-json-pretty": "1.6.3", | ||||
| 		"vue-loader": "15.9.1", | ||||
| 		"vue-marquee-text-component": "1.1.1", | ||||
| 		"vue-meta": "2.3.3", | ||||
| 		"vue-prism-component": "1.1.1", | ||||
| 		"vue-prism-component": "1.2.0", | ||||
| 		"vue-prism-editor": "0.5.1", | ||||
| 		"vue-router": "3.1.6", | ||||
| 		"vue-style-loader": "4.1.2", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
| <div> | ||||
| 	<canvas ref="canvas" class="ysrxegms" :width="value.width" :height="value.height"/> | ||||
| <div class="ysrxegms"> | ||||
| 	<canvas ref="canvas" :width="value.width" :height="value.height"/> | ||||
| </div> | ||||
| </template> | ||||
|  | ||||
| @@ -24,6 +24,13 @@ export default Vue.extend({ | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .ysrxegms { | ||||
| 	display: inline-block; | ||||
| 	vertical-align: bottom; | ||||
| 	overflow: auto; | ||||
| 	max-width: 100%; | ||||
|  | ||||
| 	> canvas { | ||||
| 		display: block; | ||||
| 	} | ||||
| } | ||||
| </style> | ||||
|   | ||||
| @@ -10,6 +10,7 @@ import Vue from 'vue'; | ||||
| import i18n from '../../i18n'; | ||||
| import MkTextarea from '../ui/textarea.vue'; | ||||
| import MkButton from '../ui/button.vue'; | ||||
| import { apiUrl } from '../../config'; | ||||
|  | ||||
| export default Vue.extend({ | ||||
| 	i18n, | ||||
| @@ -41,10 +42,39 @@ export default Vue.extend({ | ||||
| 		} | ||||
| 	}, | ||||
| 	methods: { | ||||
| 		post() { | ||||
| 		upload() { | ||||
| 			return new Promise((ok) => { | ||||
| 				const dialog = this.$root.dialog({ | ||||
| 					type: 'waiting', | ||||
| 					text: this.$t('uploading') + '...', | ||||
| 					showOkButton: false, | ||||
| 					showCancelButton: false, | ||||
| 					cancelableByBgClick: false | ||||
| 				}); | ||||
| 				const canvas = this.script.aoiScript.canvases[this.value.canvasId]; | ||||
| 				canvas.toBlob(blob => { | ||||
| 					const data = new FormData(); | ||||
| 					data.append('file', blob); | ||||
| 					data.append('i', this.$store.state.i.token); | ||||
|  | ||||
| 					fetch(apiUrl + '/drive/files/create', { | ||||
| 						method: 'POST', | ||||
| 						body: data | ||||
| 					}) | ||||
| 					.then(response => response.json()) | ||||
| 					.then(f => { | ||||
| 						dialog.close(); | ||||
| 						ok(f); | ||||
| 					}) | ||||
| 				}); | ||||
| 			}); | ||||
| 		}, | ||||
| 		async post() { | ||||
| 			this.posting = true; | ||||
| 			const file = this.value.attachCanvasImage ? await this.upload() : null; | ||||
| 			this.$root.api('notes/create', { | ||||
| 				text: this.text, | ||||
| 				fileIds: file ? [file.id] : undefined, | ||||
| 			}).then(() => { | ||||
| 				this.posted = true; | ||||
| 				this.$root.dialog({ | ||||
| @@ -59,9 +89,11 @@ export default Vue.extend({ | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .ngbfujlo { | ||||
| 	position: relative; | ||||
| 	padding: 32px; | ||||
| 	border-radius: 6px; | ||||
| 	box-shadow: 0 2px 8px var(--shadow); | ||||
| 	z-index: 1; | ||||
|  | ||||
| 	> .button { | ||||
| 		margin-top: 32px; | ||||
|   | ||||
| @@ -50,7 +50,8 @@ export default Vue.extend({ | ||||
| 		}); | ||||
|  | ||||
| 		const prepend = note => { | ||||
| 			(this.$refs.tl as any).prepend(note); | ||||
| 			const _note = JSON.parse(JSON.stringify(note));	// deepcopy | ||||
| 			(this.$refs.tl as any).prepend(_note); | ||||
|  | ||||
| 			if (this.sound) { | ||||
| 				this.$root.sound(note.userId === this.$store.state.i.id ? 'noteMy' : 'note'); | ||||
|   | ||||
| @@ -2,8 +2,10 @@ | ||||
| <x-container @remove="() => $emit('remove')" :draggable="true"> | ||||
| 	<template #header><fa :icon="faPaperPlane"/> {{ $t('_pages.blocks.post') }}</template> | ||||
|  | ||||
| 	<section style="padding: 0 16px 16px 16px;"> | ||||
| 	<section style="padding: 16px;"> | ||||
| 		<mk-textarea v-model="value.text">{{ $t('_pages.blocks._post.text') }}</mk-textarea> | ||||
| 		<mk-switch v-model="value.attachCanvasImage"><span>{{ $t('_pages.blocks._post.attachCanvasImage') }}</span></mk-switch> | ||||
| 		<mk-input v-if="value.attachCanvasImage" v-model="value.canvasId"><span>{{ $t('_pages.blocks._post.canvasId') }}</span></mk-input> | ||||
| 	</section> | ||||
| </x-container> | ||||
| </template> | ||||
| @@ -14,12 +16,14 @@ import { faPaperPlane } from '@fortawesome/free-regular-svg-icons'; | ||||
| import i18n from '../../../i18n'; | ||||
| import XContainer from '../page-editor.container.vue'; | ||||
| import MkTextarea from '../../../components/ui/textarea.vue'; | ||||
| import MkInput from '../../../components/ui/input.vue'; | ||||
| import MkSwitch from '../../../components/ui/switch.vue'; | ||||
|  | ||||
| export default Vue.extend({ | ||||
| 	i18n, | ||||
|  | ||||
| 	components: { | ||||
| 		XContainer, MkTextarea | ||||
| 		XContainer, MkTextarea, MkInput, MkSwitch | ||||
| 	}, | ||||
|  | ||||
| 	props: { | ||||
| @@ -36,6 +40,8 @@ export default Vue.extend({ | ||||
|  | ||||
| 	created() { | ||||
| 		if (this.value.text == null) Vue.set(this.value, 'text', ''); | ||||
| 		if (this.value.attachCanvasImage == null) Vue.set(this.value, 'attachCanvasImage', false); | ||||
| 		if (this.value.canvasId == null) Vue.set(this.value, 'canvasId', ''); | ||||
| 	}, | ||||
| }); | ||||
| </script> | ||||
|   | ||||
| @@ -1,10 +1,25 @@ | ||||
| import autobind from 'autobind-decorator'; | ||||
| import * as seedrandom from 'seedrandom'; | ||||
| import Chart from 'chart.js'; | ||||
| import * as tinycolor from 'tinycolor2'; | ||||
| import { Variable, PageVar, envVarsDef, funcDefs, Block, isFnBlock } from '.'; | ||||
| import { version } from '../../config'; | ||||
| import { AiScript, utils, parse, values } from '@syuilo/aiscript'; | ||||
| import { createAiScriptEnv } from '../create-aiscript-env'; | ||||
|  | ||||
| // https://stackoverflow.com/questions/38493564/chart-area-background-color-chartjs | ||||
| Chart.pluginService.register({ | ||||
| 	beforeDraw: function (chart, easing) { | ||||
| 			if (chart.config.options.chartArea && chart.config.options.chartArea.backgroundColor) { | ||||
| 					var ctx = chart.chart.ctx; | ||||
| 					ctx.save(); | ||||
| 					ctx.fillStyle = chart.config.options.chartArea.backgroundColor; | ||||
| 					ctx.fillRect(0, 0, chart.chart.width, chart.chart.height); | ||||
| 					ctx.restore(); | ||||
| 			} | ||||
| 	} | ||||
| }); | ||||
|  | ||||
| type Fn = { | ||||
| 	slots: string[]; | ||||
| 	exec: (args: Record<string, any>) => ReturnType<ASEvaluator['evaluate']>; | ||||
| @@ -19,7 +34,7 @@ export class ASEvaluator { | ||||
| 	private envVars: Record<keyof typeof envVarsDef, any>; | ||||
| 	public aiscript?: AiScript; | ||||
| 	private pageVarUpdatedCallback; | ||||
| 	private canvases: Record<string, HTMLCanvasElement> = {}; | ||||
| 	public canvases: Record<string, HTMLCanvasElement> = {}; | ||||
|  | ||||
| 	private opts: { | ||||
| 		randomSeed: string; visitor?: any; page?: any; url?: string; | ||||
| @@ -61,7 +76,77 @@ export class ASEvaluator { | ||||
| 						['fill', values.FN_NATIVE(() => { ctx.fill() })], | ||||
| 						['stroke', values.FN_NATIVE(() => { ctx.stroke() })], | ||||
| 					])); | ||||
| 				}), | ||||
| 				'MkPages:chart': values.FN_NATIVE(([id, opts]) => { | ||||
| 					utils.assertString(id); | ||||
| 					utils.assertObject(opts); | ||||
| 					const canvas = this.canvases[id.value]; | ||||
| 					const color = getComputedStyle(document.documentElement).getPropertyValue('--accent'); | ||||
| 					const chart = new Chart(canvas, { | ||||
| 						type: opts.value.get('type').value, | ||||
| 						data: { | ||||
| 							labels: opts.value.get('labels').value.map(x => x.value), | ||||
| 							datasets: opts.value.get('datasets').value.map(x => ({ | ||||
| 								label: x.value.has('label') ? x.value.get('label').value : '', | ||||
| 								data: x.value.get('data').value.map(x => x.value), | ||||
| 								pointRadius: 0, | ||||
| 								lineTension: 0, | ||||
| 								borderWidth: 2, | ||||
| 								borderColor: x.value.has('color') ? x.value.get('color') : color, | ||||
| 								backgroundColor: tinycolor(x.value.has('color') ? x.value.get('color') : color).setAlpha(0.1).toRgbString(), | ||||
| 							})) | ||||
| 						}, | ||||
| 						options: { | ||||
| 							responsive: false, | ||||
| 							title: { | ||||
| 								display: opts.value.has('title'), | ||||
| 								text: opts.value.has('title') ? opts.value.get('title').value : '', | ||||
| 								fontSize: 14, | ||||
| 							}, | ||||
| 							layout: { | ||||
| 								padding: { | ||||
| 									left: 32, | ||||
| 									right: 32, | ||||
| 									top: opts.value.has('title') ? 16 : 32, | ||||
| 									bottom: 16 | ||||
| 								} | ||||
| 							}, | ||||
| 							legend: { | ||||
| 								display: opts.value.get('datasets').value.filter(x => x.value.has('label') && x.value.get('label').value).length === 0 ? false : true, | ||||
| 								position: 'bottom', | ||||
| 								labels: { | ||||
| 									boxWidth: 16, | ||||
| 								} | ||||
| 							}, | ||||
| 							tooltips: { | ||||
| 								enabled: false, | ||||
| 							}, | ||||
| 							chartArea: { | ||||
| 								backgroundColor: '#fff' | ||||
| 							}, | ||||
| 							...(opts.value.get('type').value === 'radar' ? { | ||||
| 								scale: { | ||||
| 									ticks: { | ||||
| 										min: opts.value.has('min') ? opts.value.get('min').value : undefined, | ||||
| 										max: opts.value.has('max') ? opts.value.get('max').value : undefined, | ||||
| 									}, | ||||
| 									pointLabels: { | ||||
| 										fontSize: 12 | ||||
| 									} | ||||
| 								} | ||||
| 							} : { | ||||
| 								scales: { | ||||
| 									yAxes: [{ | ||||
| 										ticks: { | ||||
| 											min: opts.value.has('min') ? opts.value.get('min').value : undefined, | ||||
| 											max: opts.value.has('max') ? opts.value.get('max').value : undefined, | ||||
| 										} | ||||
| 									}] | ||||
| 								} | ||||
| 							}) | ||||
| 						} | ||||
| 					}); | ||||
| 				}), | ||||
| 			}}, { | ||||
| 				in: (q) => { | ||||
| 					return new Promise(ok => { | ||||
|   | ||||
| @@ -79,7 +79,11 @@ export default define(meta, async (ps, user) => { | ||||
| 	} as DeepPartial<NoteReaction>; | ||||
|  | ||||
| 	if (ps.type) { | ||||
| 		query.reaction = ps.type; | ||||
| 		// ローカルリアクションはホスト名が . とされているが | ||||
| 		// DB 上ではそうではないので、必要に応じて変換 | ||||
| 		const suffix = '@.:'; | ||||
| 		const type = ps.type.endsWith(suffix) ? ps.type.slice(0, ps.type.length - suffix.length) + ':' : ps.type; | ||||
| 		query.reaction = type; | ||||
| 	} | ||||
|  | ||||
| 	const reactions = await NoteReactions.find({ | ||||
|   | ||||
							
								
								
									
										280
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										280
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -144,10 +144,10 @@ | ||||
|   dependencies: | ||||
|     type-detect "4.0.8" | ||||
|  | ||||
| "@syuilo/aiscript@0.3.2": | ||||
|   version "0.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/@syuilo/aiscript/-/aiscript-0.3.2.tgz#c22f745ded968f24279fbce2d717a20db1e70359" | ||||
|   integrity sha512-fKA0dq7yKq2HpbDTjn61sbqMuD+ArD7J/HZXtL/0BHVWL6WnzXDbWOW/jxyABvEksmOsJbMf2LHmsikDwE612w== | ||||
| "@syuilo/aiscript@0.4.0": | ||||
|   version "0.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/@syuilo/aiscript/-/aiscript-0.4.0.tgz#7f2dab391da4cc60ceb81e892566c57e61669489" | ||||
|   integrity sha512-A20eXB4UVSISVlJ8cwttDDa0WuV8/Wb6qswpLvgnYatoksG/mM29m6WbrB/gsrNXdtccdrNxS26vILmTMWrDhQ== | ||||
|   dependencies: | ||||
|     "@types/seedrandom" "2.4.28" | ||||
|     autobind-decorator "2.4.0" | ||||
| @@ -202,10 +202,10 @@ | ||||
|     "@types/connect" "*" | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@types/bull@3.12.1": | ||||
|   version "3.12.1" | ||||
|   resolved "https://registry.yarnpkg.com/@types/bull/-/bull-3.12.1.tgz#dcf1ac40c4314a3dfa1a4a12662ce7201b2e4efa" | ||||
|   integrity sha512-mn1xmqKBNxllUGuOSBDOvsRpLHPDTSOsGQiHTv6t1gvGtIc/L1IFsN3YTmwf3AZenKzUcBQDGFLrCKt+abhrvQ== | ||||
| "@types/bull@3.12.2": | ||||
|   version "3.12.2" | ||||
|   resolved "https://registry.yarnpkg.com/@types/bull/-/bull-3.12.2.tgz#544a9c345531eabb8a961615297746cfea95b18b" | ||||
|   integrity sha512-OmAW/G0Fj+ySE/2xo1nJOzpR2XUKIym0Tzuh4rQGL/Jf6xiwafdkDe3lop6RmpKTZ+GrGi1Cz6zLtX2L8xmsOA== | ||||
|   dependencies: | ||||
|     "@types/ioredis" "*" | ||||
|  | ||||
| @@ -380,10 +380,10 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.3.tgz#abf383c5b639d0aa8b8c4a420d6a85f703357d6c" | ||||
|   integrity sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA== | ||||
|  | ||||
| "@types/jsdom@16.2.0": | ||||
|   version "16.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.0.tgz#5a371a2efc1e0feec02c4bd2b3ce689e6ae691a2" | ||||
|   integrity sha512-I+qrFCzB97VlGJgvzGEwcUqmajpwqwTalmMvVfgJqFRVsY80lcCEQEGLJuVvge+whQyB1xcqTstAdxJshVVq0g== | ||||
| "@types/jsdom@16.2.1": | ||||
|   version "16.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.1.tgz#9e6eee6a578f74eed5997558ab430dbc11aac753" | ||||
|   integrity sha512-KCEq427OsWfpX7FRyEMb3i2XIuz8Pt3XPls4nmX0iMTDJWsHD4Kzoa3v4Uv9c9IDf11ALeHUtPcyAjTz/HV03Q== | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|     "@types/parse5" "*" | ||||
| @@ -534,10 +534,10 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz#b17f16cf933597e10d6d78eae3251e692ce8b0ce" | ||||
|   integrity sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w== | ||||
|  | ||||
| "@types/node-fetch@2.5.5": | ||||
|   version "2.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.5.tgz#cd264e20a81f4600a6c52864d38e7fef72485e92" | ||||
|   integrity sha512-IWwjsyYjGw+em3xTvWVQi5MgYKbRs0du57klfTaZkv/B24AEQ/p/IopNeqIYNy3EsfHOpg8ieQSDomPcsYMHpA== | ||||
| "@types/node-fetch@2.5.6": | ||||
|   version "2.5.6" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.6.tgz#df8377a66e64ddf75b65b072e37b3c5c5425a96f" | ||||
|   integrity sha512-2w0NTwMWF1d3NJMK0Uiq2UNN8htVCyOWOD0jIPjPgC5Ph/YP4dVhs9YxxcMcuLuwAslz0dVEcZQUaqkLs3IzOQ== | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|     form-data "^3.0.0" | ||||
| @@ -547,10 +547,10 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7" | ||||
|   integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g== | ||||
|  | ||||
| "@types/node@13.11.0": | ||||
|   version "13.11.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.0.tgz#390ea202539c61c8fa6ba4428b57e05bc36dc47b" | ||||
|   integrity sha512-uM4mnmsIIPK/yeO+42F2RQhGUIs39K2RFmugcJANppXe6J1nvH87PvzPZYpza7Xhhs8Yn9yIAVdLZ84z61+0xQ== | ||||
| "@types/node@13.13.0": | ||||
|   version "13.13.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8" | ||||
|   integrity sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A== | ||||
|  | ||||
| "@types/nodemailer@6.4.0": | ||||
|   version "6.4.0" | ||||
| @@ -625,13 +625,20 @@ | ||||
|   dependencies: | ||||
|     "@types/redis" "*" | ||||
|  | ||||
| "@types/redis@*", "@types/redis@2.8.17": | ||||
| "@types/redis@*": | ||||
|   version "2.8.17" | ||||
|   resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.17.tgz#c114039957bfcad3b2d487f1ea39aae58b550095" | ||||
|   integrity sha512-7RVHFjClwG1x987MSIKusCMMicu7tsvpGgwPTJpYgf0j896G+LCeyGMewDBKVxc9Tlj5OjA9y7PtgvwGVQsACg== | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@types/redis@2.8.18": | ||||
|   version "2.8.18" | ||||
|   resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.18.tgz#6e95de50d848cd9c0aacb89aa8a6aef07a0a34b3" | ||||
|   integrity sha512-29ffRZITbLRs4zboL31EPJVDhSC/pHommWpf0rRcpwz45fvH6U2VxdRM6wWPSJu23l/kXQNKrMR8SAlLB7OqbQ== | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@types/rename@1.0.1": | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/@types/rename/-/rename-1.0.1.tgz#89ef152d73f2400835c5d835c5e22d3eb6b21ba6" | ||||
| @@ -802,37 +809,37 @@ | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@types/ws@7.2.3": | ||||
|   version "7.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.3.tgz#a3add56077ac6cc9396b9502c7252a1635922032" | ||||
|   integrity sha512-VT/GK7nvDA7lfHy40G3LKM+ICqmdIsBLBHGXcWD97MtqQEjNMX+7Gudo8YGpaSlYdTX7IFThhCE8Jx09HegymQ== | ||||
| "@types/ws@7.2.4": | ||||
|   version "7.2.4" | ||||
|   resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.4.tgz#b3859f7b9c243b220efac9716ec42c716a72969d" | ||||
|   integrity sha512-9S6Ask71vujkVyeEXKxjBSUV8ZUB0mjL5la4IncBoheu04bDaYyUKErh1BQcY9+WzOUOiKqz/OnpJHYckbMfNg== | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@typescript-eslint/experimental-utils@2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d" | ||||
|   integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ== | ||||
| "@typescript-eslint/experimental-utils@2.28.0": | ||||
|   version "2.28.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d" | ||||
|   integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w== | ||||
|   dependencies: | ||||
|     "@types/json-schema" "^7.0.3" | ||||
|     "@typescript-eslint/typescript-estree" "2.26.0" | ||||
|     "@typescript-eslint/typescript-estree" "2.28.0" | ||||
|     eslint-scope "^5.0.0" | ||||
|     eslint-utils "^2.0.0" | ||||
|  | ||||
| "@typescript-eslint/parser@2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f" | ||||
|   integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ== | ||||
| "@typescript-eslint/parser@2.28.0": | ||||
|   version "2.28.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385" | ||||
|   integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw== | ||||
|   dependencies: | ||||
|     "@types/eslint-visitor-keys" "^1.0.0" | ||||
|     "@typescript-eslint/experimental-utils" "2.26.0" | ||||
|     "@typescript-eslint/typescript-estree" "2.26.0" | ||||
|     "@typescript-eslint/experimental-utils" "2.28.0" | ||||
|     "@typescript-eslint/typescript-estree" "2.28.0" | ||||
|     eslint-visitor-keys "^1.1.0" | ||||
|  | ||||
| "@typescript-eslint/typescript-estree@2.26.0": | ||||
|   version "2.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56" | ||||
|   integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg== | ||||
| "@typescript-eslint/typescript-estree@2.28.0": | ||||
|   version "2.28.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00" | ||||
|   integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q== | ||||
|   dependencies: | ||||
|     debug "^4.1.1" | ||||
|     eslint-visitor-keys "^1.1.0" | ||||
| @@ -1144,11 +1151,6 @@ alphanum-sort@^1.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" | ||||
|   integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= | ||||
|  | ||||
| animejs@3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/animejs/-/animejs-3.1.0.tgz#748a90fc1d4bef3efed64508af9a6a82babf5c47" | ||||
|   integrity sha512-BjnCroPPQPEAngT0M89pz9TBcOGgOFLnVoq3+jV2upl4rn60k57/AXvESTnuILsNgOEjGuhMEOMp7IlQzk40kA== | ||||
|  | ||||
| ansi-colors@3.2.3: | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813" | ||||
| @@ -1246,10 +1248,10 @@ anymatch@~3.1.1: | ||||
|     normalize-path "^3.0.0" | ||||
|     picomatch "^2.0.4" | ||||
|  | ||||
| apexcharts@3.17.1: | ||||
|   version "3.17.1" | ||||
|   resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.17.1.tgz#e7404e0838d2ad40e6469b1f3a9ef39bcae4bc3d" | ||||
|   integrity sha512-zfeyHGSkz8iyCk461mbq5cpjhkGiTXz+NaVivCAbeqqRARg7oDDrwLD6MK+mA5Zl5MBqS2lXlcJP56C4rxq3BA== | ||||
| apexcharts@3.18.1: | ||||
|   version "3.18.1" | ||||
|   resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.18.1.tgz#ede3fe30411b5bf05d2840c8ab0c9bbdc519e4f7" | ||||
|   integrity sha512-xBhuEegV8RK1q3UVC/jezdN/bwTvCAcmjuOu+UutO+pFdM9qy6RifB4jKU/8Ek7ZPucmnDRDI2YJ0iXTKbzzYg== | ||||
|   dependencies: | ||||
|     svg.draggable.js "^2.2.2" | ||||
|     svg.easing.js "^2.0.0" | ||||
| @@ -1500,10 +1502,10 @@ autwh@0.1.0: | ||||
|   dependencies: | ||||
|     oauth "0.9.15" | ||||
|  | ||||
| aws-sdk@2.653.0: | ||||
|   version "2.653.0" | ||||
|   resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.653.0.tgz#53fa0b8cd5c05fb2244df262f2a01de526376543" | ||||
|   integrity sha512-vtpHfoAKoudNa5kknUgQeXzdnmkI63hqKYHuk5u7mx0HelP8iybTxmKfKENlOvkfKtBdCEbcmJRa3DxZUbQPHQ== | ||||
| aws-sdk@2.658.0: | ||||
|   version "2.658.0" | ||||
|   resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.658.0.tgz#dd0b1225d2b42eebdf9c4347a9568f317c0b90b1" | ||||
|   integrity sha512-vb+CorOG2lod4ZztrVaE3hcSjTwnB9HhTOnD/2R9YJtIUGTJqL0CIDTwo0Q384GFROtDhp7j6SX7oKFwdzDEuA== | ||||
|   dependencies: | ||||
|     buffer "4.9.1" | ||||
|     events "1.1.1" | ||||
| @@ -2022,10 +2024,10 @@ caseless@~0.12.0: | ||||
|   resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" | ||||
|   integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= | ||||
|  | ||||
| cbor@5.0.1: | ||||
|   version "5.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/cbor/-/cbor-5.0.1.tgz#243eea46b19c6e54ffb18fb07fa52c1c627a6f05" | ||||
|   integrity sha512-l4ghwqioCyuAaD3LvY4ONwv8NMuERz62xjbMHGdWBqERJPygVmoFER1b4+VS6iW0rXwoVGuKZPPPTofwWOg3YQ== | ||||
| cbor@5.0.2: | ||||
|   version "5.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/cbor/-/cbor-5.0.2.tgz#aa8c3820280ebb9f3a45b2a4c66ac344294443de" | ||||
|   integrity sha512-6JiKVURxxO92FntzTJq54QdN/8fBaBwD7+nNyGIAi1HL9mBgU3YK6ULV8k7WTuT/EwfRsjy3MuqDKlkQMCmfXg== | ||||
|   dependencies: | ||||
|     bignumber.js "^9.0.0" | ||||
|     nofilter "^1.0.3" | ||||
| @@ -2788,23 +2790,24 @@ css-declaration-sorter@^4.0.1: | ||||
|     postcss "^7.0.1" | ||||
|     timsort "^0.3.0" | ||||
|  | ||||
| css-loader@3.4.2: | ||||
|   version "3.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.2.tgz#d3fdb3358b43f233b78501c5ed7b1c6da6133202" | ||||
|   integrity sha512-jYq4zdZT0oS0Iykt+fqnzVLRIeiPWhka+7BqPn+oSIpWJAHak5tmB/WZrJ2a21JhCeFyNnnlroSl8c+MtVndzA== | ||||
| css-loader@3.5.2: | ||||
|   version "3.5.2" | ||||
|   resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.2.tgz#6483ae56f48a7f901fbe07dde2fc96b01eafab3c" | ||||
|   integrity sha512-hDL0DPopg6zQQSRlZm0hyeaqIRnL0wbWjay9BZxoiJBpbfOW4WHfbaYQhwnDmEa0kZUc1CJ3IFo15ot1yULMIQ== | ||||
|   dependencies: | ||||
|     camelcase "^5.3.1" | ||||
|     cssesc "^3.0.0" | ||||
|     icss-utils "^4.1.1" | ||||
|     loader-utils "^1.2.3" | ||||
|     normalize-path "^3.0.0" | ||||
|     postcss "^7.0.23" | ||||
|     postcss "^7.0.27" | ||||
|     postcss-modules-extract-imports "^2.0.0" | ||||
|     postcss-modules-local-by-default "^3.0.2" | ||||
|     postcss-modules-scope "^2.1.1" | ||||
|     postcss-modules-scope "^2.2.0" | ||||
|     postcss-modules-values "^3.0.0" | ||||
|     postcss-value-parser "^4.0.2" | ||||
|     schema-utils "^2.6.0" | ||||
|     postcss-value-parser "^4.0.3" | ||||
|     schema-utils "^2.6.5" | ||||
|     semver "^6.3.0" | ||||
|  | ||||
| css-select-base-adapter@^0.1.1: | ||||
|   version "0.1.1" | ||||
| @@ -4450,10 +4453,10 @@ gulp-cli@^2.2.0: | ||||
|     v8flags "^3.0.1" | ||||
|     yargs "^7.1.0" | ||||
|  | ||||
| gulp-dart-sass@1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/gulp-dart-sass/-/gulp-dart-sass-1.0.0.tgz#8408e6cf2863ba3dbbdcda19b4554c8904c9f9ad" | ||||
|   integrity sha512-wNufwTCnP26VYQxGRli5p16YSlNtr93kVh0Rwz2xHbsL5MH1T1WhRjne4hh58nJwN+fNAdaKz4vXEM8yU2Suzw== | ||||
| gulp-dart-sass@1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/gulp-dart-sass/-/gulp-dart-sass-1.0.1.tgz#fef34b2373d13609b61a6d52013d2abffde57f8a" | ||||
|   integrity sha512-Hsa6cy4N9L3QZGfSabtRl60czLOqm7VngAjS+BNdWpRwCRbc+x8kWT+xEKLq5M2Pq+Or1d4Onr8qGrWJR0CQMA== | ||||
|   dependencies: | ||||
|     chalk "^2.3.0" | ||||
|     lodash.clonedeep "^4.3.2" | ||||
| @@ -5562,10 +5565,10 @@ json5-loader@3.0.0: | ||||
|     loader-utils "^1.2.3" | ||||
|     schema-utils "^1.0.0" | ||||
|  | ||||
| json5@2.1.2: | ||||
|   version "2.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" | ||||
|   integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== | ||||
| json5@2.1.3, json5@^2.1.0, json5@^2.1.2: | ||||
|   version "2.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" | ||||
|   integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== | ||||
|   dependencies: | ||||
|     minimist "^1.2.5" | ||||
|  | ||||
| @@ -5576,13 +5579,6 @@ json5@^1.0.1: | ||||
|   dependencies: | ||||
|     minimist "^1.2.0" | ||||
|  | ||||
| json5@^2.1.0: | ||||
|   version "2.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" | ||||
|   integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== | ||||
|   dependencies: | ||||
|     minimist "^1.2.5" | ||||
|  | ||||
| jsprim@^1.2.2: | ||||
|   version "1.4.1" | ||||
|   resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" | ||||
| @@ -5593,10 +5589,10 @@ jsprim@^1.2.2: | ||||
|     json-schema "0.2.3" | ||||
|     verror "1.10.0" | ||||
|  | ||||
| jsrsasign@8.0.13: | ||||
|   version "8.0.13" | ||||
|   resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-8.0.13.tgz#e9ac95965c61f9e17d0bf5f9b5af2dd9f9c5e22b" | ||||
|   integrity sha512-sy8rk/6IQf9pDb8A0ZTbLmEdxUVkhhXfhmfVawS9cBOZqZJeYuSQ1zG9yO+cB8LORfj/iBM2r856Lxu+uLJYnA== | ||||
| jsrsasign@8.0.15: | ||||
|   version "8.0.15" | ||||
|   resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-8.0.15.tgz#0d56856efa75fad84b578655249700f500388112" | ||||
|   integrity sha512-6UKHqnNs5lYROn03wf1BTw7DQx5tW616DTigjbo0JHV97D3HzIqYmPVCBSNsfEfQOrfpFqmPZJvaC3cMNOT0Yw== | ||||
|  | ||||
| jstransformer@1.0.0: | ||||
|   version "1.0.0" | ||||
| @@ -5691,10 +5687,10 @@ koa-compose@^4.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877" | ||||
|   integrity sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw== | ||||
|  | ||||
| koa-compress@3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/koa-compress/-/koa-compress-3.0.0.tgz#3194059c215cbc24e59bbc84c2c7453a4c88564f" | ||||
|   integrity sha512-xol+LkNB1mozKJkB5Kj6nYXbJXhkLkZlXl9BsGBPjujVfZ8MsIXwU4GHRTT7TlSfUcl2DU3JtC+j6wOWcovfuQ== | ||||
| koa-compress@3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/koa-compress/-/koa-compress-3.1.0.tgz#00fb0af695dc4661c6de261a18da669626ea3ca1" | ||||
|   integrity sha512-0m24/yS/GbhWI+g9FqtvStY+yJwTObwoxOvPok6itVjRen7PBWkjsJ8pre76m+99YybXLKhOJ62mJ268qyBFMQ== | ||||
|   dependencies: | ||||
|     bytes "^3.0.0" | ||||
|     compressible "^2.0.0" | ||||
| @@ -5945,6 +5941,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4 | ||||
|     emojis-list "^3.0.0" | ||||
|     json5 "^1.0.1" | ||||
|  | ||||
| loader-utils@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" | ||||
|   integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== | ||||
|   dependencies: | ||||
|     big.js "^5.2.2" | ||||
|     emojis-list "^3.0.0" | ||||
|     json5 "^2.1.2" | ||||
|  | ||||
| locate-path@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||||
| @@ -7383,16 +7388,16 @@ pg-int8@1.0.1: | ||||
|   resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c" | ||||
|   integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw== | ||||
|  | ||||
| pg-packet-stream@^1.1.0: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz#e45c3ae678b901a2873af1e17b92d787962ef914" | ||||
|   integrity sha512-kRBH0tDIW/8lfnnOyTwKD23ygJ/kexQVXZs7gEyBljw4FYqimZFxnMMx50ndZ8In77QgfGuItS5LLclC2TtjYg== | ||||
|  | ||||
| pg-pool@^3.0.0: | ||||
| pg-pool@^3.1.0: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.1.0.tgz#65f24bbda56cf7368f03ecdfd65e1da571041901" | ||||
|   integrity sha512-CvxGctDwjZZad6Q7vvhFA4BsYdk26UFIZaFH0XXqHId5uBOc26vco/GFh/laUVIQUpD9IKe/f9/mr/OQHyQ2ZA== | ||||
|  | ||||
| pg-protocol@^1.2.1: | ||||
|   version "1.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.1.tgz#60adffeef131418c58f0b20df01ae8f507a95370" | ||||
|   integrity sha512-IqZ+VUOqg3yydxSt5NgNKLVK9JgPBuzq4ZbA9GmrmIkQjQAszPT9DLqTtID0mKsLEZB68PU0gjLla561WZ2QkQ== | ||||
|  | ||||
| pg-types@^2.1.0: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3" | ||||
| @@ -7404,16 +7409,16 @@ pg-types@^2.1.0: | ||||
|     postgres-date "~1.0.4" | ||||
|     postgres-interval "^1.1.0" | ||||
|  | ||||
| pg@8.0.0: | ||||
|   version "8.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/pg/-/pg-8.0.0.tgz#6559c6f895b9e735b3079995acb5de3f39ade59f" | ||||
|   integrity sha512-jinx9Xcmkeh7Y7gatu2EJiXr37mcDeF0G5X14MjqPMwYjoZMk7PMMSTTXQQl03GRp2IICxo/zyybqfv2RNgXsg== | ||||
| pg@8.0.2: | ||||
|   version "8.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/pg/-/pg-8.0.2.tgz#883f869f61ab074ded386d305ad3f99056d0073e" | ||||
|   integrity sha512-ngOUEDk69kLdH/k/YLT2NRIBcUiPFRcY4l51dviqn79P5qIa5jBIGIFTIGXh4OlT/6gpiCAza5a9uy08izpFQQ== | ||||
|   dependencies: | ||||
|     buffer-writer "2.0.0" | ||||
|     packet-reader "1.0.0" | ||||
|     pg-connection-string "0.1.3" | ||||
|     pg-packet-stream "^1.1.0" | ||||
|     pg-pool "^3.0.0" | ||||
|     pg-pool "^3.1.0" | ||||
|     pg-protocol "^1.2.1" | ||||
|     pg-types "^2.1.0" | ||||
|     pgpass "1.x" | ||||
|     semver "4.3.2" | ||||
| @@ -7664,7 +7669,7 @@ postcss-modules-local-by-default@^3.0.2: | ||||
|     postcss-selector-parser "^6.0.2" | ||||
|     postcss-value-parser "^4.0.0" | ||||
|  | ||||
| postcss-modules-scope@^2.1.1: | ||||
| postcss-modules-scope@^2.2.0: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" | ||||
|   integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== | ||||
| @@ -7832,12 +7837,12 @@ postcss-value-parser@^3.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" | ||||
|   integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== | ||||
|  | ||||
| postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2: | ||||
| postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.0.3: | ||||
|   version "4.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d" | ||||
|   integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg== | ||||
|  | ||||
| postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.23, postcss@^7.0.27, postcss@^7.0.5, postcss@^7.0.6: | ||||
| postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.27, postcss@^7.0.5, postcss@^7.0.6: | ||||
|   version "7.0.27" | ||||
|   resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9" | ||||
|   integrity sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ== | ||||
| @@ -7926,10 +7931,10 @@ printj@~1.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" | ||||
|   integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ== | ||||
|  | ||||
| prismjs@1.19.0: | ||||
|   version "1.19.0" | ||||
|   resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.19.0.tgz#713afbd45c3baca4b321569f2df39e17e729d4dc" | ||||
|   integrity sha512-IVFtbW9mCWm9eOIaEkNyo2Vl4NnEifis2GQ7/MLRG5TQe6t+4Sj9J5QWI9i3v+SS43uZBlCAOn+zYTVYQcPXJw== | ||||
| prismjs@1.20.0: | ||||
|   version "1.20.0" | ||||
|   resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.20.0.tgz#9b685fc480a3514ee7198eac6a3bf5024319ff03" | ||||
|   integrity sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ== | ||||
|   optionalDependencies: | ||||
|     clipboard "^2.0.0" | ||||
|  | ||||
| @@ -8846,7 +8851,7 @@ schema-utils@^1.0.0: | ||||
|     ajv-errors "^1.0.0" | ||||
|     ajv-keywords "^3.1.0" | ||||
|  | ||||
| schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6.4: | ||||
| schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.4: | ||||
|   version "2.6.5" | ||||
|   resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.5.tgz#c758f0a7e624263073d396e29cd40aa101152d8a" | ||||
|   integrity sha512-5KXuwKziQrTVHh8j/Uxz+QUbxkaLW9X/86NBlx/gnKgtsZA2GIVMUn17qWhRFwF8jdYb3Dig5hRO/W5mZqy6SQ== | ||||
| @@ -8854,6 +8859,14 @@ schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6 | ||||
|     ajv "^6.12.0" | ||||
|     ajv-keywords "^3.4.1" | ||||
|  | ||||
| schema-utils@^2.6.5: | ||||
|   version "2.6.6" | ||||
|   resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.6.tgz#299fe6bd4a3365dc23d99fd446caff8f1d6c330c" | ||||
|   integrity sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA== | ||||
|   dependencies: | ||||
|     ajv "^6.12.0" | ||||
|     ajv-keywords "^3.4.1" | ||||
|  | ||||
| scrollmonitor@^1.2.4: | ||||
|   version "1.2.4" | ||||
|   resolved "https://registry.yarnpkg.com/scrollmonitor/-/scrollmonitor-1.2.4.tgz#823d04cc1574aa3b71de7cc70ef91ebe633344a0" | ||||
| @@ -9479,13 +9492,13 @@ strtok3@^6.0.0: | ||||
|     debug "^4.1.1" | ||||
|     peek-readable "^3.1.0" | ||||
|  | ||||
| style-loader@1.1.3: | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.3.tgz#9e826e69c683c4d9bf9db924f85e9abb30d5e200" | ||||
|   integrity sha512-rlkH7X/22yuwFYK357fMN/BxYOorfnfq0eD7+vqlemSK4wEcejFF1dg4zxP0euBW8NrYx2WZzZ8PPFevr7D+Kw== | ||||
| style-loader@1.1.4: | ||||
|   version "1.1.4" | ||||
|   resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.4.tgz#1ad81283cefe51096756fd62697258edad933230" | ||||
|   integrity sha512-SbBHRD8fwK3pX+4UDF4ETxUF0+rCvk29LWTTI7Rt0cgsDjAj3SWM76ByTe6u2+4IlJ/WwluB7wuslWETCoPQdg== | ||||
|   dependencies: | ||||
|     loader-utils "^1.2.3" | ||||
|     schema-utils "^2.6.4" | ||||
|     loader-utils "^2.0.0" | ||||
|     schema-utils "^2.6.5" | ||||
|  | ||||
| stylehacks@^4.0.0: | ||||
|   version "4.0.3" | ||||
| @@ -9638,16 +9651,11 @@ syslog-pro@1.0.0: | ||||
|   dependencies: | ||||
|     moment "^2.22.2" | ||||
|  | ||||
| systeminformation@*: | ||||
| systeminformation@*, systeminformation@4.23.3: | ||||
|   version "4.23.3" | ||||
|   resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.23.3.tgz#abb618a66365181f2ef9de58ba2101fb36a1f005" | ||||
|   integrity sha512-TIGmv7O1vVw00ldkj8ckHJr667l/lbLxvYB5IrJZ7pxzKXt7RmCduvzHbFM6k2Owif/dGd7oEmRkaQJEH9ewng== | ||||
|  | ||||
| systeminformation@4.23.1: | ||||
|   version "4.23.1" | ||||
|   resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.23.1.tgz#03dcc16570adfa1e0b6ceb871aad8f34c9ae8014" | ||||
|   integrity sha512-gtqfvz5jUIMqWn0kkdkV4G8uiLmJckQ+z6aKy1uyE0OPU/6tStubahtZDiF0ajSRVJht+Vd4pX5DDwQLhAapww== | ||||
|  | ||||
| syuilo-password-strength@0.0.1: | ||||
|   version "0.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/syuilo-password-strength/-/syuilo-password-strength-0.0.1.tgz#08f71a8f0ecb77db649f3d9a6424510d9d945f52" | ||||
| @@ -9974,10 +9982,10 @@ ts-loader@6.2.2: | ||||
|     micromatch "^4.0.0" | ||||
|     semver "^6.0.0" | ||||
|  | ||||
| ts-node@8.8.1: | ||||
|   version "8.8.1" | ||||
|   resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.1.tgz#7c4d3e9ed33aa703b64b28d7f9d194768be5064d" | ||||
|   integrity sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg== | ||||
| ts-node@8.8.2: | ||||
|   version "8.8.2" | ||||
|   resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.2.tgz#0b39e690bee39ea5111513a9d2bcdc0bc121755f" | ||||
|   integrity sha512-duVj6BpSpUpD/oM4MfhO98ozgkp3Gt9qIp3jGxwU2DFvl/3IRaEAvbLa8G60uS7C77457e/m5TMowjedeRxI1Q== | ||||
|   dependencies: | ||||
|     arg "^4.1.0" | ||||
|     diff "^4.0.1" | ||||
| @@ -10514,10 +10522,10 @@ vue-content-loading@1.6.0: | ||||
|   dependencies: | ||||
|     vue "^2.5.13" | ||||
|  | ||||
| vue-cropperjs@4.0.1: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/vue-cropperjs/-/vue-cropperjs-4.0.1.tgz#1d4cd2f7b5292ffe83de780c76e4a2dec2b66118" | ||||
|   integrity sha512-THkBBhiRHUX188QdVnyQzFWOW2g0oBMbEQ2t7sWenPxpaGZ1tFMePG2878Iw+6z6PRzq+dT0FubTtfZZzdSyxw== | ||||
| vue-cropperjs@4.1.0: | ||||
|   version "4.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue-cropperjs/-/vue-cropperjs-4.1.0.tgz#f52b944611e689fd5f0c59bab0b30fe64de1b58e" | ||||
|   integrity sha512-ORQTaxsygsFvz21Hyf5yNUwQXGRdLXYF4964ueLjR+VpKjHkoqV67oDT3gLCHyrq5HRKmwJPShUiHzdhIo3JTQ== | ||||
|   dependencies: | ||||
|     cropperjs "^1.5.6" | ||||
|  | ||||
| @@ -10538,10 +10546,10 @@ vue-hot-reload-api@^2.3.0: | ||||
|   resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" | ||||
|   integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== | ||||
|  | ||||
| vue-i18n@8.16.0: | ||||
|   version "8.16.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.16.0.tgz#f84188a36a4cc3c876427b869c7c5a82d6696080" | ||||
|   integrity sha512-cp9JOsx4ETzlCsnD22FE8ZhAmD8kcyNLRKV0DPsS7bBNTCdIlOKuyTGonWKYcGCUtNMtwemDWRBevRm8eevBVg== | ||||
| vue-i18n@8.17.2: | ||||
|   version "8.17.2" | ||||
|   resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.17.2.tgz#9ad15f5506ff012f6f770ec0474dcb714d96cd2d" | ||||
|   integrity sha512-YIW0aXW/dzxI0rk9qYttvISv+Tt+w5WVjengswTLK0mKhwIfrAyMssbawohIn9tsmoxcHcA0G20bU7e/t2JATA== | ||||
|  | ||||
| vue-json-pretty@1.6.3: | ||||
|   version "1.6.3" | ||||
| @@ -10573,10 +10581,10 @@ vue-meta@2.3.3: | ||||
|   dependencies: | ||||
|     deepmerge "^4.2.2" | ||||
|  | ||||
| vue-prism-component@1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/vue-prism-component/-/vue-prism-component-1.1.1.tgz#df0e375f7f9b367b069b2d54e6ed86facde96030" | ||||
|   integrity sha512-M4wM7gMIagWgf3YNS5Hrq7YDYu0pYbqMaJOhkVDfCfJ1col4ZCv+uyWpW/gkYZCuG3ic8UF3EAV22asm4pWjMA== | ||||
| vue-prism-component@1.2.0: | ||||
|   version "1.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue-prism-component/-/vue-prism-component-1.2.0.tgz#406252e16979def13b5d28827d95b2b6dc647825" | ||||
|   integrity sha512-0N9CNuQu+36CJpdsZHrhdq7d18oBvjVMjawyKdIr8xuzFWLfdxECZQYbFaYoopPBg3SvkEEMtkhYqdgTQl5Y+A== | ||||
|  | ||||
| vue-prism-editor@0.5.1: | ||||
|   version "0.5.1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user