summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-11-14 03:36:10 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-11-14 03:36:10 +0100
commit7f2f1e63826c0acb4514edfb1fbf7a884893f8c4 (patch)
tree3a9c5d0b74e698c00d9e0ce35b4e80721c8ad548 /package-lock.json
parent319dd896f3a44237e1c26f3887fcb259f80f2714 (diff)
downloadlom_frontend-7f2f1e63826c0acb4514edfb1fbf7a884893f8c4.tar.gz
lom_frontend-7f2f1e63826c0acb4514edfb1fbf7a884893f8c4.zip
Add command line
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e43eb2f..66d32bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,6 +10,7 @@
10 "dependencies": { 10 "dependencies": {
11 "axios": "^0.24.0", 11 "axios": "^0.24.0",
12 "core-js": "^3.6.5", 12 "core-js": "^3.6.5",
13 "v-hotkey": "^0.9.0",
13 "vue": "^2.6.11", 14 "vue": "^2.6.11",
14 "vue-notification": "^1.3.20", 15 "vue-notification": "^1.3.20",
15 "vue-router": "^3.2.0", 16 "vue-router": "^3.2.0",
@@ -13787,6 +13788,24 @@
13787 "uuid": "bin/uuid" 13788 "uuid": "bin/uuid"
13788 } 13789 }
13789 }, 13790 },
13791 "node_modules/v-hotkey": {
13792 "version": "0.9.0",
13793 "resolved": "https://registry.npmjs.org/v-hotkey/-/v-hotkey-0.9.0.tgz",
13794 "integrity": "sha512-PVbU9cw5oyoOr6y5q0nN9xmndzpCsLDhXRgVP80WRMvM1Eqkai3ViuJs/D+qFhRht6u5LyM10eBEZ5hq+3qLTg==",
13795 "dependencies": {
13796 "core-js": "^2.6.5"
13797 },
13798 "peerDependencies": {
13799 "vue": "^2.x"
13800 }
13801 },
13802 "node_modules/v-hotkey/node_modules/core-js": {
13803 "version": "2.6.12",
13804 "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
13805 "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
13806 "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
13807 "hasInstallScript": true
13808 },
13790 "node_modules/v8-compile-cache": { 13809 "node_modules/v8-compile-cache": {
13791 "version": "2.3.0", 13810 "version": "2.3.0",
13792 "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", 13811 "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
@@ -26293,6 +26312,21 @@
26293 "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", 26312 "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
26294 "dev": true 26313 "dev": true
26295 }, 26314 },
26315 "v-hotkey": {
26316 "version": "0.9.0",
26317 "resolved": "https://registry.npmjs.org/v-hotkey/-/v-hotkey-0.9.0.tgz",
26318 "integrity": "sha512-PVbU9cw5oyoOr6y5q0nN9xmndzpCsLDhXRgVP80WRMvM1Eqkai3ViuJs/D+qFhRht6u5LyM10eBEZ5hq+3qLTg==",
26319 "requires": {
26320 "core-js": "^2.6.5"
26321 },
26322 "dependencies": {
26323 "core-js": {
26324 "version": "2.6.12",
26325 "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
26326 "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
26327 }
26328 }
26329 },
26296 "v8-compile-cache": { 26330 "v8-compile-cache": {
26297 "version": "2.3.0", 26331 "version": "2.3.0",
26298 "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", 26332 "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",