aboutsummaryrefslogtreecommitdiff
path: root/viewer/package-lock.json
diff options
context:
space:
mode:
authorZero~Informatique2020-02-11 20:29:04 +0100
committerNotkea2020-02-12 21:44:51 +0100
commitd2b06df90fd1e8f6b89c49704150de45aee92b51 (patch)
tree912b2776debdc8e48a49cf6bad910c727c82bde6 /viewer/package-lock.json
parente61a7c84f1a1753186980ff1990ee146395ddfc1 (diff)
downloadldgallery-d2b06df90fd1e8f6b89c49704150de45aee92b51.tar.gz
viewer: project configuration
- Libraries update, removed the obsolete babel proposals plugins - vue/cli version check on start
Diffstat (limited to 'viewer/package-lock.json')
-rw-r--r--viewer/package-lock.json2104
1 files changed, 1029 insertions, 1075 deletions
diff --git a/viewer/package-lock.json b/viewer/package-lock.json
index 4b778a3..87825c8 100644
--- a/viewer/package-lock.json
+++ b/viewer/package-lock.json
@@ -14,28 +14,28 @@
14 } 14 }
15 }, 15 },
16 "@babel/compat-data": { 16 "@babel/compat-data": {
17 "version": "7.8.1", 17 "version": "7.8.5",
18 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.1.tgz", 18 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.5.tgz",
19 "integrity": "sha512-Z+6ZOXvyOWYxJ50BwxzdhRnRsGST8Y3jaZgxYig575lTjVSs3KtJnmESwZegg6e2Dn0td1eDhoWlp1wI4BTCPw==", 19 "integrity": "sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg==",
20 "dev": true, 20 "dev": true,
21 "requires": { 21 "requires": {
22 "browserslist": "^4.8.2", 22 "browserslist": "^4.8.5",
23 "invariant": "^2.2.4", 23 "invariant": "^2.2.4",
24 "semver": "^5.5.0" 24 "semver": "^5.5.0"
25 } 25 }
26 }, 26 },
27 "@babel/core": { 27 "@babel/core": {
28 "version": "7.8.3", 28 "version": "7.8.4",
29 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.3.tgz", 29 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz",
30 "integrity": "sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==", 30 "integrity": "sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==",
31 "dev": true, 31 "dev": true,
32 "requires": { 32 "requires": {
33 "@babel/code-frame": "^7.8.3", 33 "@babel/code-frame": "^7.8.3",
34 "@babel/generator": "^7.8.3", 34 "@babel/generator": "^7.8.4",
35 "@babel/helpers": "^7.8.3", 35 "@babel/helpers": "^7.8.4",
36 "@babel/parser": "^7.8.3", 36 "@babel/parser": "^7.8.4",
37 "@babel/template": "^7.8.3", 37 "@babel/template": "^7.8.3",
38 "@babel/traverse": "^7.8.3", 38 "@babel/traverse": "^7.8.4",
39 "@babel/types": "^7.8.3", 39 "@babel/types": "^7.8.3",
40 "convert-source-map": "^1.7.0", 40 "convert-source-map": "^1.7.0",
41 "debug": "^4.1.0", 41 "debug": "^4.1.0",
@@ -66,19 +66,33 @@
66 "esutils": "^2.0.2", 66 "esutils": "^2.0.2",
67 "js-tokens": "^4.0.0" 67 "js-tokens": "^4.0.0"
68 } 68 }
69 },
70 "source-map": {
71 "version": "0.5.7",
72 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
73 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
74 "dev": true
69 } 75 }
70 } 76 }
71 }, 77 },
72 "@babel/generator": { 78 "@babel/generator": {
73 "version": "7.8.3", 79 "version": "7.8.4",
74 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.3.tgz", 80 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz",
75 "integrity": "sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==", 81 "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==",
76 "dev": true, 82 "dev": true,
77 "requires": { 83 "requires": {
78 "@babel/types": "^7.8.3", 84 "@babel/types": "^7.8.3",
79 "jsesc": "^2.5.1", 85 "jsesc": "^2.5.1",
80 "lodash": "^4.17.13", 86 "lodash": "^4.17.13",
81 "source-map": "^0.5.0" 87 "source-map": "^0.5.0"
88 },
89 "dependencies": {
90 "source-map": {
91 "version": "0.5.7",
92 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
93 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
94 "dev": true
95 }
82 } 96 }
83 }, 97 },
84 "@babel/helper-annotate-as-pure": { 98 "@babel/helper-annotate-as-pure": {
@@ -112,15 +126,15 @@
112 } 126 }
113 }, 127 },
114 "@babel/helper-compilation-targets": { 128 "@babel/helper-compilation-targets": {
115 "version": "7.8.3", 129 "version": "7.8.4",
116 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.3.tgz", 130 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz",
117 "integrity": "sha512-JLylPCsFjhLN+6uBSSh3iYdxKdeO9MNmoY96PE/99d8kyBFaXLORtAVhqN6iHa+wtPeqxKLghDOZry0+Aiw9Tw==", 131 "integrity": "sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==",
118 "dev": true, 132 "dev": true,
119 "requires": { 133 "requires": {
120 "@babel/compat-data": "^7.8.1", 134 "@babel/compat-data": "^7.8.4",
121 "browserslist": "^4.8.2", 135 "browserslist": "^4.8.5",
122 "invariant": "^2.2.4", 136 "invariant": "^2.2.4",
123 "levenary": "^1.1.0", 137 "levenary": "^1.1.1",
124 "semver": "^5.5.0" 138 "semver": "^5.5.0"
125 } 139 }
126 }, 140 },
@@ -136,14 +150,6 @@
136 "@babel/helper-plugin-utils": "^7.8.3", 150 "@babel/helper-plugin-utils": "^7.8.3",
137 "@babel/helper-replace-supers": "^7.8.3", 151 "@babel/helper-replace-supers": "^7.8.3",
138 "@babel/helper-split-export-declaration": "^7.8.3" 152 "@babel/helper-split-export-declaration": "^7.8.3"
139 },
140 "dependencies": {
141 "@babel/helper-plugin-utils": {
142 "version": "7.8.3",
143 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
144 "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
145 "dev": true
146 }
147 } 153 }
148 }, 154 },
149 "@babel/helper-create-regexp-features-plugin": { 155 "@babel/helper-create-regexp-features-plugin": {
@@ -248,9 +254,9 @@
248 } 254 }
249 }, 255 },
250 "@babel/helper-plugin-utils": { 256 "@babel/helper-plugin-utils": {
251 "version": "7.0.0", 257 "version": "7.8.3",
252 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", 258 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
253 "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==", 259 "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
254 "dev": true 260 "dev": true
255 }, 261 },
256 "@babel/helper-regex": { 262 "@babel/helper-regex": {
@@ -319,13 +325,13 @@
319 } 325 }
320 }, 326 },
321 "@babel/helpers": { 327 "@babel/helpers": {
322 "version": "7.8.3", 328 "version": "7.8.4",
323 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.3.tgz", 329 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.4.tgz",
324 "integrity": "sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ==", 330 "integrity": "sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==",
325 "dev": true, 331 "dev": true,
326 "requires": { 332 "requires": {
327 "@babel/template": "^7.8.3", 333 "@babel/template": "^7.8.3",
328 "@babel/traverse": "^7.8.3", 334 "@babel/traverse": "^7.8.4",
329 "@babel/types": "^7.8.3" 335 "@babel/types": "^7.8.3"
330 } 336 }
331 }, 337 },
@@ -341,9 +347,9 @@
341 } 347 }
342 }, 348 },
343 "@babel/parser": { 349 "@babel/parser": {
344 "version": "7.8.3", 350 "version": "7.8.4",
345 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.3.tgz", 351 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz",
346 "integrity": "sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==", 352 "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==",
347 "dev": true 353 "dev": true
348 }, 354 },
349 "@babel/plugin-proposal-async-generator-functions": { 355 "@babel/plugin-proposal-async-generator-functions": {
@@ -355,14 +361,6 @@
355 "@babel/helper-plugin-utils": "^7.8.3", 361 "@babel/helper-plugin-utils": "^7.8.3",
356 "@babel/helper-remap-async-to-generator": "^7.8.3", 362 "@babel/helper-remap-async-to-generator": "^7.8.3",
357 "@babel/plugin-syntax-async-generators": "^7.8.0" 363 "@babel/plugin-syntax-async-generators": "^7.8.0"
358 },
359 "dependencies": {
360 "@babel/helper-plugin-utils": {
361 "version": "7.8.3",
362 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
363 "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
364 "dev": true
365 }
366 } 364 }
367 }, 365 },
368 "@babel/plugin-proposal-class-properties": { 366 "@babel/plugin-proposal-class-properties": {
@@ -373,14 +371,6 @@
373 "requires": { 371 "requires": {
374 "@babel/helper-create-class-features-plugin": "^7.8.3", 372 "@babel/helper-create-class-features-plugin": "^7.8.3",
375 "@babel/helper-plugin-utils": "^7.8.3" 373 "@babel/helper-plugin-utils": "^7.8.3"
376 },
377 "dependencies": {
378 "@babel/helper-plugin-utils": {
379 "version": "7.8.3",
380 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
381 "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==",
382 "dev": true
383 }
384 } 374 }
385 }, 375 },