Compare commits

..

No commits in common. "172940d883a92f6b1f9f1cab13a57b6dd44c8951" and "d895995665ed192fa34173b2cfb45a837f7db24c" have entirely different histories.

15 changed files with 109 additions and 233 deletions

View File

@ -1,22 +0,0 @@
<application>
<component name="com.obiscr.chatgpt.settings.OpenAISettingsState">
<option name="email" value="psitoster@gmail.com" />
<option name="password" value="9L9ZBGo5dt" />
<option name="proxyType" value="SOCKS" />
<option name="proxyHostname" value="98.162.96.41" />
<option name="proxyPort" value="4145" />
<option name="accessToken" value="eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1UaEVOVUpHTkVNMVFURTRNMEZCTWpkQ05UZzVNRFUxUlRVd1FVSkRNRU13UmtGRVFrRXpSZyJ9.eyJodHRwczovL2FwaS5vcGVuYWkuY29tL3Byb2ZpbGUiOnsiZW1haWwiOiJwc2l0b3N0ZXJAZ21haWwuY29tIiwiZW1haWxfdmVyaWZpZWQiOnRydWV9LCJodHRwczovL2FwaS5vcGVuYWkuY29tL2F1dGgiOnsidXNlcl9pZCI6InVzZXItbm5meW5FMlpOWUJOakYwcmVFZzZVTG1HIn0sImlzcyI6Imh0dHBzOi8vYXV0aDAub3BlbmFpLmNvbS8iLCJzdWIiOiJhdXRoMHw2M2FhYzNkYzA0NDljZmU2MjkwZjFkMGMiLCJhdWQiOlsiaHR0cHM6Ly9hcGkub3BlbmFpLmNvbS92MSIsImh0dHBzOi8vb3BlbmFpLm9wZW5haS5hdXRoMGFwcC5jb20vdXNlcmluZm8iXSwiaWF0IjoxNjc4NDM0MjA3LCJleHAiOjE2Nzk2NDM4MDcsImF6cCI6IlRkSkljYmUxNldvVEh0Tjk1bnl5d2g1RTR5T282SXRHIiwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCBtb2RlbC5yZWFkIG1vZGVsLnJlcXVlc3Qgb3JnYW5pemF0aW9uLnJlYWQgb2ZmbGluZV9hY2Nlc3MifQ.sZlw9ptdqPrBrAsJthFX4ih5ONe9HNdwWeAoZMv2FCHWW20JM_RGFKmwCPSHleZddOdNF3NHnlSEIJRaWvUv_V-QPWTopoD89Xb1yaRyCQ3sEVlHcg4WAu-6YWYyDlWSOYf5aypIztHhPZX2lXEkOdrx1iW7e9CTsjI-vm60BOYyEhxJWqJs84E-pd3bmPqFZRPFxfEcnlNYahYXU0U7JPpzyFJM88mcRNJILb-06gtWw9bCM0tHshAc8Yxz_RA4WcVUasx1ltE_KZPKMm5SmpI14CSax3biqpoKHuAkhuX9X7JmKkoFpUdr3qZWJ5M63KMzFwR1VNnSH4nFEum-zQ" />
<option name="expireTime" value="2023-04-09T07:43:28.274Z" />
<option name="imageUrl" value="https://cdn.auth0.com/avatars/ps.png" />
<option name="apiKey" value="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" />
<option name="contentOrder">
<map>
<entry key="1" value="GPT-3.5-Turbo" />
<entry key="2" value="ChatGPT" />
<entry key="3" value="Online ChatGPT" />
</map>
</option>
<option name="chatGptModel" value="gpt-4" />
<option name="assistantApiKey" value="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" />
</component>
</application>

View File

@ -1,5 +0,0 @@
<application>
<component name="NewUIInfoState"><![CDATA[{
"enableNewUIDate": "2023-02-09T15:43:23.347482002"
}]]></component>
</application>

View File

@ -1,36 +0,0 @@
<application>
<component name="CsvSettings" version="1">
<csv-formats>
<csv-format name="CSV" id="Comma-separated (CSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="TSV" id="Tab-separated (TSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="&#9;" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Pipe-separated" id="Pipe-separated_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="|" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>

View File

@ -1,7 +1,7 @@
<application> <application>
<component name="LocalDatabaseDriverManager" version="201"> <component name="LocalDatabaseDriverManager" version="201">
<driver id="clickhouse"> <driver id="clickhouse">
<artifact id="ClickHouse" name="ClickHouse" use="true" version="0.4.0" /> <artifact id="ClickHouse" name="ClickHouse" use="true" version="0.3.2.11" />
</driver> </driver>
<driver id="mariadb"> <driver id="mariadb">
<artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="3.0.7" /> <artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="3.0.7" />

View File

@ -1,6 +1,8 @@
<application> <application>
<component name="DefaultFont"> <component name="DefaultFont">
<option name="VERSION" value="1" /> <option name="VERSION" value="1" />
<option name="FONT_SIZE" value="21" />
<option name="FONT_SIZE_2D" value="21.0" />
<option name="FONT_FAMILY" value="Fira Code" /> <option name="FONT_FAMILY" value="Fira Code" />
<option name="LINE_SPACING" value="1.0" /> <option name="LINE_SPACING" value="1.0" />
<option name="USE_LIGATURES" value="true" /> <option name="USE_LIGATURES" value="true" />

View File

@ -2,8 +2,6 @@
<component name="FindSettings"> <component name="FindSettings">
<option name="customScope" value="All Places" /> <option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" /> <option name="defaultScopeName" value="All Places" />
<option name="localCaseSensitive" value="true" />
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="SEARCH_SCOPE" value="All Places" /> <option name="SEARCH_SCOPE" value="All Places" />
<mask>*.css</mask> <mask>*.css</mask>
<mask>*.html</mask> <mask>*.html</mask>

View File

@ -7,11 +7,4 @@
<entry key="ide.experimental.ui" value="true" /> <entry key="ide.experimental.ui" value="true" />
<entry key="debugger.new.tool.window.layout" value="true" /> <entry key="debugger.new.tool.window.layout" value="true" />
</component> </component>
<component name="StatusBar">
<option name="widgets">
<map>
<entry key="Memory" value="true" />
</map>
</option>
</component>
</application> </application>

File diff suppressed because one or more lines are too long

View File

@ -1,9 +0,0 @@
<application>
<component name="YouTrack IssuesWorkItems">
<option name="persistentIssueWorkItems">
<map>
<entry key="monitoring slav.umni@gmail.com@https://yt.sis.ski" value="[]" />
</map>
</option>
</component>
</application>

98
jdk.table.xml Normal file
View File

@ -0,0 +1,98 @@
<application>
<component name="ProjectJdkTable">
<jdk version="2">
<name value="19" />
<type value="JavaSDK" />
<version value="version 19.0.2" />
<homePath value="/usr/lib/jvm/java-19-openjdk" />
<roots>
<annotationsPath>
<root type="composite">
<root url="jar://$APPLICATION_HOME_DIR$/plugins/java/lib/resources/jdkAnnotations.jar!/" type="simple" />
</root>
</annotationsPath>
<classPath>
<root type="composite">
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.base" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.compiler" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.datatransfer" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.desktop" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.instrument" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.logging" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.management" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.management.rmi" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.naming" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.net.http" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.prefs" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.rmi" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.scripting" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.se" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.security.jgss" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.security.sasl" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.smartcardio" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.sql" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.sql.rowset" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.transaction.xa" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.xml" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/java.xml.crypto" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.accessibility" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.attach" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.charsets" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.compiler" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.crypto.cryptoki" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.crypto.ec" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.dynalink" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.editpad" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.hotspot.agent" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.httpserver" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.incubator.concurrent" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.incubator.vector" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.ed" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.jvmstat" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.le" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.opt" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.vm.ci" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.vm.compiler" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.internal.vm.compiler.management" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jartool" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.javadoc" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jcmd" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jconsole" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jdeps" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jdi" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jdwp.agent" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jfr" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jlink" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jpackage" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jshell" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jsobject" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.jstatd" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.localedata" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.management" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.management.agent" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.management.jfr" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.naming.dns" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.naming.rmi" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.net" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.nio.mapmode" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.random" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.sctp" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.security.auth" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.security.jgss" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.unsupported" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.unsupported.desktop" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.xml.dom" type="simple" />
<root url="jrt:///usr/lib/jvm/java-19-openjdk!/jdk.zipfs" type="simple" />
</root>
</classPath>
<javadocPath>
<root type="composite" />
</javadocPath>
<sourcePath>
<root type="composite" />
</sourcePath>
</roots>
<additional />
</jdk>
</component>
</application>

View File

@ -1,15 +0,0 @@
<application>
<component name="CachedDictionaryState">
<words>
<w>iccid</w>
<w>iface</w>
<w>ifaces</w>
<w>imsi</w>
<w>nosonar</w>
<w>simcard</w>
<w>simcards</w>
<w>stcp</w>
<w>симкарт</w>
</words>
</component>
</application>

View File

@ -3,6 +3,5 @@
<option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" /> <option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" />
<option name="OPEN_IN_PREVIEW_TAB_IF_POSSIBLE" value="true" /> <option name="OPEN_IN_PREVIEW_TAB_IF_POSSIBLE" value="true" />
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" /> <option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
<option name="UI_DENSITY" value="COMPACT" />
</component> </component>
</application> </application>

8
updates.xml Normal file
View File

@ -0,0 +1,8 @@
<application>
<component name="UpdatesConfigurable">
<option name="LAST_BUILD_CHECKED" value="IU-223.8617.56" />
<option name="LAST_TIME_CHECKED" value="1675930799103" />
<option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" />
<option name="WHATS_NEW_SHOWN_FOR" value="223" />
</component>
</application>

View File

@ -7,17 +7,10 @@
<option value="Default.Author" /> <option value="Default.Author" />
<option value="Default.Date" /> <option value="Default.Date" />
<option value="Space.CommitStatus" /> <option value="Space.CommitStatus" />
<option value="Default.Hash" />
</list> </list>
</option> </option>
<option name="COLUMN_ID_VISIBILITY">
<map>
<entry key="Table.Default.Hash.ColumnIdVisibility" value="true" />
</map>
</option>
</component> </component>
<component name="VcsApplicationSettings"> <component name="VcsApplicationSettings">
<option name="PATCH_STORAGE_LOCATION" value="/srv/monitoring" />
<option name="COMMIT_FROM_LOCAL_CHANGES" value="true" /> <option name="COMMIT_FROM_LOCAL_CHANGES" value="true" />
</component> </component>
</application> </application>

View File

@ -1,119 +0,0 @@
<application>
<component name="WebTypesNpmLoader">
<package name="@web-types/at-nuxt-vue-app">
<version value="2.10.0-1" url="https://registry.npmjs.org/@web-types/at-nuxt-vue-app/-/at-nuxt-vue-app-2.10.0-1.tgz" />
<version value="2.4.0-1" url="https://registry.npmjs.org/@web-types/at-nuxt-vue-app/-/at-nuxt-vue-app-2.4.0-1.tgz" />
<version value="2.0.0-1" url="https://registry.npmjs.org/@web-types/at-nuxt-vue-app/-/at-nuxt-vue-app-2.0.0-1.tgz" />
</package>
<package name="@web-types/bootstrap-vue">
<version value="2.0.0-rc.20.2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-2.0.0-rc.20.2.tgz" />
<version value="2.0.0-1" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-2.0.0-1.tgz" />
<version value="1.5.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.5.0-2.tgz" />
<version value="1.4.1-1" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.4.1-1.tgz" />
<version value="1.4.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.4.0-2.tgz" />
<version value="1.3.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.3.0-2.tgz" />
<version value="1.2.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.2.0-2.tgz" />
<version value="1.1.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.1.0-2.tgz" />
<version value="1.0.2-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.0.2-2.tgz" />
<version value="1.0.1-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.0.1-2.tgz" />
<version value="1.0.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.0.0-2.tgz" />
</package>
<package name="@web-types/lit">
<version value="2.0.0-3" url="https://registry.npmjs.org/@web-types/lit/-/lit-2.0.0-3.tgz" />
</package>
<package name="@web-types/quasar">
<version value="1.1.0-1" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.1.0-1.tgz" />
<version value="1.0.5-1" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.0.5-1.tgz" />
<version value="1.0.0-rc.5.2" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.0.0-rc.5.2.tgz" />
<version value="1.0.0-rc.1.2" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.0.0-rc.1.2.tgz" />
<version value="1.0.0-1" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.0.0-1.tgz" />
</package>
<package name="@web-types/quasar-framework">
<version value="0.17.19-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.19-3.tgz" />
<version value="0.17.18-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.18-3.tgz" />
<version value="0.17.17-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.17-3.tgz" />
<version value="0.17.16-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.16-3.tgz" />
<version value="0.17.15-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.15-3.tgz" />
<version value="0.17.13-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.13-3.tgz" />
<version value="0.17.11-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.11-3.tgz" />
<version value="0.17.10-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.10-3.tgz" />
<version value="0.17.9-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.9-3.tgz" />
<version value="0.17.7-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.7-3.tgz" />
<version value="0.17.6-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.6-3.tgz" />
<version value="0.17.5-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.5-3.tgz" />
<version value="0.17.0-3" url="https://registry.npmjs.org/@web-types/quasar-framework/-/quasar-framework-0.17.0-3.tgz" />
</package>
<package name="@web-types/vue">
<version value="3.0.0-1" url="https://registry.npmjs.org/@web-types/vue/-/vue-3.0.0-1.tgz" />
<version value="2.5.0-4" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.5.0-4.tgz" />
<version value="2.4.0-2" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.4.0-2.tgz" />
<version value="2.3.0-2" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.3.0-2.tgz" />
<version value="2.2.0-4" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.2.0-4.tgz" />
<version value="2.1.8-4" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.1.8-4.tgz" />
<version value="2.1.0-4" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.1.0-4.tgz" />
<version value="2.0.0-5" url="https://registry.npmjs.org/@web-types/vue/-/vue-2.0.0-5.tgz" />
<version value="1.0.0-5" url="https://registry.npmjs.org/@web-types/vue/-/vue-1.0.0-5.tgz" />
</package>
<package name="@web-types/vue-client-only">
<version value="2.0.0-1" url="https://registry.npmjs.org/@web-types/vue-client-only/-/vue-client-only-2.0.0-1.tgz" />
</package>
<package name="@web-types/vue-no-ssr">
<version value="1.0.0-1" url="https://registry.npmjs.org/@web-types/vue-no-ssr/-/vue-no-ssr-1.0.0-1.tgz" />
</package>
<package name="@web-types/vue-router">
<version value="3.1.0-1" url="https://registry.npmjs.org/@web-types/vue-router/-/vue-router-3.1.0-1.tgz" />
<version value="3.0.0-1" url="https://registry.npmjs.org/@web-types/vue-router/-/vue-router-3.0.0-1.tgz" />
</package>
<package name="@web-types/vuetify">
<version value="2.0.15-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.15-1.tgz" />
<version value="2.0.12-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.12-1.tgz" />
<version value="2.0.5-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.5-1.tgz" />
<version value="2.0.4-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.4-1.tgz" />
<version value="2.0.1-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.1-1.tgz" />
<version value="2.0.0-1" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-2.0.0-1.tgz" />
<version value="1.5.12-2" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.5.12-2.tgz" />
<version value="1.5.1-2" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.5.1-2.tgz" />
<version value="1.5.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.5.0-3.tgz" />
<version value="1.4.5-2" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.4.5-2.tgz" />
<version value="1.4.4-2" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.4.4-2.tgz" />
<version value="1.4.1-2" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.4.1-2.tgz" />
<version value="1.4.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.4.0-3.tgz" />
<version value="1.3.14-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.14-3.tgz" />
<version value="1.3.9-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.9-3.tgz" />
<version value="1.3.8-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.8-3.tgz" />
<version value="1.3.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.2-3.tgz" />
<version value="1.3.1-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.1-3.tgz" />
<version value="1.3.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.3.0-3.tgz" />
<version value="1.2.4-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.2.4-3.tgz" />
<version value="1.2.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.2.2-3.tgz" />
<version value="1.2.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.2.0-3.tgz" />
<version value="1.1.12-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.12-3.tgz" />
<version value="1.1.10-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.10-3.tgz" />
<version value="1.1.9-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.9-3.tgz" />
<version value="1.1.6-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.6-3.tgz" />
<version value="1.1.4-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.4-3.tgz" />
<version value="1.1.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.2-3.tgz" />
<version value="1.1.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.1.0-3.tgz" />
<version value="1.0.11-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.0.11-3.tgz" />
<version value="1.0.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.0.2-3.tgz" />
<version value="1.0.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-1.0.0-3.tgz" />
<version value="0.17.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.17.2-3.tgz" />
<version value="0.17.0-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.17.0-3.tgz" />
<version value="0.16.5-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.16.5-3.tgz" />
<version value="0.16.4-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.16.4-3.tgz" />
<version value="0.16.2-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.16.2-3.tgz" />
<version value="0.16.1-3" url="https://registry.npmjs.org/@web-types/vuetify/-/vuetify-0.16.1-3.tgz" />
</package>
<enabled>
<package name="bootstrap-vue" />
<package name="quasar" />
<package name="quasar-framework" />
<package name="vue" />
<package name="vue-client-only" />
<package name="vue-no-ssr" />
<package name="vue-router" />
<package name="vuetify" />
<package name="@nuxt/vue-app" />
</enabled>
</component>
</application>