annotate client/yarn.lock @ 3678:8f58851927c0

client: make layer factory only return new layer config for individual maps instead of each time it is invoked. The purpose of the factory was to support multiple maps with individual layers. But returning a new config each time it is invoked leads to bugs that rely on the layer's state. Now this factory reuses the same objects it created before, per map.
author Markus Kottlaender <markus@intevation.de>
date Mon, 17 Jun 2019 17:31:35 +0200
parents f6d67697f158
children dbdef91a3ff3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 # yarn lockfile v1
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5 "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6 version "7.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8 integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10 "@babel/highlight" "^7.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
12 "@babel/core@^7.0.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
13 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
14 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
15 integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
16 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
17 "@babel/code-frame" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
18 "@babel/generator" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
19 "@babel/helpers" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
20 "@babel/parser" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
21 "@babel/template" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
22 "@babel/traverse" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
23 "@babel/types" "^7.4.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
24 convert-source-map "^1.1.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
25 debug "^4.1.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
26 json5 "^2.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
27 lodash "^4.17.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
28 resolve "^1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
29 semver "^5.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
30 source-map "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
31
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
32 "@babel/generator@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
33 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
34 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
35 integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
36 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
37 "@babel/types" "^7.4.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
38 jsesc "^2.5.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
39 lodash "^4.17.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
40 source-map "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
41 trim-right "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
42
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
43 "@babel/helper-annotate-as-pure@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
44 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
45 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
46 integrity sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
47 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
48 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
49
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
50 "@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
51 version "7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
52 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
53 integrity sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
54 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
55 "@babel/helper-explode-assignable-expression" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
56 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
57
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
58 "@babel/helper-call-delegate@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
59 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
60 resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
61 integrity sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
62 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
63 "@babel/helper-hoist-variables" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
64 "@babel/traverse" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
65 "@babel/types" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
66
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
67 "@babel/helper-create-class-features-plugin@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
68 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
69 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.4.tgz#fc3d690af6554cc9efc607364a82d48f58736dba"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
70 integrity sha512-UbBHIa2qeAGgyiNR9RszVF7bUHEdgS4JAUNT8SiqrAN6YJVxlOxeLr5pBzb5kan302dejJ9nla4RyKcR1XT6XA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
71 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
72 "@babel/helper-function-name" "^7.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
73 "@babel/helper-member-expression-to-functions" "^7.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
74 "@babel/helper-optimise-call-expression" "^7.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
75 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
76 "@babel/helper-replace-supers" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
77 "@babel/helper-split-export-declaration" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
78
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
79 "@babel/helper-define-map@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
80 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
81 resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
82 integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
83 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
84 "@babel/helper-function-name" "^7.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
85 "@babel/types" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
86 lodash "^4.17.11"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
87
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
88 "@babel/helper-explode-assignable-expression@^7.1.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
89 version "7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
90 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
91 integrity sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
92 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
93 "@babel/traverse" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
94 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
95
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
96 "@babel/helper-function-name@^7.1.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
97 version "7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
98 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
99 integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
100 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
101 "@babel/helper-get-function-arity" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
102 "@babel/template" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
103 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
104
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
105 "@babel/helper-get-function-arity@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
106 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
107 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
108 integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
109 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
110 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
111
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
112 "@babel/helper-hoist-variables@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
113 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
114 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
115 integrity sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
116 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
117 "@babel/types" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
118
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
119 "@babel/helper-member-expression-to-functions@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
120 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
121 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
122 integrity sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
123 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
124 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
125
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
126 "@babel/helper-module-imports@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
127 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
128 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
129 integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
130 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
131 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
132
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
133 "@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
134 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
135 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.4.4.tgz#96115ea42a2f139e619e98ed46df6019b94414b8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
136 integrity sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
137 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
138 "@babel/helper-module-imports" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
139 "@babel/helper-simple-access" "^7.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
140 "@babel/helper-split-export-declaration" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
141 "@babel/template" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
142 "@babel/types" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
143 lodash "^4.17.11"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
144
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
145 "@babel/helper-optimise-call-expression@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
146 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
147 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
148 integrity sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
149 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
150 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
151
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
152 "@babel/helper-plugin-utils@^7.0.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
153 version "7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
154 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
155 integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
156
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
157 "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
158 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
159 resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
160 integrity sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
161 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
162 lodash "^4.17.11"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
163
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
164 "@babel/helper-remap-async-to-generator@^7.1.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
165 version "7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
166 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
167 integrity sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
168 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
169 "@babel/helper-annotate-as-pure" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
170 "@babel/helper-wrap-function" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
171 "@babel/template" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
172 "@babel/traverse" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
173 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
174
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
175 "@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
176 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
177 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
178 integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
179 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
180 "@babel/helper-member-expression-to-functions" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
181 "@babel/helper-optimise-call-expression" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
182 "@babel/traverse" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
183 "@babel/types" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
184
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
185 "@babel/helper-simple-access@^7.1.0":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
186 version "7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
187 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
188 integrity sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
189 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
190 "@babel/template" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
191 "@babel/types" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
192
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
193 "@babel/helper-split-export-declaration@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
194 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
195 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
196 integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
197 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
198 "@babel/types" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
199
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
200 "@babel/helper-wrap-function@^7.1.0":
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
201 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
202 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
203 integrity sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
204 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
205 "@babel/helper-function-name" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
206 "@babel/template" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
207 "@babel/traverse" "^7.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
208 "@babel/types" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
209
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
210 "@babel/helpers@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
211 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
212 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
213 integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
214 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
215 "@babel/template" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
216 "@babel/traverse" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
217 "@babel/types" "^7.4.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
218
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
219 "@babel/highlight@^7.0.0":
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
220 version "7.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
221 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
222 integrity sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
223 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
224 chalk "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
225 esutils "^2.0.2"
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
226 js-tokens "^4.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
227
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
228 "@babel/parser@^7.0.0", "@babel/parser@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
229 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
230 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
231 integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
232
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
233 "@babel/plugin-proposal-async-generator-functions@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
234 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
235 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
236 integrity sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
237 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
238 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
239 "@babel/helper-remap-async-to-generator" "^7.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
240 "@babel/plugin-syntax-async-generators" "^7.2.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
241
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
242 "@babel/plugin-proposal-class-properties@^7.0.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
243 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
244 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
245 integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
246 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
247 "@babel/helper-create-class-features-plugin" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
248 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
249
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
250 "@babel/plugin-proposal-decorators@^7.1.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
251 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
252 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
253 integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
254 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
255 "@babel/helper-create-class-features-plugin" "^7.4.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
256 "@babel/helper-plugin-utils" "^7.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
257 "@babel/plugin-syntax-decorators" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
258
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
259 "@babel/plugin-proposal-json-strings@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
260 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
261 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
262 integrity sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
263 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
264 "@babel/helper-plugin-utils" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
265 "@babel/plugin-syntax-json-strings" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
266
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
267 "@babel/plugin-proposal-object-rest-spread@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
268 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
269 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz#1ef173fcf24b3e2df92a678f027673b55e7e3005"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
270 integrity sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
271 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
272 "@babel/helper-plugin-utils" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
273 "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
274
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
275 "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
276 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
277 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
278 integrity sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
279 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
280 "@babel/helper-plugin-utils" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
281 "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
282
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
283 "@babel/plugin-proposal-unicode-property-regex@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
284 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
285 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
286 integrity sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
287 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
288 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
289 "@babel/helper-regex" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
290 regexpu-core "^4.5.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
291
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
292 "@babel/plugin-syntax-async-generators@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
293 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
294 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
295 integrity sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
296 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
297 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
298
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
299 "@babel/plugin-syntax-decorators@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
300 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
301 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
302 integrity sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
303 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
304 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
305
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
306 "@babel/plugin-syntax-dynamic-import@^7.0.0":
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
307 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
308 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
309 integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
310 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
311 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
312
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
313 "@babel/plugin-syntax-json-strings@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
314 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
315 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
316 integrity sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
317 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
318 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
319
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
320 "@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
321 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
322 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
323 integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
324 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
325 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
326
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
327 "@babel/plugin-syntax-object-rest-spread@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
328 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
329 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
330 integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
331 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
332 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
333
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
334 "@babel/plugin-syntax-optional-catch-binding@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
335 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
336 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
337 integrity sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
338 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
339 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
340
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
341 "@babel/plugin-transform-arrow-functions@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
342 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
343 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
344 integrity sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
345 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
346 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
347
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
348 "@babel/plugin-transform-async-to-generator@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
349 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
350 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.4.tgz#a3f1d01f2f21cadab20b33a82133116f14fb5894"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
351 integrity sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
352 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
353 "@babel/helper-module-imports" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
354 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
355 "@babel/helper-remap-async-to-generator" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
356
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
357 "@babel/plugin-transform-block-scoped-functions@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
358 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
359 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
360 integrity sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
361 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
362 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
363
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
364 "@babel/plugin-transform-block-scoping@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
365 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
366 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
367 integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
368 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
369 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
370 lodash "^4.17.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
371
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
372 "@babel/plugin-transform-classes@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
373 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
374 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
375 integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
376 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
377 "@babel/helper-annotate-as-pure" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
378 "@babel/helper-define-map" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
379 "@babel/helper-function-name" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
380 "@babel/helper-optimise-call-expression" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
381 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
382 "@babel/helper-replace-supers" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
383 "@babel/helper-split-export-declaration" "^7.4.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
384 globals "^11.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
385
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
386 "@babel/plugin-transform-computed-properties@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
387 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
388 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
389 integrity sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
390 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
391 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
392
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
393 "@babel/plugin-transform-destructuring@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
394 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
395 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.4.tgz#9d964717829cc9e4b601fc82a26a71a4d8faf20f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
396 integrity sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
397 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
398 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
399
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
400 "@babel/plugin-transform-dotall-regex@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
401 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
402 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
403 integrity sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
404 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
405 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
406 "@babel/helper-regex" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
407 regexpu-core "^4.5.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
408
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
409 "@babel/plugin-transform-duplicate-keys@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
410 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
411 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz#d952c4930f312a4dbfff18f0b2914e60c35530b3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
412 integrity sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
413 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
414 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
415
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
416 "@babel/plugin-transform-exponentiation-operator@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
417 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
418 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
419 integrity sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
420 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
421 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
422 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
423
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
424 "@babel/plugin-transform-for-of@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
425 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
426 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
427 integrity sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
428 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
429 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
430
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
431 "@babel/plugin-transform-function-name@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
432 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
433 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz#e1436116abb0610c2259094848754ac5230922ad"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
434 integrity sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
435 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
436 "@babel/helper-function-name" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
437 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
438
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
439 "@babel/plugin-transform-literals@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
440 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
441 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
442 integrity sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
443 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
444 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
445
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
446 "@babel/plugin-transform-modules-amd@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
447 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
448 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz#82a9bce45b95441f617a24011dc89d12da7f4ee6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
449 integrity sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
450 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
451 "@babel/helper-module-transforms" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
452 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
453
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
454 "@babel/plugin-transform-modules-commonjs@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
455 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
456 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
457 integrity sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
458 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
459 "@babel/helper-module-transforms" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
460 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
461 "@babel/helper-simple-access" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
462
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
463 "@babel/plugin-transform-modules-systemjs@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
464 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
465 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz#dc83c5665b07d6c2a7b224c00ac63659ea36a405"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
466 integrity sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
467 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
468 "@babel/helper-hoist-variables" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
469 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
470
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
471 "@babel/plugin-transform-modules-umd@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
472 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
473 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
474 integrity sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
475 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
476 "@babel/helper-module-transforms" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
477 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
478
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
479 "@babel/plugin-transform-named-capturing-groups-regex@^7.3.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
480 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
481 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.4.tgz#5611d96d987dfc4a3a81c4383bb173361037d68d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
482 integrity sha512-Ki+Y9nXBlKfhD+LXaRS7v95TtTGYRAf9Y1rTDiE75zf8YQz4GDaWRXosMfJBXxnk88mGFjWdCRIeqDbon7spYA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
483 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
484 regexp-tree "^0.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
485
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
486 "@babel/plugin-transform-new-target@^7.0.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
487 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
488 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
489 integrity sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
490 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
491 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
492
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
493 "@babel/plugin-transform-object-super@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
494 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
495 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
496 integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
497 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
498 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
499 "@babel/helper-replace-supers" "^7.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
500
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
501 "@babel/plugin-transform-parameters@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
502 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
503 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
504 integrity sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
505 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
506 "@babel/helper-call-delegate" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
507 "@babel/helper-get-function-arity" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
508 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
509
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
510 "@babel/plugin-transform-regenerator@^7.3.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
511 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
512 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.4.tgz#5b4da4df79391895fca9e28f99e87e22cfc02072"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
513 integrity sha512-Zz3w+pX1SI0KMIiqshFZkwnVGUhDZzpX2vtPzfJBKQQq8WsP/Xy9DNdELWivxcKOCX/Pywge4SiEaPaLtoDT4g==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
514 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
515 regenerator-transform "^0.13.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
516
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
517 "@babel/plugin-transform-runtime@^7.4.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
518 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
519 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.4.tgz#a50f5d16e9c3a4ac18a1a9f9803c107c380bce08"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
520 integrity sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
521 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
522 "@babel/helper-module-imports" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
523 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
524 resolve "^1.8.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
525 semver "^5.5.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
526
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
527 "@babel/plugin-transform-shorthand-properties@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
528 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
529 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
530 integrity sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
531 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
532 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
533
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
534 "@babel/plugin-transform-spread@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
535 version "7.2.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
536 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
537 integrity sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
538 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
539 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
540
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
541 "@babel/plugin-transform-sticky-regex@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
542 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
543 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
544 integrity sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
545 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
546 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
547 "@babel/helper-regex" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
548
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
549 "@babel/plugin-transform-template-literals@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
550 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
551 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
552 integrity sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
553 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
554 "@babel/helper-annotate-as-pure" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
555 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
556
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
557 "@babel/plugin-transform-typeof-symbol@^7.2.0":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
558 version "7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
559 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
560 integrity sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
561 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
562 "@babel/helper-plugin-utils" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
563
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
564 "@babel/plugin-transform-unicode-regex@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
565 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
566 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
567 integrity sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
568 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
569 "@babel/helper-plugin-utils" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
570 "@babel/helper-regex" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
571 regexpu-core "^4.5.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
572
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
573 "@babel/preset-env@^7.0.0 < 7.4.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
574 version "7.3.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
575 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.4.tgz#887cf38b6d23c82f19b5135298bdb160062e33e1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
576 integrity sha512-2mwqfYMK8weA0g0uBKOt4FE3iEodiHy9/CW0b+nWXcbL+pGzLx8ESYc+j9IIxr6LTDHWKgPm71i9smo02bw+gA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
577 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
578 "@babel/helper-module-imports" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
579 "@babel/helper-plugin-utils" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
580 "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
581 "@babel/plugin-proposal-json-strings" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
582 "@babel/plugin-proposal-object-rest-spread" "^7.3.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
583 "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
584 "@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
585 "@babel/plugin-syntax-async-generators" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
586 "@babel/plugin-syntax-json-strings" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
587 "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
588 "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
589 "@babel/plugin-transform-arrow-functions" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
590 "@babel/plugin-transform-async-to-generator" "^7.3.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
591 "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
592 "@babel/plugin-transform-block-scoping" "^7.3.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
593 "@babel/plugin-transform-classes" "^7.3.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
594 "@babel/plugin-transform-computed-properties" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
595 "@babel/plugin-transform-destructuring" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
596 "@babel/plugin-transform-dotall-regex" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
597 "@babel/plugin-transform-duplicate-keys" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
598 "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
599 "@babel/plugin-transform-for-of" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
600 "@babel/plugin-transform-function-name" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
601 "@babel/plugin-transform-literals" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
602 "@babel/plugin-transform-modules-amd" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
603 "@babel/plugin-transform-modules-commonjs" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
604 "@babel/plugin-transform-modules-systemjs" "^7.3.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
605 "@babel/plugin-transform-modules-umd" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
606 "@babel/plugin-transform-named-capturing-groups-regex" "^7.3.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
607 "@babel/plugin-transform-new-target" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
608 "@babel/plugin-transform-object-super" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
609 "@babel/plugin-transform-parameters" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
610 "@babel/plugin-transform-regenerator" "^7.3.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
611 "@babel/plugin-transform-shorthand-properties" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
612 "@babel/plugin-transform-spread" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
613 "@babel/plugin-transform-sticky-regex" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
614 "@babel/plugin-transform-template-literals" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
615 "@babel/plugin-transform-typeof-symbol" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
616 "@babel/plugin-transform-unicode-regex" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
617 browserslist "^4.3.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
618 invariant "^2.2.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
619 js-levenshtein "^1.1.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
620 semver "^5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
621
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
622 "@babel/runtime-corejs2@^7.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
623 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
624 resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.4.4.tgz#4d4519a4c85e9d98fdff59f5371758a34ae07923"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
625 integrity sha512-hE7oVwVsRws84u5/nkaWWdN2J4SXEGuXKjrAsP0E4nkYImjSbpdHfGTS2nvFc82aDGIuG6OzhAQMpIzTHuZeKA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
626 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
627 core-js "^2.6.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
628 regenerator-runtime "^0.13.2"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
629
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
630 "@babel/runtime@^7.0.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
631 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
632 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
633 integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
634 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
635 regenerator-runtime "^0.13.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
636
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
637 "@babel/template@^7.1.0", "@babel/template@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
638 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
639 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
640 integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
641 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
642 "@babel/code-frame" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
643 "@babel/parser" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
644 "@babel/types" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
645
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
646 "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
647 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
648 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
649 integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
650 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
651 "@babel/code-frame" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
652 "@babel/generator" "^7.4.4"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
653 "@babel/helper-function-name" "^7.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
654 "@babel/helper-split-export-declaration" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
655 "@babel/parser" "^7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
656 "@babel/types" "^7.4.4"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
657 debug "^4.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
658 globals "^11.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
659 lodash "^4.17.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
660
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
661 "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
662 version "7.4.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
663 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
664 integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
665 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
666 esutils "^2.0.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
667 lodash "^4.17.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
668 to-fast-properties "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
669
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
670 "@fortawesome/fontawesome-common-types@^0.2.17":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
671 version "0.2.17"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
672 resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.17.tgz#d8c36e6f6f3b3415fa1f83eaffe4f41bd313715c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
673 integrity sha512-DEYsEb/iiGVoMPQGjhG2uOylLVuMzTxOxysClkabZ5n80Q3oFDWGnshCLKvOvKoeClsgmKhWVrnnqvsMI1cAbw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
674
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
675 "@fortawesome/fontawesome-svg-core@^1.2.8":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
676 version "1.2.17"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
677 resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.17.tgz#8fce4402e824ebe99a04b1949d56d696eeae2e6d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
678 integrity sha512-TORMW/wIX2QyyGBd4XwHGPir4/0U18Wxf+iDBAUW3EIJ0/VC/ZMpJOiyiCe1f8g9h0PPzA7sqVtl8JtTUtm4uA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
679 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
680 "@fortawesome/fontawesome-common-types" "^0.2.17"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
681
1299
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1163
diff changeset
682 "@fortawesome/free-brands-svg-icons@^5.5.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
683 version "5.8.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
684 resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-5.8.1.tgz#8f188a4699adb31e505abca64740d7046222b9a1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
685 integrity sha512-NN5Nap2D5e7Lusa5uarAUkcaO7PMbme5wmUF8kofZzPUZR753zDg/UFffi+LLE2Mi9zRXCJEYmIRfMON9SxLPg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
686 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
687 "@fortawesome/fontawesome-common-types" "^0.2.17"
1299
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1163
diff changeset
688
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1163
diff changeset
689 "@fortawesome/free-regular-svg-icons@^5.5.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
690 version "5.8.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
691 resolved "https://registry.yarnpkg.com/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-5.8.1.tgz#9477a973fe3f681f871375fa95ff32a87dcb5111"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
692 integrity sha512-U+tFjDyQpVdD0UPWoKRBVLhh0J1/q3iaWDrnxNMJKuKRmerc4d0jfiZdM2X7agOTcG7amvcllRBiWCu2FwYlMA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
693 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
694 "@fortawesome/fontawesome-common-types" "^0.2.17"
1299
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1163
diff changeset
695
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
696 "@fortawesome/free-solid-svg-icons@^5.5.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
697 version "5.8.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
698 resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.8.1.tgz#086c70f95b34a4bcf6f50ff1078d46e53486eb52"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
699 integrity sha512-FUcxR75PtMOo3ihRHJOZz64IsWIVdWgB2vCMLJjquTv487wVVCMH5H5gWa72et2oI9lKKD2jvjQ+y+7mxhscVQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
700 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
701 "@fortawesome/fontawesome-common-types" "^0.2.17"
1102
87eba533fa2f yarn lock
Thomas Junk <thomas.junk@intevation.de>
parents: 1070
diff changeset
702
87eba533fa2f yarn lock
Thomas Junk <thomas.junk@intevation.de>
parents: 1070
diff changeset
703 "@fortawesome/vue-fontawesome@^0.1.2":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
704 version "0.1.6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
705 resolved "https://registry.yarnpkg.com/@fortawesome/vue-fontawesome/-/vue-fontawesome-0.1.6.tgz#18a0f4263b90f65180fc927325ba01896276ea04"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
706 integrity sha512-HAGRbrOuGDwwUmCYdpzR0hhNQ3EE30dOS4JiJKcoZ+S4M210CxyU0OXCgzIg3HzK/23rlpHbV8zi9PDDZDnuIw==
1102
87eba533fa2f yarn lock
Thomas Junk <thomas.junk@intevation.de>
parents: 1070
diff changeset
707
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
708 "@intervolga/optimize-cssnano-plugin@^1.0.5":
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
709 version "1.0.6"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
710 resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
711 integrity sha512-zN69TnSr0viRSU6cEDIcuPcP67QcpQ6uHACg58FiN9PDrU6SLyGW3MR4tiISbYxy1kDWAVPwD+XwQTWE5cigAA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
712 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
713 cssnano "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
714 cssnano-preset-default "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
715 postcss "^7.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
716
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
717 "@mrmlnc/readdir-enhanced@^2.2.1":
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
718 version "2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
719 resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
720 integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
721 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
722 call-me-maybe "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
723 glob-to-regexp "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
724
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
725 "@nodelib/fs.stat@^1.1.2":
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
726 version "1.1.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
727 resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
728 integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
729
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
730 "@soda/friendly-errors-webpack-plugin@^1.7.1":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
731 version "1.7.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
732 resolved "https://registry.yarnpkg.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.1.tgz#706f64bcb4a8b9642b48ae3ace444c70334d615d"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
733 integrity sha512-cWKrGaFX+rfbMrAxVv56DzhPNqOJPZuNIS2HGMELtgGzb+vsMzyig9mml5gZ/hr2BGtSLV+dP2LUEuAL8aG2mQ==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
734 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
735 chalk "^1.1.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
736 error-stack-parser "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
737 string-width "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
738
2108
cac5d2fba591 bbox tool from turfjs added. zoomToExtent function added to map.js
Thomas Junk <thomas.junk@intevation.de>
parents: 1921
diff changeset
739 "@turf/bbox@*", "@turf/bbox@6.x", "@turf/bbox@^6.0.1":
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
740 version "6.0.1"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
741 resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-6.0.1.tgz#b966075771475940ee1c16be2a12cf389e6e923a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
742 integrity sha512-EGgaRLettBG25Iyx7VyUINsPpVj1x3nFQFiGS3ER8KCI1MximzNLsam3eXRabqQDjyAKyAE1bJ4EZEpGvspQxw==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
743 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
744 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
745 "@turf/meta" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
746
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
747 "@turf/bbox@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
748 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
749 resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-5.1.5.tgz#3051df514ad4c50f4a4f9b8a2d15fd8b6840eda3"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
750 integrity sha1-MFHfUUrUxQ9KT5uKLRX9i2hA7aM=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
751 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
752 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
753 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
754
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
755 "@turf/bearing@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
756 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
757 resolved "https://registry.yarnpkg.com/@turf/bearing/-/bearing-5.1.5.tgz#7a0b790136c4ef4797f0246305d45cbe2d27b3f7"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
758 integrity sha1-egt5ATbE70eX8CRjBdRcvi0ns/c=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
759 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
760 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
761 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
762
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
763 "@turf/boolean-contains@^6.0.1":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
764 version "6.0.1"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
765 resolved "https://registry.yarnpkg.com/@turf/boolean-contains/-/boolean-contains-6.0.1.tgz#c3c583215fc5bda47ede51cf52d735ffdc1006a5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
766 integrity sha512-usAexEdWu7dV43paowGSFEM0PljexnlOuj09HF/VDZwO3FKelwUovF2ymetYatuG7KcIYcexeNEkQ5qQnGExlw==
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
767 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
768 "@turf/bbox" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
769 "@turf/boolean-point-in-polygon" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
770 "@turf/boolean-point-on-line" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
771 "@turf/helpers" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
772 "@turf/invariant" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
773
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
774 "@turf/boolean-point-in-polygon@6.x":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
775 version "6.0.1"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
776 resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-6.0.1.tgz#5836677afd77d2ee391af0056a0c29b660edfa32"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
777 integrity sha512-FKLOZ124vkJhjzNSDcqpwp2NvfnsbYoUOt5iAE7uskt4svix5hcjIEgX9sELFTJpbLGsD1mUbKdfns8tZxcMNg==
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
778 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
779 "@turf/helpers" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
780 "@turf/invariant" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
781
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
782 "@turf/boolean-point-on-line@6.x":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
783 version "6.0.1"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
784 resolved "https://registry.yarnpkg.com/@turf/boolean-point-on-line/-/boolean-point-on-line-6.0.1.tgz#d943c242a5fdcde03f8ad0221750fd1aacf06223"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
785 integrity sha512-Vl724Tzh4CF/13kgblOAQnMcHagromCP1EfyJ9G/8SxpSoTYeY2G6FmmcpbW51GqKxC7xgM9+Pck50dun7oYkg==
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
786 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
787 "@turf/helpers" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
788 "@turf/invariant" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
789
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
790 "@turf/boolean-within@^6.0.1":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
791 version "6.0.1"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
792 resolved "https://registry.yarnpkg.com/@turf/boolean-within/-/boolean-within-6.0.1.tgz#eac2ebe4962e840dd16f0dc56486469eeb92975f"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
793 integrity sha512-fAzDoWzA4UvUE99G8VqQjVg+PSrPBACM9+SLcl0vkbxIhTjoknpTUwSfH86EgKiCkTDttiDIs/q27xZ4H+mgLQ==
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
794 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
795 "@turf/bbox" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
796 "@turf/boolean-point-in-polygon" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
797 "@turf/boolean-point-on-line" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
798 "@turf/helpers" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
799 "@turf/invariant" "6.x"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
800
1643
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
801 "@turf/center@^6.0.1":
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
802 version "6.0.1"
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
803 resolved "https://registry.yarnpkg.com/@turf/center/-/center-6.0.1.tgz#40a17d0a170df5bba09ad93e133b904d8eb14601"
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
804 integrity sha512-bh/SLBwRC2QYcbVOxMFBtiARuMzMzfh4YuVtguYAjyBEIA4HXnnEZT+yZlzfcG3oikG7XgV8vg9eegcmwQe+MQ==
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
805 dependencies:
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
806 "@turf/bbox" "6.x"
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
807 "@turf/helpers" "6.x"
1fde2f48977b fix: calculate center to zoom to via turfjs
Thomas Junk <thomas.junk@intevation.de>
parents: 1585
diff changeset
808
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
809 "@turf/destination@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
810 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
811 resolved "https://registry.yarnpkg.com/@turf/destination/-/destination-5.1.5.tgz#ed35381bdce83bbddcbd07a2e2bce2bddffbcc26"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
812 integrity sha1-7TU4G9zoO73cvQei4rzivd/7zCY=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
813 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
814 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
815 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
816
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
817 "@turf/distance@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
818 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
819 resolved "https://registry.yarnpkg.com/@turf/distance/-/distance-5.1.5.tgz#39cf18204bbf87587d707e609a60118909156409"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
820 integrity sha1-Oc8YIEu/h1h9cH5gmmARiQkVZAk=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
821 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
822 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
823 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
824
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
825 "@turf/distance@^6.0.1":
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
826 version "6.0.1"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
827 resolved "https://registry.yarnpkg.com/@turf/distance/-/distance-6.0.1.tgz#0761f28784286e7865a427c4e7e3593569c2dea8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
828 integrity sha512-q7t7rWIWfkg7MP1Vt4uLjSEhe5rPfCO2JjpKmk7JC+QZKEQkuvHEqy3ejW1iC7Kw5ZcZNR3qdMGGz+6HnVwqvg==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
829 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
830 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
831 "@turf/invariant" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
832
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
833 "@turf/helpers@*", "@turf/helpers@6.x", "@turf/helpers@^6.1.4":
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
834 version "6.1.4"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
835 resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-6.1.4.tgz#d6fd7ebe6782dd9c87dca5559bda5c48ae4c3836"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
836 integrity sha512-vJvrdOZy1ngC7r3MDA7zIGSoIgyrkWcGnNIEaqn/APmw+bVLF2gAW7HIsdTxd12s5wQMqEpqIQrmrbRRZ0xC7g==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
837
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
838 "@turf/helpers@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
839 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
840 resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-5.1.5.tgz#153405227ab933d004a5bb9641a9ed999fcbe0cf"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
841 integrity sha1-FTQFInq5M9AEpbuWQantmZ/L4M8=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
842
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
843 "@turf/invariant@6.x":
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
844 version "6.1.2"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
845 resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-6.1.2.tgz#6013ed6219f9ac2edada9b31e1dfa5918eb0a2f7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
846 integrity sha512-WU08Ph8j0J2jVGlQCKChXoCtI50BB3yEH21V++V0T4cR1T27HKCxkehV2sYMwTierfMBgjwSwDIsxnR4/2mWXg==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
847 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
848 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
849
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
850 "@turf/invariant@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
851 version "5.2.0"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
852 resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-5.2.0.tgz#f0150ff7290b38577b73d088b7932c1ee0aa90a7"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
853 integrity sha1-8BUP9ykLOFd7c9CIt5MsHuCqkKc=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
854 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
855 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
856
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
857 "@turf/line-intersect@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
858 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
859 resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-5.1.5.tgz#0e29071ae403295e491723bc49f5cfac8d11ddf3"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
860 integrity sha1-DikHGuQDKV5JFyO8SfXPrI0R3fM=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
861 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
862 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
863 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
864 "@turf/line-segment" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
865 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
866 geojson-rbush "2.1.0"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
867
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
868 "@turf/line-intersect@^6.0.2":
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
869 version "6.0.2"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
870 resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-6.0.2.tgz#b45b7a4e7e08c39a0e4e91099580ed377ef7335f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
871 integrity sha512-pfL/lBu7ukBPdTjvSCmcNUzZ83V4R95htwqs5NqU8zeS4R+5KTwacbrOYKztjpmHBwUmPEIIpSbqkUoD0Fp7kg==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
872 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
873 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
874 "@turf/invariant" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
875 "@turf/line-segment" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
876 "@turf/meta" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
877 geojson-rbush "3.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
878
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
879 "@turf/line-segment@6.x":
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
880 version "6.0.2"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
881 resolved "https://registry.yarnpkg.com/@turf/line-segment/-/line-segment-6.0.2.tgz#e280bcde70d28b694028ec1623dc406c928e59b6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
882 integrity sha512-8AkzDHoNw3X68y115josal+lvdAi4b2P1K0YNTKGyLRBaUhPXVSuMBpMd53FRF1hYEb9UJgMbugF9ZE7m5L6zg==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
883 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
884 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
885 "@turf/invariant" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
886 "@turf/meta" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
887
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
888 "@turf/line-segment@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
889 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
890 resolved "https://registry.yarnpkg.com/@turf/line-segment/-/line-segment-5.1.5.tgz#3207aaee546ab24c3d8dc3cc63f91c770b8013e5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
891 integrity sha1-Mgeq7lRqskw9jcPMY/kcdwuAE+U=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
892 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
893 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
894 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
895 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
896
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
897 "@turf/line-slice@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
898 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
899 resolved "https://registry.yarnpkg.com/@turf/line-slice/-/line-slice-5.1.5.tgz#1ecfce1462a378579754cedf4464cde26829f2b5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
900 integrity sha1-Hs/OFGKjeFeXVM7fRGTN4mgp8rU=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
901 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
902 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
903 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
904 "@turf/nearest-point-on-line" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
905
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
906 "@turf/line-split@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
907 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
908 resolved "https://registry.yarnpkg.com/@turf/line-split/-/line-split-5.1.5.tgz#5b2df4c37619b72ef725b5163cf9926d5540acb7"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
909 integrity sha1-Wy30w3YZty73JbUWPPmSbVVArLc=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
910 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
911 "@turf/bbox" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
912 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
913 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
914 "@turf/line-intersect" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
915 "@turf/line-segment" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
916 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
917 "@turf/nearest-point-on-line" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
918 "@turf/square" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
919 "@turf/truncate" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
920 geojson-rbush "2.1.0"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
921
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
922 "@turf/meta@*", "@turf/meta@6.x":
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
923 version "6.0.2"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
924 resolved "https://registry.yarnpkg.com/@turf/meta/-/meta-6.0.2.tgz#eb92951126d24a613ac1b7b99d733fcc20fd30cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
925 integrity sha512-VA7HJkx7qF1l3+GNGkDVn2oXy4+QoLP6LktXAaZKjuT1JI0YESat7quUkbCMy4zP9lAUuvS4YMslLyTtr919FA==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
926 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
927 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
928
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
929 "@turf/meta@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
930 version "5.2.0"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
931 resolved "https://registry.yarnpkg.com/@turf/meta/-/meta-5.2.0.tgz#3b1ad485ee0c3b0b1775132a32c384d53e4ba53d"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
932 integrity sha1-OxrUhe4MOwsXdRMqMsOE1T5LpT0=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
933 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
934 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
935
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
936 "@turf/nearest-point-on-line@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
937 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
938 resolved "https://registry.yarnpkg.com/@turf/nearest-point-on-line/-/nearest-point-on-line-5.1.5.tgz#5606ae297f15947524bea51a2a9ef51ec1bf9c36"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
939 integrity sha1-VgauKX8VlHUkvqUaKp71HsG/nDY=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
940 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
941 "@turf/bearing" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
942 "@turf/destination" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
943 "@turf/distance" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
944 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
945 "@turf/invariant" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
946 "@turf/line-intersect" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
947 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
948
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
949 "@turf/square@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
950 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
951 resolved "https://registry.yarnpkg.com/@turf/square/-/square-5.1.5.tgz#aa7b21e6033cc9252c3a5bd6f3d88dabd6fed180"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
952 integrity sha1-qnsh5gM8ySUsOlvW89iNq9b+0YA=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
953 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
954 "@turf/distance" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
955 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
956
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
957 "@turf/truncate@^5.1.5":
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
958 version "5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
959 resolved "https://registry.yarnpkg.com/@turf/truncate/-/truncate-5.1.5.tgz#9eedfb3b18ba81f2c98d3ead09431cca1884ad89"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
960 integrity sha1-nu37Oxi6gfLJjT6tCUMcyhiErYk=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
961 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
962 "@turf/helpers" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
963 "@turf/meta" "^5.1.5"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
964
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
965 "@types/babel-types@*", "@types/babel-types@^7.0.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
966 version "7.0.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
967 resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.7.tgz#667eb1640e8039436028055737d2b9986ee336e3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
968 integrity sha512-dBtBbrc+qTHy1WdfHYjBwRln4+LWqASWakLHsWHR2NWHIFkv4W3O070IGoGLEBrJBvct3r0L1BUPuvURi7kYUQ==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
969
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
970 "@types/babylon@^6.16.2":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
971 version "6.16.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
972 resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.5.tgz#1c5641db69eb8cdf378edd25b4be7754beeb48b4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
973 integrity sha512-xH2e58elpj1X4ynnKp9qSnWlsRTIs6n3tgLGNfwAGHwePw0mulHQllV34n0T25uYSu1k0hRKkWXF890B1yS47w==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
974 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
975 "@types/babel-types" "*"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
976
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
977 "@types/events@*":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
978 version "3.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
979 resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
980 integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
981
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
982 "@types/glob@^7.1.1":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
983 version "7.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
984 resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
985 integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
986 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
987 "@types/events" "*"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
988 "@types/minimatch" "*"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
989 "@types/node" "*"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
990
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
991 "@types/minimatch@*":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
992 version "3.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
993 resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
994 integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
995
2189
1e99a4226f3d package upgrades
Thomas Junk <thomas.junk@intevation.de>
parents: 2175
diff changeset
996 "@types/node@*":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
997 version "12.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
998 resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.0.tgz#d11813b9c0ff8aaca29f04cbc12817f4c7d656e5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
999 integrity sha512-Jrb/x3HT4PTJp6a4avhmJCDEVrPdqLfl3e8GGMbpkGGdwAV5UGlIs4vVEfsHHfylZVOKZWpOqmqFH8CbfOZ6kg==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1000
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1001 "@types/node@^8.0.7":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1002 version "8.10.48"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1003 resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.48.tgz#e385073561643a9ba6199a1985ffc03530f90781"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1004 integrity sha512-c35YEBTkL4rzXY2ucpSKy+UYHjUBIIkuJbWYbsGIrKLEWU5dgJMmLkkIb3qeC3O3Tpb1ZQCwecscvJTDjDjkRw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1005
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1006 "@types/normalize-package-data@^2.4.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1007 version "2.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1008 resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1009 integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1010
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1011 "@types/q@^1.5.1":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1012 version "1.5.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1013 resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1014 integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1015
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1016 "@types/strip-bom@^3.0.0":
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1017 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1018 resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1019 integrity sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1020
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1021 "@types/strip-json-comments@0.0.30":
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1022 version "0.0.30"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1023 resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1024 integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1025
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1026 "@vue/babel-helper-vue-jsx-merge-props@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1027 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1028 resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0-beta.3.tgz#e4c2e7125b3e0d2a9d493e457850b2abb0fd3cad"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1029 integrity sha512-cbFQnd3dDPsfWuxbWW2phynX2zsckwC4GfAkcE1QH1lZL2ZAD2V97xY3BmvTowMkjeFObRKQt1P3KKA6AoB0hQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1030
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1031 "@vue/babel-plugin-transform-vue-jsx@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1032 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1033 resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.0.0-beta.3.tgz#a1a44e801d8ed615e49f145ef1b3eaca2c16e2e6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1034 integrity sha512-yn+j2B/2aEagaxXrMSK3qcAJnlidfXg9v+qmytqrjUXc4zfi8QVC/b4zCev1FDmTip06/cs/csENA4law6Xhpg==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1035 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1036 "@babel/helper-module-imports" "^7.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1037 "@babel/plugin-syntax-jsx" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1038 "@vue/babel-helper-vue-jsx-merge-props" "^1.0.0-beta.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1039 html-tags "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1040 lodash.kebabcase "^4.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1041 svg-tags "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1042
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1043 "@vue/babel-preset-app@^3.7.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1044 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1045 resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-3.7.0.tgz#f37535ea60b71732ddd4395ec143aaa0b10d4c67"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1046 integrity sha512-6PHZ1TYO8OGy22TLyKm/+VmCzLB9L1UxaA3CFxXJH0h/YUOmgdmuAk3AWhomYSwk2GF51On3aQzYouoaWhvBDQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1047 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1048 "@babel/helper-module-imports" "^7.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1049 "@babel/plugin-proposal-class-properties" "^7.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1050 "@babel/plugin-proposal-decorators" "^7.1.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1051 "@babel/plugin-syntax-dynamic-import" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1052 "@babel/plugin-syntax-jsx" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1053 "@babel/plugin-transform-runtime" "^7.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1054 "@babel/preset-env" "^7.0.0 < 7.4.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1055 "@babel/runtime" "^7.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1056 "@babel/runtime-corejs2" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1057 "@vue/babel-preset-jsx" "^1.0.0-beta.3"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1058 babel-plugin-dynamic-import-node "^2.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1059 babel-plugin-module-resolver "3.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1060 core-js "^2.6.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1061
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1062 "@vue/babel-preset-jsx@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1063 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1064 resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.0.0-beta.3.tgz#15c584bd62c0286a80f0196749ae38cde5cd703b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1065 integrity sha512-qMKGRorTI/0nE83nLEM7MyQiBZUqc62sZyjkBdVaaU7S61MHI8RKHPtbLMMZlWXb2NCJ0fQci8xJWUK5JE+TFA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1066 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1067 "@vue/babel-helper-vue-jsx-merge-props" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1068 "@vue/babel-plugin-transform-vue-jsx" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1069 "@vue/babel-sugar-functional-vue" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1070 "@vue/babel-sugar-inject-h" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1071 "@vue/babel-sugar-v-model" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1072 "@vue/babel-sugar-v-on" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1073
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1074 "@vue/babel-sugar-functional-vue@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1075 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1076 resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.0.0-beta.3.tgz#41a855786971dacbbe8044858eefe98de089bf12"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1077 integrity sha512-CBIa0sQWn3vfBS2asfTgv0WwdyKvNTKtE/cCfulZ7MiewLBh0RlvvSmdK9BIMTiHErdeZNSGUGlU6JuSHLyYkQ==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1078 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1079 "@babel/plugin-syntax-jsx" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1080
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1081 "@vue/babel-sugar-inject-h@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1082 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1083 resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.0.0-beta.3.tgz#be1d00b74a1a89fed35a9b1415a738c36f125966"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1084 integrity sha512-HKMBMmFfdK9GBp3rX2bHIwILBdgc5F3ahmCB72keJxzaAQrgDAnD+ho70exUge+inAGlNF34WsQcGPElTf9QZg==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1085 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1086 "@babel/plugin-syntax-jsx" "^7.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1087
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1088 "@vue/babel-sugar-v-model@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1089 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1090 resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.0.0-beta.3.tgz#ea935b0e08bf58c125a1349b819156059590993c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1091 integrity sha512-et39eTEh7zW4wfZoSl9Jf0/n2r9OTT8U02LtSbXsjgYcqaDQFusN0+n7tw4bnOqvnnSVjEp7bVsQCWwykC3Wgg==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1092 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1093 "@babel/plugin-syntax-jsx" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1094 "@vue/babel-helper-vue-jsx-merge-props" "^1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1095 "@vue/babel-plugin-transform-vue-jsx" "^1.0.0-beta.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1096 camelcase "^5.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1097 html-tags "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1098 svg-tags "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1099
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1100 "@vue/babel-sugar-v-on@^1.0.0-beta.3":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1101 version "1.0.0-beta.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1102 resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.0.0-beta.3.tgz#2f5fedb43883f603fe76010f253b85c7465855fe"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1103 integrity sha512-F+GapxCiy50jf2Q2B4exw+KYBzlGdeKMAMW1Dbvb0Oa59SA0CH6tsUOIAsXb0A05jwwg/of0LaVeo+4aLefVxQ==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1104 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1105 "@babel/plugin-syntax-jsx" "^7.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1106 "@vue/babel-plugin-transform-vue-jsx" "^1.0.0-beta.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1107 camelcase "^5.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1108
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1109 "@vue/cli-overlay@^3.7.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1110 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1111 resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-3.7.0.tgz#0f520c98e1be7618b7a68b768666fffa1f589f94"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1112 integrity sha512-QO1rsBVKPZrt+5rHSZXc5UEPVwVgiayOk/cDl+GwSJoR36gnWs1wy1oUX1Awd7QpGiMBK/1+A7aAGhfzKR23Cg==
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1113
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1114 "@vue/cli-plugin-babel@^3.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1115 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1116 resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-3.7.0.tgz#2be01288980b058f097d26812f65d4d4e8136cca"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1117 integrity sha512-QysJYerzaGzvJ5iT61KpE4hFHiDU8NQ7QjSwIkOAJAx0KY8o0WCjLpAVvjmKtZqNXPBc5Jc3P+eeaz9qQPWNeQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1118 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1119 "@babel/core" "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1120 "@vue/babel-preset-app" "^3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1121 "@vue/cli-shared-utils" "^3.7.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1122 babel-loader "^8.0.5"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1123 webpack ">=4 < 4.29"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1124
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1125 "@vue/cli-plugin-e2e-nightwatch@^3.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1126 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1127 resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-nightwatch/-/cli-plugin-e2e-nightwatch-3.7.0.tgz#3a6ed55eb057a9a328d52faf7a4920055cd1333c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1128 integrity sha512-mjxjfYko3/tamdCcPZTabaYnhiC2HuEXc+AXt+ek/m054ZOEysRhqWgbAOHqh5PPqcaytSIuVvGtJelp7IVwDQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1129 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1130 "@vue/cli-shared-utils" "^3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1131 chromedriver "^2.46.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1132 deepmerge "^3.2.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1133 execa "^1.0.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1134 nightwatch "^0.9.21"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1135 selenium-server "^3.141.59"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1136
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1137 "@vue/cli-plugin-eslint@^3.2.1":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1138 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1139 resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-3.7.0.tgz#6b495fe3c82ec94347c424a9de3cca467a53f90e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1140 integrity sha512-oFdOLQu6PQKbxinF55XH1lH8hgiDRyb3gIvSKu5YV5r6dnsRdKDxOKLE1PTbaZzQot3Ny/Y7gk025x1qpni3IA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1141 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1142 "@vue/cli-shared-utils" "^3.7.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1143 babel-eslint "^10.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1144 eslint-loader "^2.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1145 globby "^9.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1146 webpack ">=4 < 4.29"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1147 optionalDependencies:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1148 eslint "^4.19.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1149 eslint-plugin-vue "^4.7.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1150
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1151 "@vue/cli-plugin-unit-jest@^3.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1152 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1153 resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.7.0.tgz#94cd7928f7f9e134ee32e6621742be8cdf898c9f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1154 integrity sha512-3z8yCAhgwsUc6hpghN8Ej5xBGIaxQTC/g3Ry5QPjjZ4up4G3lKukzvwMk7JFzO+Qj+mt4xAbhR9+stOI4Qyk/Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1155 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1156 "@vue/cli-shared-utils" "^3.7.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1157 babel-jest "^23.6.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1158 babel-plugin-transform-es2015-modules-commonjs "^6.26.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1159 jest "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1160 jest-serializer-vue "^2.0.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1161 jest-transform-stub "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1162 jest-watch-typeahead "0.2.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1163 vue-jest "^3.0.4"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1164
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1165 "@vue/cli-service@^3.2.0":
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1166 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1167 resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-3.7.0.tgz#af56526cea64042b48c50a15a9d33c84a71abd31"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1168 integrity sha512-RMVwpCE3EB9cL9VAgu1Dy/tGxz5zrVG4UMPk5t4KDu8jJhHxvcAzgIEIfS6KRp0AKfA6iDW4J0NU0fopnpyL+g==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1169 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1170 "@intervolga/optimize-cssnano-plugin" "^1.0.5"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1171 "@soda/friendly-errors-webpack-plugin" "^1.7.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1172 "@vue/cli-overlay" "^3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1173 "@vue/cli-shared-utils" "^3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1174 "@vue/component-compiler-utils" "^2.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1175 "@vue/preload-webpack-plugin" "^1.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1176 "@vue/web-component-wrapper" "^1.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1177 acorn "^6.1.1"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1178 acorn-walk "^6.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1179 address "^1.0.3"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1180 autoprefixer "^9.5.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1181 browserslist "^4.5.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1182 cache-loader "^2.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1183 case-sensitive-paths-webpack-plugin "^2.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1184 chalk "^2.4.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1185 cli-highlight "^2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1186 clipboardy "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1187 cliui "^5.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1188 copy-webpack-plugin "^4.6.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1189 css-loader "^1.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1190 cssnano "^4.1.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1191 current-script-polyfill "^1.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1192 debug "^4.1.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1193 dotenv "^7.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1194 dotenv-expand "^5.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1195 escape-string-regexp "^1.0.5"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1196 file-loader "^3.0.1"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1197 fs-extra "^7.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1198 globby "^9.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1199 hash-sum "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1200 html-webpack-plugin "^3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1201 launch-editor-middleware "^2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1202 lodash.defaultsdeep "^4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1203 lodash.mapvalues "^4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1204 lodash.transform "^4.6.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1205 mini-css-extract-plugin "^0.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1206 minimist "^1.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1207 ora "^3.4.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1208 portfinder "^1.0.20"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1209 postcss-loader "^3.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1210 read-pkg "^5.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1211 semver "^6.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1212 slash "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1213 source-map-url "^0.4.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1214 ssri "^6.0.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1215 string.prototype.padend "^3.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1216 terser-webpack-plugin "^1.2.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1217 thread-loader "^2.1.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1218 url-loader "^1.1.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1219 vue-loader "^15.7.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1220 webpack ">=4 < 4.29"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1221 webpack-bundle-analyzer "^3.3.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1222 webpack-chain "^4.11.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1223 webpack-dev-server "^3.3.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1224 webpack-merge "^4.2.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1225 yorkie "^2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1226
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1227 "@vue/cli-shared-utils@^3.7.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1228 version "3.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1229 resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.7.0.tgz#957dd3c31a31208caf9f119cac6008fd4960d46e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1230 integrity sha512-+LPDAQ1CE3ci1ADOvNqJMPdqyxgJxOq5HUgGDSKCHwviXF6GtynfljZXiSzgWh5ueMFxJphCfeMsTZqFWwsHVg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1231 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1232 chalk "^2.4.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1233 execa "^1.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1234 joi "^14.3.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1235 launch-editor "^2.2.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1236 lru-cache "^5.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1237 node-ipc "^9.1.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1238 opn "^5.3.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1239 ora "^3.4.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1240 request "^2.87.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1241 request-promise-native "^1.0.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1242 semver "^6.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1243 string.prototype.padstart "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1244
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1245 "@vue/component-compiler-utils@^1.2.1":
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1246 version "1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1247 resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-1.3.1.tgz#686f0b913d59590ae327b2a1cb4b6d9b931bbe0e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1248 integrity sha512-IyjJW6ToMitgAhp3xh22QiEW8JvHfLyzlyY/J+GjJ71miod9tNsy6xT2ckm/VirlhPMfeM43kgYZe34jhmmzpw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1249 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1250 consolidate "^0.15.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1251 hash-sum "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1252 lru-cache "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1253 merge-source-map "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1254 postcss "^6.0.20"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1255 postcss-selector-parser "^3.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1256 prettier "^1.13.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1257 source-map "^0.5.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1258 vue-template-es2015-compiler "^1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1259
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1260 "@vue/component-compiler-utils@^2.5.1", "@vue/component-compiler-utils@^2.6.0":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1261 version "2.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1262 resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz#aa46d2a6f7647440b0b8932434d22f12371e543b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1263 integrity sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1264 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1265 consolidate "^0.15.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1266 hash-sum "^1.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1267 lru-cache "^4.1.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1268 merge-source-map "^1.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1269 postcss "^7.0.14"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1270 postcss-selector-parser "^5.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1271 prettier "1.16.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1272 source-map "~0.6.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1273 vue-template-es2015-compiler "^1.9.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1274
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1275 "@vue/eslint-config-prettier@^4.0.1":
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1276 version "4.0.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1277 resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-4.0.1.tgz#a036d0d2193c5c836542b35a3a7c35c4e1c68c97"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1278 integrity sha512-rJEDXPb61Hfgg8GllO3XXFP98bcIxdNNHSrNcxP/vBSukOolgOwQyZJ5f5z/c7ViPyh5/IDlC4qBnhx/0n+I4g==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1279 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1280 eslint-config-prettier "^3.3.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1281 eslint-plugin-prettier "^3.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1282 prettier "^1.15.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1283
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1284 "@vue/preload-webpack-plugin@^1.1.0":
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1285 version "1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1286 resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.0.tgz#d768dba004261c029b53a77c5ea2d5f9ee4f3cce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1287 integrity sha512-rcn2KhSHESBFMPj5vc5X2pI9bcBNQQixvJXhD5gZ4rN2iym/uH2qfDSQfUS5+qwiz0a85TCkeUs6w6jxFDudbw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1288
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1289 "@vue/test-utils@^1.0.0-beta.26":
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1290 version "1.0.0-beta.29"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1291 resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.29.tgz#c942cf25e891cf081b6a03332b4ae1ef430726f0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1292 integrity sha512-yX4sxEIHh4M9yAbLA/ikpEnGKMNBCnoX98xE1RwxfhQVcn0MaXNSj1Qmac+ZydTj6VBSEVukchBogXBTwc+9iA==
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1293 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1294 dom-event-types "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1295 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1296
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1297 "@vue/web-component-wrapper@^1.2.0":
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1298 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1299 resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1300 integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1301
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1302 "@webassemblyjs/ast@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1303 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1304 resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1305 integrity sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1306 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1307 "@webassemblyjs/helper-module-context" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1308 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1309 "@webassemblyjs/wast-parser" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1310
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1311 "@webassemblyjs/floating-point-hex-parser@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1312 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1313 resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz#a69f0af6502eb9a3c045555b1a6129d3d3f2e313"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1314 integrity sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1315
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1316 "@webassemblyjs/helper-api-error@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1317 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1318 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz#c7b6bb8105f84039511a2b39ce494f193818a32a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1319 integrity sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1320
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1321 "@webassemblyjs/helper-buffer@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1322 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1323 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz#3122d48dcc6c9456ed982debe16c8f37101df39b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1324 integrity sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1325
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1326 "@webassemblyjs/helper-code-frame@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1327 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1328 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz#cf8f106e746662a0da29bdef635fcd3d1248364b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1329 integrity sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1330 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1331 "@webassemblyjs/wast-printer" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1332
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1333 "@webassemblyjs/helper-fsm@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1334 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1335 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz#df38882a624080d03f7503f93e3f17ac5ac01181"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1336 integrity sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1337
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1338 "@webassemblyjs/helper-module-context@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1339 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1340 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz#d874d722e51e62ac202476935d649c802fa0e209"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1341 integrity sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1342
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1343 "@webassemblyjs/helper-wasm-bytecode@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1344 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1345 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz#dd9a1e817f1c2eb105b4cf1013093cb9f3c9cb06"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1346 integrity sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1347
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1348 "@webassemblyjs/helper-wasm-section@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1349 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1350 resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz#9c9ac41ecf9fbcfffc96f6d2675e2de33811e68a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1351 integrity sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1352 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1353 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1354 "@webassemblyjs/helper-buffer" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1355 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1356 "@webassemblyjs/wasm-gen" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1357
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1358 "@webassemblyjs/ieee754@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1359 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1360 resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz#c95839eb63757a31880aaec7b6512d4191ac640b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1361 integrity sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1362 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1363 "@xtuc/ieee754" "^1.2.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1364
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1365 "@webassemblyjs/leb128@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1366 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1367 resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.7.11.tgz#d7267a1ee9c4594fd3f7e37298818ec65687db63"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1368 integrity sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1369 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1370 "@xtuc/long" "4.2.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1371
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1372 "@webassemblyjs/utf8@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1373 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1374 resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.7.11.tgz#06d7218ea9fdc94a6793aa92208160db3d26ee82"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1375 integrity sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1376
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1377 "@webassemblyjs/wasm-edit@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1378 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1379 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz#8c74ca474d4f951d01dbae9bd70814ee22a82005"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1380 integrity sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1381 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1382 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1383 "@webassemblyjs/helper-buffer" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1384 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1385 "@webassemblyjs/helper-wasm-section" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1386 "@webassemblyjs/wasm-gen" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1387 "@webassemblyjs/wasm-opt" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1388 "@webassemblyjs/wasm-parser" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1389 "@webassemblyjs/wast-printer" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1390
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1391 "@webassemblyjs/wasm-gen@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1392 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1393 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz#9bbba942f22375686a6fb759afcd7ac9c45da1a8"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1394 integrity sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1395 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1396 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1397 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1398 "@webassemblyjs/ieee754" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1399 "@webassemblyjs/leb128" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1400 "@webassemblyjs/utf8" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1401
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1402 "@webassemblyjs/wasm-opt@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1403 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1404 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz#b331e8e7cef8f8e2f007d42c3a36a0580a7d6ca7"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1405 integrity sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1406 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1407 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1408 "@webassemblyjs/helper-buffer" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1409 "@webassemblyjs/wasm-gen" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1410 "@webassemblyjs/wasm-parser" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1411
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1412 "@webassemblyjs/wasm-parser@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1413 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1414 resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz#6e3d20fa6a3519f6b084ef9391ad58211efb0a1a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1415 integrity sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1416 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1417 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1418 "@webassemblyjs/helper-api-error" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1419 "@webassemblyjs/helper-wasm-bytecode" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1420 "@webassemblyjs/ieee754" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1421 "@webassemblyjs/leb128" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1422 "@webassemblyjs/utf8" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1423
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1424 "@webassemblyjs/wast-parser@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1425 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1426 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz#25bd117562ca8c002720ff8116ef9072d9ca869c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1427 integrity sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1428 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1429 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1430 "@webassemblyjs/floating-point-hex-parser" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1431 "@webassemblyjs/helper-api-error" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1432 "@webassemblyjs/helper-code-frame" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1433 "@webassemblyjs/helper-fsm" "1.7.11"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1434 "@xtuc/long" "4.2.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1435
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1436 "@webassemblyjs/wast-printer@1.7.11":
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1437 version "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1438 resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz#c4245b6de242cb50a2cc950174fdbf65c78d7813"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1439 integrity sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1440 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1441 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
1442 "@webassemblyjs/wast-parser" "1.7.11"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1443 "@xtuc/long" "4.2.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1444
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1445 "@xtuc/ieee754@^1.2.0":
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1446 version "1.2.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1447 resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1448 integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1449
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1450 "@xtuc/long@4.2.1":
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1451 version "4.2.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1452 resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz#5c85d662f76fa1d34575766c5dcd6615abcd30d8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1453 integrity sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1454
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1455 abab@^1.0.0:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1456 version "1.0.4"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1457 resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1458 integrity sha1-X6rZwsB/YN12dw9xzwJbYqY8/U4=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1459
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1460 abab@^2.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1461 version "2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1462 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1463 integrity sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1464
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1465 abbrev@1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1466 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1467 resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1468 integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1469
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1470 accepts@~1.3.4, accepts@~1.3.5:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1471 version "1.3.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1472 resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1473 integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1474 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1475 mime-types "~2.1.24"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1476 negotiator "0.6.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1477
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1478 acorn-bigint@^0.2.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1479 version "0.2.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1480 resolved "https://registry.yarnpkg.com/acorn-bigint/-/acorn-bigint-0.2.0.tgz#0f45a5290537799a3b07085689a186881cb53784"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1481 integrity sha1-D0WlKQU3eZo7BwhWiaGGiBy1N4Q=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1482 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1483 acorn "^5.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1484
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1485 acorn-class-fields@^0.1.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1486 version "0.1.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1487 resolved "https://registry.yarnpkg.com/acorn-class-fields/-/acorn-class-fields-0.1.2.tgz#20782f304af42257feff5bd4a5c335291473bf58"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1488 integrity sha1-IHgvMEr0Ilf+/1vUpcM1KRRzv1g=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1489 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1490 acorn "^5.3.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1491
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1492 acorn-dynamic-import@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1493 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1494 resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz#901ceee4c7faaef7e07ad2a47e890675da50a278"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1495 integrity sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1496 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1497 acorn "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1498
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1499 acorn-globals@^1.0.4:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1500 version "1.0.9"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1501 resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-1.0.9.tgz#55bb5e98691507b74579d0513413217c380c54cf"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1502 integrity sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1503 dependencies:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1504 acorn "^2.1.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1505
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1506 acorn-globals@^3.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1507 version "3.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1508 resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1509 integrity sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1510 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1511 acorn "^4.0.4"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1512
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1513 acorn-globals@^4.1.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1514 version "4.3.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1515 resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.2.tgz#4e2c2313a597fd589720395f6354b41cd5ec8006"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1516 integrity sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1517 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1518 acorn "^6.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1519 acorn-walk "^6.0.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1520
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1521 acorn-import-meta@^0.2.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1522 version "0.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1523 resolved "https://registry.yarnpkg.com/acorn-import-meta/-/acorn-import-meta-0.2.1.tgz#ac91e06e00facece7e96ff76a0fe9ec7b1cb5b5c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1524 integrity sha512-+KB5Q0P0Q/XpsPHgnLx4XbCGqMogw4yiJJjYsbzPCNrE/IoX+c6J4C+BFcwdWh3CD1zLzMxPITN1jzHd+NiS3w==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1525 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1526 acorn "^5.4.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1527
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1528 acorn-json-superset@^0.1.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1529 version "0.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1530 resolved "https://registry.yarnpkg.com/acorn-json-superset/-/acorn-json-superset-0.1.1.tgz#61222bfdb6bd0a825c05d5550135729076c2cb5a"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1531 integrity sha512-fhvg6mWlulil3spkNL0UQtym0pLAaKsKWmDGuTKlP5PVQwv9DlR1avvnnwl2YT9A61AH5j0idgv5/h9Rdkaqyg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1532 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1533 acorn "^5.4.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1534
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1535 acorn-jsx@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1536 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1537 resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1538 integrity sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1539 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1540 acorn "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1541
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1542 acorn-numeric-separator@^0.1.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1543 version "0.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1544 resolved "https://registry.yarnpkg.com/acorn-numeric-separator/-/acorn-numeric-separator-0.1.1.tgz#aa455a1d95ae887231de97e0681abbe28b065e8d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1545 integrity sha1-qkVaHZWuiHIx3pfgaBq74osGXo0=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1546 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1547 acorn "^5.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1548
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1549 acorn-optional-catch-binding@^0.1.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1550 version "0.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1551 resolved "https://registry.yarnpkg.com/acorn-optional-catch-binding/-/acorn-optional-catch-binding-0.1.1.tgz#593d8c0a51ae3a3404b3bb84ee40180b808e7548"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1552 integrity sha512-LJn5iDpAU1Zah1sdG2pY4rwv7kSe7ykbKpYrwbw5Igfn3OgPyjSD5f0JPboA1xITYpENS9rtNgN7PaAtTsvI/g==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1553 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1554 acorn "^5.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1555
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1556 acorn-private-methods@^0.1.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1557 version "0.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1558 resolved "https://registry.yarnpkg.com/acorn-private-methods/-/acorn-private-methods-0.1.1.tgz#32c13cf24d05bf1c9be04914b41491c59d75a195"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1559 integrity sha1-MsE88k0Fvxyb4EkUtBSRxZ11oZU=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1560 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1561 acorn "^5.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1562
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1563 acorn-stage3@^0.6.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1564 version "0.6.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1565 resolved "https://registry.yarnpkg.com/acorn-stage3/-/acorn-stage3-0.6.0.tgz#d2814cec8e2f8bcb0407ba657fbe0cfb118f9bc2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1566 integrity sha512-/CZrHonJfg5OSTkZ71w4L4JnpsqZyDIXaSot5gUpQriTUavjiuAjkJBxxNGtxTlGBVtOBtYwzqxLDUSOD3amDQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1567 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1568 acorn "^5.5.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1569 acorn-bigint "^0.2.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1570 acorn-class-fields "^0.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1571 acorn-dynamic-import "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1572 acorn-import-meta "^0.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1573 acorn-json-superset "^0.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1574 acorn-numeric-separator "^0.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1575 acorn-optional-catch-binding "^0.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1576 acorn-private-methods "^0.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1577
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1578 acorn-walk@^6.0.1, acorn-walk@^6.1.1:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1579 version "6.1.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1580 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1581 integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1582
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1583 acorn@^2.1.0, acorn@^2.4.0:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1584 version "2.7.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1585 resolved "https://registry.yarnpkg.com/acorn/-/acorn-2.7.0.tgz#ab6e7d9d886aaca8b085bc3312b79a198433f0e7"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1586 integrity sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
1587
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1588 acorn@^3.0.4, acorn@^3.1.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1589 version "3.3.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1590 resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1591 integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1592
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1593 acorn@^4.0.4, acorn@~4.0.2:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1594 version "4.0.13"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1595 resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1596 integrity sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1597
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1598 acorn@^5.0.0, acorn@^5.2.1, acorn@^5.3.0, acorn@^5.4.0, acorn@^5.4.1, acorn@^5.5.0, acorn@^5.5.3, acorn@^5.6.2:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1599 version "5.7.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1600 resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1601 integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1602
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1603 acorn@^6.0.1, acorn@^6.0.7, acorn@^6.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1604 version "6.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1605 resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1606 integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1607
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1608 address@^1.0.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1609 version "1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1610 resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1611 integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1612
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1613 agent-base@2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1614 version "2.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1615 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.1.1.tgz#d6de10d5af6132d5bd692427d46fc538539094c7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1616 integrity sha1-1t4Q1a9hMtW9aSQn1G/FOFOQlMc=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1617 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1618 extend "~3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1619 semver "~5.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1620
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
1621 ajv-errors@^1.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1622 version "1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1623 resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1624 integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
1625
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1626 ajv-keywords@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1627 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1628 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1629 integrity sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1630
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1631 ajv-keywords@^3.1.0:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
1632 version "3.4.0"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
1633 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
1634 integrity sha512-aUjdRFISbuFOl0EIZc+9e4FfZp0bDZgAdOOf30bJmw8VM9v84SHyVyxDfbWxpGYbdZD/9XoKxfHVNmxPkhwyGw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1635
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1636 ajv@^5.2.3, ajv@^5.3.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1637 version "5.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1638 resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1639 integrity sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1640 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1641 co "^4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1642 fast-deep-equal "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1643 fast-json-stable-stringify "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1644 json-schema-traverse "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1645
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1646 ajv@^6.1.0, ajv@^6.5.5:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1647 version "6.10.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1648 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1649 integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1650 dependencies:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1651 fast-deep-equal "^2.0.1"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1652 fast-json-stable-stringify "^2.0.0"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1653 json-schema-traverse "^0.4.1"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1654 uri-js "^4.2.2"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
1655
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1656 align-text@^0.1.1, align-text@^0.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1657 version "0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1658 resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1659 integrity sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1660 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1661 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1662 longest "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1663 repeat-string "^1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1664
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1665 alphanum-sort@^1.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1666 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1667 resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1668 integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1669
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1670 amdefine@>=0.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1671 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1672 resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1673 integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1674
428
d7a06b9fffc9 feat: Usability for usermanagement improved.
Thomas Junk <thomas.junk@intevation.de>
parents: 384
diff changeset
1675 animate.css@^3.7.0:
d7a06b9fffc9 feat: Usability for usermanagement improved.
Thomas Junk <thomas.junk@intevation.de>
parents: 384
diff changeset
1676 version "3.7.0"
d7a06b9fffc9 feat: Usability for usermanagement improved.
Thomas Junk <thomas.junk@intevation.de>
parents: 384
diff changeset
1677 resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.7.0.tgz#5de25d1ee5fba11ba6a1e2c4fa568f512eb7d4da"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1678 integrity sha512-u3iMXDJr0cxMdQocIciDiou9Au4L5f9uT+/jCtprw3s1j3HcfCuI+khF+90Ps2KdsEhM2soF7SXB4WUvI3HlXg==
428
d7a06b9fffc9 feat: Usability for usermanagement improved.
Thomas Junk <thomas.junk@intevation.de>
parents: 384
diff changeset
1679
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1680 ansi-colors@^3.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1681 version "3.2.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1682 resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1683 integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1684
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1685 ansi-escapes@^3.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1686 version "3.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1687 resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1688 integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1689
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1690 ansi-html@0.0.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1691 version "0.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1692 resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1693 integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1694
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1695 ansi-regex@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1696 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1697 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1698 integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1699
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1700 ansi-regex@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1701 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1702 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1703 integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1704
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1705 ansi-regex@^4.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1706 version "4.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1707 resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1708 integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
1709
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1710 ansi-styles@^2.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1711 version "2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1712 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1713 integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1714
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1715 ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1716 version "3.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1717 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1718 integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1719 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1720 color-convert "^1.9.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1721
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1722 any-promise@^1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1723 version "1.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1724 resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1725 integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1726
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1727 anymatch@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1728 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1729 resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1730 integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1731 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1732 micromatch "^3.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1733 normalize-path "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1734
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1735 append-transform@^0.4.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1736 version "0.4.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1737 resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1738 integrity sha1-126/jKlNJ24keja61EpLdKthGZE=
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1739 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1740 default-require-extensions "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1741
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1742 aproba@^1.0.3, aproba@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1743 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1744 resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1745 integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1746
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1747 arch@^2.1.1:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1748 version "2.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1749 resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1750 integrity sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1751
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1752 are-we-there-yet@~1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1753 version "1.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1754 resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1755 integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1756 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1757 delegates "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1758 readable-stream "^2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1759
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1760 argparse@^1.0.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1761 version "1.0.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1762 resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1763 integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1764 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1765 sprintf-js "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1766
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1767 arr-diff@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1768 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1769 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1770 integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1771 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1772 arr-flatten "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1773
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1774 arr-diff@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1775 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1776 resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1777 integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1778
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1779 arr-flatten@^1.0.1, arr-flatten@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1780 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1781 resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1782 integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1783
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1784 arr-union@^3.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1785 version "3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1786 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1787 integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1788
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1789 array-differ@^2.0.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1790 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1791 resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1792 integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1793
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1794 array-equal@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1795 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1796 resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1797 integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1798
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1799 array-filter@~0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1800 version "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1801 resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1802 integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1803
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1804 array-find-index@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1805 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1806 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1807 integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1808
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1809 array-flatten@1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1810 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1811 resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1812 integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1813
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1814 array-flatten@^2.1.0:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1815 version "2.1.2"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1816 resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1817 integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1818
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1819 array-map@~0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1820 version "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1821 resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1822 integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1823
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1824 array-reduce@~0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1825 version "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1826 resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1827 integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1828
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1829 array-union@^1.0.1, array-union@^1.0.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1830 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1831 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1832 integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1833 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1834 array-uniq "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1835
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1836 array-uniq@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1837 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1838 resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1839 integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1840
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1841 array-unique@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1842 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1843 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1844 integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1845
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1846 array-unique@^0.3.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1847 version "0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1848 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1849 integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1850
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
1851 arrify@^1.0.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1852 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1853 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1854 integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1855
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1856 asap@~2.0.3:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1857 version "2.0.6"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1858 resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1859 integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
1860
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1861 asn1.js@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1862 version "4.10.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1863 resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1864 integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1865 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1866 bn.js "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1867 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1868 minimalistic-assert "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1869
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1870 asn1@~0.2.3:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1871 version "0.2.4"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1872 resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1873 integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1874 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1875 safer-buffer "~2.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1876
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1877 assert-plus@1.0.0, assert-plus@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1878 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1879 resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1880 integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1881
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1882 assert@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1883 version "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1884 resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1885 integrity sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1886 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1887 util "0.10.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1888
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1889 assertion-error@1.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1890 version "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1891 resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.0.tgz#c7f85438fdd466bc7ca16ab90c81513797a5d23b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1892 integrity sha1-x/hUOP3UZrx8oWq5DIFRN5el0js=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1893
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1894 assign-symbols@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1895 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1896 resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1897 integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1898
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1899 ast-types@0.x.x:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1900 version "0.12.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1901 resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1902 integrity sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
1903
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1904 astral-regex@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1905 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1906 resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1907 integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1908
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
1909 async-each@^1.0.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1910 version "1.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1911 resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1912 integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1913
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1914 async-foreach@^0.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1915 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1916 resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1917 integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1918
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1919 async-limiter@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1920 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1921 resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1922 integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1923
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
1924 async@^1.5.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1925 version "1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1926 resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1927 integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1928
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1929 async@^2.1.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1930 version "2.6.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1931 resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1932 integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1933 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1934 lodash "^4.17.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1935
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1936 asynckit@^0.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1937 version "0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1938 resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1939 integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1940
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1941 atob@^2.1.1:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
1942 version "2.1.2"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
1943 resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1944 integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1945
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1946 autoprefixer@^9.5.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1947 version "9.5.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1948 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.1.tgz#243b1267b67e7e947f28919d786b50d3bb0fb357"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1949 integrity sha512-KJSzkStUl3wP0D5sdMlP82Q52JLy5+atf2MHAre48+ckWkXgixmfHyWmA77wFDy6jTHU6mIgXv6hAQ2mf1PjJQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1950 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1951 browserslist "^4.5.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
1952 caniuse-lite "^1.0.30000957"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1953 normalize-range "^0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1954 num2fraction "^1.2.2"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1955 postcss "^7.0.14"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
1956 postcss-value-parser "^3.3.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1957
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1958 aws-sign2@~0.7.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1959 version "0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1960 resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1961 integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1962
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1963 aws4@^1.8.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1964 version "1.8.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
1965 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1966 integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1967
6
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1968 axios@^0.18.0:
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1969 version "0.18.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1970 resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1971 integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
6
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1972 dependencies:
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1973 follow-redirects "^1.3.0"
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1974 is-buffer "^1.1.5"
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
1975
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1976 babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1977 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1978 resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1979 integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1980 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1981 chalk "^1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1982 esutils "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1983 js-tokens "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1984
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
1985 babel-core@7.0.0-bridge.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1986 version "7.0.0-bridge.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1987 resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1988 integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1989
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1990 babel-core@^6.0.0, babel-core@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1991 version "6.26.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1992 resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
1993 integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1994 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1995 babel-code-frame "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1996 babel-generator "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1997 babel-helpers "^6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1998 babel-messages "^6.23.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1999 babel-register "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2000 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2001 babel-template "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2002 babel-traverse "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2003 babel-types "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2004 babylon "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2005 convert-source-map "^1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2006 debug "^2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2007 json5 "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2008 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2009 minimatch "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2010 path-is-absolute "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2011 private "^0.1.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2012 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2013 source-map "^0.5.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2014
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2015 babel-eslint@^10.0.1:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2016 version "10.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2017 resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2018 integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2019 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2020 "@babel/code-frame" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2021 "@babel/parser" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2022 "@babel/traverse" "^7.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2023 "@babel/types" "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2024 eslint-scope "3.7.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2025 eslint-visitor-keys "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2026
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2027 babel-generator@^6.18.0, babel-generator@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2028 version "6.26.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2029 resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2030 integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2031 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2032 babel-messages "^6.23.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2033 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2034 babel-types "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2035 detect-indent "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2036 jsesc "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2037 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2038 source-map "^0.5.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2039 trim-right "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2040
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2041 babel-helpers@^6.24.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2042 version "6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2043 resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2044 integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2045 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2046 babel-runtime "^6.22.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2047 babel-template "^6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2048
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2049 babel-jest@^23.0.1, babel-jest@^23.6.0:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2050 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2051 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2052 integrity sha512-lqKGG6LYXYu+DQh/slrQ8nxXQkEkhugdXsU6St7GmhVS7Ilc/22ArwqXNJrf0QaOBjZB0360qZMwXqDYQHXaew==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2053 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2054 babel-plugin-istanbul "^4.1.6"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2055 babel-preset-jest "^23.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2056
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2057 babel-loader@^8.0.5:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2058 version "8.0.5"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2059 resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2060 integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2061 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2062 find-cache-dir "^2.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2063 loader-utils "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2064 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2065 util.promisify "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2066
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2067 babel-messages@^6.23.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2068 version "6.23.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2069 resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2070 integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2071 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2072 babel-runtime "^6.22.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2073
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2074 babel-plugin-dynamic-import-node@^2.2.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2075 version "2.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2076 resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2077 integrity sha512-fP899ELUnTaBcIzmrW7nniyqqdYWrWuJUyPWHxFa/c7r7hS6KC8FscNfLlBNIoPSc55kYMGEEKjPjJGCLbE1qA==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2078 dependencies:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2079 object.assign "^4.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2080
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2081 babel-plugin-istanbul@^4.1.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2082 version "4.1.6"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2083 resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2084 integrity sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2085 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2086 babel-plugin-syntax-object-rest-spread "^6.13.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2087 find-up "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2088 istanbul-lib-instrument "^1.10.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2089 test-exclude "^4.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2090
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2091 babel-plugin-jest-hoist@^23.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2092 version "23.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2093 resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2094 integrity sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2095
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2096 babel-plugin-module-resolver@3.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2097 version "3.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2098 resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2099 integrity sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2100 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2101 find-babel-config "^1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2102 glob "^7.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2103 pkg-up "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2104 reselect "^3.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2105 resolve "^1.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2106
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2107 babel-plugin-syntax-object-rest-spread@^6.13.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2108 version "6.13.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2109 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2110 integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2111
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2112 babel-plugin-transform-es2015-modules-commonjs@^6.26.0, babel-plugin-transform-es2015-modules-commonjs@^6.26.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2113 version "6.26.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2114 resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2115 integrity sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2116 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2117 babel-plugin-transform-strict-mode "^6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2118 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2119 babel-template "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2120 babel-types "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2121
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2122 babel-plugin-transform-strict-mode@^6.24.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2123 version "6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2124 resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2125 integrity sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2126 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2127 babel-runtime "^6.22.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2128 babel-types "^6.24.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2129
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2130 babel-preset-jest@^23.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2131 version "23.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2132 resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2133 integrity sha1-jsegOhOPABoaj7HoETZSvxpV2kY=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2134 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2135 babel-plugin-jest-hoist "^23.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2136 babel-plugin-syntax-object-rest-spread "^6.13.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2137
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2138 babel-register@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2139 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2140 resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2141 integrity sha1-btAhFz4vy0htestFxgCahW9kcHE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2142 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2143 babel-core "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2144 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2145 core-js "^2.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2146 home-or-tmp "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2147 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2148 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2149 source-map-support "^0.4.15"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2150
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2151 babel-runtime@^6.22.0, babel-runtime@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2152 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2153 resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2154 integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2155 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2156 core-js "^2.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2157 regenerator-runtime "^0.11.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2158
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2159 babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2160 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2161 resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2162 integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2163 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2164 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2165 babel-traverse "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2166 babel-types "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2167 babylon "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2168 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2169
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2170 babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.26.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2171 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2172 resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2173 integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2174 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2175 babel-code-frame "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2176 babel-messages "^6.23.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2177 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2178 babel-types "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2179 babylon "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2180 debug "^2.6.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2181 globals "^9.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2182 invariant "^2.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2183 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2184
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2185 babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.24.1, babel-types@^6.26.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2186 version "6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2187 resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2188 integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2189 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2190 babel-runtime "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2191 esutils "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2192 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2193 to-fast-properties "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2194
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2195 babylon@^6.18.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2196 version "6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2197 resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2198 integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2199
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2200 balanced-match@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2201 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2202 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2203 integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2204
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2205 base64-arraybuffer@^0.1.5:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2206 version "0.1.5"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2207 resolved "https://registry.yarnpkg.com/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2208 integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg=
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2209
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2210 base64-js@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2211 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2212 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2213 integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2214
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2215 base@^0.11.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2216 version "0.11.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2217 resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2218 integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2219 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2220 cache-base "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2221 class-utils "^0.3.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2222 component-emitter "^1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2223 define-property "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2224 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2225 mixin-deep "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2226 pascalcase "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2227
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2228 batch@0.6.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2229 version "0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2230 resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2231 integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2232
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2233 bcrypt-pbkdf@^1.0.0:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2234 version "1.0.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2235 resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2236 integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2237 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2238 tweetnacl "^0.14.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2239
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2240 bfj@^6.1.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2241 version "6.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2242 resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.1.tgz#05a3b7784fbd72cfa3c22e56002ef99336516c48"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2243 integrity sha512-+GUNvzHR4nRyGybQc2WpNJL4MJazMuvf92ueIyA0bIkPRwhhQu3IfZQ2PSoVPpCBJfmoSdOxu5rnotfFLlvYRQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2244 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2245 bluebird "^3.5.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2246 check-types "^7.3.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2247 hoopy "^0.1.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2248 tryer "^1.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2249
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2250 big.js@^3.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2251 version "3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2252 resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2253 integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2254
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2255 big.js@^5.2.2:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2256 version "5.2.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2257 resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2258 integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2259
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2260 binary-extensions@^1.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2261 version "1.13.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2262 resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2263 integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2264
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2265 block-stream@*:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2266 version "0.0.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2267 resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2268 integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2269 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2270 inherits "~2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2271
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2272 bluebird@^3.1.1, bluebird@^3.5.1, bluebird@^3.5.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2273 version "3.5.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2274 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2275 integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2276
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2277 bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2278 version "4.11.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2279 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2280 integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2281
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2282 body-parser@1.18.3:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2283 version "1.18.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2284 resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2285 integrity sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2286 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2287 bytes "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2288 content-type "~1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2289 debug "2.6.9"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2290 depd "~1.1.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2291 http-errors "~1.6.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2292 iconv-lite "0.4.23"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2293 on-finished "~2.3.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2294 qs "6.5.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2295 raw-body "2.3.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2296 type-is "~1.6.16"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2297
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2298 bonjour@^3.5.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2299 version "3.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2300 resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2301 integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2302 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2303 array-flatten "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2304 deep-equal "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2305 dns-equal "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2306 dns-txt "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2307 multicast-dns "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2308 multicast-dns-service-types "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2309
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2310 boolbase@^1.0.0, boolbase@~1.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2311 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2312 resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2313 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2314
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2315 bootstrap@^4.1.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2316 version "4.3.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2317 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2318 integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2319
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2320 brace-expansion@^1.0.0, brace-expansion@^1.1.7:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2321 version "1.1.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2322 resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2323 integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2324 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2325 balanced-match "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2326 concat-map "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2327
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2328 braces@^1.8.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2329 version "1.8.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2330 resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2331 integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2332 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2333 expand-range "^1.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2334 preserve "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2335 repeat-element "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2336
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2337 braces@^2.3.1, braces@^2.3.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2338 version "2.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2339 resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2340 integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2341 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2342 arr-flatten "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2343 array-unique "^0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2344 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2345 fill-range "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2346 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2347 repeat-element "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2348 snapdragon "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2349 snapdragon-node "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2350 split-string "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2351 to-regex "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2352
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2353 brorand@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2354 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2355 resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2356 integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2357
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2358 browser-process-hrtime@^0.1.2:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2359 version "0.1.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2360 resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2361 integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2362
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2363 browser-resolve@^1.11.3:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2364 version "1.11.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2365 resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2366 integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2367 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2368 resolve "1.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2369
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2370 browser-stdout@1.3.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2371 version "1.3.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2372 resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2373 integrity sha1-81HTKWnTL6XXpVZxVCY9korjvR8=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2374
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2375 browserify-aes@^1.0.0, browserify-aes@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2376 version "1.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2377 resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2378 integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2379 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2380 buffer-xor "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2381 cipher-base "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2382 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2383 evp_bytestokey "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2384 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2385 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2386
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2387 browserify-cipher@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2388 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2389 resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2390 integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2391 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2392 browserify-aes "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2393 browserify-des "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2394 evp_bytestokey "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2395
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2396 browserify-des@^1.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2397 version "1.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2398 resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2399 integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2400 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2401 cipher-base "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2402 des.js "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2403 inherits "^2.0.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2404 safe-buffer "^5.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2405
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2406 browserify-rsa@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2407 version "4.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2408 resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2409 integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2410 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2411 bn.js "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2412 randombytes "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2413
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2414 browserify-sign@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2415 version "4.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2416 resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2417 integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2418 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2419 bn.js "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2420 browserify-rsa "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2421 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2422 create-hmac "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2423 elliptic "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2424 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2425 parse-asn1 "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2426
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2427 browserify-zlib@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2428 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2429 resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2430 integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2431 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2432 pako "~1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2433
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2434 browserslist@^4.0.0, browserslist@^4.3.4, browserslist@^4.5.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2435 version "4.5.6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2436 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.6.tgz#ea42e8581ca2513fa7f371d4dd66da763938163d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2437 integrity sha512-o/hPOtbU9oX507lIqon+UvPYqpx3mHc8cV3QemSBTXwkG8gSQSK6UKvXcE/DcleU3+A59XTUHyCvZ5qGy8xVAg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2438 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2439 caniuse-lite "^1.0.30000963"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2440 electron-to-chromium "^1.3.127"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2441 node-releases "^1.1.17"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2442
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2443 bser@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2444 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2445 resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2446 integrity sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2447 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2448 node-int64 "^0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2449
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2450 buffer-from@^1.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2451 version "1.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2452 resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2453 integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2454
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2455 buffer-indexof@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2456 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2457 resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2458 integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2459
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2460 buffer-xor@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2461 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2462 resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2463 integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2464
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2465 buffer@^4.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2466 version "4.9.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2467 resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2468 integrity sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2469 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2470 base64-js "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2471 ieee754 "^1.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2472 isarray "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2473
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2474 builtin-status-codes@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2475 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2476 resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2477 integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2478
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2479 bytes@3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2480 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2481 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2482 integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2483
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2484 bytes@3.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2485 version "3.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2486 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2487 integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2488
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2489 cacache@^10.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2490 version "10.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2491 resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2492 integrity sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2493 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2494 bluebird "^3.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2495 chownr "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2496 glob "^7.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2497 graceful-fs "^4.1.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2498 lru-cache "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2499 mississippi "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2500 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2501 move-concurrently "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2502 promise-inflight "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2503 rimraf "^2.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2504 ssri "^5.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2505 unique-filename "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2506 y18n "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2507
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2508 cacache@^11.0.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2509 version "11.3.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2510 resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.2.tgz#2d81e308e3d258ca38125b676b98b2ac9ce69bfa"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2511 integrity sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2512 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2513 bluebird "^3.5.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2514 chownr "^1.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2515 figgy-pudding "^3.5.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2516 glob "^7.1.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2517 graceful-fs "^4.1.15"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2518 lru-cache "^5.1.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2519 mississippi "^3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2520 mkdirp "^0.5.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2521 move-concurrently "^1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2522 promise-inflight "^1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2523 rimraf "^2.6.2"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2524 ssri "^6.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2525 unique-filename "^1.1.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2526 y18n "^4.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2527
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2528 cache-base@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2529 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2530 resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2531 integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2532 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2533 collection-visit "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2534 component-emitter "^1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2535 get-value "^2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2536 has-value "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2537 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2538 set-value "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2539 to-object-path "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2540 union-value "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2541 unset-value "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2542
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2543 cache-loader@^2.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2544 version "2.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2545 resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-2.0.1.tgz#5758f41a62d7c23941e3c3c7016e6faeb03acb07"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2546 integrity sha512-V99T3FOynmGx26Zom+JrVBytLBsmUCzVG2/4NnUKgvXN4bEV42R1ERl1IyiH/cvFIDA1Ytq2lPZ9tXDSahcQpQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2547 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2548 loader-utils "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2549 mkdirp "^0.5.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2550 neo-async "^2.6.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2551 normalize-path "^3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2552 schema-utils "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2553
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2554 call-me-maybe@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2555 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2556 resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2557 integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2558
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2559 caller-callsite@^2.0.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2560 version "2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2561 resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2562 integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2563 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2564 callsites "^2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2565
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2566 caller-path@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2567 version "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2568 resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2569 integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2570 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2571 callsites "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2572
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2573 caller-path@^2.0.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2574 version "2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2575 resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2576 integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2577 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2578 caller-callsite "^2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2579
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2580 callsites@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2581 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2582 resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2583 integrity sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2584
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2585 callsites@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2586 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2587 resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2588 integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2589
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2590 camel-case@3.0.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2591 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2592 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2593 integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2594 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2595 no-case "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2596 upper-case "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2597
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2598 camelcase-keys@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2599 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2600 resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2601 integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2602 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2603 camelcase "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2604 map-obj "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2605
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2606 camelcase@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2607 version "1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2608 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2609 integrity sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2610
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2611 camelcase@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2612 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2613 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2614 integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2615
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2616 camelcase@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2617 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2618 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2619 integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2620
450
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2621 camelcase@^4.1.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2622 version "4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2623 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2624 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2625
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2626 camelcase@^5.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2627 version "5.3.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2628 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2629 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2630
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2631 caniuse-api@^3.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2632 version "3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2633 resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2634 integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2635 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2636 browserslist "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2637 caniuse-lite "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2638 lodash.memoize "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2639 lodash.uniq "^4.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2640
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2641 caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000957, caniuse-lite@^1.0.30000963:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2642 version "1.0.30000966"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2643 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000966.tgz#f3c6fefacfbfbfb981df6dfa68f2aae7bff41b64"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2644 integrity sha512-qqLQ/uYrpZmFhPY96VuBkMEo8NhVFBZ9y/Bh+KnvGzGJ5I8hvpIaWlF2pw5gqe4PLAL+ZjsPgMOvoXSpX21Keg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2645
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
2646 canvg@1.5.3:
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2647 version "1.5.3"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2648 resolved "https://registry.yarnpkg.com/canvg/-/canvg-1.5.3.tgz#aad17915f33368bf8eb80b25d129e3ae922ddc5f"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2649 integrity sha512-7Gn2IuQzvUQWPIuZuFHrzsTM0gkPz2RRT9OcbdmA03jeKk8kltrD8gqUzNX15ghY/4PV5bbe5lmD6yDLDY6Ybg==
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2650 dependencies:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2651 jsdom "^8.1.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2652 rgbcolor "^1.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2653 stackblur-canvas "^1.4.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2654 xmldom "^0.1.22"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
2655
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2656 capture-exit@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2657 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2658 resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2659 integrity sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2660 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2661 rsvp "^3.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2662
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2663 case-sensitive-paths-webpack-plugin@^2.2.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2664 version "2.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2665 resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.2.0.tgz#3371ef6365ef9c25fa4b81c16ace0e9c7dc58c3e"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2666 integrity sha512-u5ElzokS8A1pm9vM3/iDgTcI3xqHxuCao94Oz8etI3cf0Tio0p8izkDYbTIn09uP3yUUr6+veaE6IkjnTYS46g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2667
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2668 caseless@~0.12.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2669 version "0.12.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2670 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2671 integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2672
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2673 center-align@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2674 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2675 resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2676 integrity sha1-qg0yYptu6XIgBBHL1EYckHvCt60=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2677 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2678 align-text "^0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2679 lazy-cache "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2680
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2681 chai-nightwatch@~0.1.x:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2682 version "0.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2683 resolved "https://registry.yarnpkg.com/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz#1ca56de768d3c0868fe7fc2f4d32c2fe894e6be9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2684 integrity sha1-HKVt52jTwIaP5/wvTTLC/olOa+k=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2685 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2686 assertion-error "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2687 deep-eql "0.1.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2688
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2689 chalk@^1.1.1, chalk@^1.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2690 version "1.1.3"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2691 resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2692 integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2693 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2694 ansi-styles "^2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2695 escape-string-regexp "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2696 has-ansi "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2697 strip-ansi "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2698 supports-color "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2699
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2700 chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2701 version "2.4.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2702 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2703 integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
450
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2704 dependencies:
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2705 ansi-styles "^3.2.1"
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2706 escape-string-regexp "^1.0.5"
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2707 supports-color "^5.3.0"
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
2708
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2709 character-parser@^2.1.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2710 version "2.2.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2711 resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2712 integrity sha1-x84o821LzZdE5f/CxfzeHHMmH8A=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2713 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2714 is-regex "^1.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2715
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2716 chardet@^0.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2717 version "0.4.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2718 resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2719 integrity sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2720
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2721 check-types@^7.3.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2722 version "7.4.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2723 resolved "https://registry.yarnpkg.com/check-types/-/check-types-7.4.0.tgz#0378ec1b9616ec71f774931a3c6516fad8c152f4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2724 integrity sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2725
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2726 cheerio@^1.0.0-rc.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2727 version "1.0.0-rc.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2728 resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2729 integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2730 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2731 css-select "~1.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2732 dom-serializer "~0.1.1"
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2733 entities "~1.1.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2734 htmlparser2 "^3.9.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2735 lodash "^4.15.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2736 parse5 "^3.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
2737
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2738 chokidar@^2.0.2, chokidar@^2.1.5:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2739 version "2.1.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2740 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2741 integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2742 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2743 anymatch "^2.0.0"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2744 async-each "^1.0.1"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2745 braces "^2.3.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2746 glob-parent "^3.1.0"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2747 inherits "^2.0.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2748 is-binary-path "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2749 is-glob "^4.0.0"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2750 normalize-path "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2751 path-is-absolute "^1.0.0"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2752 readdirp "^2.2.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2753 upath "^1.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2754 optionalDependencies:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
2755 fsevents "^1.2.7"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2756
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2757 chownr@^1.0.1, chownr@^1.1.1:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2758 version "1.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2759 resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2760 integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2761
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2762 chrome-trace-event@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2763 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2764 resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2765 integrity sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2766 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2767 tslib "^1.9.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2768
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2769 chromedriver@^2.46.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2770 version "2.46.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2771 resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.46.0.tgz#3d78e7eb9bb65dd804fe327a6bf76fced12be053"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2772 integrity sha512-dLtKIJW3y/PuFrPmcw6Mb8Nh+HwSqgVrK1rWgTARXhHfWvV822X2VRkx2meU/tg2+YQL6/nNgT6n5qWwIDHbwg==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2773 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2774 del "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2775 extract-zip "^1.6.7"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2776 mkdirp "^0.5.1"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2777 request "^2.88.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
2778 tcp-port-used "^1.0.1"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2779
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2780 ci-info@^1.5.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2781 version "1.6.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2782 resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2783 integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2784
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2785 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2786 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2787 resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2788 integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2789 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2790 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2791 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2792
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2793 circular-json@^0.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2794 version "0.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2795 resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2796 integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2797
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2798 clamp@^1.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2799 version "1.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2800 resolved "https://registry.yarnpkg.com/clamp/-/clamp-1.0.1.tgz#66a0e64011816e37196828fdc8c8c147312c8634"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2801 integrity sha1-ZqDmQBGBbjcZaCj9yMjBRzEshjQ=
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2802
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2803 class-utils@^0.3.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2804 version "0.3.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2805 resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2806 integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2807 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2808 arr-union "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2809 define-property "^0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2810 isobject "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2811 static-extend "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2812
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
2813 clean-css@4.2.x, clean-css@^4.1.11:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2814 version "4.2.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2815 resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2816 integrity sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2817 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2818 source-map "~0.6.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2819
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2820 cli-cursor@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2821 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2822 resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2823 integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2824 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2825 restore-cursor "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2826
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2827 cli-highlight@^2.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2828 version "2.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2829 resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.1.tgz#2180223d51618b112f4509cf96e4a6c750b07e97"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2830 integrity sha512-0y0VlNmdD99GXZHYnvrQcmHxP8Bi6T00qucGgBgGv4kJ0RyDthNnnFPupHV7PYv/OXSVk+azFbOeaW6+vGmx9A==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2831 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2832 chalk "^2.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2833 highlight.js "^9.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2834 mz "^2.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2835 parse5 "^4.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2836 yargs "^13.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2837
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2838 cli-spinners@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2839 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2840 resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.1.0.tgz#22c34b4d51f573240885b201efda4e4ec9fff3c7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2841 integrity sha512-8B00fJOEh1HPrx4fo5eW16XmE1PcL1tGpGrxy63CXGP9nHdPBN63X75hA1zhvQuhVztJWLqV58Roj2qlNM7cAA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2842
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2843 cli-width@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2844 version "2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2845 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2846 integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2847
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2848 clipboard@^2.0.0:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2849 version "2.0.4"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2850 resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.4.tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2851 integrity sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2852 dependencies:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2853 good-listener "^1.2.2"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2854 select "^1.1.2"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2855 tiny-emitter "^2.0.0"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
2856
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2857 clipboardy@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2858 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2859 resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-2.0.0.tgz#3fcee421fdeca4e6a62ce72b66f3eb0c42165acd"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2860 integrity sha512-XbVjHMsss0giNUkp/tV/3eEAZe8i1fZTLzmPKqjE1RGIAWOTiF5D014f6R+g53ZAq0IK3cPrJXFvqE8eQjhFYQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2861 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2862 arch "^2.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2863 execa "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2864
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2865 cliui@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2866 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2867 resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2868 integrity sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2869 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2870 center-align "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2871 right-align "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2872 wordwrap "0.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2873
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2874 cliui@^3.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2875 version "3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2876 resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2877 integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2878 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2879 string-width "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2880 strip-ansi "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2881 wrap-ansi "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2882
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2883 cliui@^4.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2884 version "4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2885 resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2886 integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2887 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2888 string-width "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2889 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2890 wrap-ansi "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2891
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2892 cliui@^5.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2893 version "5.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2894 resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2895 integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2896 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2897 string-width "^3.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2898 strip-ansi "^5.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2899 wrap-ansi "^5.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2900
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2901 clone-deep@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2902 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2903 resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2904 integrity sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2905 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2906 for-own "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2907 is-plain-object "^2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2908 kind-of "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2909 shallow-clone "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2910
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2911 clone@2.x:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2912 version "2.1.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2913 resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2914 integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2915
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2916 clone@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2917 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2918 resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2919 integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2920
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2921 co@^4.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2922 version "4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2923 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2924 integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2925
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2926 co@~3.0.6:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2927 version "3.0.6"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2928 resolved "https://registry.yarnpkg.com/co/-/co-3.0.6.tgz#1445f226c5eb956138e68c9ac30167ea7d2e6bda"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2929 integrity sha1-FEXyJsXrlWE45oyawwFn6n0ua9o=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
2930
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2931 coa@^2.0.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2932 version "2.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2933 resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2934 integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2935 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2936 "@types/q" "^1.5.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
2937 chalk "^2.4.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2938 q "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2939
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2940 code-point-at@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2941 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2942 resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2943 integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2944
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2945 collection-visit@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2946 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2947 resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2948 integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2949 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2950 map-visit "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2951 object-visit "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2952
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2953 color-convert@^1.9.0, color-convert@^1.9.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2954 version "1.9.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2955 resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2956 integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2957 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2958 color-name "1.1.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
2959
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2960 color-name@1.1.3:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2961 version "1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2962 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2963 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2964
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2965 color-name@^1.0.0:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2966 version "1.1.4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2967 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2968 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2969
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2970 color-string@^1.5.2:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2971 version "1.5.3"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2972 resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
2973 integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2974 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2975 color-name "^1.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2976 simple-swizzle "^0.2.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2977
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2978 color@^3.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2979 version "3.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2980 resolved "https://registry.yarnpkg.com/color/-/color-3.1.1.tgz#7abf5c0d38e89378284e873c207ae2172dcc8a61"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2981 integrity sha512-PvUltIXRjehRKPSy89VnDWFKY58xyhTLyxIg21vwQBI6qLwZNPmC8k3C1uytIgFKEpOIzN4y32iPm8231zFHIg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2982 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2983 color-convert "^1.9.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
2984 color-string "^1.5.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2985
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
2986 combined-stream@^1.0.6, combined-stream@~1.0.6:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2987 version "1.0.7"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2988 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2989 integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2990 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2991 delayed-stream "~1.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
2992
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2993 commander@2, commander@^2.18.0, commander@^2.19.0, commander@~2.20.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2994 version "2.20.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2995 resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2996 integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2997
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
2998 commander@2.17.x:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
2999 version "2.17.1"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3000 resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3001 integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3002
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3003 commander@2.9.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3004 version "2.9.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3005 resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3006 integrity sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3007 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3008 graceful-readlink ">= 1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3009
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3010 commander@~2.19.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3011 version "2.19.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3012 resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3013 integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3014
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3015 commondir@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3016 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3017 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3018 integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3019
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3020 component-emitter@^1.2.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3021 version "1.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3022 resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3023 integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3024
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3025 compressible@~2.0.16:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3026 version "2.0.17"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3027 resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3028 integrity sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3029 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3030 mime-db ">= 1.40.0 < 2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3031
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3032 compression@^1.7.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3033 version "1.7.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3034 resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3035 integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3036 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3037 accepts "~1.3.5"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3038 bytes "3.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3039 compressible "~2.0.16"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3040 debug "2.6.9"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3041 on-headers "~1.0.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3042 safe-buffer "5.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3043 vary "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3044
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3045 concat-map@0.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3046 version "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3047 resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3048 integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3049
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3050 concat-stream@1.6.2, concat-stream@^1.5.0, concat-stream@^1.6.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3051 version "1.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3052 resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3053 integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3054 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3055 buffer-from "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3056 inherits "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3057 readable-stream "^2.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3058 typedarray "^0.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3059
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3060 concurrently@^4.1.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3061 version "4.1.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3062 resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.1.0.tgz#17fdf067da71210685d9ea554423ef239da30d33"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3063 integrity sha512-pwzXCE7qtOB346LyO9eFWpkFJVO3JQZ/qU/feGeaAHiX1M3Rw3zgXKc5cZ8vSH5DGygkjzLFDzA/pwoQDkRNGg==
11
e0b5dd98665e current frontend with asset server configured
Thomas Junk <thomas.junk@intevation.de>
parents: 8
diff changeset
3064 dependencies:
e0b5dd98665e current frontend with asset server configured
Thomas Junk <thomas.junk@intevation.de>
parents: 8
diff changeset
3065 chalk "^2.4.1"
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
3066 date-fns "^1.23.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3067 lodash "^4.17.10"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3068 read-pkg "^4.0.1"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3069 rxjs "^6.3.3"
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
3070 spawn-command "^0.0.2-1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3071 supports-color "^4.5.0"
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
3072 tree-kill "^1.1.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3073 yargs "^12.0.1"
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
3074
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3075 condense-newlines@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3076 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3077 resolved "https://registry.yarnpkg.com/condense-newlines/-/condense-newlines-0.2.1.tgz#3de985553139475d32502c83b02f60684d24c55f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3078 integrity sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3079 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3080 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3081 is-whitespace "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3082 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3083
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3084 config-chain@^1.1.12:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3085 version "1.1.12"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3086 resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3087 integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3088 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3089 ini "^1.3.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3090 proto-list "~1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3091
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3092 connect-history-api-fallback@^1.6.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3093 version "1.6.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3094 resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3095 integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3096
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3097 console-browserify@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3098 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3099 resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3100 integrity sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3101 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3102 date-now "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3103
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3104 console-control-strings@^1.0.0, console-control-strings@~1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3105 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3106 resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3107 integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3108
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3109 consolidate@^0.15.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3110 version "0.15.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3111 resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.15.1.tgz#21ab043235c71a07d45d9aad98593b0dba56bab7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3112 integrity sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3113 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3114 bluebird "^3.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3115
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3116 constantinople@^3.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3117 version "3.1.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3118 resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3119 integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3120 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3121 "@types/babel-types" "^7.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3122 "@types/babylon" "^6.16.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3123 babel-types "^6.26.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3124 babylon "^6.18.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3125
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3126 constants-browserify@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3127 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3128 resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3129 integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3130
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3131 content-disposition@0.5.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3132 version "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3133 resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3134 integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3135
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3136 content-type@~1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3137 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3138 resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3139 integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3140
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3141 convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3142 version "1.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3143 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3144 integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3145 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3146 safe-buffer "~5.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3147
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3148 cookie-signature@1.0.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3149 version "1.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3150 resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3151 integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3152
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3153 cookie@0.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3154 version "0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3155 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3156 integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3157
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3158 copy-concurrently@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3159 version "1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3160 resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3161 integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3162 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3163 aproba "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3164 fs-write-stream-atomic "^1.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3165 iferr "^0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3166 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3167 rimraf "^2.5.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3168 run-queue "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3169
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3170 copy-descriptor@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3171 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3172 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3173 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3174
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3175 copy-webpack-plugin@^4.6.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3176 version "4.6.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3177 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz#e7f40dd8a68477d405dd1b7a854aae324b158bae"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3178 integrity sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3179 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3180 cacache "^10.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3181 find-cache-dir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3182 globby "^7.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3183 is-glob "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3184 loader-utils "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3185 minimatch "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3186 p-limit "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3187 serialize-javascript "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3188
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3189 core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3190 version "2.6.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3191 resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3192 integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3193
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3194 core-util-is@1.0.2, core-util-is@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3195 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3196 resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3197 integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3198
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3199 cosmiconfig@^4.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3200 version "4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3201 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3202 integrity sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3203 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3204 is-directory "^0.3.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3205 js-yaml "^3.9.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3206 parse-json "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3207 require-from-string "^2.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3208
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3209 cosmiconfig@^5.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3210 version "5.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3211 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3212 integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3213 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3214 import-fresh "^2.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3215 is-directory "^0.3.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3216 js-yaml "^3.13.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3217 parse-json "^4.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3218
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3219 create-ecdh@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3220 version "4.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3221 resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3222 integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3223 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3224 bn.js "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3225 elliptic "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3226
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3227 create-hash@^1.1.0, create-hash@^1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3228 version "1.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3229 resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3230 integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3231 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3232 cipher-base "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3233 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3234 md5.js "^1.3.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3235 ripemd160 "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3236 sha.js "^2.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3237
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3238 create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3239 version "1.1.7"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3240 resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3241 integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3242 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3243 cipher-base "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3244 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3245 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3246 ripemd160 "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3247 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3248 sha.js "^2.4.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3249
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3250 cross-spawn@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3251 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3252 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3253 integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3254 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3255 lru-cache "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3256 which "^1.2.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3257
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3258 cross-spawn@^5.0.1, cross-spawn@^5.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3259 version "5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3260 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3261 integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3262 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3263 lru-cache "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3264 shebang-command "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3265 which "^1.2.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3266
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
3267 cross-spawn@^6.0.0, cross-spawn@^6.0.5:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3268 version "6.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3269 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3270 integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3271 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3272 nice-try "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3273 path-key "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3274 semver "^5.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3275 shebang-command "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3276 which "^1.2.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3277
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3278 crypto-browserify@^3.11.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3279 version "3.12.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3280 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3281 integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3282 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3283 browserify-cipher "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3284 browserify-sign "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3285 create-ecdh "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3286 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3287 create-hmac "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3288 diffie-hellman "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3289 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3290 pbkdf2 "^3.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3291 public-encrypt "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3292 randombytes "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3293 randomfill "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3294
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3295 css-color-names@0.0.4, css-color-names@^0.0.4:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3296 version "0.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3297 resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3298 integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3299
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3300 css-declaration-sorter@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3301 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3302 resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3303 integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3304 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3305 postcss "^7.0.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3306 timsort "^0.3.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3307
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3308 css-line-break@1.0.1:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3309 version "1.0.1"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3310 resolved "https://registry.yarnpkg.com/css-line-break/-/css-line-break-1.0.1.tgz#19f2063a33e95fb2831b86446c0b80c188af450a"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3311 integrity sha1-GfIGOjPpX7KDG4ZEbAuAwYivRQo=
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3312 dependencies:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3313 base64-arraybuffer "^0.1.5"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
3314
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3315 css-loader@^1.0.1:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3316 version "1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3317 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-1.0.1.tgz#6885bb5233b35ec47b006057da01cc640b6b79fe"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3318 integrity sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3319 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3320 babel-code-frame "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3321 css-selector-tokenizer "^0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3322 icss-utils "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3323 loader-utils "^1.0.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3324 lodash "^4.17.11"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3325 postcss "^6.0.23"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3326 postcss-modules-extract-imports "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3327 postcss-modules-local-by-default "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3328 postcss-modules-scope "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3329 postcss-modules-values "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3330 postcss-value-parser "^3.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3331 source-list-map "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3332
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3333 css-select-base-adapter@^0.1.1:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3334 version "0.1.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3335 resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3336 integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3337
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
3338 css-select@^1.1.0, css-select@~1.2.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3339 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3340 resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3341 integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3342 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3343 boolbase "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3344 css-what "2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3345 domutils "1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3346 nth-check "~1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3347
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3348 css-select@^2.0.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3349 version "2.0.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3350 resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.0.2.tgz#ab4386cec9e1f668855564b17c3733b43b2a5ede"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3351 integrity sha512-dSpYaDVoWaELjvZ3mS6IKZM/y2PMPa/XYoEfYNZePL4U/XgyxZNroHEHReDx/d+VgXh9VbCTtFqLkFbmeqeaRQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3352 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3353 boolbase "^1.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3354 css-what "^2.1.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3355 domutils "^1.7.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3356 nth-check "^1.0.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3357
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3358 css-selector-tokenizer@^0.7.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3359 version "0.7.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3360 resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz#a177271a8bca5019172f4f891fc6eed9cbf68d5d"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3361 integrity sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3362 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3363 cssesc "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3364 fastparse "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3365 regexpu-core "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3366
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3367 css-tree@1.0.0-alpha.28:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3368 version "1.0.0-alpha.28"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3369 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.28.tgz#8e8968190d886c9477bc8d61e96f61af3f7ffa7f"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3370 integrity sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3371 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3372 mdn-data "~1.1.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3373 source-map "^0.5.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3374
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3375 css-tree@1.0.0-alpha.29:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3376 version "1.0.0-alpha.29"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3377 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3378 integrity sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3379 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3380 mdn-data "~1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3381 source-map "^0.5.3"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3382
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3383 css-unit-converter@^1.1.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3384 version "1.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3385 resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3386 integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3387
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3388 css-url-regex@^1.1.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3389 version "1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3390 resolved "https://registry.yarnpkg.com/css-url-regex/-/css-url-regex-1.1.0.tgz#83834230cc9f74c457de59eebd1543feeb83b7ec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3391 integrity sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3392
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3393 css-what@2.1, css-what@^2.1.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3394 version "2.1.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3395 resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3396 integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3397
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3398 css@^2.1.0:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3399 version "2.2.4"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3400 resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3401 integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3402 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3403 inherits "^2.0.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3404 source-map "^0.6.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3405 source-map-resolve "^0.5.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3406 urix "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3407
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3408 cssesc@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3409 version "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3410 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3411 integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3412
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3413 cssesc@^2.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3414 version "2.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3415 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3416 integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3417
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3418 cssesc@^3.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3419 version "3.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3420 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3421 integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3422
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3423 cssnano-preset-default@^4.0.0, cssnano-preset-default@^4.0.7:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3424 version "4.0.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3425 resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3426 integrity sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3427 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3428 css-declaration-sorter "^4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3429 cssnano-util-raw-cache "^4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3430 postcss "^7.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3431 postcss-calc "^7.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3432 postcss-colormin "^4.0.3"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3433 postcss-convert-values "^4.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3434 postcss-discard-comments "^4.0.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3435 postcss-discard-duplicates "^4.0.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3436 postcss-discard-empty "^4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3437 postcss-discard-overridden "^4.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3438 postcss-merge-longhand "^4.0.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3439 postcss-merge-rules "^4.0.3"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3440 postcss-minify-font-values "^4.0.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3441 postcss-minify-gradients "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3442 postcss-minify-params "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3443 postcss-minify-selectors "^4.0.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3444 postcss-normalize-charset "^4.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3445 postcss-normalize-display-values "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3446 postcss-normalize-positions "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3447 postcss-normalize-repeat-style "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3448 postcss-normalize-string "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3449 postcss-normalize-timing-functions "^4.0.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3450 postcss-normalize-unicode "^4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3451 postcss-normalize-url "^4.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3452 postcss-normalize-whitespace "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3453 postcss-ordered-values "^4.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3454 postcss-reduce-initial "^4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3455 postcss-reduce-transforms "^4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3456 postcss-svgo "^4.0.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3457 postcss-unique-selectors "^4.0.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3458
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3459 cssnano-util-get-arguments@^4.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3460 version "4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3461 resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3462 integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3463
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3464 cssnano-util-get-match@^4.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3465 version "4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3466 resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3467 integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3468
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3469 cssnano-util-raw-cache@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3470 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3471 resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3472 integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3473 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3474 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3475
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3476 cssnano-util-same-parent@^4.0.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3477 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3478 resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3479 integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3480
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3481 cssnano@^4.0.0, cssnano@^4.1.10:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3482 version "4.1.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3483 resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3484 integrity sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3485 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3486 cosmiconfig "^5.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3487 cssnano-preset-default "^4.0.7"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3488 is-resolvable "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3489 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3490
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3491 csso@^3.5.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3492 version "3.5.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3493 resolved "https://registry.yarnpkg.com/csso/-/csso-3.5.1.tgz#7b9eb8be61628973c1b261e169d2f024008e758b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3494 integrity sha512-vrqULLffYU1Q2tLdJvaCYbONStnfkfimRxXNaGjxMldI0C7JPBC4rB1RyjhfdZ4m1frm8pM9uRPKH3d2knZ8gg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3495 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3496 css-tree "1.0.0-alpha.29"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3497
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3498 cssom@0.3.x, "cssom@>= 0.3.0 < 0.4.0", "cssom@>= 0.3.2 < 0.4.0":
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3499 version "0.3.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3500 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.6.tgz#f85206cee04efa841f3c5982a74ba96ab20d65ad"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3501 integrity sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3502
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3503 "cssstyle@>= 0.2.34 < 0.3.0":
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3504 version "0.2.37"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3505 resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-0.2.37.tgz#541097234cb2513c83ceed3acddc27ff27987d54"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3506 integrity sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3507 dependencies:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3508 cssom "0.3.x"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
3509
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
3510 cssstyle@^1.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3511 version "1.2.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3512 resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.2.2.tgz#427ea4d585b18624f6fdbf9de7a2a1a3ba713077"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3513 integrity sha512-43wY3kl1CVQSvL7wUY1qXkxVGkStjpkDmVjiIKX8R97uhajy8Bybay78uOtqvh7Q5GK75dNPfW0geWjE6qQQow==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3514 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3515 cssom "0.3.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3516
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3517 current-script-polyfill@^1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3518 version "1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3519 resolved "https://registry.yarnpkg.com/current-script-polyfill/-/current-script-polyfill-1.0.0.tgz#f31cf7e4f3e218b0726e738ca92a02d3488ef615"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3520 integrity sha1-8xz35PPiGLBybnOMqSoC00iO9hU=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3521
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3522 currently-unhandled@^0.4.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3523 version "0.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3524 resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3525 integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3526 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3527 array-find-index "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3528
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3529 cyclist@~0.2.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3530 version "0.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3531 resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3532 integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3533
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3534 d3-array@1, d3-array@^1.0.1, d3-array@^1.1.1, d3-array@^1.2.0:
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3535 version "1.2.4"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3536 resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3537 integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3538
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3539 d3-axis@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3540 version "1.0.12"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3541 resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.12.tgz#cdf20ba210cfbb43795af33756886fb3638daac9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3542 integrity sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3543
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3544 d3-brush@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3545 version "1.0.6"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3546 resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.0.6.tgz#33691f2032d9db6c5d8cb684ff255a9883629e21"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3547 integrity sha512-lGSiF5SoSqO5/mYGD5FAeGKKS62JdA1EV7HPrU2b5rTX4qEJJtpjaGLJngjnkewQy7UnGstnFd3168wpf5z76w==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3548 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3549 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3550 d3-drag "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3551 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3552 d3-selection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3553 d3-transition "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3554
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3555 d3-chord@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3556 version "1.0.6"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3557 resolved "https://registry.yarnpkg.com/d3-chord/-/d3-chord-1.0.6.tgz#309157e3f2db2c752f0280fedd35f2067ccbb15f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3558 integrity sha512-JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3559 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3560 d3-array "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3561 d3-path "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3562
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3563 d3-collection@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3564 version "1.0.7"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3565 resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3566 integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3567
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3568 d3-color@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3569 version "1.2.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3570 resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.2.3.tgz#6c67bb2af6df3cc8d79efcc4d3a3e83e28c8048f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3571 integrity sha512-x37qq3ChOTLd26hnps36lexMRhNXEtVxZ4B25rL0DVdDsGQIJGB18S7y9XDwlDD6MD/ZBzITCf4JjGMM10TZkw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3572
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3573 d3-contour@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3574 version "1.3.2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3575 resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-1.3.2.tgz#652aacd500d2264cb3423cee10db69f6f59bead3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3576 integrity sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3577 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3578 d3-array "^1.1.1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3579
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3580 d3-dispatch@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3581 version "1.0.5"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3582 resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.5.tgz#e25c10a186517cd6c82dd19ea018f07e01e39015"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3583 integrity sha512-vwKx+lAqB1UuCeklr6Jh1bvC4SZgbSqbkGBLClItFBIYH4vqDJCA7qfoy14lXmJdnBOdxndAMxjCbImJYW7e6g==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3584
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3585 d3-drag@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3586 version "1.2.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3587 resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-1.2.3.tgz#46e206ad863ec465d88c588098a1df444cd33c64"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3588 integrity sha512-8S3HWCAg+ilzjJsNtWW1Mutl74Nmzhb9yU6igspilaJzeZVFktmY6oO9xOh5TDk+BM2KrNFjttZNoJJmDnkjkg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3589 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3590 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3591 d3-selection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3592
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3593 d3-dsv@1:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3594 version "1.1.1"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3595 resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.1.1.tgz#aaa830ecb76c4b5015572c647cc6441e3c7bb701"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3596 integrity sha512-1EH1oRGSkeDUlDRbhsFytAXU6cAmXFzc52YUe6MRlPClmWb85MP1J5x+YJRzya4ynZWnbELdSAvATFW/MbxaXw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3597 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3598 commander "2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3599 iconv-lite "0.4"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3600 rw "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3601
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3602 d3-ease@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3603 version "1.0.5"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3604 resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.5.tgz#8ce59276d81241b1b72042d6af2d40e76d936ffb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3605 integrity sha512-Ct1O//ly5y5lFM9YTdu+ygq7LleSgSE4oj7vUt9tPLHUi8VCV7QoizGpdWRWAwCO9LdYzIrQDg97+hGVdsSGPQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3606
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3607 d3-fetch@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3608 version "1.1.2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3609 resolved "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-1.1.2.tgz#957c8fbc6d4480599ba191b1b2518bf86b3e1be2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3610 integrity sha512-S2loaQCV/ZeyTyIF2oP8D1K9Z4QizUzW7cWeAOAS4U88qOt3Ucf6GsmgthuYSdyB2HyEm4CeGvkQxWsmInsIVA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3611 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3612 d3-dsv "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3613
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3614 d3-force@1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3615 version "1.2.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3616 resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-1.2.1.tgz#fd29a5d1ff181c9e7f0669e4bd72bdb0e914ec0b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3617 integrity sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3618 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3619 d3-collection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3620 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3621 d3-quadtree "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3622 d3-timer "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3623
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3624 d3-format@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3625 version "1.3.2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3626 resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.3.2.tgz#6a96b5e31bcb98122a30863f7d92365c00603562"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3627 integrity sha512-Z18Dprj96ExragQ0DeGi+SYPQ7pPfRMtUXtsg/ChVIKNBCzjO8XYJvRTC1usblx52lqge56V5ect+frYTQc8WQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3628
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3629 d3-geo@1:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3630 version "1.11.3"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3631 resolved "https://registry.yarnpkg.com/d3-geo/-/d3-geo-1.11.3.tgz#5bb08388f45e4b281491faa72d3abd43215dbd1c"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3632 integrity sha512-n30yN9qSKREvV2fxcrhmHUdXP9TNH7ZZj3C/qnaoU0cVf/Ea85+yT7HY7i8ySPwkwjCNYtmKqQFTvLFngfkItQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3633 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3634 d3-array "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3635
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3636 d3-hierarchy@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3637 version "1.1.8"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3638 resolved "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-1.1.8.tgz#7a6317bd3ed24e324641b6f1e76e978836b008cc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3639 integrity sha512-L+GHMSZNwTpiq4rt9GEsNcpLa4M96lXMR8M/nMG9p5hBE0jy6C+3hWtyZMenPQdwla249iJy7Nx0uKt3n+u9+w==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3640
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3641 d3-interpolate-path@^1.1.0:
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3642 version "1.1.1"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3643 resolved "https://registry.yarnpkg.com/d3-interpolate-path/-/d3-interpolate-path-1.1.1.tgz#5bc07e94a21eeb16e2d15ff703e74080a6bb701c"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3644 integrity sha1-W8B+lKIe6xbi0V/3A+dAgKa7cBw=
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3645 dependencies:
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3646 d3-interpolate "^1.1.1"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3647
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3648 d3-interpolate@1, d3-interpolate@^1.1.1:
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3649 version "1.3.2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3650 resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-1.3.2.tgz#417d3ebdeb4bc4efcc8fd4361c55e4040211fd68"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3651 integrity sha512-NlNKGopqaz9qM1PXh9gBF1KSCVh+jSFErrSlD/4hybwoNX/gt1d8CDbDW+3i+5UOHhjC6s6nMvRxcuoMVNgL2w==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3652 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3653 d3-color "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3654
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3655 d3-line-chunked@^1.4.1:
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3656 version "1.4.1"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3657 resolved "https://registry.yarnpkg.com/d3-line-chunked/-/d3-line-chunked-1.4.1.tgz#bf531da86cb75c09cce76c814ca9d9dfc4de5e90"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3658 integrity sha1-v1MdqGy3XAnM52yBTKnZ38TeXpA=
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3659 dependencies:
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3660 d3-array "^1.0.1"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3661 d3-interpolate "^1.1.1"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3662 d3-interpolate-path "^1.1.0"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3663 d3-selection "^1.0.2"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3664 d3-shape "^1.0.3"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3665 d3-transition "^1.0.2"
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3666
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3667 d3-path@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3668 version "1.0.7"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3669 resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.7.tgz#8de7cd693a75ac0b5480d3abaccd94793e58aae8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3670 integrity sha512-q0cW1RpvA5c5ma2rch62mX8AYaiLX0+bdaSM2wxSU9tXjU4DNvkx9qiUvjkuWCj3p22UO/hlPivujqMiR9PDzA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3671
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3672 d3-polygon@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3673 version "1.0.5"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3674 resolved "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-1.0.5.tgz#9a645a0a64ff6cbf9efda96ee0b4a6909184c363"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3675 integrity sha512-RHhh1ZUJZfhgoqzWWuRhzQJvO7LavchhitSTHGu9oj6uuLFzYZVeBzaWTQ2qSO6bz2w55RMoOCf0MsLCDB6e0w==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3676
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3677 d3-quadtree@1:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3678 version "1.0.6"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3679 resolved "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-1.0.6.tgz#d1ab2a95a7f27bbde88582c94166f6ae35f32056"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
3680 integrity sha512-NUgeo9G+ENQCQ1LsRr2qJg3MQ4DJvxcDNCiohdJGHt5gRhBW6orIB5m5FJ9kK3HNL8g9F4ERVoBzcEwQBfXWVA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3681
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3682 d3-random@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3683 version "1.1.2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3684 resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.2.tgz#2833be7c124360bf9e2d3fd4f33847cfe6cab291"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3685 integrity sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3686
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3687 d3-scale-chromatic@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3688 version "1.3.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3689 resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz#dad4366f0edcb288f490128979c3c793583ed3c0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3690 integrity sha512-BWTipif1CimXcYfT02LKjAyItX5gKiwxuPRgr4xM58JwlLocWbjPLI7aMEjkcoOQXMkYsmNsvv3d2yl/OKuHHw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3691 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3692 d3-color "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3693 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3694
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3695 d3-scale@2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3696 version "2.2.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3697 resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-2.2.2.tgz#4e880e0b2745acaaddd3ede26a9e908a9e17b81f"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3698 integrity sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3699 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3700 d3-array "^1.2.0"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3701 d3-collection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3702 d3-format "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3703 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3704 d3-time "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3705 d3-time-format "2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3706
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3707 d3-selection@1, d3-selection@^1.0.2, d3-selection@^1.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3708 version "1.4.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3709 resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.0.tgz#ab9ac1e664cf967ebf1b479cc07e28ce9908c474"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3710 integrity sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3711
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3712 d3-shape@1, d3-shape@^1.0.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3713 version "1.3.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3714 resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.5.tgz#e81aea5940f59f0a79cfccac012232a8987c6033"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3715 integrity sha512-VKazVR3phgD+MUCldapHD7P9kcrvPcexeX/PkMJmkUov4JM8IxsSg1DvbYoYich9AtdTsa5nNk2++ImPiDiSxg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3716 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3717 d3-path "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3718
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3719 d3-time-format@2:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3720 version "2.1.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3721 resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-2.1.3.tgz#ae06f8e0126a9d60d6364eac5b1533ae1bac826b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3722 integrity sha512-6k0a2rZryzGm5Ihx+aFMuO1GgelgIz+7HhB4PH4OEndD5q2zGn1mDfRdNrulspOfR6JXkb2sThhDK41CSK85QA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3723 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3724 d3-time "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3725
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3726 d3-time@1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3727 version "1.0.11"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3728 resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.0.11.tgz#1d831a3e25cd189eb256c17770a666368762bbce"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3729 integrity sha512-Z3wpvhPLW4vEScGeIMUckDW7+3hWKOQfAWg/U7PlWBnQmeKQ00gCUsTtWSYulrKNA7ta8hJ+xXc6MHrMuITwEw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3730
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3731 d3-timer@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3732 version "1.0.9"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3733 resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.9.tgz#f7bb8c0d597d792ff7131e1c24a36dd471a471ba"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3734 integrity sha512-rT34J5HnQUHhcLvhSB9GjCkN0Ddd5Y8nCwDBG2u6wQEeYxT/Lf51fTFFkldeib/sE/J0clIe0pnCfs6g/lRbyg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3735
2684
c4da269238a4 client: waterlevel diagram: visualize data gaps
Markus Kottlaender <markus@intevation.de>
parents: 2264
diff changeset
3736 d3-transition@1, d3-transition@^1.0.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3737 version "1.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3738 resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.2.0.tgz#f538c0e21b2aa1f05f3e965f8567e81284b3b2b8"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3739 integrity sha512-VJ7cmX/FPIPJYuaL2r1o1EMHLttvoIuZhhuAlRoOxDzogV8iQS6jYulDm3xEU3TqL80IZIhI551/ebmCMrkvhw==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3740 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3741 d3-color "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3742 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3743 d3-ease "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3744 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3745 d3-selection "^1.1.0"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3746 d3-timer "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3747
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3748 d3-voronoi@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3749 version "1.1.4"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3750 resolved "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz#dd3c78d7653d2bb359284ae478645d95944c8297"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3751 integrity sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3752
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3753 d3-zoom@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3754 version "1.7.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3755 resolved "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-1.7.3.tgz#f444effdc9055c38077c4299b4df999eb1d47ccb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3756 integrity sha512-xEBSwFx5Z9T3/VrwDkMt+mr0HCzv7XjpGURJ8lWmIC8wxe32L39eWHIasEe/e7Ox8MPU4p1hvH8PKN2olLzIBg==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3757 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3758 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3759 d3-drag "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3760 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3761 d3-selection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3762 d3-transition "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3763
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3764 d3@^5.7.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3765 version "5.9.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3766 resolved "https://registry.yarnpkg.com/d3/-/d3-5.9.2.tgz#64e8a7e9c3d96d9e6e4999d2c8a2c829767e67f5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3767 integrity sha512-ydrPot6Lm3nTWH+gJ/Cxf3FcwuvesYQ5uk+j/kXEH/xbuYWYWTMAHTJQkyeuG8Y5WM5RSEYB41EctUrXQQytRQ==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3768 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3769 d3-array "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3770 d3-axis "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3771 d3-brush "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3772 d3-chord "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3773 d3-collection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3774 d3-color "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3775 d3-contour "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3776 d3-dispatch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3777 d3-drag "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3778 d3-dsv "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3779 d3-ease "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3780 d3-fetch "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3781 d3-force "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3782 d3-format "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3783 d3-geo "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3784 d3-hierarchy "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3785 d3-interpolate "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3786 d3-path "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3787 d3-polygon "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3788 d3-quadtree "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3789 d3-random "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3790 d3-scale "2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3791 d3-scale-chromatic "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3792 d3-selection "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3793 d3-shape "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3794 d3-time "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3795 d3-time-format "2"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3796 d3-timer "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3797 d3-transition "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3798 d3-voronoi "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3799 d3-zoom "1"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
3800
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3801 dashdash@^1.12.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3802 version "1.14.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3803 resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3804 integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3805 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3806 assert-plus "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3807
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3808 data-uri-to-buffer@2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3809 version "2.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3810 resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-2.0.1.tgz#ca8f56fe38b1fd329473e9d1b4a9afcd8ce1c045"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3811 integrity sha512-OkVVLrerfAKZlW2ZZ3Ve2y65jgiWqBKsTfUIAFbn8nVbPcCZg6l6gikKlEYv0kXcmzqGm6mFq/Jf2vriuEkv8A==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3812 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3813 "@types/node" "^8.0.7"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3814
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3815 data-urls@^1.0.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3816 version "1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3817 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3818 integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3819 dependencies:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3820 abab "^2.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3821 whatwg-mimetype "^2.2.0"
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3822 whatwg-url "^7.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3823
2745
d2896bb852e7 import_overview: paging interval selection
Thomas Junk <thomas.junk@intevation.de>
parents: 2684
diff changeset
3824 date-fns@^1.23.0, date-fns@^1.30.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3825 version "1.30.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3826 resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3827 integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
3828
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3829 date-now@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3830 version "0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3831 resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3832 integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3833
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3834 de-indent@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3835 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3836 resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3837 integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3838
646
4450f2ab41e0 refac: Fairwawprofile view adapted
Thomas Junk <thomas.junk@intevation.de>
parents: 637
diff changeset
3839 debounce@^1.2.0:
4450f2ab41e0 refac: Fairwawprofile view adapted
Thomas Junk <thomas.junk@intevation.de>
parents: 637
diff changeset
3840 version "1.2.0"
4450f2ab41e0 refac: Fairwawprofile view adapted
Thomas Junk <thomas.junk@intevation.de>
parents: 637
diff changeset
3841 resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.0.tgz#44a540abc0ea9943018dc0eaa95cce87f65cd131"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3842 integrity sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==
646
4450f2ab41e0 refac: Fairwawprofile view adapted
Thomas Junk <thomas.junk@intevation.de>
parents: 637
diff changeset
3843
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3844 debug@2, debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3845 version "2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3846 resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3847 integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3848 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3849 ms "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3850
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3851 debug@2.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3852 version "2.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3853 resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3854 integrity sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3855 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3856 ms "0.7.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3857
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3858 debug@4, debug@^4.1.0, debug@^4.1.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3859 version "4.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3860 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3861 integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3862 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3863 ms "^2.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3864
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3865 debug@4.1.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3866 version "4.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3867 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3868 integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3869 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3870 ms "^2.1.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3871
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3872 debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3873 version "3.2.6"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3874 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
3875 integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3876 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3877 ms "^2.1.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3878
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
3879 decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3880 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3881 resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3882 integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3883
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3884 decode-uri-component@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3885 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3886 resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3887 integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3888
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3889 deep-eql@0.1.3:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3890 version "0.1.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3891 resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3892 integrity sha1-71WKyrjeJSBs1xOQbXTlaTDrafI=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3893 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3894 type-detect "0.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3895
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3896 deep-equal@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3897 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3898 resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3899 integrity sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3900
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3901 deep-extend@^0.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3902 version "0.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3903 resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3904 integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3905
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
3906 deep-is@^0.1.3, deep-is@~0.1.3:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3907 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3908 resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3909 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3910
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3911 deepmerge@^1.5.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3912 version "1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3913 resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3914 integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3915
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3916 deepmerge@^3.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3917 version "3.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3918 resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3919 integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3920
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3921 default-gateway@^4.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3922 version "4.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3923 resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3924 integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3925 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3926 execa "^1.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3927 ip-regex "^2.1.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3928
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3929 default-require-extensions@^1.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3930 version "1.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3931 resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3932 integrity sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3933 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
3934 strip-bom "^2.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3935
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3936 defaults@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3937 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3938 resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3939 integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3940 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3941 clone "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3942
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
3943 define-properties@^1.1.2, define-properties@^1.1.3:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3944 version "1.1.3"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3945 resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3946 integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3947 dependencies:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
3948 object-keys "^1.0.12"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3949
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3950 define-property@^0.2.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3951 version "0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3952 resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3953 integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3954 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3955 is-descriptor "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3956
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3957 define-property@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3958 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3959 resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3960 integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3961 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3962 is-descriptor "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3963
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3964 define-property@^2.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3965 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3966 resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3967 integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3968 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3969 is-descriptor "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3970 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3971
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3972 degenerator@~1.0.2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3973 version "1.0.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3974 resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-1.0.4.tgz#fcf490a37ece266464d9cc431ab98c5819ced095"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3975 integrity sha1-/PSQo37OJmRk2cxDGrmMWBnO0JU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3976 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3977 ast-types "0.x.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3978 escodegen "1.x.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3979 esprima "3.x.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
3980
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3981 del@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3982 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3983 resolved "https://registry.yarnpkg.com/del/-/del-3.0.0.tgz#53ecf699ffcbcb39637691ab13baf160819766e5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
3984 integrity sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3985 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3986 globby "^6.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3987 is-path-cwd "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3988 is-path-in-cwd "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3989 p-map "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3990 pify "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3991 rimraf "^2.2.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3992
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3993 del@^4.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3994 version "4.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3995 resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3996 integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3997 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3998 "@types/glob" "^7.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
3999 globby "^6.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4000 is-path-cwd "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4001 is-path-in-cwd "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4002 p-map "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4003 pify "^4.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4004 rimraf "^2.6.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4005
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4006 delayed-stream@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4007 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4008 resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4009 integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4010
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
4011 delegate@^3.1.2:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
4012 version "3.2.0"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
4013 resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
4014 integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
4015
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4016 delegates@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4017 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4018 resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4019 integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4020
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4021 depd@~1.1.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4022 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4023 resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4024 integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4025
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4026 des.js@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4027 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4028 resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4029 integrity sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4030 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4031 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4032 minimalistic-assert "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4033
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4034 destroy@~1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4035 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4036 resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4037 integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4038
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4039 detect-file@^1.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4040 version "1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4041 resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4042 integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4043
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4044 detect-indent@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4045 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4046 resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4047 integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4048 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4049 repeating "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4050
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4051 detect-libc@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4052 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4053 resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4054 integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4055
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4056 detect-newline@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4057 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4058 resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4059 integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4060
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4061 detect-node@^2.0.4:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4062 version "2.0.4"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4063 resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4064 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4065
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4066 diff@1.4.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4067 version "1.4.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4068 resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4069 integrity sha1-fyjS657nsVqX79ic5j3P2qPMur8=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4070
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4071 diff@^3.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4072 version "3.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4073 resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4074 integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4075
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4076 diffie-hellman@^5.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4077 version "5.0.3"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4078 resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4079 integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4080 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4081 bn.js "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4082 miller-rabin "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4083 randombytes "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4084
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4085 dir-glob@^2.0.0, dir-glob@^2.2.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4086 version "2.2.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4087 resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4088 integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4089 dependencies:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4090 path-type "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4091
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4092 dns-equal@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4093 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4094 resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4095 integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4096
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4097 dns-packet@^1.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4098 version "1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4099 resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4100 integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4101 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4102 ip "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4103 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4104
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4105 dns-txt@^2.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4106 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4107 resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4108 integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4109 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4110 buffer-indexof "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4111
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4112 doctrine@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4113 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4114 resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4115 integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4116 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4117 esutils "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4118
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4119 doctypes@^1.1.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4120 version "1.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4121 resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4122 integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4123
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4124 dom-converter@^0.2:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4125 version "0.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4126 resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4127 integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4128 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4129 utila "~0.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4130
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4131 dom-event-types@^1.0.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4132 version "1.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4133 resolved "https://registry.yarnpkg.com/dom-event-types/-/dom-event-types-1.0.0.tgz#5830a0a29e1bf837fe50a70cd80a597232813cae"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4134 integrity sha512-2G2Vwi2zXTHBGqXHsJ4+ak/iP0N8Ar+G8a7LiD2oup5o4sQWytwqqrZu/O6hIMV0KMID2PL69OhpshLO0n7UJQ==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4135
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4136 dom-serializer@0, dom-serializer@~0.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4137 version "0.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4138 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4139 integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4140 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4141 domelementtype "^1.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4142 entities "^1.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4143
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4144 domain-browser@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4145 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4146 resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4147 integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4148
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4149 domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4150 version "1.3.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4151 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4152 integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4153
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4154 domexception@^1.0.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4155 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4156 resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4157 integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4158 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4159 webidl-conversions "^4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4160
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4161 domhandler@^2.3.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4162 version "2.4.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4163 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4164 integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4165 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4166 domelementtype "1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4167
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4168 domutils@1.5.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4169 version "1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4170 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4171 integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4172 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4173 dom-serializer "0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4174 domelementtype "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4175
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4176 domutils@^1.5.1, domutils@^1.7.0:
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4177 version "1.7.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4178 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4179 integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4180 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4181 dom-serializer "0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4182 domelementtype "1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4183
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4184 dot-prop@^4.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4185 version "4.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4186 resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4187 integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4188 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4189 is-obj "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4190
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4191 dotenv-expand@^5.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4192 version "5.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4193 resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4194 integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4195
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4196 dotenv@^7.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4197 version "7.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4198 resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4199 integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4200
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4201 duplexer@^0.1.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4202 version "0.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4203 resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4204 integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4205
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4206 duplexify@^3.4.2, duplexify@^3.6.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4207 version "3.7.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4208 resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4209 integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4210 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4211 end-of-stream "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4212 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4213 readable-stream "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4214 stream-shift "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4215
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4216 easy-stack@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4217 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4218 resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.0.tgz#12c91b3085a37f0baa336e9486eac4bf94e3e788"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4219 integrity sha1-EskbMIWjfwuqM26UhurEv5Tj54g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4220
1412
15c3672e2e86 translations readded
Thomas Junk <thomas.junk@intevation.de>
parents: 1368
diff changeset
4221 easygettext@^2.7.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4222 version "2.7.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4223 resolved "https://registry.yarnpkg.com/easygettext/-/easygettext-2.7.0.tgz#35eecf687f817baa10d2fd5dc66ef47caade56d5"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4224 integrity sha512-BaoyxsZtre7Ndvgz3utjrE/6Yo8Txsc4m33ehQ0pBNX3HjcjGQozDhnpqSRhaeD8PQAk0Rgq3vhI+YJvQu0vUQ==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4225 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4226 "@vue/component-compiler-utils" "^1.2.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4227 acorn "^5.5.3"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4228 acorn-stage3 "^0.6.0"
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4229 cheerio "^1.0.0-rc.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4230 minimist "^1.2.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4231 pofile "^1.0.10"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4232 pug "^2.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4233 vue-template-compiler "^2.5.16"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4234
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4235 ecc-jsbn@~0.1.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4236 version "0.1.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4237 resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4238 integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4239 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4240 jsbn "~0.1.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4241 safer-buffer "^2.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4242
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4243 editorconfig@^0.15.3:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4244 version "0.15.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4245 resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4246 integrity sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4247 dependencies:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4248 commander "^2.19.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4249 lru-cache "^4.1.5"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4250 semver "^5.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4251 sigmund "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4252
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4253 ee-first@1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4254 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4255 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4256 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4257
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4258 ejs@2.5.7:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4259 version "2.5.7"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4260 resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4261 integrity sha1-zIcsFoiArjxxiXYv1f/ACJbJUYo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4262
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4263 ejs@^2.6.1:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4264 version "2.6.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4265 resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4266 integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4267
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4268 electron-to-chromium@^1.3.127:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4269 version "1.3.131"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4270 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.131.tgz#205a0b7a276b3f56bc056f19178909243054252a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4271 integrity sha512-NSO4jLeyGLWrT4mzzfYX8vt1MYCoMI5LxSYAjt0H9+LF/14JyiKJSyyjA6AJTxflZlEM5v3QU33F0ohbPMCAPg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4272
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4273 elliptic@^6.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4274 version "6.4.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4275 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4276 integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4277 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4278 bn.js "^4.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4279 brorand "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4280 hash.js "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4281 hmac-drbg "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4282 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4283 minimalistic-assert "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4284 minimalistic-crypto-utils "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4285
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4286 emoji-regex@^7.0.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4287 version "7.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4288 resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4289 integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4290
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4291 emojis-list@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4292 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4293 resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4294 integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4295
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4296 encodeurl@~1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4297 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4298 resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4299 integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4300
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4301 end-of-stream@^1.0.0, end-of-stream@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4302 version "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4303 resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4304 integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4305 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4306 once "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4307
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4308 enhanced-resolve@^4.1.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4309 version "4.1.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4310 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4311 integrity sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4312 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4313 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4314 memory-fs "^0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4315 tapable "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4316
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
4317 entities@^1.1.1, entities@~1.1.1:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4318 version "1.1.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4319 resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4320 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4321
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4322 errno@^0.1.3, errno@~0.1.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4323 version "0.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4324 resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4325 integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4326 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4327 prr "~1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4328
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4329 error-ex@^1.2.0, error-ex@^1.3.1:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4330 version "1.3.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4331 resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4332 integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4333 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4334 is-arrayish "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4335
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4336 error-stack-parser@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4337 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4338 resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.2.tgz#4ae8dbaa2bf90a8b450707b9149dcabca135520d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4339 integrity sha512-E1fPutRDdIj/hohG0UpT5mayXNCxXP9d+snxFsPU9X0XgccOumKraa3juDMwTUyi7+Bu5+mCGagjg4IYeNbOdw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4340 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4341 stackframe "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4342
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4343 es-abstract@^1.12.0, es-abstract@^1.4.3, es-abstract@^1.5.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4344 version "1.13.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4345 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4346 integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4347 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4348 es-to-primitive "^1.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4349 function-bind "^1.1.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4350 has "^1.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4351 is-callable "^1.1.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4352 is-regex "^1.0.4"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4353 object-keys "^1.0.12"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4354
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4355 es-to-primitive@^1.2.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4356 version "1.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4357 resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4358 integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4359 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4360 is-callable "^1.1.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4361 is-date-object "^1.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4362 is-symbol "^1.0.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4363
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4364 escape-html@~1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4365 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4366 resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4367 integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4368
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4369 escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4370 version "1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4371 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4372 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4373
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
4374 escodegen@1.x.x, escodegen@^1.6.1, escodegen@^1.9.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4375 version "1.11.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4376 resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4377 integrity sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4378 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4379 esprima "^3.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4380 estraverse "^4.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4381 esutils "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4382 optionator "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4383 optionalDependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4384 source-map "~0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4385
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4386 eslint-config-prettier@^3.3.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4387 version "3.6.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4388 resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz#8ca3ffac4bd6eeef623a0651f9d754900e3ec217"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4389 integrity sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4390 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4391 get-stdin "^6.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4392
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4393 eslint-loader@^2.1.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4394 version "2.1.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4395 resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.1.2.tgz#453542a1230d6ffac90e4e7cb9cadba9d851be68"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4396 integrity sha512-rA9XiXEOilLYPOIInvVH5S/hYfyTPyxag6DZhoQOduM+3TkghAEQ3VcFO8VnX4J4qg/UIBzp72aOf/xvYmpmsg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4397 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4398 loader-fs-cache "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4399 loader-utils "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4400 object-assign "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4401 object-hash "^1.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4402 rimraf "^2.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4403
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4404 eslint-plugin-prettier@^3.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4405 version "3.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4406 resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.1.tgz#19d521e3981f69dd6d14f64aec8c6a6ac6eb0b0d"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4407 integrity sha512-/PMttrarPAY78PLvV3xfWibMOdMDl57hmlQ2XqFeA37wd+CJ7WSxV7txqjVPHi/AAFKd2lX0ZqfsOc/i5yFCSQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4408 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4409 prettier-linter-helpers "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4410
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4411 eslint-plugin-vue@^4.7.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4412 version "4.7.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4413 resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-4.7.1.tgz#c829b9fc62582c1897b5a0b94afd44ecca511e63"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4414 integrity sha512-esETKhVMI7Vdli70Wt4bvAwnZBJeM0pxVX9Yb0wWKxdCJc2EADalVYK/q2FzMw8oKN0wPMdqVCKS8kmR89recA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4415 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4416 vue-eslint-parser "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4417
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4418 eslint-scope@3.7.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4419 version "3.7.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4420 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4421 integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4422 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4423 esrecurse "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4424 estraverse "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4425
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4426 eslint-scope@^3.7.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4427 version "3.7.3"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4428 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4429 integrity sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4430 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4431 esrecurse "^4.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4432 estraverse "^4.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4433
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4434 eslint-scope@^4.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4435 version "4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4436 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4437 integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4438 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4439 esrecurse "^4.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4440 estraverse "^4.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4441
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4442 eslint-visitor-keys@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4443 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4444 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4445 integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4446
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4447 eslint@^4.19.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4448 version "4.19.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4449 resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4450 integrity sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4451 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4452 ajv "^5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4453 babel-code-frame "^6.22.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4454 chalk "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4455 concat-stream "^1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4456 cross-spawn "^5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4457 debug "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4458 doctrine "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4459 eslint-scope "^3.7.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4460 eslint-visitor-keys "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4461 espree "^3.5.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4462 esquery "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4463 esutils "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4464 file-entry-cache "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4465 functional-red-black-tree "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4466 glob "^7.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4467 globals "^11.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4468 ignore "^3.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4469 imurmurhash "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4470 inquirer "^3.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4471 is-resolvable "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4472 js-yaml "^3.9.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4473 json-stable-stringify-without-jsonify "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4474 levn "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4475 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4476 minimatch "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4477 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4478 natural-compare "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4479 optionator "^0.8.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4480 path-is-inside "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4481 pluralize "^7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4482 progress "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4483 regexpp "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4484 require-uncached "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4485 semver "^5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4486 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4487 strip-json-comments "~2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4488 table "4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4489 text-table "~0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4490
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4491 espree@^3.5.2, espree@^3.5.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4492 version "3.5.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4493 resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4494 integrity sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4495 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4496 acorn "^5.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4497 acorn-jsx "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4498
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4499 esprima@3.x.x, esprima@^3.1.3:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4500 version "3.1.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4501 resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4502 integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4503
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4504 esprima@^4.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4505 version "4.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4506 resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4507 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4508
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4509 esquery@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4510 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4511 resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4512 integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4513 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4514 estraverse "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4515
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4516 esrecurse@^4.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4517 version "4.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4518 resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4519 integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4520 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4521 estraverse "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4522
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4523 estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4524 version "4.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4525 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4526 integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4527
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4528 esutils@^2.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4529 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4530 resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4531 integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4532
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4533 etag@~1.8.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4534 version "1.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4535 resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4536 integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4537
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4538 event-pubsub@4.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4539 version "4.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4540 resolved "https://registry.yarnpkg.com/event-pubsub/-/event-pubsub-4.3.0.tgz#f68d816bc29f1ec02c539dc58c8dd40ce72cb36e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4541 integrity sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4542
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4543 eventemitter3@^3.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4544 version "3.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4545 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4546 integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4547
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4548 events@^3.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4549 version "3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4550 resolved "https://registry.yarnpkg.com/events/-/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4551 integrity sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4552
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4553 eventsource@^1.0.7:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4554 version "1.0.7"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4555 resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4556 integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4557 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4558 original "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4559
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4560 evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4561 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4562 resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4563 integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4564 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4565 md5.js "^1.3.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4566 safe-buffer "^5.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4567
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4568 exec-sh@^0.2.0:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4569 version "0.2.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4570 resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4571 integrity sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4572 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4573 merge "^1.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4574
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4575 execa@^0.7.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4576 version "0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4577 resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4578 integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4579 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4580 cross-spawn "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4581 get-stream "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4582 is-stream "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4583 npm-run-path "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4584 p-finally "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4585 signal-exit "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4586 strip-eof "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4587
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4588 execa@^0.8.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4589 version "0.8.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4590 resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4591 integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4592 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4593 cross-spawn "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4594 get-stream "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4595 is-stream "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4596 npm-run-path "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4597 p-finally "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4598 signal-exit "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4599 strip-eof "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4600
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4601 execa@^1.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4602 version "1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4603 resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4604 integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4605 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4606 cross-spawn "^6.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4607 get-stream "^4.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4608 is-stream "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4609 npm-run-path "^2.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4610 p-finally "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4611 signal-exit "^3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4612 strip-eof "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4613
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4614 exit@^0.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4615 version "0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4616 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4617 integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4618
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4619 expand-brackets@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4620 version "0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4621 resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4622 integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4623 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4624 is-posix-bracket "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4625
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4626 expand-brackets@^2.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4627 version "2.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4628 resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4629 integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4630 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4631 debug "^2.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4632 define-property "^0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4633 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4634 posix-character-classes "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4635 regex-not "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4636 snapdragon "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4637 to-regex "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4638
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4639 expand-range@^1.8.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4640 version "1.8.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4641 resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4642 integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4643 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4644 fill-range "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4645
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4646 expand-tilde@^2.0.0, expand-tilde@^2.0.2:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4647 version "2.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4648 resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4649 integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4650 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4651 homedir-polyfill "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4652
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4653 expect@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4654 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4655 resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4656 integrity sha512-dgSoOHgmtn/aDGRVFWclQyPDKl2CQRq0hmIEoUAuQs/2rn2NcvCWcSCovm6BLeuB/7EZuLGu2QfnR+qRt5OM4w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4657 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4658 ansi-styles "^3.2.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4659 jest-diff "^23.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4660 jest-get-type "^22.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4661 jest-matcher-utils "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4662 jest-message-util "^23.4.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4663 jest-regex-util "^23.3.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4664
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4665 express@^4.16.3, express@^4.16.4:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4666 version "4.16.4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4667 resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4668 integrity sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4669 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4670 accepts "~1.3.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4671 array-flatten "1.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4672 body-parser "1.18.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4673 content-disposition "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4674 content-type "~1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4675 cookie "0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4676 cookie-signature "1.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4677 debug "2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4678 depd "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4679 encodeurl "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4680 escape-html "~1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4681 etag "~1.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4682 finalhandler "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4683 fresh "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4684 merge-descriptors "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4685 methods "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4686 on-finished "~2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4687 parseurl "~1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4688 path-to-regexp "0.1.7"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4689 proxy-addr "~2.0.4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4690 qs "6.5.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4691 range-parser "~1.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4692 safe-buffer "5.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4693 send "0.16.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4694 serve-static "1.13.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4695 setprototypeof "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4696 statuses "~1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4697 type-is "~1.6.16"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4698 utils-merge "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4699 vary "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4700
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4701 extend-shallow@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4702 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4703 resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4704 integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4705 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4706 is-extendable "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4707
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4708 extend-shallow@^3.0.0, extend-shallow@^3.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4709 version "3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4710 resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4711 integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4712 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4713 assign-symbols "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4714 is-extendable "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4715
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4716 extend@3, extend@~3.0.0, extend@~3.0.2:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4717 version "3.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
4718 resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4719 integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4720
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4721 external-editor@^2.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4722 version "2.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4723 resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4724 integrity sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4725 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4726 chardet "^0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4727 iconv-lite "^0.4.17"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4728 tmp "^0.0.33"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4729
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4730 extglob@^0.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4731 version "0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4732 resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4733 integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4734 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4735 is-extglob "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4736
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4737 extglob@^2.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4738 version "2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4739 resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4740 integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4741 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4742 array-unique "^0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4743 define-property "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4744 expand-brackets "^2.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4745 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4746 fragment-cache "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4747 regex-not "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4748 snapdragon "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4749 to-regex "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4750
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4751 extract-from-css@^0.4.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4752 version "0.4.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4753 resolved "https://registry.yarnpkg.com/extract-from-css/-/extract-from-css-0.4.4.tgz#1ea7df2e7c7c6eb9922fa08e8adaea486f6f8f92"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4754 integrity sha1-HqffLnx8brmSL6COitrqSG9vj5I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4755 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4756 css "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4757
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4758 extract-zip@^1.6.7:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4759 version "1.6.7"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4760 resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4761 integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4762 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4763 concat-stream "1.6.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4764 debug "2.6.9"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4765 mkdirp "0.5.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4766 yauzl "2.4.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4767
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4768 extsprintf@1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4769 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4770 resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4771 integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4772
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4773 extsprintf@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4774 version "1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4775 resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4776 integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4777
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4778 fast-deep-equal@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4779 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4780 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4781 integrity sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4782
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4783 fast-deep-equal@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4784 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4785 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4786 integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4787
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4788 fast-diff@^1.1.2:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4789 version "1.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4790 resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
4791 integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4792
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4793 fast-glob@^2.2.6:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4794 version "2.2.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4795 resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.6.tgz#a5d5b697ec8deda468d85a74035290a025a95295"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4796 integrity sha512-0BvMaZc1k9F+MeWWMe8pL6YltFzZYcJsYU7D4JyDA6PAczaXvxqQQ/z+mDF7/4Mw01DeUc+i3CTKajnkANkV4w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4797 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4798 "@mrmlnc/readdir-enhanced" "^2.2.1"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4799 "@nodelib/fs.stat" "^1.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4800 glob-parent "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4801 is-glob "^4.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
4802 merge2 "^1.2.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4803 micromatch "^3.1.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4804
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4805 fast-json-stable-stringify@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4806 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4807 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4808 integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4809
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4810 fast-levenshtein@~2.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4811 version "2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4812 resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4813 integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4814
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4815 fastparse@^1.1.1:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4816 version "1.1.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4817 resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4818 integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4819
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4820 faye-websocket@^0.10.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4821 version "0.10.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4822 resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4823 integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4824 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4825 websocket-driver ">=0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4826
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4827 faye-websocket@~0.11.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4828 version "0.11.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4829 resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.1.tgz#f0efe18c4f56e4f40afc7e06c719fd5ee6188f38"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4830 integrity sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4831 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4832 websocket-driver ">=0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4833
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4834 fb-watchman@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4835 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4836 resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4837 integrity sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4838 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4839 bser "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4840
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4841 fd-slicer@~1.0.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4842 version "1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4843 resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4844 integrity sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4845 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4846 pend "~1.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4847
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4848 figgy-pudding@^3.5.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4849 version "3.5.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4850 resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4851 integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
4852
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4853 figures@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4854 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4855 resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4856 integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4857 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4858 escape-string-regexp "^1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4859
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4860 file-entry-cache@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4861 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4862 resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4863 integrity sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4864 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4865 flat-cache "^1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4866 object-assign "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4867
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4868 file-loader@^3.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4869 version "3.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4870 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4871 integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4872 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4873 loader-utils "^1.0.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4874 schema-utils "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4875
3565
f6d67697f158 client: improve waterlevel diagram
Bernhard Reiter <bernhard@intevation.de>
parents: 3168
diff changeset
4876 file-saver@^2.0.2:
f6d67697f158 client: improve waterlevel diagram
Bernhard Reiter <bernhard@intevation.de>
parents: 3168
diff changeset
4877 version "2.0.2"
f6d67697f158 client: improve waterlevel diagram
Bernhard Reiter <bernhard@intevation.de>
parents: 3168
diff changeset
4878 resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.2.tgz#06d6e728a9ea2df2cce2f8d9e84dfcdc338ec17a"
f6d67697f158 client: improve waterlevel diagram
Bernhard Reiter <bernhard@intevation.de>
parents: 3168
diff changeset
4879 integrity sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw==
f6d67697f158 client: improve waterlevel diagram
Bernhard Reiter <bernhard@intevation.de>
parents: 3168
diff changeset
4880
3168
cfe7941dc044 Fixed yarn.lock.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3156
diff changeset
4881 file-saver@eligrey/FileSaver.js#1.3.8:
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
4882 version "1.3.8"
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
4883 resolved "https://codeload.github.com/eligrey/FileSaver.js/tar.gz/e865e37af9f9947ddcced76b549e27dc45c1cb2e"
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
4884
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4885 file-uri-to-path@1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4886 version "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4887 resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4888 integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4889
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4890 filename-regex@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4891 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4892 resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4893 integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4894
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4895 fileset@^2.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4896 version "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4897 resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4898 integrity sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4899 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4900 glob "^7.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4901 minimatch "^3.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4902
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4903 filesize@^3.6.1:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4904 version "3.6.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4905 resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4906 integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
4907
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4908 fill-range@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4909 version "2.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4910 resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4911 integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4912 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4913 is-number "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4914 isobject "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4915 randomatic "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4916 repeat-element "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4917 repeat-string "^1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4918
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4919 fill-range@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4920 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4921 resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4922 integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4923 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4924 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4925 is-number "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4926 repeat-string "^1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4927 to-regex-range "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4928
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4929 finalhandler@1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4930 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4931 resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.1.tgz#eebf4ed840079c83f4249038c9d703008301b105"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4932 integrity sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4933 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4934 debug "2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4935 encodeurl "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4936 escape-html "~1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4937 on-finished "~2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4938 parseurl "~1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4939 statuses "~1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4940 unpipe "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4941
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4942 find-babel-config@^1.1.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4943 version "1.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4944 resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-1.2.0.tgz#a9b7b317eb5b9860cda9d54740a8c8337a2283a2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4945 integrity sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4946 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4947 json5 "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4948 path-exists "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4949
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4950 find-cache-dir@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4951 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4952 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz#c8defae57c8a52a8a784f9e31c57c742e993a0b9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4953 integrity sha1-yN765XyKUqinhPnjHFfHQumToLk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4954 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4955 commondir "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4956 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4957 pkg-dir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4958
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4959 find-cache-dir@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4960 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4961 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4962 integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4963 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4964 commondir "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4965 make-dir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4966 pkg-dir "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4967
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4968 find-cache-dir@^2.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4969 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4970 resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4971 integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4972 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4973 commondir "^1.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
4974 make-dir "^2.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4975 pkg-dir "^3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
4976
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4977 find-up@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4978 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4979 resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4980 integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4981 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4982 path-exists "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4983 pinkie-promise "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4984
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4985 find-up@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4986 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4987 resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4988 integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4989 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4990 locate-path "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4991
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4992 find-up@^3.0.0:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4993 version "3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4994 resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
4995 integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4996 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4997 locate-path "^3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
4998
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
4999 findup-sync@^2.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5000 version "2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5001 resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5002 integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5003 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5004 detect-file "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5005 is-glob "^3.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5006 micromatch "^3.0.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5007 resolve-dir "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5008
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5009 flat-cache@^1.2.1:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5010 version "1.3.4"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5011 resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5012 integrity sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5013 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5014 circular-json "^0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5015 graceful-fs "^4.1.2"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5016 rimraf "~2.6.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5017 write "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5018
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5019 flush-write-stream@^1.0.0:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5020 version "1.1.1"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5021 resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5022 integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5023 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5024 inherits "^2.0.3"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5025 readable-stream "^2.3.6"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5026
6
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
5027 follow-redirects@^1.0.0, follow-redirects@^1.3.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5028 version "1.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5029 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5030 integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5031 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5032 debug "^3.2.6"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5033
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5034 for-in@^0.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5035 version "0.1.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5036 resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5037 integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5038
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5039 for-in@^1.0.1, for-in@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5040 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5041 resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5042 integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5043
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5044 for-own@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5045 version "0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5046 resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5047 integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5048 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5049 for-in "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5050
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5051 for-own@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5052 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5053 resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5054 integrity sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5055 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5056 for-in "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5057
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5058 forever-agent@~0.6.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5059 version "0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5060 resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5061 integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5062
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5063 form-data@~2.3.2:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5064 version "2.3.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5065 resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5066 integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5067 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5068 asynckit "^0.4.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5069 combined-stream "^1.0.6"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5070 mime-types "^2.1.12"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5071
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5072 forwarded@~0.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5073 version "0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5074 resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5075 integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5076
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5077 fragment-cache@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5078 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5079 resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5080 integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5081 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5082 map-cache "^0.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5083
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5084 fresh@0.5.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5085 version "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5086 resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5087 integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5088
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5089 from2@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5090 version "2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5091 resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5092 integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5093 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5094 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5095 readable-stream "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5096
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5097 fs-extra@^7.0.1:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5098 version "7.0.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5099 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5100 integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5101 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5102 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5103 jsonfile "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5104 universalify "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5105
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5106 fs-minipass@^1.2.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5107 version "1.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5108 resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5109 integrity sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5110 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5111 minipass "^2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5112
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5113 fs-write-stream-atomic@^1.0.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5114 version "1.0.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5115 resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5116 integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5117 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5118 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5119 iferr "^0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5120 imurmurhash "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5121 readable-stream "1 || 2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5122
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5123 fs.realpath@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5124 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5125 resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5126 integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5127
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5128 fsevents@^1.2.3, fsevents@^1.2.7:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5129 version "1.2.9"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5130 resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5131 integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5132 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5133 nan "^2.12.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5134 node-pre-gyp "^0.12.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5135
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5136 fstream@^1.0.0, fstream@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5137 version "1.0.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5138 resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5139 integrity sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5140 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5141 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5142 inherits "~2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5143 mkdirp ">=0.5 0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5144 rimraf "2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5145
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5146 ftp@~0.3.10:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5147 version "0.3.10"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5148 resolved "https://registry.yarnpkg.com/ftp/-/ftp-0.3.10.tgz#9197d861ad8142f3e63d5a83bfe4c59f7330885d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5149 integrity sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5150 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5151 readable-stream "1.1.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5152 xregexp "2.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5153
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5154 function-bind@^1.0.2, function-bind@^1.1.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5155 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5156 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5157 integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5158
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5159 functional-red-black-tree@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5160 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5161 resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5162 integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5163
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5164 gauge@~2.7.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5165 version "2.7.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5166 resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5167 integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5168 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5169 aproba "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5170 console-control-strings "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5171 has-unicode "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5172 object-assign "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5173 signal-exit "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5174 string-width "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5175 strip-ansi "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5176 wide-align "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5177
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5178 gaze@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5179 version "1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5180 resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5181 integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5182 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5183 globule "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5184
2264
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5185 geojson-rbush@2.1.0:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5186 version "2.1.0"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5187 resolved "https://registry.yarnpkg.com/geojson-rbush/-/geojson-rbush-2.1.0.tgz#3bd73be391fc10b0ae693d9b8acea2aae0b83a8d"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5188 integrity sha1-O9c745H8ELCuaT2bis6iquC4Oo0=
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5189 dependencies:
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5190 "@turf/helpers" "*"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5191 "@turf/meta" "*"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5192 rbush "*"
627bfcbbf631 client: Draw fairway dimensions for all LoS and in more "cut cases".
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2192
diff changeset
5193
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5194 geojson-rbush@3.x:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5195 version "3.1.1"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5196 resolved "https://registry.yarnpkg.com/geojson-rbush/-/geojson-rbush-3.1.1.tgz#dd40bdd26e92813d888d7b489e8d2980695a49b4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5197 integrity sha512-Bl6U75yDCsERl2P6PiBkvxIoXsSv5SEEiDJy+a7JarcEe17jEm8zamAmi82KLRcIlcuRZxgeVCl1xw5UkxOREw==
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5198 dependencies:
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5199 "@turf/bbox" "*"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5200 "@turf/helpers" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5201 "@turf/meta" "6.x"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5202 rbush "*"
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
5203
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5204 get-caller-file@^1.0.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5205 version "1.0.3"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5206 resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5207 integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5208
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5209 get-caller-file@^2.0.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5210 version "2.0.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5211 resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5212 integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5213
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5214 get-stdin@^4.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5215 version "4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5216 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5217 integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5218
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5219 get-stdin@^6.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5220 version "6.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5221 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5222 integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5223
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5224 get-stream@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5225 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5226 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5227 integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5228
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5229 get-stream@^4.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5230 version "4.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5231 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5232 integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5233 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5234 pump "^3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5235
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5236 get-uri@2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5237 version "2.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5238 resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-2.0.3.tgz#fa13352269781d75162c6fc813c9e905323fbab5"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5239 integrity sha512-x5j6Ks7FOgLD/GlvjKwgu7wdmMR55iuRHhn8hj/+gA+eSbxQvZ+AEomq+3MgVEZj1vpi738QahGbCCSIDtXtkw==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5240 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5241 data-uri-to-buffer "2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5242 debug "4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5243 extend "~3.0.2"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5244 file-uri-to-path "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5245 ftp "~0.3.10"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5246 readable-stream "3"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5247
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5248 get-value@^2.0.3, get-value@^2.0.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5249 version "2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5250 resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5251 integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5252
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5253 getpass@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5254 version "0.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5255 resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5256 integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5257 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5258 assert-plus "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5259
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5260 glob-all@^3.1.0:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5261 version "3.1.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5262 resolved "https://registry.yarnpkg.com/glob-all/-/glob-all-3.1.0.tgz#8913ddfb5ee1ac7812656241b03d5217c64b02ab"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5263 integrity sha1-iRPd+17hrHgSZWJBsD1SF8ZLAqs=
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5264 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5265 glob "^7.0.5"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5266 yargs "~1.2.6"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
5267
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5268 glob-base@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5269 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5270 resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5271 integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5272 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5273 glob-parent "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5274 is-glob "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5275
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5276 glob-parent@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5277 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5278 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5279 integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5280 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5281 is-glob "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5282
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5283 glob-parent@^3.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5284 version "3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5285 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5286 integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5287 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5288 is-glob "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5289 path-dirname "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5290
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5291 glob-to-regexp@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5292 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5293 resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5294 integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5295
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5296 glob@7.0.5:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5297 version "7.0.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5298 resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5299 integrity sha1-tCAqaQmbu00pKnwblbZoK2fr3JU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5300 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5301 fs.realpath "^1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5302 inflight "^1.0.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5303 inherits "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5304 minimatch "^3.0.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5305 once "^1.3.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5306 path-is-absolute "^1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5307
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5308 glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5309 version "7.1.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5310 resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5311 integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5312 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5313 fs.realpath "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5314 inflight "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5315 inherits "2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5316 minimatch "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5317 once "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5318 path-is-absolute "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5319
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5320 global-modules@^1.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5321 version "1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5322 resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5323 integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5324 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5325 global-prefix "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5326 is-windows "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5327 resolve-dir "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5328
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5329 global-prefix@^1.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5330 version "1.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5331 resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5332 integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5333 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5334 expand-tilde "^2.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5335 homedir-polyfill "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5336 ini "^1.3.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5337 is-windows "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5338 which "^1.2.14"
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
5339
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5340 globals@^11.0.1, globals@^11.1.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5341 version "11.12.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5342 resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5343 integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5344
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5345 globals@^9.18.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5346 version "9.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5347 resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5348 integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5349
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5350 globby@^6.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5351 version "6.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5352 resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5353 integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5354 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5355 array-union "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5356 glob "^7.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5357 object-assign "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5358 pify "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5359 pinkie-promise "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5360
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5361 globby@^7.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5362 version "7.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5363 resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5364 integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5365 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5366 array-union "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5367 dir-glob "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5368 glob "^7.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5369 ignore "^3.3.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5370 pify "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5371 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5372
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5373 globby@^9.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5374 version "9.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5375 resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5376 integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5377 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5378 "@types/glob" "^7.1.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5379 array-union "^1.0.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5380 dir-glob "^2.2.2"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5381 fast-glob "^2.2.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5382 glob "^7.1.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5383 ignore "^4.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5384 pify "^4.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5385 slash "^2.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5386
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5387 globule@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5388 version "1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5389 resolved "https://registry.yarnpkg.com/globule/-/globule-1.2.1.tgz#5dffb1b191f22d20797a9369b49eab4e9839696d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5390 integrity sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5391 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5392 glob "~7.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5393 lodash "~4.17.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5394 minimatch "~3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5395
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5396 good-listener@^1.2.2:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5397 version "1.2.2"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5398 resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5399 integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5400 dependencies:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5401 delegate "^3.1.2"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
5402
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5403 graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5404 version "4.1.15"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5405 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5406 integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5407
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5408 "graceful-readlink@>= 1.0.0":
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5409 version "1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5410 resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5411 integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5412
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5413 growl@1.9.2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5414 version "1.9.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5415 resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5416 integrity sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5417
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5418 growly@^1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5419 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5420 resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5421 integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5422
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5423 gzip-size@^5.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5424 version "5.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5425 resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.0.tgz#2db0396c71f5c902d5cf6b52add5030b93c99bd2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5426 integrity sha512-wfSnvypBDRW94v5W3ckvvz/zFUNdJ81VgOP6tE4bPpRUcc0wGqU+y0eZjJEvKxwubJFix6P84sE8M51YWLT7rQ==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5427 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5428 duplexer "^0.1.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5429 pify "^4.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5430
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5431 handle-thing@^2.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5432 version "2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5433 resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5434 integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5435
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5436 handlebars@^4.0.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5437 version "4.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5438 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5439 integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5440 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5441 neo-async "^2.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5442 optimist "^0.6.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5443 source-map "^0.6.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5444 optionalDependencies:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5445 uglify-js "^3.1.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5446
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5447 har-schema@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5448 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5449 resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5450 integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5451
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5452 har-validator@~5.1.0:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5453 version "5.1.3"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5454 resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5455 integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5456 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5457 ajv "^6.5.5"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5458 har-schema "^2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5459
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5460 has-ansi@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5461 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5462 resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5463 integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5464 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5465 ansi-regex "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5466
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5467 has-flag@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5468 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5469 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5470 integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5471
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5472 has-flag@^2.0.0:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5473 version "2.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5474 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5475 integrity sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5476
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5477 has-flag@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5478 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5479 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5480 integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5481
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5482 has-symbols@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5483 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5484 resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5485 integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5486
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5487 has-unicode@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5488 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5489 resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5490 integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5491
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5492 has-value@^0.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5493 version "0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5494 resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5495 integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5496 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5497 get-value "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5498 has-values "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5499 isobject "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5500
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5501 has-value@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5502 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5503 resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5504 integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5505 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5506 get-value "^2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5507 has-values "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5508 isobject "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5509
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5510 has-values@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5511 version "0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5512 resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5513 integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5514
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5515 has-values@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5516 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5517 resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5518 integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5519 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5520 is-number "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5521 kind-of "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5522
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5523 has@^1.0.0, has@^1.0.1, has@^1.0.3:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5524 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5525 resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5526 integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5527 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5528 function-bind "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5529
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5530 hash-base@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5531 version "3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5532 resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5533 integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5534 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5535 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5536 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5537
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5538 hash-sum@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5539 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5540 resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5541 integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5542
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5543 hash.js@^1.0.0, hash.js@^1.0.3:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5544 version "1.1.7"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5545 resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5546 integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5547 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5548 inherits "^2.0.3"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5549 minimalistic-assert "^1.0.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5550
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5551 he@1.2.x, he@^1.1.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5552 version "1.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5553 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5554 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5555
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5556 hex-color-regex@^1.1.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5557 version "1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5558 resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5559 integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5560
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5561 highlight.js@*, highlight.js@^9.6.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5562 version "9.15.6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5563 resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.6.tgz#72d4d8d779ec066af9a17cb14360c3def0aa57c4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5564 integrity sha512-zozTAWM1D6sozHo8kqhfYgsac+B+q0PmsjXeyDrYIHHcBN0zTVT66+s2GW1GZv7DbyaROdLXKdabwS/WqPyIdQ==
713
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
5565
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5566 hmac-drbg@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5567 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5568 resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5569 integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5570 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5571 hash.js "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5572 minimalistic-assert "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5573 minimalistic-crypto-utils "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5574
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5575 hoek@6.x.x:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5576 version "6.1.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5577 resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5578 integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5579
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5580 home-or-tmp@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5581 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5582 resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5583 integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5584 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5585 os-homedir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5586 os-tmpdir "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5587
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5588 homedir-polyfill@^1.0.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5589 version "1.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5590 resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5591 integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5592 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5593 parse-passwd "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5594
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5595 hoopy@^0.1.2:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5596 version "0.1.4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5597 resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5598 integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5599
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5600 hosted-git-info@^2.1.4:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5601 version "2.7.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5602 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5603 integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5604
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5605 hpack.js@^2.1.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5606 version "2.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5607 resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5608 integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5609 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5610 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5611 obuf "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5612 readable-stream "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5613 wbuf "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5614
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5615 hsl-regex@^1.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5616 version "1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5617 resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5618 integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5619
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5620 hsla-regex@^1.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5621 version "1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5622 resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5623 integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5624
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5625 html-comment-regex@^1.1.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5626 version "1.1.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5627 resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5628 integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5629
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5630 html-encoding-sniffer@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5631 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5632 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5633 integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5634 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5635 whatwg-encoding "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5636
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5637 html-entities@^1.2.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5638 version "1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5639 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5640 integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5641
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5642 html-minifier@^3.2.3:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5643 version "3.5.21"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5644 resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5645 integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5646 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5647 camel-case "3.0.x"
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
5648 clean-css "4.2.x"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
5649 commander "2.17.x"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5650 he "1.2.x"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5651 param-case "2.1.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5652 relateurl "0.2.x"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5653 uglify-js "3.4.x"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5654
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5655 html-tags@^2.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5656 version "2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5657 resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5658 integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5659
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5660 html-webpack-plugin@^3.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5661 version "3.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5662 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5663 integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5664 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5665 html-minifier "^3.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5666 loader-utils "^0.2.16"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5667 lodash "^4.17.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5668 pretty-error "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5669 tapable "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5670 toposort "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5671 util.promisify "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5672
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5673 html2canvas@1.0.0-alpha.12:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5674 version "1.0.0-alpha.12"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5675 resolved "https://registry.yarnpkg.com/html2canvas/-/html2canvas-1.0.0-alpha.12.tgz#3b1992e3c9b3f56063c35fd620494f37eba88513"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5676 integrity sha1-OxmS48mz9WBjw1/WIElPN+uohRM=
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5677 dependencies:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5678 css-line-break "1.0.1"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
5679
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5680 htmlparser2@^3.3.0, htmlparser2@^3.9.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5681 version "3.10.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5682 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5683 integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5684 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5685 domelementtype "^1.3.1"
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
5686 domhandler "^2.3.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
5687 domutils "^1.5.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
5688 entities "^1.1.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
5689 inherits "^2.0.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5690 readable-stream "^3.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5691
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5692 http-deceiver@^1.2.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5693 version "1.2.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5694 resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5695 integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5696
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5697 http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5698 version "1.6.3"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
5699 resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5700 integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5701 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5702 depd "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5703 inherits "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5704 setprototypeof "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5705 statuses ">= 1.4.0 < 2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5706
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5707 http-errors@1.7.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5708 version "1.7.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5709 resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5710 integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5711 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5712 depd "~1.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5713 inherits "2.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5714 setprototypeof "1.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5715 statuses ">= 1.5.0 < 2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5716 toidentifier "1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5717
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5718 http-parser-js@>=0.4.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5719 version "0.5.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5720 resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.0.tgz#d65edbede84349d0dc30320815a15d39cc3cbbd8"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5721 integrity sha512-cZdEF7r4gfRIq7ezX9J0T+kQmJNOub71dWbgAXVHDct80TKP4MCETtZQ31xyv38UwgzkWPYF/Xc0ge55dW9Z9w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5722
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5723 http-proxy-agent@1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5724 version "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5725 resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-1.0.0.tgz#cc1ce38e453bf984a0f7702d2dd59c73d081284a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5726 integrity sha1-zBzjjkU7+YSg93AtLdWcc9CBKEo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5727 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5728 agent-base "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5729 debug "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5730 extend "3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5731
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5732 http-proxy-middleware@^0.19.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5733 version "0.19.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5734 resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5735 integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5736 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5737 http-proxy "^1.17.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5738 is-glob "^4.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5739 lodash "^4.17.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5740 micromatch "^3.1.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5741
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5742 http-proxy@^1.17.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5743 version "1.17.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5744 resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz#7ad38494658f84605e2f6db4436df410f4e5be9a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5745 integrity sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5746 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5747 eventemitter3 "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5748 follow-redirects "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5749 requires-port "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5750
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5751 http-signature@~1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5752 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5753 resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5754 integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5755 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5756 assert-plus "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5757 jsprim "^1.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5758 sshpk "^1.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5759
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5760 https-browserify@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5761 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5762 resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5763 integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5764
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5765 https-proxy-agent@1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5766 version "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5767 resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz#35f7da6c48ce4ddbfa264891ac593ee5ff8671e6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5768 integrity sha1-NffabEjOTdv6JkiRrFk+5f+GceY=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5769 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5770 agent-base "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5771 debug "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5772 extend "3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5773
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
5774 iconv-lite@0.4, iconv-lite@0.4.24, iconv-lite@^0.4.13, iconv-lite@^0.4.17, iconv-lite@^0.4.4:
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
5775 version "0.4.24"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
5776 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5777 integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
5778 dependencies:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
5779 safer-buffer ">= 2.1.2 < 3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
5780
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5781 iconv-lite@0.4.23:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5782 version "0.4.23"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5783 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5784 integrity sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5785 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5786 safer-buffer ">= 2.1.2 < 3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5787
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5788 icss-replace-symbols@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5789 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5790 resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5791 integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5792
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5793 icss-utils@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5794 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5795 resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5796 integrity sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5797 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5798 postcss "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5799
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5800 ieee754@^1.1.4, ieee754@^1.1.6:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5801 version "1.1.13"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5802 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5803 integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
5804
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5805 iferr@^0.1.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5806 version "0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5807 resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5808 integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5809
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5810 ignore-walk@^3.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5811 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5812 resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5813 integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5814 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5815 minimatch "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5816
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
5817 ignore@^3.3.3, ignore@^3.3.5, ignore@^3.3.7:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5818 version "3.3.10"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5819 resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5820 integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5821
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5822 ignore@^4.0.3:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5823 version "4.0.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5824 resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5825 integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5826
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5827 import-cwd@^2.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5828 version "2.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5829 resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5830 integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5831 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5832 import-from "^2.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5833
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5834 import-fresh@^2.0.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5835 version "2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5836 resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5837 integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5838 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5839 caller-path "^2.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5840 resolve-from "^3.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
5841
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5842 import-from@^2.1.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5843 version "2.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5844 resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5845 integrity sha1-M1238qev/VOqpHHUuAId7ja387E=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5846 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5847 resolve-from "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
5848
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5849 import-local@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5850 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5851 resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5852 integrity sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5853 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5854 pkg-dir "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5855 resolve-cwd "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5856
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5857 import-local@^2.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5858 version "2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5859 resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5860 integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5861 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5862 pkg-dir "^3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5863 resolve-cwd "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5864
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5865 imurmurhash@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5866 version "0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5867 resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5868 integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5869
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5870 in-publish@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5871 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5872 resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5873 integrity sha1-4g/146KvwmkDILbcVSaCqcf631E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5874
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5875 indent-string@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5876 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5877 resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5878 integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5879 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5880 repeating "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5881
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5882 indexes-of@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5883 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5884 resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5885 integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5886
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5887 indexof@0.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5888 version "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5889 resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5890 integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5891
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5892 inflight@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5893 version "1.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5894 resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5895 integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5896 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5897 once "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5898 wrappy "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5899
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5900 inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5901 version "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5902 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5903 integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5904
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5905 inherits@2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5906 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5907 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5908 integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5909
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5910 ini@^1.3.4, ini@~1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5911 version "1.3.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5912 resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5913 integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5914
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5915 inquirer@^3.0.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5916 version "3.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5917 resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5918 integrity sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5919 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5920 ansi-escapes "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5921 chalk "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5922 cli-cursor "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5923 cli-width "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5924 external-editor "^2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5925 figures "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5926 lodash "^4.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5927 mute-stream "0.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5928 run-async "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5929 rx-lite "^4.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5930 rx-lite-aggregates "^4.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5931 string-width "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5932 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5933 through "^2.3.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5934
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5935 internal-ip@^4.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5936 version "4.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5937 resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5938 integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5939 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5940 default-gateway "^4.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5941 ipaddr.js "^1.9.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5942
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
5943 interpret@^1.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5944 version "1.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5945 resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
5946 integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
5947
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
5948 invariant@^2.2.2, invariant@^2.2.4:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5949 version "2.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5950 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5951 integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5952 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5953 loose-envify "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5954
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5955 invert-kv@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5956 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5957 resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5958 integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5959
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5960 invert-kv@^2.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5961 version "2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5962 resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5963 integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5964
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5965 ip-regex@^2.1.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5966 version "2.1.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5967 resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5968 integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5969
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5970 ip@1.0.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5971 version "1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5972 resolved "https://registry.yarnpkg.com/ip/-/ip-1.0.1.tgz#c7e356cdea225ae71b36d70f2e71a92ba4e42590"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5973 integrity sha1-x+NWzeoiWucbNtcPLnGpK6TkJZA=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5974
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
5975 ip@^1.1.0, ip@^1.1.4, ip@^1.1.5:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5976 version "1.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5977 resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5978 integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5979
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
5980 ipaddr.js@1.9.0, ipaddr.js@^1.9.0:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5981 version "1.9.0"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5982 resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
5983 integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
5984
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5985 is-absolute-url@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5986 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5987 resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5988 integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5989
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5990 is-accessor-descriptor@^0.1.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5991 version "0.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5992 resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
5993 integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5994 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5995 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5996
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5997 is-accessor-descriptor@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5998 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5999 resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6000 integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6001 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6002 kind-of "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6003
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6004 is-arrayish@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6005 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6006 resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6007 integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6008
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6009 is-arrayish@^0.3.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6010 version "0.3.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6011 resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6012 integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6013
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6014 is-binary-path@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6015 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6016 resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6017 integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6018 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6019 binary-extensions "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6020
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6021 is-buffer@^1.1.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6022 version "1.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6023 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6024 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6025
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6026 is-callable@^1.1.4:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6027 version "1.1.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6028 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6029 integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6030
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6031 is-ci@^1.0.10:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6032 version "1.2.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6033 resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6034 integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6035 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6036 ci-info "^1.5.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6037
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6038 is-color-stop@^1.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6039 version "1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6040 resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6041 integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6042 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6043 css-color-names "^0.0.4"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6044 hex-color-regex "^1.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6045 hsl-regex "^1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6046 hsla-regex "^1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6047 rgb-regex "^1.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6048 rgba-regex "^1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6049
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6050 is-data-descriptor@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6051 version "0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6052 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6053 integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6054 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6055 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6056
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6057 is-data-descriptor@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6058 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6059 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6060 integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6061 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6062 kind-of "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6063
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6064 is-date-object@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6065 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6066 resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6067 integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6068
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6069 is-descriptor@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6070 version "0.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6071 resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6072 integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6073 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6074 is-accessor-descriptor "^0.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6075 is-data-descriptor "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6076 kind-of "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6077
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6078 is-descriptor@^1.0.0, is-descriptor@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6079 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6080 resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6081 integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6082 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6083 is-accessor-descriptor "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6084 is-data-descriptor "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6085 kind-of "^6.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6086
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6087 is-directory@^0.3.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6088 version "0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6089 resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6090 integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6091
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6092 is-dotfile@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6093 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6094 resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6095 integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6096
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6097 is-equal-shallow@^0.1.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6098 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6099 resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6100 integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6101 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6102 is-primitive "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6103
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6104 is-expression@^3.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6105 version "3.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6106 resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6107 integrity sha1-Oayqa+f9HzRx3ELHQW5hwkMXrJ8=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6108 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6109 acorn "~4.0.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6110 object-assign "^4.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6111
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6112 is-extendable@^0.1.0, is-extendable@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6113 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6114 resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6115 integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6116
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6117 is-extendable@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6118 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6119 resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6120 integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6121 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6122 is-plain-object "^2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6123
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6124 is-extglob@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6125 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6126 resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6127 integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6128
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6129 is-extglob@^2.1.0, is-extglob@^2.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6130 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6131 resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6132 integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6133
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6134 is-finite@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6135 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6136 resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6137 integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6138 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6139 number-is-nan "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6140
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6141 is-fullwidth-code-point@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6142 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6143 resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6144 integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6145 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6146 number-is-nan "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6147
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6148 is-fullwidth-code-point@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6149 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6150 resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6151 integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6152
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6153 is-generator-fn@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6154 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6155 resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6156 integrity sha1-lp1J4bszKfa7fwkIm+JleLLd1Go=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6157
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6158 is-glob@^2.0.0, is-glob@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6159 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6160 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6161 integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6162 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6163 is-extglob "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6164
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6165 is-glob@^3.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6166 version "3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6167 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6168 integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6169 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6170 is-extglob "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6171
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6172 is-glob@^4.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6173 version "4.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6174 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6175 integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6176 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6177 is-extglob "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6178
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6179 is-number@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6180 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6181 resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6182 integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6183 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6184 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6185
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6186 is-number@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6187 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6188 resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6189 integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6190 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6191 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6192
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6193 is-number@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6194 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6195 resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6196 integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6197
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6198 is-obj@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6199 version "1.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6200 resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6201 integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6202
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6203 is-path-cwd@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6204 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6205 resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6206 integrity sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6207
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6208 is-path-cwd@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6209 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6210 resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.1.0.tgz#2e0c7e463ff5b7a0eb60852d851a6809347a124c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6211 integrity sha512-Sc5j3/YnM8tDeyCsVeKlm/0p95075DyLmDEIkSgQ7mXkrOX+uTCtmQFm0CYzVyJwcCCmO3k8qfJt17SxQwB5Zw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6212
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6213 is-path-in-cwd@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6214 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6215 resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339bd6c7a48a912110b241cf52"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6216 integrity sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6217 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6218 is-path-inside "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6219
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6220 is-path-in-cwd@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6221 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6222 resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6223 integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6224 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6225 is-path-inside "^2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6226
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6227 is-path-inside@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6228 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6229 resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6230 integrity sha1-jvW33lBDej/cprToZe96pVy0gDY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6231 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6232 path-is-inside "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6233
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6234 is-path-inside@^2.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6235 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6236 resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6237 integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6238 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6239 path-is-inside "^1.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6240
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6241 is-plain-obj@^1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6242 version "1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6243 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6244 integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6245
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6246 is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6247 version "2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6248 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6249 integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6250 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6251 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6252
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6253 is-posix-bracket@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6254 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6255 resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6256 integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6257
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6258 is-primitive@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6259 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6260 resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6261 integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6262
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6263 is-promise@^2.0.0, is-promise@^2.1.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6264 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6265 resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6266 integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6267
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6268 is-regex@^1.0.3, is-regex@^1.0.4:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6269 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6270 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6271 integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6272 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6273 has "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6274
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6275 is-resolvable@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6276 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6277 resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6278 integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6279
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6280 is-stream@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6281 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6282 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6283 integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6284
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6285 is-svg@^3.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6286 version "3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6287 resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6288 integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6289 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6290 html-comment-regex "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6291
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6292 is-symbol@^1.0.2:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6293 version "1.0.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6294 resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6295 integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6296 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
6297 has-symbols "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6298
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6299 is-typedarray@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6300 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6301 resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6302 integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6303
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6304 is-url@^1.2.2:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6305 version "1.2.4"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6306 resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6307 integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6308
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6309 is-utf8@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6310 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6311 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6312 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6313
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6314 is-whitespace@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6315 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6316 resolved "https://registry.yarnpkg.com/is-whitespace/-/is-whitespace-0.3.0.tgz#1639ecb1be036aec69a54cbb401cfbed7114ab7f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6317 integrity sha1-Fjnssb4DauxppUy7QBz77XEUq38=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6318
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6319 is-windows@^1.0.1, is-windows@^1.0.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6320 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6321 resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6322 integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6323
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6324 is-wsl@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6325 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6326 resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6327 integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6328
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6329 is2@2.0.1:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6330 version "2.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6331 resolved "https://registry.yarnpkg.com/is2/-/is2-2.0.1.tgz#8ac355644840921ce435d94f05d3a94634d3481a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6332 integrity sha512-+WaJvnaA7aJySz2q/8sLjMb2Mw14KTplHmSwcSpZ/fWJPkUmqw3YTzSWbPJ7OAwRvdYTWF2Wg+yYJ1AdP5Z8CA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6333 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6334 deep-is "^0.1.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6335 ip-regex "^2.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6336 is-url "^1.2.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6337
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6338 isarray@0.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6339 version "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6340 resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6341 integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6342
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6343 isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6344 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6345 resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6346 integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6347
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6348 isemail@3.x.x:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6349 version "3.2.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6350 resolved "https://registry.yarnpkg.com/isemail/-/isemail-3.2.0.tgz#59310a021931a9fb06bbb51e155ce0b3f236832c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6351 integrity sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6352 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6353 punycode "2.x.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6354
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6355 isexe@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6356 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6357 resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6358 integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6359
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6360 isobject@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6361 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6362 resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6363 integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6364 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6365 isarray "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6366
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6367 isobject@^3.0.0, isobject@^3.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6368 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6369 resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6370 integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6371
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6372 isstream@~0.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6373 version "0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6374 resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6375 integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6376
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6377 istanbul-api@^1.3.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6378 version "1.3.7"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6379 resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.3.7.tgz#a86c770d2b03e11e3f778cd7aedd82d2722092aa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6380 integrity sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6381 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6382 async "^2.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6383 fileset "^2.0.2"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6384 istanbul-lib-coverage "^1.2.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6385 istanbul-lib-hook "^1.2.2"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6386 istanbul-lib-instrument "^1.10.2"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6387 istanbul-lib-report "^1.1.5"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6388 istanbul-lib-source-maps "^1.2.6"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6389 istanbul-reports "^1.5.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6390 js-yaml "^3.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6391 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6392 once "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6393
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6394 istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6395 version "1.2.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6396 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6397 integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6398
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6399 istanbul-lib-hook@^1.2.2:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6400 version "1.2.2"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6401 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6402 integrity sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6403 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6404 append-transform "^0.4.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6405
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6406 istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6407 version "1.10.2"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6408 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6409 integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6410 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6411 babel-generator "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6412 babel-template "^6.16.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6413 babel-traverse "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6414 babel-types "^6.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6415 babylon "^6.18.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6416 istanbul-lib-coverage "^1.2.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6417 semver "^5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6418
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6419 istanbul-lib-report@^1.1.5:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6420 version "1.1.5"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6421 resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6422 integrity sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6423 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6424 istanbul-lib-coverage "^1.2.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6425 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6426 path-parse "^1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6427 supports-color "^3.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6428
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6429 istanbul-lib-source-maps@^1.2.4, istanbul-lib-source-maps@^1.2.6:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6430 version "1.2.6"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6431 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6432 integrity sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6433 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6434 debug "^3.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6435 istanbul-lib-coverage "^1.2.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6436 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6437 rimraf "^2.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6438 source-map "^0.5.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6439
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6440 istanbul-reports@^1.5.1:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6441 version "1.5.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6442 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6443 integrity sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6444 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6445 handlebars "^4.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6446
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6447 javascript-stringify@^1.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6448 version "1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6449 resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-1.6.0.tgz#142d111f3a6e3dae8f4a9afd77d45855b5a9cce3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6450 integrity sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6451
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6452 jest-changed-files@^23.4.2:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6453 version "23.4.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6454 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6455 integrity sha512-EyNhTAUWEfwnK0Is/09LxoqNDOn7mU7S3EHskG52djOFS/z+IT0jT3h3Ql61+dklcG7bJJitIWEMB4Sp1piHmA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6456 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6457 throat "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6458
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6459 jest-cli@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6460 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6461 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6462 integrity sha512-hgeD1zRUp1E1zsiyOXjEn4LzRLWdJBV//ukAHGlx6s5mfCNJTbhbHjgxnDUXA8fsKWN/HqFFF6X5XcCwC/IvYQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6463 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6464 ansi-escapes "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6465 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6466 exit "^0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6467 glob "^7.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6468 graceful-fs "^4.1.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6469 import-local "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6470 is-ci "^1.0.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6471 istanbul-api "^1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6472 istanbul-lib-coverage "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6473 istanbul-lib-instrument "^1.10.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6474 istanbul-lib-source-maps "^1.2.4"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6475 jest-changed-files "^23.4.2"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6476 jest-config "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6477 jest-environment-jsdom "^23.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6478 jest-get-type "^22.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6479 jest-haste-map "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6480 jest-message-util "^23.4.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6481 jest-regex-util "^23.3.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6482 jest-resolve-dependencies "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6483 jest-runner "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6484 jest-runtime "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6485 jest-snapshot "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6486 jest-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6487 jest-validate "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6488 jest-watcher "^23.4.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6489 jest-worker "^23.2.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6490 micromatch "^2.3.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6491 node-notifier "^5.2.1"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6492 prompts "^0.1.9"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6493 realpath-native "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6494 rimraf "^2.5.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6495 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6496 string-length "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6497 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6498 which "^1.2.12"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6499 yargs "^11.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6500
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6501 jest-config@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6502 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6503 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6504 integrity sha512-i8V7z9BeDXab1+VNo78WM0AtWpBRXJLnkT+lyT+Slx/cbP5sZJ0+NDuLcmBE5hXAoK0aUp7vI+MOxR+R4d8SRQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6505 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6506 babel-core "^6.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6507 babel-jest "^23.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6508 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6509 glob "^7.1.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6510 jest-environment-jsdom "^23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6511 jest-environment-node "^23.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6512 jest-get-type "^22.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6513 jest-jasmine2 "^23.6.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6514 jest-regex-util "^23.3.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6515 jest-resolve "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6516 jest-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6517 jest-validate "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6518 micromatch "^2.3.11"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6519 pretty-format "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6520
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6521 jest-diff@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6522 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6523 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.6.0.tgz#1500f3f16e850bb3d71233408089be099f610c7d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6524 integrity sha512-Gz9l5Ov+X3aL5L37IT+8hoCUsof1CVYBb2QEkOupK64XyRR3h+uRpYIm97K7sY8diFxowR8pIGEdyfMKTixo3g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6525 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6526 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6527 diff "^3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6528 jest-get-type "^22.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6529 pretty-format "^23.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6530
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6531 jest-docblock@^23.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6532 version "23.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6533 resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6534 integrity sha1-8IXh8YVI2Z/dabICB+b9VdkTg6c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6535 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6536 detect-newline "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6537
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6538 jest-each@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6539 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6540 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.6.0.tgz#ba0c3a82a8054387016139c733a05242d3d71575"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6541 integrity sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6542 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6543 chalk "^2.0.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6544 pretty-format "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6545
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6546 jest-environment-jsdom@^23.4.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6547 version "23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6548 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6549 integrity sha1-BWp5UrP+pROsYqFAosNox52eYCM=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6550 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6551 jest-mock "^23.2.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6552 jest-util "^23.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6553 jsdom "^11.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6554
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6555 jest-environment-node@^23.4.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6556 version "23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6557 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-23.4.0.tgz#57e80ed0841dea303167cce8cd79521debafde10"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6558 integrity sha1-V+gO0IQd6jAxZ8zozXlSHeuv3hA=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6559 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6560 jest-mock "^23.2.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6561 jest-util "^23.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6562
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6563 jest-get-type@^22.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6564 version "22.4.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6565 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.4.3.tgz#e3a8504d8479342dd4420236b322869f18900ce4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6566 integrity sha512-/jsz0Y+V29w1chdXVygEKSz2nBoHoYqNShPe+QgxSNjAuP1i8+k4LbQNrfoliKej0P45sivkSCh7yiD6ubHS3w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6567
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6568 jest-haste-map@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6569 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6570 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.6.0.tgz#2e3eb997814ca696d62afdb3f2529f5bbc935e16"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6571 integrity sha512-uyNhMyl6dr6HaXGHp8VF7cK6KpC6G9z9LiMNsst+rJIZ8l7wY0tk8qwjPmEghczojZ2/ZhtEdIabZ0OQRJSGGg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6572 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6573 fb-watchman "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6574 graceful-fs "^4.1.11"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6575 invariant "^2.2.4"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6576 jest-docblock "^23.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6577 jest-serializer "^23.0.1"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6578 jest-worker "^23.2.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6579 micromatch "^2.3.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6580 sane "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6581
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6582 jest-jasmine2@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6583 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6584 resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.6.0.tgz#840e937f848a6c8638df24360ab869cc718592e0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6585 integrity sha512-pe2Ytgs1nyCs8IvsEJRiRTPC0eVYd8L/dXJGU08GFuBwZ4sYH/lmFDdOL3ZmvJR8QKqV9MFuwlsAi/EWkFUbsQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6586 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6587 babel-traverse "^6.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6588 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6589 co "^4.6.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6590 expect "^23.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6591 is-generator-fn "^1.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6592 jest-diff "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6593 jest-each "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6594 jest-matcher-utils "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6595 jest-message-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6596 jest-snapshot "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6597 jest-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6598 pretty-format "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6599
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6600 jest-leak-detector@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6601 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6602 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.6.0.tgz#e4230fd42cf381a1a1971237ad56897de7e171de"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6603 integrity sha512-f/8zA04rsl1Nzj10HIyEsXvYlMpMPcy0QkQilVZDFOaPbv2ur71X5u2+C4ZQJGyV/xvVXtCCZ3wQ99IgQxftCg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6604 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6605 pretty-format "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6606
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6607 jest-matcher-utils@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6608 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6609 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.6.0.tgz#726bcea0c5294261a7417afb6da3186b4b8cac80"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6610 integrity sha512-rosyCHQfBcol4NsckTn01cdelzWLU9Cq7aaigDf8VwwpIRvWE/9zLgX2bON+FkEW69/0UuYslUe22SOdEf2nog==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6611 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6612 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6613 jest-get-type "^22.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6614 pretty-format "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6615
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6616 jest-message-util@^23.4.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6617 version "23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6618 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6619 integrity sha1-F2EMUJQjSVCNAaPR4L2iwHkIap8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6620 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6621 "@babel/code-frame" "^7.0.0-beta.35"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6622 chalk "^2.0.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6623 micromatch "^2.3.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6624 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6625 stack-utils "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6626
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6627 jest-mock@^23.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6628 version "23.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6629 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6630 integrity sha1-rRxg8p6HGdR8JuETgJi20YsmETQ=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6631
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6632 jest-regex-util@^23.3.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6633 version "23.3.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6634 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6635 integrity sha1-X4ZylUfCeFxAAs6qj4Sf6MpHG8U=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6636
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6637 jest-resolve-dependencies@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6638 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6639 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.6.0.tgz#b4526af24c8540d9a3fab102c15081cf509b723d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6640 integrity sha512-EkQWkFWjGKwRtRyIwRwI6rtPAEyPWlUC2MpzHissYnzJeHcyCn1Hc8j7Nn1xUVrS5C6W5+ZL37XTem4D4pLZdA==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6641 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6642 jest-regex-util "^23.3.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6643 jest-snapshot "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6644
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6645 jest-resolve@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6646 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6647 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.6.0.tgz#cf1d1a24ce7ee7b23d661c33ba2150f3aebfa0ae"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6648 integrity sha512-XyoRxNtO7YGpQDmtQCmZjum1MljDqUCob7XlZ6jy9gsMugHdN2hY4+Acz9Qvjz2mSsOnPSH7skBmDYCHXVZqkA==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6649 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6650 browser-resolve "^1.11.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6651 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6652 realpath-native "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6653
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6654 jest-runner@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6655 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6656 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6657 integrity sha512-kw0+uj710dzSJKU6ygri851CObtCD9cN8aNkg8jWJf4ewFyEa6kwmiH/r/M1Ec5IL/6VFa0wnAk6w+gzUtjJzA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6658 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6659 exit "^0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6660 graceful-fs "^4.1.11"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6661 jest-config "^23.6.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6662 jest-docblock "^23.2.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6663 jest-haste-map "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6664 jest-jasmine2 "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6665 jest-leak-detector "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6666 jest-message-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6667 jest-runtime "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6668 jest-util "^23.4.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6669 jest-worker "^23.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6670 source-map-support "^0.5.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6671 throat "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6672
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6673 jest-runtime@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6674 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6675 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.6.0.tgz#059e58c8ab445917cd0e0d84ac2ba68de8f23082"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6676 integrity sha512-ycnLTNPT2Gv+TRhnAYAQ0B3SryEXhhRj1kA6hBPSeZaNQkJ7GbZsxOLUkwg6YmvWGdX3BB3PYKFLDQCAE1zNOw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6677 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6678 babel-core "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6679 babel-plugin-istanbul "^4.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6680 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6681 convert-source-map "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6682 exit "^0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6683 fast-json-stable-stringify "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6684 graceful-fs "^4.1.11"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6685 jest-config "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6686 jest-haste-map "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6687 jest-message-util "^23.4.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6688 jest-regex-util "^23.3.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6689 jest-resolve "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6690 jest-snapshot "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6691 jest-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6692 jest-validate "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6693 micromatch "^2.3.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6694 realpath-native "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6695 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6696 strip-bom "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6697 write-file-atomic "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6698 yargs "^11.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6699
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6700 jest-serializer-vue@^2.0.2:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6701 version "2.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6702 resolved "https://registry.yarnpkg.com/jest-serializer-vue/-/jest-serializer-vue-2.0.2.tgz#b238ef286357ec6b480421bd47145050987d59b3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6703 integrity sha1-sjjvKGNX7GtIBCG9RxRQUJh9WbM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6704 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6705 pretty "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6706
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6707 jest-serializer@^23.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6708 version "23.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6709 resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6710 integrity sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6711
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6712 jest-snapshot@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6713 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6714 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.6.0.tgz#f9c2625d1b18acda01ec2d2b826c0ce58a5aa17a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6715 integrity sha512-tM7/Bprftun6Cvj2Awh/ikS7zV3pVwjRYU2qNYS51VZHgaAMBs5l4o/69AiDHhQrj5+LA2Lq4VIvK7zYk/bswg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6716 dependencies:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6717 babel-types "^6.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6718 chalk "^2.0.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6719 jest-diff "^23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6720 jest-matcher-utils "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6721 jest-message-util "^23.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6722 jest-resolve "^23.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6723 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6724 natural-compare "^1.4.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6725 pretty-format "^23.6.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6726 semver "^5.5.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6727
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6728 jest-transform-stub@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6729 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6730 resolved "https://registry.yarnpkg.com/jest-transform-stub/-/jest-transform-stub-2.0.0.tgz#19018b0851f7568972147a5d60074b55f0225a7d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6731 integrity sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6732
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6733 jest-util@^23.4.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6734 version "23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6735 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6736 integrity sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6737 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6738 callsites "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6739 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6740 graceful-fs "^4.1.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6741 is-ci "^1.0.10"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6742 jest-message-util "^23.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6743 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6744 slash "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6745 source-map "^0.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6746
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6747 jest-validate@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6748 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6749 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6750 integrity sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6751 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6752 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6753 jest-get-type "^22.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6754 leven "^2.1.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6755 pretty-format "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6756
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6757 jest-watch-typeahead@0.2.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6758 version "0.2.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6759 resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.2.1.tgz#6c40f232996ca6c39977e929e9f79b189e7d87e4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6760 integrity sha512-xdhEtKSj0gmnkDQbPTIHvcMmXNUDzYpHLEJ5TFqlaI+schi2NI96xhWiZk9QoesAS7oBmKwWWsHazTrYl2ORgg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6761 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6762 ansi-escapes "^3.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6763 chalk "^2.4.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6764 jest-watcher "^23.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6765 slash "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6766 string-length "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6767 strip-ansi "^5.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6768
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6769 jest-watcher@^23.1.0, jest-watcher@^23.4.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6770 version "23.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6771 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6772 integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6773 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6774 ansi-escapes "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6775 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6776 string-length "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6777
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6778 jest-worker@^23.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6779 version "23.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6780 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6781 integrity sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6782 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6783 merge-stream "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6784
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6785 jest@^23.6.0:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6786 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6787 resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6788 integrity sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6789 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6790 import-local "^1.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6791 jest-cli "^23.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6792
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6793 joi@^14.3.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6794 version "14.3.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6795 resolved "https://registry.yarnpkg.com/joi/-/joi-14.3.1.tgz#164a262ec0b855466e0c35eea2a885ae8b6c703c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6796 integrity sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6797 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6798 hoek "6.x.x"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6799 isemail "3.x.x"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6800 topo "3.x.x"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6801
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6802 js-base64@^2.1.8:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6803 version "2.5.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6804 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6805 integrity sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6806
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6807 js-beautify@^1.6.12, js-beautify@^1.6.14:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6808 version "1.10.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6809 resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.10.0.tgz#9753a13c858d96828658cd18ae3ca0e5783ea672"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6810 integrity sha512-OMwf/tPDpE/BLlYKqZOhqWsd3/z2N3KOlyn1wsCRGFwViE8LOQTcDtathQvHvZc+q+zWmcNAbwKSC+iJoMaH2Q==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6811 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6812 config-chain "^1.1.12"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6813 editorconfig "^0.15.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6814 glob "^7.1.3"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6815 mkdirp "~0.5.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
6816 nopt "~4.0.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6817
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6818 js-levenshtein@^1.1.3:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6819 version "1.1.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6820 resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6821 integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6822
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6823 js-message@1.0.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6824 version "1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6825 resolved "https://registry.yarnpkg.com/js-message/-/js-message-1.0.5.tgz#2300d24b1af08e89dd095bc1a4c9c9cfcb892d15"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6826 integrity sha1-IwDSSxrwjondCVvBpMnJz8uJLRU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6827
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6828 js-queue@2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6829 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6830 resolved "https://registry.yarnpkg.com/js-queue/-/js-queue-2.0.0.tgz#362213cf860f468f0125fc6c96abc1742531f948"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6831 integrity sha1-NiITz4YPRo8BJfxslqvBdCUx+Ug=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6832 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6833 easy-stack "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6834
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6835 js-stringify@^1.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6836 version "1.0.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6837 resolved "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6838 integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
6839
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
6840 "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6841 version "4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6842 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6843 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6844
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6845 js-tokens@^3.0.2:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6846 version "3.0.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6847 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6848 integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
6849
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6850 js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.7.0, js-yaml@^3.9.0, js-yaml@^3.9.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6851 version "3.13.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6852 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
6853 integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6854 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6855 argparse "^1.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6856 esprima "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6857
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6858 jsbn@~0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6859 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6860 resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6861 integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6862
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6863 jsdom@^11.5.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6864 version "11.12.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6865 resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6866 integrity sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6867 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6868 abab "^2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6869 acorn "^5.5.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6870 acorn-globals "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6871 array-equal "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6872 cssom ">= 0.3.2 < 0.4.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6873 cssstyle "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6874 data-urls "^1.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6875 domexception "^1.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6876 escodegen "^1.9.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6877 html-encoding-sniffer "^1.0.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6878 left-pad "^1.3.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6879 nwsapi "^2.0.7"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6880 parse5 "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6881 pn "^1.1.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6882 request "^2.87.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6883 request-promise-native "^1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6884 sax "^1.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6885 symbol-tree "^3.2.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6886 tough-cookie "^2.3.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6887 w3c-hr-time "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6888 webidl-conversions "^4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6889 whatwg-encoding "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6890 whatwg-mimetype "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6891 whatwg-url "^6.4.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
6892 ws "^5.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6893 xml-name-validator "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6894
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6895 jsdom@^8.1.0:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6896 version "8.5.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6897 resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-8.5.0.tgz#d4d8f5dbf2768635b62a62823b947cf7071ebc98"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6898 integrity sha1-1Nj12/J2hjW2KmKCO5R89wcevJg=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6899 dependencies:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6900 abab "^1.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6901 acorn "^2.4.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6902 acorn-globals "^1.0.4"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6903 array-equal "^1.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6904 cssom ">= 0.3.0 < 0.4.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6905 cssstyle ">= 0.2.34 < 0.3.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6906 escodegen "^1.6.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6907 iconv-lite "^0.4.13"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6908 nwmatcher ">= 1.3.7 < 2.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6909 parse5 "^1.5.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6910 request "^2.55.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6911 sax "^1.1.4"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6912 symbol-tree ">= 3.1.0 < 4.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6913 tough-cookie "^2.2.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6914 webidl-conversions "^3.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6915 whatwg-url "^2.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6916 xml-name-validator ">= 2.0.1 < 3.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
6917
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6918 jsesc@^1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6919 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6920 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6921 integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6922
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6923 jsesc@^2.5.1:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6924 version "2.5.2"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6925 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6926 integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6927
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6928 jsesc@~0.5.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6929 version "0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6930 resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6931 integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6932
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6933 json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6934 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6935 resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6936 integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6937
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6938 json-schema-traverse@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6939 version "0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6940 resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6941 integrity sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6942
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6943 json-schema-traverse@^0.4.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6944 version "0.4.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6945 resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6946 integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6947
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6948 json-schema@0.2.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6949 version "0.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6950 resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6951 integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6952
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6953 json-stable-stringify-without-jsonify@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6954 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6955 resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6956 integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6957
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6958 json-stringify-safe@~5.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6959 version "5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6960 resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6961 integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6962
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
6963 json3@3.3.2, json3@^3.3.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6964 version "3.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6965 resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6966 integrity sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6967
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6968 json5@^0.5.0, json5@^0.5.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6969 version "0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6970 resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6971 integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6972
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6973 json5@^1.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6974 version "1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6975 resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6976 integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6977 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6978 minimist "^1.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
6979
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6980 json5@^2.1.0:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6981 version "2.1.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6982 resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6983 integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6984 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6985 minimist "^1.2.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
6986
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6987 jsonfile@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6988 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6989 resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6990 integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6991 optionalDependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6992 graceful-fs "^4.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6993
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6994 jsonify@~0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6995 version "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6996 resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
6997 integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6998
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
6999 jspdf@^1.5.3:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7000 version "1.5.3"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7001 resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-1.5.3.tgz#5a12c011479defabef5735de55c913060ed219f2"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7002 integrity sha512-J9X76xnncMw+wIqb15HeWfPMqPwYxSpPY8yWPJ7rAZN/ZDzFkjCSZObryCyUe8zbrVRNiuCnIeQteCzMn7GnWw==
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7003 dependencies:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7004 canvg "1.5.3"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7005 file-saver eligrey/FileSaver.js#1.3.8
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7006 html2canvas "1.0.0-alpha.12"
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
7007 omggif "1.0.7"
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7008 promise-polyfill "8.1.0"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
7009 stackblur-canvas "2.2.0"
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
7010
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7011 jsprim@^1.2.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7012 version "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7013 resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7014 integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7015 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7016 assert-plus "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7017 extsprintf "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7018 json-schema "0.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7019 verror "1.10.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7020
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7021 jstransformer@1.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7022 version "1.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7023 resolved "https://registry.yarnpkg.com/jstransformer/-/jstransformer-1.0.0.tgz#ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7024 integrity sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7025 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7026 is-promise "^2.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7027 promise "^7.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
7028
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7029 killable@^1.0.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7030 version "1.0.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7031 resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7032 integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7033
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7034 kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7035 version "3.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7036 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7037 integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7038 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7039 is-buffer "^1.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7040
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7041 kind-of@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7042 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7043 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7044 integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7045 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7046 is-buffer "^1.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7047
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7048 kind-of@^5.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7049 version "5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7050 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7051 integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7052
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7053 kind-of@^6.0.0, kind-of@^6.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7054 version "6.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7055 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7056 integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7057
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7058 kleur@^2.0.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7059 version "2.0.2"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7060 resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7061 integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7062
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7063 launch-editor-middleware@^2.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7064 version "2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7065 resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.2.1.tgz#e14b07e6c7154b0a4b86a0fd345784e45804c157"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7066 integrity sha512-s0UO2/gEGiCgei3/2UN3SMuUj1phjQN8lcpnvgLSz26fAzNWPQ6Nf/kF5IFClnfU2ehp6LrmKdMU/beveO+2jg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7067 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7068 launch-editor "^2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7069
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7070 launch-editor@^2.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7071 version "2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7072 resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.2.1.tgz#871b5a3ee39d6680fcc26d37930b6eeda89db0ca"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7073 integrity sha512-On+V7K2uZK6wK7x691ycSUbLD/FyKKelArkbaAMSSJU8JmqmhwN2+mnJDNINuJWSrh2L0kDk+ZQtbC/gOWUwLw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7074 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7075 chalk "^2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7076 shell-quote "^1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7077
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7078 lazy-cache@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7079 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7080 resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7081 integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7082
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7083 lcid@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7084 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7085 resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7086 integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7087 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7088 invert-kv "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7089
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7090 lcid@^2.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7091 version "2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7092 resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7093 integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7094 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7095 invert-kv "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7096
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7097 left-pad@^1.3.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7098 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7099 resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7100 integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7101
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7102 leven@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7103 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7104 resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7105 integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7106
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7107 levn@^0.3.0, levn@~0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7108 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7109 resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7110 integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7111 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7112 prelude-ls "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7113 type-check "~0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7114
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7115 load-json-file@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7116 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7117 resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7118 integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7119 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7120 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7121 parse-json "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7122 pify "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7123 pinkie-promise "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7124 strip-bom "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7125
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7126 loader-fs-cache@^1.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7127 version "1.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7128 resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.2.tgz#54cedf6b727e1779fd8f01205f05f6e88706f086"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7129 integrity sha512-70IzT/0/L+M20jUlEqZhZyArTU6VKLRTYRDAYN26g4jfzpJqjipLL3/hgYpySqI9PwsVRHHFja0LfEmsx9X2Cw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7130 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7131 find-cache-dir "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7132 mkdirp "0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7133
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7134 loader-runner@^2.3.0, loader-runner@^2.3.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7135 version "2.4.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7136 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7137 integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7138
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7139 loader-utils@^0.2.16:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7140 version "0.2.17"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7141 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7142 integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7143 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7144 big.js "^3.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7145 emojis-list "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7146 json5 "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7147 object-assign "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7148
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7149 loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7150 version "1.2.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7151 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7152 integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7153 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7154 big.js "^5.2.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7155 emojis-list "^2.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7156 json5 "^1.0.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7157
159
3d9341f6da4e feat: Locale of browser determines the default language
Thomas Junk <thomas.junk@intevation.de>
parents: 141
diff changeset
7158 locale2@^2.2.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7159 version "2.3.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7160 resolved "https://registry.yarnpkg.com/locale2/-/locale2-2.3.1.tgz#964c5d49b3cd6bbe6ff8a34379631fc7393c356f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7161 integrity sha512-DzVipL/J/W/vXdm3Hy8pFGFuUUBN/uzLUvyJp2Swes4AKdckI2runfdde8FgibIzs+rH9TAAZ2G917r5rOUNYA==
159
3d9341f6da4e feat: Locale of browser determines the default language
Thomas Junk <thomas.junk@intevation.de>
parents: 141
diff changeset
7162
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7163 locate-path@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7164 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7165 resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7166 integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7167 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7168 p-locate "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7169 path-exists "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7170
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7171 locate-path@^3.0.0:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7172 version "3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7173 resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7174 integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7175 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7176 p-locate "^3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7177 path-exists "^3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7178
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7179 lodash._arraycopy@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7180 version "3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7181 resolved "https://registry.yarnpkg.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz#76e7b7c1f1fb92547374878a562ed06a3e50f6e1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7182 integrity sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7183
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7184 lodash._arrayeach@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7185 version "3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7186 resolved "https://registry.yarnpkg.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz#bab156b2a90d3f1bbd5c653403349e5e5933ef9e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7187 integrity sha1-urFWsqkNPxu9XGU0AzSeXlkz754=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7188
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7189 lodash._baseassign@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7190 version "3.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7191 resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7192 integrity sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7193 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7194 lodash._basecopy "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7195 lodash.keys "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7196
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7197 lodash._baseclone@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7198 version "3.3.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7199 resolved "https://registry.yarnpkg.com/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz#303519bf6393fe7e42f34d8b630ef7794e3542b7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7200 integrity sha1-MDUZv2OT/n5C802LYw73eU41Qrc=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7201 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7202 lodash._arraycopy "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7203 lodash._arrayeach "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7204 lodash._baseassign "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7205 lodash._basefor "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7206 lodash.isarray "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7207 lodash.keys "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7208
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7209 lodash._baseclone@^4.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7210 version "4.5.7"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7211 resolved "https://registry.yarnpkg.com/lodash._baseclone/-/lodash._baseclone-4.5.7.tgz#ce42ade08384ef5d62fa77c30f61a46e686f8434"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7212 integrity sha1-zkKt4IOE711i+nfDD2GkbmhvhDQ=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7213
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7214 lodash._basecopy@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7215 version "3.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7216 resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7217 integrity sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7218
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7219 lodash._basecreate@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7220 version "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7221 resolved "https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7222 integrity sha1-G8ZhYU2qf8MRt9A78WgGoCE8+CE=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7223
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7224 lodash._basefor@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7225 version "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7226 resolved "https://registry.yarnpkg.com/lodash._basefor/-/lodash._basefor-3.0.3.tgz#7550b4e9218ef09fad24343b612021c79b4c20c2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7227 integrity sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7228
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7229 lodash._bindcallback@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7230 version "3.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7231 resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7232 integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7233
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7234 lodash._getnative@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7235 version "3.9.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7236 resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7237 integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7238
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7239 lodash._isiterateecall@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7240 version "3.0.9"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7241 resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7242 integrity sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7243
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7244 lodash._stack@^4.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7245 version "4.1.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7246 resolved "https://registry.yarnpkg.com/lodash._stack/-/lodash._stack-4.1.3.tgz#751aa76c1b964b047e76d14fc72a093fcb5e2dd0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7247 integrity sha1-dRqnbBuWSwR+dtFPxyoJP8teLdA=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7248
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7249 lodash.clone@3.0.3:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7250 version "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7251 resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-3.0.3.tgz#84688c73d32b5a90ca25616963f189252a997043"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7252 integrity sha1-hGiMc9MrWpDKJWFpY/GJJSqZcEM=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7253 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7254 lodash._baseclone "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7255 lodash._bindcallback "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7256 lodash._isiterateecall "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7257
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7258 lodash.create@3.1.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7259 version "3.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7260 resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7261 integrity sha1-1/KEnw29p+BGgruM1yqwIkYd6+c=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7262 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7263 lodash._baseassign "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7264 lodash._basecreate "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7265 lodash._isiterateecall "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7266
2175
ac16da662827 lodash updated
Thomas Junk <thomas.junk@intevation.de>
parents: 2174
diff changeset
7267 lodash.debounce@^4.0.8:
ac16da662827 lodash updated
Thomas Junk <thomas.junk@intevation.de>
parents: 2174
diff changeset
7268 version "4.0.8"
ac16da662827 lodash updated
Thomas Junk <thomas.junk@intevation.de>
parents: 2174
diff changeset
7269 resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
ac16da662827 lodash updated
Thomas Junk <thomas.junk@intevation.de>
parents: 2174
diff changeset
7270 integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
ac16da662827 lodash updated
Thomas Junk <thomas.junk@intevation.de>
parents: 2174
diff changeset
7271
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7272 lodash.defaultsdeep@4.3.2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7273 version "4.3.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7274 resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.3.2.tgz#6c1a586e6c5647b0e64e2d798141b8836158be8a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7275 integrity sha1-bBpYbmxWR7DmTi15gUG4g2FYvoo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7276 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7277 lodash._baseclone "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7278 lodash._stack "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7279 lodash.isplainobject "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7280 lodash.keysin "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7281 lodash.mergewith "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7282 lodash.rest "^4.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7283
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7284 lodash.defaultsdeep@^4.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7285 version "4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7286 resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.0.tgz#bec1024f85b1bd96cbea405b23c14ad6443a6f81"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7287 integrity sha1-vsECT4WxvZbL6kBbI8FK1kQ6b4E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7288
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7289 lodash.isarguments@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7290 version "3.1.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7291 resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7292 integrity sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7293
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7294 lodash.isarray@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7295 version "3.0.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7296 resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7297 integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7298
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7299 lodash.isplainobject@^4.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7300 version "4.0.6"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7301 resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7302 integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7303
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7304 lodash.kebabcase@^4.1.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7305 version "4.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7306 resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7307 integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7308
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7309 lodash.keys@^3.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7310 version "3.1.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7311 resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7312 integrity sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7313 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7314 lodash._getnative "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7315 lodash.isarguments "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7316 lodash.isarray "^3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7317
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7318 lodash.keysin@^4.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7319 version "4.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7320 resolved "https://registry.yarnpkg.com/lodash.keysin/-/lodash.keysin-4.2.0.tgz#8cc3fb35c2d94acc443a1863e02fa40799ea6f28"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7321 integrity sha1-jMP7NcLZSsxEOhhj4C+kB5nqbyg=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7322
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7323 lodash.mapvalues@^4.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7324 version "4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7325 resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7326 integrity sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7327
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7328 lodash.memoize@^4.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7329 version "4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7330 resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7331 integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7332
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7333 lodash.mergewith@^4.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7334 version "4.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7335 resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7336 integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7337
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7338 lodash.rest@^4.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7339 version "4.0.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7340 resolved "https://registry.yarnpkg.com/lodash.rest/-/lodash.rest-4.0.5.tgz#954ef75049262038c96d1fc98b28fdaf9f0772aa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7341 integrity sha1-lU73UEkmIDjJbR/Jiyj9r58Hcqo=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7342
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7343 lodash.sortby@^4.7.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7344 version "4.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7345 resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7346 integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7347
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7348 lodash.tail@^4.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7349 version "4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7350 resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7351 integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7352
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7353 lodash.throttle@^4.0.0:
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7354 version "4.1.1"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7355 resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7356 integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7357
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7358 lodash.transform@^4.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7359 version "4.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7360 resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7361 integrity sha1-EjBkIvYzJK7YSD0/ODMrX2cFR6A=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7362
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7363 lodash.uniq@^4.5.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7364 version "4.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7365 resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7366 integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7367
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7368 lodash@4.x, lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@~4.17.10:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7369 version "4.17.11"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7370 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7371 integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7372
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7373 log-symbols@^2.2.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7374 version "2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7375 resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7376 integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7377 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7378 chalk "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7379
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7380 loglevel@^1.6.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7381 version "1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7382 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7383 integrity sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7384
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7385 longest@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7386 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7387 resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7388 integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7389
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7390 loose-envify@^1.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7391 version "1.4.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7392 resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7393 integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7394 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7395 js-tokens "^3.0.0 || ^4.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7396
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7397 loud-rejection@^1.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7398 version "1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7399 resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7400 integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7401 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7402 currently-unhandled "^0.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7403 signal-exit "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7404
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7405 lower-case@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7406 version "1.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7407 resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7408 integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7409
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7410 lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.5:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7411 version "4.1.5"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7412 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7413 integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7414 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7415 pseudomap "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7416 yallist "^2.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7417
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7418 lru-cache@^5.1.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7419 version "5.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7420 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7421 integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7422 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7423 yallist "^3.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7424
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7425 lru-cache@~2.6.5:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7426 version "2.6.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7427 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.6.5.tgz#e56d6354148ede8d7707b58d143220fd08df0fd5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7428 integrity sha1-5W1jVBSO3o13B7WNFDIg/QjfD9U=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7429
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7430 make-dir@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7431 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7432 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7433 integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7434 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7435 pify "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7436
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7437 make-dir@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7438 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7439 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7440 integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7441 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7442 pify "^4.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7443 semver "^5.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7444
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7445 makeerror@1.0.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7446 version "1.0.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7447 resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7448 integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7449 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7450 tmpl "1.0.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7451
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7452 map-age-cleaner@^0.1.1:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7453 version "0.1.3"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7454 resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7455 integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7456 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7457 p-defer "^1.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7458
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7459 map-cache@^0.2.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7460 version "0.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7461 resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7462 integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7463
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7464 map-obj@^1.0.0, map-obj@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7465 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7466 resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7467 integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7468
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7469 map-visit@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7470 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7471 resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7472 integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7473 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7474 object-visit "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7475
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7476 material-colors@^1.0.0:
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7477 version "1.2.6"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7478 resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7479 integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
7480
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7481 math-random@^1.0.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7482 version "1.0.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7483 resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7484 integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7485
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7486 md5.js@^1.3.4:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7487 version "1.3.5"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7488 resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7489 integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7490 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7491 hash-base "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7492 inherits "^2.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7493 safe-buffer "^5.1.2"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7494
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7495 mdn-data@~1.1.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7496 version "1.1.4"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7497 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7498 integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7499
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7500 media-typer@0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7501 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7502 resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7503 integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7504
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7505 mem@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7506 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7507 resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7508 integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7509 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7510 mimic-fn "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7511
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7512 mem@^4.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7513 version "4.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7514 resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7515 integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7516 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7517 map-age-cleaner "^0.1.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7518 mimic-fn "^2.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7519 p-is-promise "^2.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7520
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7521 memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7522 version "0.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7523 resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7524 integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7525 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7526 errno "^0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7527 readable-stream "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7528
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7529 meow@^3.7.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7530 version "3.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7531 resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7532 integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7533 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7534 camelcase-keys "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7535 decamelize "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7536 loud-rejection "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7537 map-obj "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7538 minimist "^1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7539 normalize-package-data "^2.3.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7540 object-assign "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7541 read-pkg-up "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7542 redent "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7543 trim-newlines "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7544
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7545 merge-descriptors@1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7546 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7547 resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7548 integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7549
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7550 merge-source-map@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7551 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7552 resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7553 integrity sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7554 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7555 source-map "^0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7556
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7557 merge-stream@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7558 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7559 resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7560 integrity sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7561 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7562 readable-stream "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7563
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
7564 merge2@^1.2.3:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7565 version "1.2.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7566 resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7567 integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7568
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7569 merge@^1.2.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7570 version "1.2.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7571 resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7572 integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7573
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7574 methods@~1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7575 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7576 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7577 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7578
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7579 micromatch@^2.3.11:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7580 version "2.3.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7581 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7582 integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7583 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7584 arr-diff "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7585 array-unique "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7586 braces "^1.8.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7587 expand-brackets "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7588 extglob "^0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7589 filename-regex "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7590 is-extglob "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7591 is-glob "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7592 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7593 normalize-path "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7594 object.omit "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7595 parse-glob "^3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7596 regex-cache "^0.4.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7597
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7598 micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7599 version "3.1.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7600 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7601 integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7602 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7603 arr-diff "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7604 array-unique "^0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7605 braces "^2.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7606 define-property "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7607 extend-shallow "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7608 extglob "^2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7609 fragment-cache "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7610 kind-of "^6.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7611 nanomatch "^1.2.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7612 object.pick "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7613 regex-not "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7614 snapdragon "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7615 to-regex "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7616
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7617 miller-rabin@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7618 version "4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7619 resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7620 integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7621 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7622 bn.js "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7623 brorand "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7624
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7625 mime-db@1.40.0, "mime-db@>= 1.40.0 < 2":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7626 version "1.40.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7627 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7628 integrity sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7629
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7630 mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7631 version "2.1.24"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7632 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7633 integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7634 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7635 mime-db "1.40.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7636
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7637 mime@1.4.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7638 version "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7639 resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7640 integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7641
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7642 mime@^2.0.3, mime@^2.3.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7643 version "2.4.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7644 resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.2.tgz#ce5229a5e99ffc313abac806b482c10e7ba6ac78"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7645 integrity sha512-zJBfZDkwRu+j3Pdd2aHsR5GfH2jIWhmL1ZzBoc+X+3JEti2hbArWcyJ+1laC1D2/U/W1a/+Cegj0/OnEU2ybjg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7646
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7647 mimic-fn@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7648 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7649 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7650 integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7651
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7652 mimic-fn@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7653 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7654 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7655 integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7656
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7657 mini-css-extract-plugin@^0.6.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7658 version "0.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7659 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz#a3f13372d6fcde912f3ee4cd039665704801e3b9"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7660 integrity sha512-79q5P7YGI6rdnVyIAV4NXpBQJFWdkzJxCim3Kog4078fM0piAaFlwocqbejdWtLW1cEzCexPrh6EdyFsPgVdAw==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
7661 dependencies:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7662 loader-utils "^1.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7663 normalize-url "^2.0.1"
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
7664 schema-utils "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7665 webpack-sources "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7666
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7667 minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7668 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7669 resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7670 integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7671
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7672 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7673 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7674 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7675 integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7676
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7677 minimatch@3.0.3:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7678 version "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7679 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7680 integrity sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7681 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7682 brace-expansion "^1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7683
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7684 minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7685 version "3.0.4"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7686 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7687 integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7688 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7689 brace-expansion "^1.1.7"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7690
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7691 minimist@0.0.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7692 version "0.0.8"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7693 resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7694 integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7695
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7696 minimist@^0.1.0:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7697 version "0.1.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7698 resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.1.0.tgz#99df657a52574c21c9057497df742790b2b4c0de"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7699 integrity sha1-md9lelJXTCHJBXSX33QnkLK0wN4=
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
7700
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7701 minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7702 version "1.2.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7703 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7704 integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7705
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7706 minimist@~0.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7707 version "0.0.10"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7708 resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7709 integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7710
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7711 minipass@^2.2.1, minipass@^2.3.4:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7712 version "2.3.5"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7713 resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7714 integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7715 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7716 safe-buffer "^5.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7717 yallist "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7718
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7719 minizlib@^1.1.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7720 version "1.2.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7721 resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7722 integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7723 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7724 minipass "^2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7725
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7726 mississippi@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7727 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7728 resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-2.0.0.tgz#3442a508fafc28500486feea99409676e4ee5a6f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7729 integrity sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7730 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7731 concat-stream "^1.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7732 duplexify "^3.4.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7733 end-of-stream "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7734 flush-write-stream "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7735 from2 "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7736 parallel-transform "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7737 pump "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7738 pumpify "^1.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7739 stream-each "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7740 through2 "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7741
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7742 mississippi@^3.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7743 version "3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7744 resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7745 integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7746 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7747 concat-stream "^1.5.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7748 duplexify "^3.4.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7749 end-of-stream "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7750 flush-write-stream "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7751 from2 "^2.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7752 parallel-transform "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7753 pump "^3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7754 pumpify "^1.3.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7755 stream-each "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7756 through2 "^2.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
7757
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7758 mixin-deep@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7759 version "1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7760 resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7761 integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7762 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7763 for-in "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7764 is-extendable "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7765
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7766 mixin-object@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7767 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7768 resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7769 integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7770 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7771 for-in "^0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7772 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7773
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7774 mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7775 version "0.5.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7776 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7777 integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7778 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7779 minimist "0.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7780
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7781 mkpath@1.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7782 version "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7783 resolved "https://registry.yarnpkg.com/mkpath/-/mkpath-1.0.0.tgz#ebb3a977e7af1c683ae6fda12b545a6ba6c5853d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7784 integrity sha1-67Opd+evHGg65v2hK1Raa6bFhT0=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7785
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7786 mocha-nightwatch@3.2.2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7787 version "3.2.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7788 resolved "https://registry.yarnpkg.com/mocha-nightwatch/-/mocha-nightwatch-3.2.2.tgz#91bcb9b3bde057dd7677c78125e491e58d66647c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7789 integrity sha1-kby5s73gV912d8eBJeSR5Y1mZHw=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7790 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7791 browser-stdout "1.3.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7792 commander "2.9.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7793 debug "2.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7794 diff "1.4.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7795 escape-string-regexp "1.0.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7796 glob "7.0.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7797 growl "1.9.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7798 json3 "3.3.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7799 lodash.create "3.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7800 mkdirp "0.5.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7801 supports-color "3.1.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7802
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7803 move-concurrently@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7804 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7805 resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7806 integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7807 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7808 aproba "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7809 copy-concurrently "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7810 fs-write-stream-atomic "^1.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7811 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7812 rimraf "^2.5.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7813 run-queue "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7814
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
7815 mri@^1.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7816 version "1.1.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7817 resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7818 integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
7819
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7820 ms@0.7.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7821 version "0.7.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7822 resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7823 integrity sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7824
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7825 ms@2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7826 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7827 resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7828 integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7829
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7830 ms@^2.1.1:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7831 version "2.1.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7832 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7833 integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7834
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7835 multicast-dns-service-types@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7836 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7837 resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7838 integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7839
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7840 multicast-dns@^6.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7841 version "6.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7842 resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7843 integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7844 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7845 dns-packet "^1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7846 thunky "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7847
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7848 multimatch@^3.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7849 version "3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7850 resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7851 integrity sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7852 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7853 array-differ "^2.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7854 array-union "^1.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7855 arrify "^1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7856 minimatch "^3.0.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7857
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7858 mute-stream@0.0.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7859 version "0.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7860 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7861 integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7862
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7863 mz@^2.4.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7864 version "2.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7865 resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7866 integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7867 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7868 any-promise "^1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7869 object-assign "^4.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7870 thenify-all "^1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7871
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7872 nan@^2.12.1, nan@^2.13.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7873 version "2.13.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7874 resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7875 integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7876
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7877 nanomatch@^1.2.9:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7878 version "1.2.13"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7879 resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7880 integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7881 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7882 arr-diff "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7883 array-unique "^0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7884 define-property "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7885 extend-shallow "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7886 fragment-cache "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7887 is-windows "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7888 kind-of "^6.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7889 object.pick "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7890 regex-not "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7891 snapdragon "^0.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7892 to-regex "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7893
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7894 natural-compare@^1.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7895 version "1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7896 resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7897 integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7898
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7899 needle@^2.2.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7900 version "2.3.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7901 resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.1.tgz#d272f2f4034afb9c4c9ab1379aabc17fc85c9388"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7902 integrity sha512-CaLXV3W8Vnbps8ZANqDGz7j4x7Yj1LW4TWF/TQuDfj7Cfx4nAPTvw98qgTevtto1oHDrh3pQkaODbqupXlsWTg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7903 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7904 debug "^4.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7905 iconv-lite "^0.4.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7906 sax "^1.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7907
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7908 negotiator@0.6.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7909 version "0.6.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7910 resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
7911 integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7912
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7913 neo-async@^2.5.0, neo-async@^2.6.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7914 version "2.6.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7915 resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
7916 integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7917
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7918 netmask@~1.0.4:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7919 version "1.0.6"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7920 resolved "https://registry.yarnpkg.com/netmask/-/netmask-1.0.6.tgz#20297e89d86f6f6400f250d9f4f6b4c1945fcd35"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7921 integrity sha1-ICl+idhvb2QA8lDZ9Pa0wZRfzTU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7922
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7923 nice-try@^1.0.4:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7924 version "1.0.5"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
7925 resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7926 integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7927
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7928 nightwatch@^0.9.21:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7929 version "0.9.21"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7930 resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-0.9.21.tgz#9e794a7514b4fd5f46602d368e50515232ab9e90"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7931 integrity sha1-nnlKdRS0/V9GYC02jlBRUjKrnpA=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7932 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7933 chai-nightwatch "~0.1.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7934 ejs "2.5.7"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7935 lodash.clone "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7936 lodash.defaultsdeep "4.3.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7937 minimatch "3.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7938 mkpath "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7939 mocha-nightwatch "3.2.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7940 optimist "0.6.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7941 proxy-agent "2.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7942 q "1.4.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
7943
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7944 no-case@^2.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7945 version "2.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7946 resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7947 integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7948 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7949 lower-case "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7950
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7951 node-cache@^4.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7952 version "4.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7953 resolved "https://registry.yarnpkg.com/node-cache/-/node-cache-4.2.0.tgz#48ac796a874e762582692004a376d26dfa875811"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7954 integrity sha512-obRu6/f7S024ysheAjoYFEEBqqDWv4LOMNJEuO8vMeEw2AT4z+NCzO4hlc2lhI4vATzbCQv6kke9FVdx0RbCOw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7955 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7956 clone "2.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7957 lodash "4.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7958
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7959 node-forge@0.7.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7960 version "0.7.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7961 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7962 integrity sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7963
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7964 node-gyp@^3.8.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7965 version "3.8.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7966 resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7967 integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7968 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7969 fstream "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7970 glob "^7.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7971 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7972 mkdirp "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7973 nopt "2 || 3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7974 npmlog "0 || 1 || 2 || 3 || 4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7975 osenv "0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
7976 request "^2.87.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7977 rimraf "2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7978 semver "~5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7979 tar "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7980 which "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7981
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7982 node-int64@^0.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7983 version "0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7984 resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7985 integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7986
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7987 node-ipc@^9.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7988 version "9.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7989 resolved "https://registry.yarnpkg.com/node-ipc/-/node-ipc-9.1.1.tgz#4e245ed6938e65100e595ebc5dc34b16e8dd5d69"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
7990 integrity sha512-FAyICv0sIRJxVp3GW5fzgaf9jwwRQxAKDJlmNFUL5hOy+W4X/I5AypyHoq0DXXbo9o/gt79gj++4cMr4jVWE/w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7991 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7992 event-pubsub "4.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7993 js-message "1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7994 js-queue "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7995
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7996 node-libs-browser@^2.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7997 version "2.2.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7998 resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.0.tgz#c72f60d9d46de08a940dedbb25f3ffa2f9bbaa77"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
7999 integrity sha512-5MQunG/oyOaBdttrL40dA7bUfPORLRWMUJLQtMg7nluxUvk5XwnLdL9twQHFAjRx/y7mIMkLKT9++qPbbk6BZA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8000 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8001 assert "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8002 browserify-zlib "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8003 buffer "^4.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8004 console-browserify "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8005 constants-browserify "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8006 crypto-browserify "^3.11.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8007 domain-browser "^1.1.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8008 events "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8009 https-browserify "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8010 os-browserify "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8011 path-browserify "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8012 process "^0.11.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8013 punycode "^1.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8014 querystring-es3 "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8015 readable-stream "^2.3.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8016 stream-browserify "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8017 stream-http "^2.7.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8018 string_decoder "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8019 timers-browserify "^2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8020 tty-browserify "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8021 url "^0.11.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8022 util "^0.11.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8023 vm-browserify "0.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8024
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8025 node-notifier@^5.2.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8026 version "5.4.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8027 resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.0.tgz#7b455fdce9f7de0c63538297354f3db468426e6a"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8028 integrity sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8029 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8030 growly "^1.3.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8031 is-wsl "^1.1.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8032 semver "^5.5.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8033 shellwords "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8034 which "^1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8035
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8036 node-pre-gyp@^0.12.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8037 version "0.12.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8038 resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8039 integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8040 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8041 detect-libc "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8042 mkdirp "^0.5.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8043 needle "^2.2.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8044 nopt "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8045 npm-packlist "^1.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8046 npmlog "^4.0.2"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8047 rc "^1.2.7"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8048 rimraf "^2.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8049 semver "^5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8050 tar "^4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8051
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8052 node-releases@^1.1.17:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8053 version "1.1.17"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8054 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.17.tgz#71ea4631f0a97d5cd4f65f7d04ecf9072eac711a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8055 integrity sha512-/SCjetyta1m7YXLgtACZGDYJdCSIBAWorDWkGCGZlydP2Ll7J48l7j/JxNYZ+xsgSPbWfdulVS/aY+GdjUsQ7Q==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8056 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8057 semver "^5.3.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8058
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8059 node-sass@^4.10.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8060 version "4.12.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8061 resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8062 integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8063 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8064 async-foreach "^0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8065 chalk "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8066 cross-spawn "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8067 gaze "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8068 get-stdin "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8069 glob "^7.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8070 in-publish "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8071 lodash "^4.17.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8072 meow "^3.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8073 mkdirp "^0.5.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8074 nan "^2.13.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8075 node-gyp "^3.8.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8076 npmlog "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8077 request "^2.88.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8078 sass-graph "^2.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8079 stdout-stream "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8080 "true-case-path" "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8081
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8082 "nopt@2 || 3":
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8083 version "3.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8084 resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8085 integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8086 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8087 abbrev "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8088
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8089 nopt@^4.0.1, nopt@~4.0.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8090 version "4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8091 resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8092 integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8093 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8094 abbrev "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8095 osenv "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8096
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8097 normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8098 version "2.5.0"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8099 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8100 integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8101 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8102 hosted-git-info "^2.1.4"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8103 resolve "^1.10.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8104 semver "2 || 3 || 4 || 5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8105 validate-npm-package-license "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8106
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8107 normalize-path@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8108 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8109 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8110 integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8111
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8112 normalize-path@^2.0.1, normalize-path@^2.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8113 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8114 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8115 integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8116 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8117 remove-trailing-separator "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8118
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8119 normalize-path@^3.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8120 version "3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8121 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8122 integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8123
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8124 normalize-range@^0.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8125 version "0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8126 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8127 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8128
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8129 normalize-url@^2.0.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8130 version "2.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8131 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8132 integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8133 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8134 prepend-http "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8135 query-string "^5.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8136 sort-keys "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8137
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8138 normalize-url@^3.0.0:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8139 version "3.3.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8140 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8141 integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8142
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8143 npm-bundled@^1.0.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8144 version "1.0.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8145 resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8146 integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8147
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8148 npm-packlist@^1.1.6:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8149 version "1.4.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8150 resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8151 integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8152 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8153 ignore-walk "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8154 npm-bundled "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8155
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8156 npm-run-path@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8157 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8158 resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8159 integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8160 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8161 path-key "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8162
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8163 "npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8164 version "4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8165 resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8166 integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8167 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8168 are-we-there-yet "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8169 console-control-strings "~1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8170 gauge "~2.7.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8171 set-blocking "~2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8172
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8173 nth-check@^1.0.2, nth-check@~1.0.1:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8174 version "1.0.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8175 resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8176 integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8177 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8178 boolbase "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8179
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8180 num2fraction@^1.2.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8181 version "1.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8182 resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8183 integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8184
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8185 number-is-nan@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8186 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8187 resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8188 integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8189
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8190 "nwmatcher@>= 1.3.7 < 2.0.0":
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8191 version "1.4.4"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8192 resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.4.tgz#2285631f34a95f0d0395cd900c96ed39b58f346e"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8193 integrity sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8194
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8195 nwsapi@^2.0.7:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8196 version "2.1.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8197 resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8198 integrity sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8199
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8200 oauth-sign@~0.9.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8201 version "0.9.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8202 resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8203 integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8204
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8205 object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8206 version "4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8207 resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8208 integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8209
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8210 object-copy@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8211 version "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8212 resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8213 integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8214 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8215 copy-descriptor "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8216 define-property "^0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8217 kind-of "^3.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8218
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8219 object-hash@^1.1.4:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8220 version "1.3.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8221 resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8222 integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8223
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
8224 object-keys@^1.0.11, object-keys@^1.0.12:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8225 version "1.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8226 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8227 integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8228
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8229 object-visit@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8230 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8231 resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8232 integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8233 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8234 isobject "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8235
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8236 object.assign@^4.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8237 version "4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8238 resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8239 integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8240 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8241 define-properties "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8242 function-bind "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8243 has-symbols "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8244 object-keys "^1.0.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8245
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8246 object.getownpropertydescriptors@^2.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8247 version "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8248 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8249 integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8250 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8251 define-properties "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8252 es-abstract "^1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8253
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8254 object.omit@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8255 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8256 resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8257 integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8258 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8259 for-own "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8260 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8261
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8262 object.pick@^1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8263 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8264 resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8265 integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8266 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8267 isobject "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8268
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8269 object.values@^1.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8270 version "1.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8271 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8272 integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8273 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8274 define-properties "^1.1.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8275 es-abstract "^1.12.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8276 function-bind "^1.1.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8277 has "^1.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8278
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8279 obuf@^1.0.0, obuf@^1.1.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8280 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8281 resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8282 integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8283
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8284 ol@^5.3.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8285 version "5.3.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8286 resolved "https://registry.yarnpkg.com/ol/-/ol-5.3.2.tgz#dfc70b315b2dcce3cb4b9b79a2e9eb4ef856dd72"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8287 integrity sha512-PfS8Fe1iy4YNJ7P+TvebKME+8gp5NBfQuIldAHfBCkc7agmTezscQrsJWggz5B6Sprm/M/4YBtbyQtw4pIC65w==
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8288 dependencies:
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8289 pbf "3.1.0"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8290 pixelworks "1.1.0"
123
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
8291 rbush "2.0.2"
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8292
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8293 omggif@1.0.7:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8294 version "1.0.7"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8295 resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.7.tgz#59d2eecb0263de84635b3feb887c0c9973f1e49d"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8296 integrity sha1-WdLuywJj3oRjWz/riHwMmXPx5J0=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8297
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8298 on-finished@~2.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8299 version "2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8300 resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8301 integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8302 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8303 ee-first "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8304
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8305 on-headers@~1.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8306 version "1.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8307 resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8308 integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8309
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8310 once@^1.3.0, once@^1.3.1, once@^1.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8311 version "1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8312 resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8313 integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8314 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8315 wrappy "1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8316
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8317 onetime@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8318 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8319 resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8320 integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8321 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8322 mimic-fn "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8323
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8324 opener@^1.5.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8325 version "1.5.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8326 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8327 integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8328
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8329 opn@^5.3.0, opn@^5.5.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8330 version "5.5.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8331 resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8332 integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8333 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8334 is-wsl "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8335
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8336 optimist@0.6.1, optimist@^0.6.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8337 version "0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8338 resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8339 integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8340 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8341 minimist "~0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8342 wordwrap "~0.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8343
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8344 optionator@^0.8.1, optionator@^0.8.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8345 version "0.8.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8346 resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8347 integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8348 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8349 deep-is "~0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8350 fast-levenshtein "~2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8351 levn "~0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8352 prelude-ls "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8353 type-check "~0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8354 wordwrap "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8355
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8356 ora@^3.4.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8357 version "3.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8358 resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8359 integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8360 dependencies:
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
8361 chalk "^2.4.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8362 cli-cursor "^2.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8363 cli-spinners "^2.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8364 log-symbols "^2.2.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8365 strip-ansi "^5.2.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8366 wcwidth "^1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8367
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8368 original@^1.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8369 version "1.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8370 resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8371 integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8372 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8373 url-parse "^1.4.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8374
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8375 os-browserify@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8376 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8377 resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8378 integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8379
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8380 os-homedir@^1.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8381 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8382 resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8383 integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8384
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8385 os-locale@^1.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8386 version "1.4.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8387 resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8388 integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8389 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8390 lcid "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8391
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8392 os-locale@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8393 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8394 resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8395 integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8396 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8397 execa "^0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8398 lcid "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8399 mem "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8400
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8401 os-locale@^3.0.0, os-locale@^3.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8402 version "3.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8403 resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8404 integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8405 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8406 execa "^1.0.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8407 lcid "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8408 mem "^4.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8409
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8410 os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8411 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8412 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8413 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8414
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8415 osenv@0, osenv@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8416 version "0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8417 resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8418 integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8419 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8420 os-homedir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8421 os-tmpdir "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8422
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8423 p-defer@^1.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8424 version "1.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8425 resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8426 integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8427
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8428 p-finally@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8429 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8430 resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8431 integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8432
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8433 p-is-promise@^2.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8434 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8435 resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8436 integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8437
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8438 p-limit@^1.0.0, p-limit@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8439 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8440 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8441 integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8442 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8443 p-try "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8444
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8445 p-limit@^2.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8446 version "2.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8447 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8448 integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8449 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8450 p-try "^2.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8451
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8452 p-locate@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8453 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8454 resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8455 integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8456 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8457 p-limit "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8458
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8459 p-locate@^3.0.0:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8460 version "3.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8461 resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8462 integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8463 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8464 p-limit "^2.0.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8465
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8466 p-map@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8467 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8468 resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8469 integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8470
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8471 p-map@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8472 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8473 resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8474 integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8475
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8476 p-try@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8477 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8478 resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8479 integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8480
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8481 p-try@^2.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8482 version "2.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8483 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8484 integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8485
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8486 pac-proxy-agent@1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8487 version "1.1.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8488 resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-1.1.0.tgz#34a385dfdf61d2f0ecace08858c745d3e791fd4d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8489 integrity sha512-QBELCWyLYPgE2Gj+4wUEiMscHrQ8nRPBzYItQNOHWavwBt25ohZHQC4qnd5IszdVVrFbLsQ+dPkm6eqdjJAmwQ==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8490 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8491 agent-base "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8492 debug "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8493 extend "3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8494 get-uri "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8495 http-proxy-agent "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8496 https-proxy-agent "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8497 pac-resolver "~2.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8498 raw-body "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8499 socks-proxy-agent "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8500
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8501 pac-resolver@~2.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8502 version "2.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8503 resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-2.0.0.tgz#99b88d2f193fbdeefc1c9a529c1f3260ab5277cd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8504 integrity sha1-mbiNLxk/ve78HJpSnB8yYKtSd80=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8505 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8506 co "~3.0.6"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8507 degenerator "~1.0.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8508 ip "1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8509 netmask "~1.0.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8510 thunkify "~2.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8511
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8512 pako@~1.0.5:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8513 version "1.0.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8514 resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8515 integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8516
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8517 parallel-transform@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8518 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8519 resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8520 integrity sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8521 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8522 cyclist "~0.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8523 inherits "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8524 readable-stream "^2.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8525
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8526 param-case@2.1.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8527 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8528 resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8529 integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8530 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8531 no-case "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8532
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8533 parse-asn1@^5.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8534 version "5.1.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8535 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.4.tgz#37f6628f823fbdeb2273b4d540434a22f3ef1fcc"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8536 integrity sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8537 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8538 asn1.js "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8539 browserify-aes "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8540 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8541 evp_bytestokey "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8542 pbkdf2 "^3.0.3"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8543 safe-buffer "^5.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8544
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8545 parse-glob@^3.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8546 version "3.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8547 resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8548 integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8549 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8550 glob-base "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8551 is-dotfile "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8552 is-extglob "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8553 is-glob "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8554
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8555 parse-json@^2.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8556 version "2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8557 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8558 integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8559 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8560 error-ex "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8561
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8562 parse-json@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8563 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8564 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8565 integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8566 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8567 error-ex "^1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8568 json-parse-better-errors "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8569
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8570 parse-passwd@^1.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8571 version "1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8572 resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8573 integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8574
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8575 parse5@4.0.0, parse5@^4.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8576 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8577 resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8578 integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8579
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8580 parse5@^1.5.1:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8581 version "1.5.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8582 resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8583 integrity sha1-m387DeMr543CQBsXVzzK8Pb1nZQ=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
8584
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8585 parse5@^3.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8586 version "3.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8587 resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8588 integrity sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8589 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8590 "@types/node" "*"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8591
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8592 parseurl@~1.3.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8593 version "1.3.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8594 resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8595 integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8596
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8597 pascalcase@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8598 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8599 resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8600 integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8601
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8602 path-browserify@0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8603 version "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8604 resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8605 integrity sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8606
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8607 path-dirname@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8608 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8609 resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8610 integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8611
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8612 path-exists@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8613 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8614 resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8615 integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8616 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8617 pinkie-promise "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8618
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8619 path-exists@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8620 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8621 resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8622 integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8623
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8624 path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8625 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8626 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8627 integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8628
450
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
8629 path-is-inside@^1.0.1, path-is-inside@^1.0.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8630 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8631 resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8632 integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8633
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8634 path-key@^2.0.0, path-key@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8635 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8636 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8637 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8638
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8639 path-parse@^1.0.5, path-parse@^1.0.6:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8640 version "1.0.6"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8641 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8642 integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8643
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8644 path-to-regexp@0.1.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8645 version "0.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8646 resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8647 integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8648
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8649 path-type@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8650 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8651 resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8652 integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8653 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8654 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8655 pify "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8656 pinkie-promise "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8657
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8658 path-type@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8659 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8660 resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8661 integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8662 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8663 pify "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8664
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8665 path@^0.12.7:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8666 version "0.12.7"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8667 resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8668 integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8669 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8670 process "^0.11.1"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8671 util "^0.10.3"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
8672
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8673 pbf@3.1.0:
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8674 version "3.1.0"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8675 resolved "https://registry.yarnpkg.com/pbf/-/pbf-3.1.0.tgz#f70004badcb281761eabb1e76c92f179f08189e9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8676 integrity sha512-/hYJmIsTmh7fMkHAWWXJ5b8IKLWdjdlAFb3IHkRBn1XUhIYBChVGfVwmHEAV3UfXTxsP/AKfYTXTS/dCPxJd5w==
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8677 dependencies:
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8678 ieee754 "^1.1.6"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8679 resolve-protobuf-schema "^2.0.0"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8680
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8681 pbkdf2@^3.0.3:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8682 version "3.0.17"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8683 resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8684 integrity sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8685 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8686 create-hash "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8687 create-hmac "^1.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8688 ripemd160 "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8689 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8690 sha.js "^2.4.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8691
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8692 pend@~1.2.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8693 version "1.2.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8694 resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8695 integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
8696
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8697 performance-now@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8698 version "2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8699 resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8700 integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8701
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8702 pify@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8703 version "2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8704 resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8705 integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8706
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8707 pify@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8708 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8709 resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8710 integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8711
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8712 pify@^4.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8713 version "4.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8714 resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8715 integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
8716
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8717 pinkie-promise@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8718 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8719 resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8720 integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8721 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8722 pinkie "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8723
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8724 pinkie@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8725 version "2.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8726 resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8727 integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8728
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8729 pixelworks@1.1.0:
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8730 version "1.1.0"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8731 resolved "https://registry.yarnpkg.com/pixelworks/-/pixelworks-1.1.0.tgz#1f095ad48dca8bf8a1c8258e0092031a44f22ca5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8732 integrity sha1-Hwla1I3Ki/ihyCWOAJIDGkTyLKU=
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8733
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8734 pkg-dir@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8735 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8736 resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8737 integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8738 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8739 find-up "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8740
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8741 pkg-dir@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8742 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8743 resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8744 integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8745 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8746 find-up "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8747
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8748 pkg-dir@^3.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8749 version "3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8750 resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8751 integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8752 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8753 find-up "^3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
8754
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8755 pkg-up@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8756 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8757 resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8758 integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8759 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8760 find-up "^2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8761
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8762 pluralize@^7.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8763 version "7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8764 resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8765 integrity sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8766
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8767 pn@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8768 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8769 resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8770 integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8771
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8772 pofile@^1.0.10:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8773 version "1.0.11"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8774 resolved "https://registry.yarnpkg.com/pofile/-/pofile-1.0.11.tgz#35aff58c17491d127a07336d5522ebc9df57c954"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8775 integrity sha512-Vy9eH1dRD9wHjYt/QqXcTz+RnX/zg53xK+KljFSX30PvdDMb2z+c6uDUeblUGqqJgz3QFsdlA0IJvHziPmWtQg==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
8776
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8777 popper.js@^1.15.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8778 version "1.15.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8779 resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8780 integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8781
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8782 portfinder@^1.0.20:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8783 version "1.0.20"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8784 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
8785 integrity sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8786 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8787 async "^1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8788 debug "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8789 mkdirp "0.5.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8790
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8791 posix-character-classes@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8792 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8793 resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8794 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8795
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8796 postcss-calc@^7.0.1:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8797 version "7.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8798 resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.1.tgz#36d77bab023b0ecbb9789d84dcb23c4941145436"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8799 integrity sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8800 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8801 css-unit-converter "^1.1.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8802 postcss "^7.0.5"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8803 postcss-selector-parser "^5.0.0-rc.4"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8804 postcss-value-parser "^3.3.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8805
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8806 postcss-colormin@^4.0.3:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8807 version "4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8808 resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8809 integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8810 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8811 browserslist "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8812 color "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8813 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8814 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8815 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8816
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8817 postcss-convert-values@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8818 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8819 resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8820 integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8821 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8822 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8823 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8824
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8825 postcss-discard-comments@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8826 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8827 resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8828 integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8829 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8830 postcss "^7.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8831
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8832 postcss-discard-duplicates@^4.0.2:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8833 version "4.0.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8834 resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8835 integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8836 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8837 postcss "^7.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8838
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8839 postcss-discard-empty@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8840 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8841 resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8842 integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8843 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8844 postcss "^7.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8845
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8846 postcss-discard-overridden@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8847 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8848 resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8849 integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8850 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8851 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8852
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8853 postcss-load-config@^2.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8854 version "2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8855 resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.0.0.tgz#f1312ddbf5912cd747177083c5ef7a19d62ee484"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8856 integrity sha512-V5JBLzw406BB8UIfsAWSK2KSwIJ5yoEIVFb4gVkXci0QdKgA24jLmHZ/ghe/GgX0lJ0/D1uUK1ejhzEY94MChQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8857 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8858 cosmiconfig "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8859 import-cwd "^2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8860
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8861 postcss-loader@^3.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8862 version "3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8863 resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8864 integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8865 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8866 loader-utils "^1.1.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8867 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8868 postcss-load-config "^2.0.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8869 schema-utils "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8870
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8871 postcss-merge-longhand@^4.0.11:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8872 version "4.0.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8873 resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8874 integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8875 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8876 css-color-names "0.0.4"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8877 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8878 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8879 stylehacks "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8880
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8881 postcss-merge-rules@^4.0.3:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8882 version "4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8883 resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8884 integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8885 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8886 browserslist "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8887 caniuse-api "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8888 cssnano-util-same-parent "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8889 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8890 postcss-selector-parser "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8891 vendors "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8892
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8893 postcss-minify-font-values@^4.0.2:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8894 version "4.0.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8895 resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8896 integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8897 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8898 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8899 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8900
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8901 postcss-minify-gradients@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8902 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8903 resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8904 integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8905 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8906 cssnano-util-get-arguments "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8907 is-color-stop "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8908 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8909 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8910
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8911 postcss-minify-params@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8912 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8913 resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8914 integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8915 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8916 alphanum-sort "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8917 browserslist "^4.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8918 cssnano-util-get-arguments "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8919 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8920 postcss-value-parser "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8921 uniqs "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8922
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8923 postcss-minify-selectors@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8924 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8925 resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8926 integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8927 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8928 alphanum-sort "^1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8929 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8930 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8931 postcss-selector-parser "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8932
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8933 postcss-modules-extract-imports@^1.2.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8934 version "1.2.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8935 resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
8936 integrity sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8937 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8938 postcss "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8939
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8940 postcss-modules-local-by-default@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8941 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8942 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8943 integrity sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8944 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8945 css-selector-tokenizer "^0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8946 postcss "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8947
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8948 postcss-modules-scope@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8949 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8950 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8951 integrity sha1-1upkmUx5+XtipytCb75gVqGUu5A=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8952 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8953 css-selector-tokenizer "^0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8954 postcss "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8955
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8956 postcss-modules-values@^1.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8957 version "1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8958 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
8959 integrity sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8960 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8961 icss-replace-symbols "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8962 postcss "^6.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8963
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8964 postcss-normalize-charset@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8965 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8966 resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8967 integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8968 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8969 postcss "^7.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8970
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8971 postcss-normalize-display-values@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8972 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8973 resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8974 integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8975 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8976 cssnano-util-get-match "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8977 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8978 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8979
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8980 postcss-normalize-positions@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8981 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8982 resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8983 integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8984 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8985 cssnano-util-get-arguments "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8986 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8987 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8988 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8989
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8990 postcss-normalize-repeat-style@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8991 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8992 resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
8993 integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8994 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8995 cssnano-util-get-arguments "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8996 cssnano-util-get-match "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
8997 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8998 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
8999
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9000 postcss-normalize-string@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9001 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9002 resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9003 integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9004 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9005 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9006 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9007 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9008
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9009 postcss-normalize-timing-functions@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9010 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9011 resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9012 integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9013 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9014 cssnano-util-get-match "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9015 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9016 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9017
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9018 postcss-normalize-unicode@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9019 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9020 resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9021 integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9022 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9023 browserslist "^4.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9024 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9025 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9026
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9027 postcss-normalize-url@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9028 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9029 resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9030 integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9031 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9032 is-absolute-url "^2.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9033 normalize-url "^3.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9034 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9035 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9036
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9037 postcss-normalize-whitespace@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9038 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9039 resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9040 integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9041 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9042 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9043 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9044
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9045 postcss-ordered-values@^4.1.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9046 version "4.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9047 resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9048 integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9049 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9050 cssnano-util-get-arguments "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9051 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9052 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9053
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9054 postcss-reduce-initial@^4.0.3:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9055 version "4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9056 resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9057 integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9058 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9059 browserslist "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9060 caniuse-api "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9061 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9062 postcss "^7.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9063
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9064 postcss-reduce-transforms@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9065 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9066 resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9067 integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9068 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9069 cssnano-util-get-match "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9070 has "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9071 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9072 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9073
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9074 postcss-selector-parser@^3.0.0, postcss-selector-parser@^3.1.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9075 version "3.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9076 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz#4f875f4afb0c96573d5cf4d74011aee250a7e865"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9077 integrity sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9078 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9079 dot-prop "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9080 indexes-of "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9081 uniq "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9082
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9083 postcss-selector-parser@^5.0.0, postcss-selector-parser@^5.0.0-rc.4:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9084 version "5.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9085 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9086 integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9087 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9088 cssesc "^2.0.0"
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
9089 indexes-of "^1.0.1"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
9090 uniq "^1.0.1"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
9091
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9092 postcss-selector-parser@^6.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9093 version "6.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9094 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9095 integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9096 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9097 cssesc "^3.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9098 indexes-of "^1.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9099 uniq "^1.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9100
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9101 postcss-svgo@^4.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9102 version "4.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9103 resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9104 integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9105 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9106 is-svg "^3.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9107 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9108 postcss-value-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9109 svgo "^1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9110
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9111 postcss-unique-selectors@^4.0.1:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9112 version "4.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9113 resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9114 integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9115 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9116 alphanum-sort "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9117 postcss "^7.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9118 uniqs "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9119
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9120 postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9121 version "3.3.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9122 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9123 integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9124
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9125 postcss@^6.0.1, postcss@^6.0.20, postcss@^6.0.23:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9126 version "6.0.23"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9127 resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9128 integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9129 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9130 chalk "^2.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9131 source-map "^0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9132 supports-color "^5.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9133
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9134 postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.5:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9135 version "7.0.16"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9136 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.16.tgz#48f64f1b4b558cb8b52c88987724359acb010da2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9137 integrity sha512-MOo8zNSlIqh22Uaa3drkdIAgUGEL+AD1ESiSdmElLUmE2uVDo1QloiT/IfW9qRw8Gw+Y/w69UVMGwbufMSftxA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9138 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9139 chalk "^2.4.2"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9140 source-map "^0.6.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9141 supports-color "^6.1.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9142
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9143 prelude-ls@~1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9144 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9145 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9146 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9147
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9148 prepend-http@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9149 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9150 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9151 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9152
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9153 preserve@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9154 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9155 resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9156 integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9157
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9158 prettier-linter-helpers@^1.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9159 version "1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9160 resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9161 integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9162 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9163 fast-diff "^1.1.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9164
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9165 prettier@1.16.3:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9166 version "1.16.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9167 resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9168 integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9169
1514
cea6ad2be9ee prettier added explicitely. pretty-quick upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 1461
diff changeset
9170 prettier@^1.13.0, prettier@^1.15.2, prettier@^1.15.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9171 version "1.17.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9172 resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9173 integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9174
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9175 pretty-error@^2.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9176 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9177 resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9178 integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9179 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9180 renderkid "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9181 utila "~0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9182
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9183 pretty-format@^23.6.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9184 version "23.6.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9185 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9186 integrity sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9187 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9188 ansi-regex "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9189 ansi-styles "^3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9190
1514
cea6ad2be9ee prettier added explicitely. pretty-quick upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 1461
diff changeset
9191 pretty-quick@^1.8.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9192 version "1.10.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9193 resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-1.10.0.tgz#d86cc46fe92ed8cfcfba6a082ec5949c53858198"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9194 integrity sha512-uNvm2N3UWmnZRZrClyQI45hIbV20f5BpSyZY51Spbvn4APp9+XLyX4bCjWRGT3fGyVyQ/2/iw7dbQq1UUaq7SQ==
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9195 dependencies:
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9196 chalk "^2.3.0"
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9197 execa "^0.8.0"
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9198 find-up "^2.1.0"
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9199 ignore "^3.3.7"
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9200 mri "^1.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9201 multimatch "^3.0.0"
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
9202
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9203 pretty@2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9204 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9205 resolved "https://registry.yarnpkg.com/pretty/-/pretty-2.0.0.tgz#adbc7960b7bbfe289a557dc5f737619a220d06a5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9206 integrity sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9207 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9208 condense-newlines "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9209 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9210 js-beautify "^1.6.12"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9211
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9212 private@^0.1.6, private@^0.1.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9213 version "0.1.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9214 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9215 integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9216
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9217 process-nextick-args@~2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9218 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9219 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9220 integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9221
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
9222 process@^0.11.1, process@^0.11.10:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9223 version "0.11.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9224 resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9225 integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9226
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9227 progress@^2.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9228 version "2.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9229 resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9230 integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9231
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9232 promise-inflight@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9233 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9234 resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9235 integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9236
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9237 promise-polyfill@8.1.0:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9238 version "8.1.0"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9239 resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.1.0.tgz#30059da54d1358ce905ac581f287e184aedf995d"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9240 integrity sha512-OzSf6gcCUQ01byV4BgwyUCswlaQQ6gzXc23aLQWhicvfX9kfsUiUhgt3CCQej8jDnl8/PhGF31JdHX2/MzF3WA==
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9241
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9242 promise@^7.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9243 version "7.3.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9244 resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9245 integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9246 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9247 asap "~2.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9248
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9249 prompts@^0.1.9:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9250 version "0.1.14"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9251 resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9252 integrity sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9253 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9254 kleur "^2.0.1"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9255 sisteransi "^0.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9256
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9257 proto-list@~1.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9258 version "1.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9259 resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9260 integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9261
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9262 protocol-buffers-schema@^3.3.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9263 version "3.3.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9264 resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.3.2.tgz#00434f608b4e8df54c59e070efeefc37fb4bb859"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9265 integrity sha512-Xdayp8sB/mU+sUV4G7ws8xtYMGdQnxbeIfLjyO9TZZRJdztBGhlmbI5x1qcY4TG5hBkIKGnc28i7nXxaugu88w==
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9266
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9267 proxy-addr@~2.0.4:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9268 version "2.0.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9269 resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9270 integrity sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9271 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9272 forwarded "~0.1.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9273 ipaddr.js "1.9.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9274
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9275 proxy-agent@2.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9276 version "2.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9277 resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-2.0.0.tgz#57eb5347aa805d74ec681cb25649dba39c933499"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9278 integrity sha1-V+tTR6qAXXTsaByyVknbo5yTNJk=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9279 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9280 agent-base "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9281 debug "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9282 extend "3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9283 http-proxy-agent "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9284 https-proxy-agent "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9285 lru-cache "~2.6.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9286 pac-proxy-agent "1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9287 socks-proxy-agent "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9288
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9289 prr@~1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9290 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9291 resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9292 integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9293
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9294 pseudomap@^1.0.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9295 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9296 resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9297 integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9298
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
9299 psl@^1.1.24, psl@^1.1.28:
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9300 version "1.1.31"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9301 resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
9302 integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9303
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9304 public-encrypt@^4.0.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9305 version "4.0.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9306 resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9307 integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9308 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9309 bn.js "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9310 browserify-rsa "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9311 create-hash "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9312 parse-asn1 "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9313 randombytes "^2.0.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9314 safe-buffer "^5.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9315
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9316 pug-attrs@^2.0.3:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9317 version "2.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9318 resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-2.0.3.tgz#a3095f970e64151f7bdad957eef55fb5d7905d15"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9319 integrity sha1-owlflw5kFR972tlX7vVftdeQXRU=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9320 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9321 constantinople "^3.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9322 js-stringify "^1.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9323 pug-runtime "^2.0.4"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9324
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9325 pug-code-gen@^2.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9326 version "2.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9327 resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-2.0.1.tgz#0951ec83225d74d8cfc476a7f99a259b5f7d050c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9328 integrity sha1-CVHsgyJddNjPxHan+Zolm199BQw=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9329 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9330 constantinople "^3.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9331 doctypes "^1.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9332 js-stringify "^1.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9333 pug-attrs "^2.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9334 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9335 pug-runtime "^2.0.4"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9336 void-elements "^2.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9337 with "^5.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9338
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9339 pug-error@^1.3.2:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9340 version "1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9341 resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.2.tgz#53ae7d9d29bb03cf564493a026109f54c47f5f26"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9342 integrity sha1-U659nSm7A89WRJOgJhCfVMR/XyY=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9343
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9344 pug-filters@^3.1.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9345 version "3.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9346 resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-3.1.0.tgz#27165555bc04c236e4aa2b0366246dfa021b626e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9347 integrity sha1-JxZVVbwEwjbkqisDZiRt+gIbYm4=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9348 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9349 clean-css "^4.1.11"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9350 constantinople "^3.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9351 jstransformer "1.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9352 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9353 pug-walk "^1.1.7"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9354 resolve "^1.1.6"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9355 uglify-js "^2.6.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9356
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9357 pug-lexer@^4.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9358 version "4.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9359 resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-4.0.0.tgz#210c18457ef2e1760242740c5e647bd794cec278"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9360 integrity sha1-IQwYRX7y4XYCQnQMXmR715TOwng=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9361 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9362 character-parser "^2.1.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9363 is-expression "^3.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9364 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9365
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9366 pug-linker@^3.0.5:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9367 version "3.0.5"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9368 resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.5.tgz#9e9a7ae4005682d027deeb96b000f88eeb83a02f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9369 integrity sha1-npp65ABWgtAn3uuWsAD4juuDoC8=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9370 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9371 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9372 pug-walk "^1.1.7"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9373
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9374 pug-load@^2.0.11:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9375 version "2.0.11"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9376 resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-2.0.11.tgz#e648e57ed113fe2c1f45d57858ea2bad6bc01527"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9377 integrity sha1-5kjlftET/iwfRdV4WOorrWvAFSc=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9378 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9379 object-assign "^4.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9380 pug-walk "^1.1.7"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9381
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9382 pug-parser@^5.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9383 version "5.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9384 resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-5.0.0.tgz#e394ad9b3fca93123940aff885c06e44ab7e68e4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9385 integrity sha1-45Stmz/KkxI5QK/4hcBuRKt+aOQ=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9386 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9387 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9388 token-stream "0.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9389
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9390 pug-runtime@^2.0.4:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9391 version "2.0.4"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9392 resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.4.tgz#e178e1bda68ab2e8c0acfc9bced2c54fd88ceb58"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9393 integrity sha1-4XjhvaaKsujArPybztLFT9iM61g=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9394
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9395 pug-strip-comments@^1.0.3:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9396 version "1.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9397 resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-1.0.3.tgz#f1559592206edc6f85310dacf4afb48a025af59f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9398 integrity sha1-8VWVkiBu3G+FMQ2s9K+0igJa9Z8=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9399 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9400 pug-error "^1.3.2"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9401
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9402 pug-walk@^1.1.7:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9403 version "1.1.7"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9404 resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-1.1.7.tgz#c00d5c5128bac5806bec15d2b7e7cdabe42531f3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9405 integrity sha1-wA1cUSi6xYBr7BXSt+fNq+QlMfM=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9406
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9407 pug@^2.0.3:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9408 version "2.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9409 resolved "https://registry.yarnpkg.com/pug/-/pug-2.0.3.tgz#71cba82537c95a5eab7ed04696e4221f53aa878e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9410 integrity sha1-ccuoJTfJWl6rftBGluQiH1Oqh44=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9411 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9412 pug-code-gen "^2.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9413 pug-filters "^3.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9414 pug-lexer "^4.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9415 pug-linker "^3.0.5"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9416 pug-load "^2.0.11"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9417 pug-parser "^5.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9418 pug-runtime "^2.0.4"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9419 pug-strip-comments "^1.0.3"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9420
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9421 pump@^2.0.0, pump@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9422 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9423 resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9424 integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9425 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9426 end-of-stream "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9427 once "^1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9428
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9429 pump@^3.0.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9430 version "3.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9431 resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9432 integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9433 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9434 end-of-stream "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9435 once "^1.3.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9436
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9437 pumpify@^1.3.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9438 version "1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9439 resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9440 integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9441 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9442 duplexify "^3.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9443 inherits "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9444 pump "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9445
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9446 punycode@1.3.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9447 version "1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9448 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9449 integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9450
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
9451 punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9452 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9453 resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9454 integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9455
450
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
9456 punycode@^1.2.4, punycode@^1.4.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9457 version "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9458 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9459 integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9460
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
9461 purgecss-webpack-plugin@^1.4.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9462 version "1.5.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9463 resolved "https://registry.yarnpkg.com/purgecss-webpack-plugin/-/purgecss-webpack-plugin-1.5.0.tgz#18c0fb8815d79364a80d2701b8d62ba6bc2f8cc0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9464 integrity sha512-ZSU6lok2DuDBuR7VCte5V12eke0Tx8xsCKxMbOnMfuJNPccPGv4jflRUm2Wvr2yGB8lFzKNZaTWaSk9g3kCv5A==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9465 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9466 purgecss "^1.3.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
9467 webpack-sources "^1.3.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
9468
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9469 purgecss@^1.3.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9470 version "1.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9471 resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-1.3.0.tgz#fc3c303df9a74a75547545b2c0da28a9ec63da00"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9472 integrity sha512-0UMnr8aUsPO7RbzAT72UELRvwMHhadtuunDm7rcgRS6b8pCVO8yglIqikiYFwQk2XP606mk+GpjI1G74Auxgtg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9473 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9474 glob "^7.1.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9475 postcss "^7.0.14"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9476 postcss-selector-parser "^6.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9477 yargs "^13.2.2"
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
9478
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9479 q@1.4.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9480 version "1.4.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9481 resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9482 integrity sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9483
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9484 q@^1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9485 version "1.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9486 resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9487 integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9488
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9489 qs@6.5.2, qs@~6.5.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9490 version "6.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9491 resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9492 integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9493
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9494 query-string@^5.0.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9495 version "5.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9496 resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9497 integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9498 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9499 decode-uri-component "^0.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9500 object-assign "^4.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9501 strict-uri-encode "^1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9502
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9503 querystring-es3@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9504 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9505 resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9506 integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9507
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9508 querystring@0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9509 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9510 resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9511 integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9512
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9513 querystringify@^2.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9514 version "2.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9515 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9516 integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9517
123
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
9518 quickselect@^1.0.1:
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9519 version "1.1.1"
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9520 resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-1.1.1.tgz#852e412ce418f237ad5b660d70cffac647ae94c2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9521 integrity sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ==
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9522
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9523 randomatic@^3.0.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9524 version "3.1.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9525 resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9526 integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9527 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9528 is-number "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9529 kind-of "^6.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9530 math-random "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9531
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9532 randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9533 version "2.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9534 resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9535 integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9536 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9537 safe-buffer "^5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9538
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9539 randomfill@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9540 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9541 resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9542 integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9543 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9544 randombytes "^2.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9545 safe-buffer "^5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9546
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9547 range-parser@^1.0.3, range-parser@~1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9548 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9549 resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9550 integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9551
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9552 raw-body@2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9553 version "2.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9554 resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9555 integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9556 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9557 bytes "3.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9558 http-errors "1.7.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9559 iconv-lite "0.4.24"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9560 unpipe "1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9561
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9562 raw-body@2.3.3:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9563 version "2.3.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9564 resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.3.tgz#1b324ece6b5706e153855bc1148c65bb7f6ea0c3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9565 integrity sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9566 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9567 bytes "3.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9568 http-errors "1.6.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9569 iconv-lite "0.4.23"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9570 unpipe "1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9571
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
9572 rbush@*, rbush@2.0.2:
123
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
9573 version "2.0.2"
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
9574 resolved "https://registry.yarnpkg.com/rbush/-/rbush-2.0.2.tgz#bb6005c2731b7ba1d5a9a035772927d16a614605"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9575 integrity sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA==
123
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
9576 dependencies:
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
9577 quickselect "^1.0.1"
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9578
450
f8d8f12bab91 client: Remove swagger remains.
Bernhard Reiter <bernhard@intevation.de>
parents: 428
diff changeset
9579 rc@^1.2.7:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9580 version "1.2.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9581 resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9582 integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9583 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9584 deep-extend "^0.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9585 ini "~1.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9586 minimist "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9587 strip-json-comments "~2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9588
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9589 read-pkg-up@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9590 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9591 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9592 integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9593 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9594 find-up "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9595 read-pkg "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9596
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9597 read-pkg@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9598 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9599 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9600 integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9601 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9602 load-json-file "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9603 normalize-package-data "^2.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9604 path-type "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9605
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9606 read-pkg@^4.0.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9607 version "4.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9608 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9609 integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9610 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9611 normalize-package-data "^2.3.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9612 parse-json "^4.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9613 pify "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9614
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9615 read-pkg@^5.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9616 version "5.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9617 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9618 integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9619 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9620 "@types/normalize-package-data" "^2.4.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9621 normalize-package-data "^2.5.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9622 parse-json "^4.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9623 type-fest "^0.4.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9624
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9625 "readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9626 version "2.3.6"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9627 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9628 integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9629 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9630 core-util-is "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9631 inherits "~2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9632 isarray "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9633 process-nextick-args "~2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9634 safe-buffer "~5.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9635 string_decoder "~1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9636 util-deprecate "~1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9637
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9638 readable-stream@1.1.x:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9639 version "1.1.14"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9640 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9641 integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9642 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9643 core-util-is "~1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9644 inherits "~2.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9645 isarray "0.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9646 string_decoder "~0.10.x"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
9647
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9648 readable-stream@3, readable-stream@^3.0.6, readable-stream@^3.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9649 version "3.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9650 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.3.0.tgz#cb8011aad002eb717bf040291feba8569c986fb9"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9651 integrity sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9652 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9653 inherits "^2.0.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9654 string_decoder "^1.1.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9655 util-deprecate "^1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9656
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
9657 readdirp@^2.2.1:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9658 version "2.2.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9659 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9660 integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9661 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9662 graceful-fs "^4.1.11"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9663 micromatch "^3.1.10"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9664 readable-stream "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9665
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9666 realpath-native@^1.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9667 version "1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9668 resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9669 integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9670 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9671 util.promisify "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9672
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9673 redent@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9674 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9675 resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9676 integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9677 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9678 indent-string "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9679 strip-indent "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9680
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9681 regenerate-unicode-properties@^8.0.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9682 version "8.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9683 resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.0.2.tgz#7b38faa296252376d363558cfbda90c9ce709662"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9684 integrity sha512-SbA/iNrBUf6Pv2zU8Ekv1Qbhv92yxL4hiDa2siuxs4KKn4oOoMDHXjAf7+Nz9qinUQ46B1LcWEi/PhJfPWpZWQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9685 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9686 regenerate "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9687
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9688 regenerate@^1.2.1, regenerate@^1.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9689 version "1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9690 resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9691 integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9692
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
9693 regenerator-runtime@^0.11.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9694 version "0.11.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9695 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9696 integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9697
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9698 regenerator-runtime@^0.13.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9699 version "0.13.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9700 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9701 integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9702
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9703 regenerator-transform@^0.13.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9704 version "0.13.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9705 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.4.tgz#18f6763cf1382c69c36df76c6ce122cc694284fb"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9706 integrity sha512-T0QMBjK3J0MtxjPmdIMXm72Wvj2Abb0Bd4HADdfijwMdoIsyQZ6fWC7kDFhk2YinBBEMZDL7Y7wh0J1sGx3S4A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9707 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9708 private "^0.1.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9709
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9710 regex-cache@^0.4.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9711 version "0.4.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9712 resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9713 integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9714 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9715 is-equal-shallow "^0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9716
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9717 regex-not@^1.0.0, regex-not@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9718 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9719 resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9720 integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9721 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9722 extend-shallow "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9723 safe-regex "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9724
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9725 regexp-tree@^0.1.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9726 version "0.1.6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9727 resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.6.tgz#84900fa12fdf428a2ac25f04300382a7c0148479"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9728 integrity sha512-LFrA98Dw/heXqDojz7qKFdygZmFoiVlvE1Zp7Cq2cvF+ZA+03Gmhy0k0PQlsC1jvHPiTUSs+pDHEuSWv6+6D7w==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9729
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9730 regexpp@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9731 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9732 resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9733 integrity sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9734
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9735 regexpu-core@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9736 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9737 resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9738 integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9739 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9740 regenerate "^1.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9741 regjsgen "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9742 regjsparser "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9743
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9744 regexpu-core@^4.5.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9745 version "4.5.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9746 resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9747 integrity sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9748 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9749 regenerate "^1.4.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9750 regenerate-unicode-properties "^8.0.2"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9751 regjsgen "^0.5.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9752 regjsparser "^0.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9753 unicode-match-property-ecmascript "^1.0.4"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9754 unicode-match-property-value-ecmascript "^1.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9755
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9756 regjsgen@^0.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9757 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9758 resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9759 integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9760
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9761 regjsgen@^0.5.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9762 version "0.5.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9763 resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9764 integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9765
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9766 regjsparser@^0.1.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9767 version "0.1.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9768 resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9769 integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9770 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9771 jsesc "~0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9772
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9773 regjsparser@^0.6.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9774 version "0.6.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9775 resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9776 integrity sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9777 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9778 jsesc "~0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9779
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9780 relateurl@0.2.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9781 version "0.2.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9782 resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9783 integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9784
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9785 remove-trailing-separator@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9786 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9787 resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9788 integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9789
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9790 renderkid@^2.0.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9791 version "2.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9792 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9793 integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9794 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9795 css-select "^1.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9796 dom-converter "^0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9797 htmlparser2 "^3.3.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9798 strip-ansi "^3.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
9799 utila "^0.4.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9800
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9801 repeat-element@^1.1.2:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
9802 version "1.1.3"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
9803 resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9804 integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9805
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9806 repeat-string@^1.5.2, repeat-string@^1.6.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9807 version "1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9808 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9809 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9810
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9811 repeating@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9812 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9813 resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9814 integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9815 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9816 is-finite "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9817
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9818 request-promise-core@1.1.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9819 version "1.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9820 resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.2.tgz#339f6aababcafdb31c799ff158700336301d3346"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9821 integrity sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9822 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9823 lodash "^4.17.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9824
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9825 request-promise-native@^1.0.5, request-promise-native@^1.0.7:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9826 version "1.0.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9827 resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.7.tgz#a49868a624bdea5069f1251d0a836e0d89aa2c59"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9828 integrity sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9829 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9830 request-promise-core "1.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9831 stealthy-require "^1.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9832 tough-cookie "^2.3.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9833
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9834 request@^2.55.0, request@^2.87.0, request@^2.88.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9835 version "2.88.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9836 resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9837 integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9838 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9839 aws-sign2 "~0.7.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9840 aws4 "^1.8.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9841 caseless "~0.12.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9842 combined-stream "~1.0.6"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9843 extend "~3.0.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9844 forever-agent "~0.6.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9845 form-data "~2.3.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9846 har-validator "~5.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9847 http-signature "~1.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9848 is-typedarray "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9849 isstream "~0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9850 json-stringify-safe "~5.0.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9851 mime-types "~2.1.19"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9852 oauth-sign "~0.9.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9853 performance-now "^2.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9854 qs "~6.5.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9855 safe-buffer "^5.1.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9856 tough-cookie "~2.4.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9857 tunnel-agent "^0.6.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9858 uuid "^3.3.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9859
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9860 require-directory@^2.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9861 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9862 resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9863 integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9864
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9865 require-from-string@^2.0.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9866 version "2.0.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9867 resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9868 integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9869
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9870 require-main-filename@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9871 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9872 resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9873 integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9874
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9875 require-main-filename@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9876 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9877 resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9878 integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9879
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9880 require-uncached@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9881 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9882 resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9883 integrity sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9884 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9885 caller-path "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9886 resolve-from "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9887
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9888 requires-port@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9889 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9890 resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9891 integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9892
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9893 reselect@^3.0.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9894 version "3.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9895 resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9896 integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9897
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9898 resolve-cwd@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9899 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9900 resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9901 integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9902 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9903 resolve-from "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9904
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9905 resolve-dir@^1.0.0, resolve-dir@^1.0.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9906 version "1.0.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9907 resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9908 integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9909 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9910 expand-tilde "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9911 global-modules "^1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9912
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9913 resolve-from@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9914 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9915 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9916 integrity sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9917
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9918 resolve-from@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9919 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9920 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9921 integrity sha1-six699nWiBvItuZTM17rywoYh0g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9922
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9923 resolve-protobuf-schema@^2.0.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9924 version "2.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9925 resolved "https://registry.yarnpkg.com/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz#9ca9a9e69cf192bbdaf1006ec1973948aa4a3758"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9926 integrity sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9927 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9928 protocol-buffers-schema "^3.3.1"
30
7ba0a77fd679 ol component added
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9929
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9930 resolve-url@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9931 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9932 resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9933 integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9934
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9935 resolve@1.1.7:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9936 version "1.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9937 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9938 integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9939
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9940 resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.8.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9941 version "1.10.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9942 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9943 integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9944 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9945 path-parse "^1.0.6"
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
9946
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9947 restore-cursor@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9948 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9949 resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9950 integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9951 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9952 onetime "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9953 signal-exit "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9954
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9955 ret@~0.1.10:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9956 version "0.1.15"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9957 resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9958 integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9959
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9960 rgb-regex@^1.0.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9961 version "1.0.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9962 resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9963 integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9964
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9965 rgba-regex@^1.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9966 version "1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9967 resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9968 integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
9969
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9970 rgbcolor@^1.0.1:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9971 version "1.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9972 resolved "https://registry.yarnpkg.com/rgbcolor/-/rgbcolor-1.0.1.tgz#d6505ecdb304a6595da26fa4b43307306775945d"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9973 integrity sha1-1lBezbMEplldom+ktDMHMGd1lF0=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
9974
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9975 right-align@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9976 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9977 resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9978 integrity sha1-YTObci/mo1FWiSENJOFMlhSGE+8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9979 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9980 align-text "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9981
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
9982 rimraf@2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@~2.6.2:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9983 version "2.6.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9984 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9985 integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9986 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
9987 glob "^7.1.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9988
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9989 ripemd160@^2.0.0, ripemd160@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9990 version "2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9991 resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
9992 integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9993 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9994 hash-base "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9995 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9996
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9997 rsvp@^3.3.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9998 version "3.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9999 resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10000 integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10001
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10002 run-async@^2.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10003 version "2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10004 resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10005 integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10006 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10007 is-promise "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10008
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10009 run-queue@^1.0.0, run-queue@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10010 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10011 resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10012 integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10013 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10014 aproba "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10015
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
10016 rw@1:
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
10017 version "1.3.3"
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
10018 resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10019 integrity sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
10020
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10021 rx-lite-aggregates@^4.0.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10022 version "4.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10023 resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10024 integrity sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10025 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10026 rx-lite "*"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10027
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10028 rx-lite@*, rx-lite@^4.0.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10029 version "4.0.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10030 resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10031 integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10032
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10033 rxjs@^6.3.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10034 version "6.5.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10035 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.1.tgz#f7a005a9386361921b8524f38f54cbf80e5d08f4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10036 integrity sha512-y0j31WJc83wPu31vS1VlAFW5JGrnGC+j+TtGAa1fRQphy48+fDYiDmX8tjGloToEsMkxnouOg/1IzXGKkJnZMg==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10037 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10038 tslib "^1.9.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10039
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10040 safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10041 version "5.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10042 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10043 integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10044
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10045 safe-regex@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10046 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10047 resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10048 integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10049 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10050 ret "~0.1.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10051
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10052 "safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10053 version "2.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10054 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10055 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10056
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10057 sane@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10058 version "2.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10059 resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.2.tgz#b4dc1861c21b427e929507a3e751e2a2cb8ab3fa"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10060 integrity sha1-tNwYYcIbQn6SlQej51HiosuKs/o=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10061 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10062 anymatch "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10063 capture-exit "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10064 exec-sh "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10065 fb-watchman "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10066 micromatch "^3.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10067 minimist "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10068 walker "~1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10069 watch "~0.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10070 optionalDependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10071 fsevents "^1.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10072
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10073 sass-graph@^2.2.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10074 version "2.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10075 resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10076 integrity sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10077 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10078 glob "^7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10079 lodash "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10080 scss-tokenizer "^0.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10081 yargs "^7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10082
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10083 sass-loader@^7.0.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10084 version "7.1.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10085 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-7.1.0.tgz#16fd5138cb8b424bf8a759528a1972d72aad069d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10086 integrity sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10087 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10088 clone-deep "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10089 loader-utils "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10090 lodash.tail "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10091 neo-async "^2.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10092 pify "^3.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10093 semver "^5.5.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10094
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10095 sax@^1.1.4, sax@^1.2.4, sax@~1.2.4:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10096 version "1.2.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10097 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10098 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10099
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10100 schema-utils@^0.4.4:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10101 version "0.4.7"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10102 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10103 integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10104 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10105 ajv "^6.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10106 ajv-keywords "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10107
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10108 schema-utils@^1.0.0:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10109 version "1.0.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10110 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10111 integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10112 dependencies:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10113 ajv "^6.1.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10114 ajv-errors "^1.0.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10115 ajv-keywords "^3.1.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10116
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10117 scss-tokenizer@^0.2.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10118 version "0.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10119 resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10120 integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10121 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10122 js-base64 "^2.1.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10123 source-map "^0.4.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10124
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10125 select-hose@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10126 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10127 resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10128 integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10129
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
10130 select@^1.1.2:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
10131 version "1.1.2"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
10132 resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
10133 integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
10134
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10135 selenium-server@^3.141.59:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10136 version "3.141.59"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10137 resolved "https://registry.yarnpkg.com/selenium-server/-/selenium-server-3.141.59.tgz#cbefdf50aae636ee4c67b819532a8233ce3fd6b0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10138 integrity sha512-pL7T1YtAqOEXiBbTx0KdZMkE2U7PYucemd7i0nDLcxcR1APXYZlJfNr5hrvL3mZgwXb7AJEZPINzC6mDU3eP5g==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10139
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10140 selfsigned@^1.10.4:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10141 version "1.10.4"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10142 resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.4.tgz#cdd7eccfca4ed7635d47a08bf2d5d3074092e2cd"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10143 integrity sha512-9AukTiDmHXGXWtWjembZ5NDmVvP2695EtpgbCsxCa68w3c88B+alqbmZ4O3hZ4VWGXeGWzEVdvqgAJD8DQPCDw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10144 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10145 node-forge "0.7.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10146
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10147 "semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10148 version "5.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10149 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10150 integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10151
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10152 semver@^6.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10153 version "6.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10154 resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10155 integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10156
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10157 semver@~5.0.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10158 version "5.0.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10159 resolved "https://registry.yarnpkg.com/semver/-/semver-5.0.3.tgz#77466de589cd5d3c95f138aa78bc569a3cb5d27a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10160 integrity sha1-d0Zt5YnNXTyV8TiqeLxWmjy10no=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10161
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10162 semver@~5.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10163 version "5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10164 resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10165 integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10166
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10167 send@0.16.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10168 version "0.16.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10169 resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10170 integrity sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10171 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10172 debug "2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10173 depd "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10174 destroy "~1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10175 encodeurl "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10176 escape-html "~1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10177 etag "~1.8.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10178 fresh "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10179 http-errors "~1.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10180 mime "1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10181 ms "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10182 on-finished "~2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10183 range-parser "~1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10184 statuses "~1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10185
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10186 serialize-javascript@^1.4.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10187 version "1.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10188 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.7.0.tgz#d6e0dfb2a3832a8c94468e6eb1db97e55a192a65"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10189 integrity sha512-ke8UG8ulpFOxO8f8gRYabHQe/ZntKlcig2Mp+8+URDP1D8vJZ0KUt7LYo07q25Z/+JVSgpr/cui9PIp5H6/+nA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10190
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10191 serve-index@^1.9.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10192 version "1.9.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10193 resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10194 integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10195 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10196 accepts "~1.3.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10197 batch "0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10198 debug "2.6.9"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10199 escape-html "~1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10200 http-errors "~1.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10201 mime-types "~2.1.17"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10202 parseurl "~1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10203
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10204 serve-static@1.13.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10205 version "1.13.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10206 resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10207 integrity sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10208 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10209 encodeurl "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10210 escape-html "~1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10211 parseurl "~1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10212 send "0.16.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10213
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10214 set-blocking@^2.0.0, set-blocking@~2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10215 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10216 resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10217 integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10218
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10219 set-value@^0.4.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10220 version "0.4.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10221 resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10222 integrity sha1-fbCPnT0i3H945Trzw79GZuzfzPE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10223 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10224 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10225 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10226 is-plain-object "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10227 to-object-path "^0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10228
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10229 set-value@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10230 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10231 resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10232 integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10233 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10234 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10235 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10236 is-plain-object "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10237 split-string "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10238
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10239 setimmediate@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10240 version "1.0.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10241 resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10242 integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10243
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10244 setprototypeof@1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10245 version "1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10246 resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10247 integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10248
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10249 setprototypeof@1.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10250 version "1.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10251 resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10252 integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10253
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10254 sha.js@^2.4.0, sha.js@^2.4.8:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10255 version "2.4.11"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10256 resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10257 integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10258 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10259 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10260 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10261
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10262 shallow-clone@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10263 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10264 resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-1.0.0.tgz#4480cd06e882ef68b2ad88a3ea54832e2c48b571"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10265 integrity sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10266 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10267 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10268 kind-of "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10269 mixin-object "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10270
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10271 shebang-command@^1.2.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10272 version "1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10273 resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10274 integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10275 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10276 shebang-regex "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10277
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10278 shebang-regex@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10279 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10280 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10281 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10282
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10283 shell-quote@^1.6.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10284 version "1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10285 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10286 integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10287 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10288 array-filter "~0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10289 array-map "~0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10290 array-reduce "~0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10291 jsonify "~0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10292
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10293 shellwords@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10294 version "0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10295 resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10296 integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10297
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10298 sigmund@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10299 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10300 resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10301 integrity sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10302
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10303 signal-exit@^3.0.0, signal-exit@^3.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10304 version "3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10305 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10306 integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10307
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10308 simple-swizzle@^0.2.2:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10309 version "0.2.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10310 resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10311 integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10312 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10313 is-arrayish "^0.3.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10314
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10315 sisteransi@^0.1.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10316 version "0.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10317 resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-0.1.1.tgz#5431447d5f7d1675aac667ccd0b865a4994cb3ce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10318 integrity sha512-PmGOd02bM9YO5ifxpw36nrNMBTptEtfRl4qUYl9SndkolplkrZZOW7PGHjrZL53QvMVj9nQ+TKqUnRsw4tJa4g==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10319
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10320 slash@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10321 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10322 resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10323 integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10324
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10325 slash@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10326 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10327 resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10328 integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10329
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10330 slice-ansi@1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10331 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10332 resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10333 integrity sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10334 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10335 is-fullwidth-code-point "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10336
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10337 smart-buffer@^1.0.13:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10338 version "1.1.15"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10339 resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-1.1.15.tgz#7f114b5b65fab3e2a35aa775bb12f0d1c649bf16"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10340 integrity sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10341
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10342 snapdragon-node@^2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10343 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10344 resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10345 integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10346 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10347 define-property "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10348 isobject "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10349 snapdragon-util "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10350
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10351 snapdragon-util@^3.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10352 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10353 resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10354 integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10355 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10356 kind-of "^3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10357
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10358 snapdragon@^0.8.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10359 version "0.8.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10360 resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10361 integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10362 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10363 base "^0.11.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10364 debug "^2.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10365 define-property "^0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10366 extend-shallow "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10367 map-cache "^0.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10368 source-map "^0.5.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10369 source-map-resolve "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10370 use "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10371
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10372 sockjs-client@1.3.0:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10373 version "1.3.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10374 resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.3.0.tgz#12fc9d6cb663da5739d3dc5fb6e8687da95cb177"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10375 integrity sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10376 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10377 debug "^3.2.5"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10378 eventsource "^1.0.7"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10379 faye-websocket "~0.11.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10380 inherits "^2.0.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10381 json3 "^3.3.2"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10382 url-parse "^1.4.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10383
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10384 sockjs@0.3.19:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10385 version "0.3.19"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10386 resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10387 integrity sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10388 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10389 faye-websocket "^0.10.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10390 uuid "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10391
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10392 socks-proxy-agent@2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10393 version "2.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10394 resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-2.1.1.tgz#86ebb07193258637870e13b7bd99f26c663df3d3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10395 integrity sha512-sFtmYqdUK5dAMh85H0LEVFUCO7OhJJe1/z2x/Z6mxp3s7/QPf1RkZmpZy+BpuU0bEjcV9npqKjq9Y3kwFUjnxw==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10396 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10397 agent-base "2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10398 extend "3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10399 socks "~1.1.5"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10400
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10401 socks@~1.1.5:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10402 version "1.1.10"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10403 resolved "https://registry.yarnpkg.com/socks/-/socks-1.1.10.tgz#5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10404 integrity sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10405 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10406 ip "^1.1.4"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10407 smart-buffer "^1.0.13"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10408
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10409 sort-keys@^2.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10410 version "2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10411 resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10412 integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10413 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10414 is-plain-obj "^1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10415
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10416 source-list-map@^2.0.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10417 version "2.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10418 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10419 integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10420
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10421 source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10422 version "0.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10423 resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10424 integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10425 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10426 atob "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10427 decode-uri-component "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10428 resolve-url "^0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10429 source-map-url "^0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10430 urix "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10431
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10432 source-map-support@^0.4.15:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10433 version "0.4.18"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10434 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10435 integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10436 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10437 source-map "^0.5.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10438
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10439 source-map-support@^0.5.6, source-map-support@~0.5.10:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10440 version "0.5.12"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10441 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10442 integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10443 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10444 buffer-from "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10445 source-map "^0.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10446
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10447 source-map-url@^0.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10448 version "0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10449 resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10450 integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10451
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10452 source-map@^0.4.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10453 version "0.4.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10454 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10455 integrity sha1-66T12pwNyZneaAMti092FzZSA2s=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10456 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10457 amdefine ">=0.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10458
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10459 source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10460 version "0.5.7"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10461 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10462 integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10463
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10464 source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10465 version "0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10466 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10467 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10468
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
10469 spawn-command@^0.0.2-1:
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
10470 version "0.0.2-1"
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
10471 resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10472 integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
10473
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10474 spdx-correct@^3.0.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10475 version "3.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10476 resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10477 integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10478 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10479 spdx-expression-parse "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10480 spdx-license-ids "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10481
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10482 spdx-exceptions@^2.1.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10483 version "2.2.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10484 resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10485 integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10486
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10487 spdx-expression-parse@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10488 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10489 resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10490 integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10491 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10492 spdx-exceptions "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10493 spdx-license-ids "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10494
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10495 spdx-license-ids@^3.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10496 version "3.0.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10497 resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz#75ecd1a88de8c184ef015eafb51b5b48bfd11bb1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10498 integrity sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10499
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10500 spdy-transport@^3.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10501 version "3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10502 resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10503 integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10504 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10505 debug "^4.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10506 detect-node "^2.0.4"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10507 hpack.js "^2.1.6"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10508 obuf "^1.1.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10509 readable-stream "^3.0.6"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10510 wbuf "^1.7.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10511
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10512 spdy@^4.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10513 version "4.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10514 resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.0.tgz#81f222b5a743a329aa12cea6a390e60e9b613c52"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10515 integrity sha512-ot0oEGT/PGUpzf/6uk4AWLqkq+irlqHXkrdbk51oWONh3bxQmBuljxPNl66zlRRcIJStWq0QkLUCPOPjgjvU0Q==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10516 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10517 debug "^4.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10518 handle-thing "^2.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10519 http-deceiver "^1.2.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10520 select-hose "^2.0.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10521 spdy-transport "^3.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10522
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10523 split-string@^3.0.1, split-string@^3.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10524 version "3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10525 resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10526 integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10527 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10528 extend-shallow "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10529
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10530 sprintf-js@~1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10531 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10532 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10533 integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10534
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10535 sshpk@^1.7.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10536 version "1.16.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10537 resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10538 integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10539 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10540 asn1 "~0.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10541 assert-plus "^1.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10542 bcrypt-pbkdf "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10543 dashdash "^1.12.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10544 ecc-jsbn "~0.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10545 getpass "^0.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10546 jsbn "~0.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10547 safer-buffer "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10548 tweetnacl "~0.14.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10549
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10550 ssri@^5.2.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10551 version "5.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10552 resolved "https://registry.yarnpkg.com/ssri/-/ssri-5.3.0.tgz#ba3872c9c6d33a0704a7d71ff045e5ec48999d06"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10553 integrity sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10554 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10555 safe-buffer "^5.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10556
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10557 ssri@^6.0.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10558 version "6.0.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10559 resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10560 integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10561 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10562 figgy-pudding "^3.5.1"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10563
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10564 stable@^0.1.8:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10565 version "0.1.8"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10566 resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10567 integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10568
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10569 stack-utils@^1.0.1:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10570 version "1.0.2"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10571 resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10572 integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10573
1877
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
10574 stackblur-canvas@2.2.0:
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
10575 version "2.2.0"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
10576 resolved "https://registry.yarnpkg.com/stackblur-canvas/-/stackblur-canvas-2.2.0.tgz#cacc5924a0744b3e183eb2e6c1d8559c1a17c26e"
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
10577 integrity sha512-5Gf8dtlf8k6NbLzuly2NkGrkS/Ahh+I5VUjO7TnFizdJtgpfpLLEdQlLe9umbcnZlitU84kfYjXE67xlSXfhfQ==
46d007e3de2d client: upgrade jspdf dependency
Bernhard Reiter <bernhard@intevation.de>
parents: 1874
diff changeset
10578
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10579 stackblur-canvas@^1.4.1:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10580 version "1.4.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10581 resolved "https://registry.yarnpkg.com/stackblur-canvas/-/stackblur-canvas-1.4.1.tgz#849aa6f94b272ff26f6471fa4130ed1f7e47955b"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10582 integrity sha1-hJqm+UsnL/JvZHH6QTDtH35HlVs=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10583
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10584 stackframe@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10585 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10586 resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.0.4.tgz#357b24a992f9427cba6b545d96a14ed2cbca187b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10587 integrity sha512-to7oADIniaYwS3MhtCa/sQhrxidCCQiF/qp4/m5iN3ipf0Y7Xlri0f6eG29r08aL7JYl8n32AF3Q5GYBZ7K8vw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10588
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10589 static-extend@^0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10590 version "0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10591 resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10592 integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10593 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10594 define-property "^0.2.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10595 object-copy "^0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10596
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10597 "statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2":
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10598 version "1.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10599 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10600 integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10601
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10602 statuses@~1.4.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10603 version "1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10604 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10605 integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10606
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10607 stdout-stream@^1.4.0:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10608 version "1.4.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10609 resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10610 integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10611 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10612 readable-stream "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10613
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10614 stealthy-require@^1.1.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10615 version "1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10616 resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10617 integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10618
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10619 stream-browserify@^2.0.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10620 version "2.0.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10621 resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10622 integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10623 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10624 inherits "~2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10625 readable-stream "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10626
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10627 stream-each@^1.1.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10628 version "1.2.3"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10629 resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10630 integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10631 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10632 end-of-stream "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10633 stream-shift "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10634
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10635 stream-http@^2.7.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10636 version "2.8.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10637 resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10638 integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10639 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10640 builtin-status-codes "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10641 inherits "^2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10642 readable-stream "^2.3.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10643 to-arraybuffer "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10644 xtend "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10645
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10646 stream-shift@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10647 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10648 resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10649 integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10650
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10651 strict-uri-encode@^1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10652 version "1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10653 resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10654 integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10655
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10656 string-length@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10657 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10658 resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10659 integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10660 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10661 astral-regex "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10662 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10663
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10664 string-width@^1.0.1, string-width@^1.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10665 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10666 resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10667 integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10668 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10669 code-point-at "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10670 is-fullwidth-code-point "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10671 strip-ansi "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10672
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10673 "string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10674 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10675 resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10676 integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10677 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10678 is-fullwidth-code-point "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10679 strip-ansi "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10680
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10681 string-width@^3.0.0, string-width@^3.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10682 version "3.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10683 resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10684 integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10685 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10686 emoji-regex "^7.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10687 is-fullwidth-code-point "^2.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10688 strip-ansi "^5.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10689
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10690 string.prototype.padend@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10691 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10692 resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10693 integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10694 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10695 define-properties "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10696 es-abstract "^1.4.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10697 function-bind "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10698
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10699 string.prototype.padstart@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10700 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10701 resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.0.0.tgz#5bcfad39f4649bb2d031292e19bcf0b510d4b242"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10702 integrity sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10703 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10704 define-properties "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10705 es-abstract "^1.4.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10706 function-bind "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10707
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10708 string_decoder@^1.0.0, string_decoder@^1.1.1:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10709 version "1.2.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10710 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10711 integrity sha512-6YqyX6ZWEYguAxgZzHGL7SsCeGx3V2TtOTqZz1xSTSWnqsbWwbptafNyvf/ACquZUXV3DANr5BDIwNYe1mN42w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10712 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10713 safe-buffer "~5.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10714
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10715 string_decoder@~0.10.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10716 version "0.10.31"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10717 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10718 integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10719
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10720 string_decoder@~1.1.1:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10721 version "1.1.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10722 resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10723 integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10724 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10725 safe-buffer "~5.1.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10726
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10727 strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10728 version "3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10729 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10730 integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10731 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10732 ansi-regex "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10733
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10734 strip-ansi@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10735 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10736 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10737 integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10738 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10739 ansi-regex "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10740
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10741 strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10742 version "5.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10743 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10744 integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10745 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10746 ansi-regex "^4.1.0"
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
10747
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10748 strip-bom@3.0.0, strip-bom@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10749 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10750 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10751 integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10752
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10753 strip-bom@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10754 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10755 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10756 integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10757 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10758 is-utf8 "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10759
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10760 strip-eof@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10761 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10762 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10763 integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10764
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10765 strip-indent@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10766 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10767 resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10768 integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10769 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10770 get-stdin "^4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10771
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10772 strip-indent@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10773 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10774 resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10775 integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10776
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10777 strip-json-comments@^2.0.0, strip-json-comments@~2.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10778 version "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10779 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10780 integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10781
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10782 stylehacks@^4.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10783 version "4.0.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10784 resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10785 integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10786 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10787 browserslist "^4.0.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10788 postcss "^7.0.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10789 postcss-selector-parser "^3.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10790
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10791 supports-color@3.1.2:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10792 version "3.1.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10793 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10794 integrity sha1-cqJiiU2dQIuVbKBf83su2KbiotU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10795 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10796 has-flag "^1.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10797
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10798 supports-color@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10799 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10800 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10801 integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10802
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10803 supports-color@^3.1.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10804 version "3.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10805 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10806 integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10807 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10808 has-flag "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10809
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10810 supports-color@^4.5.0:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10811 version "4.5.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10812 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10813 integrity sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10814 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10815 has-flag "^2.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10816
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10817 supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10818 version "5.5.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10819 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10820 integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10821 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10822 has-flag "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10823
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10824 supports-color@^6.1.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10825 version "6.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10826 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10827 integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10828 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10829 has-flag "^3.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10830
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10831 svg-tags@^1.0.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10832 version "1.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10833 resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10834 integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10835
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10836 svgo@^1.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10837 version "1.2.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10838 resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.2.2.tgz#0253d34eccf2aed4ad4f283e11ee75198f9d7316"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10839 integrity sha512-rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6qA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10840 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10841 chalk "^2.4.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10842 coa "^2.0.2"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10843 css-select "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10844 css-select-base-adapter "^0.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10845 css-tree "1.0.0-alpha.28"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10846 css-url-regex "^1.1.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10847 csso "^3.5.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10848 js-yaml "^3.13.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10849 mkdirp "~0.5.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10850 object.values "^1.1.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10851 sax "~1.2.4"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10852 stable "^0.1.8"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10853 unquote "~1.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
10854 util.promisify "~1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10855
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
10856 "symbol-tree@>= 3.1.0 < 4.0.0", symbol-tree@^3.2.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10857 version "3.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10858 resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10859 integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10860
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10861 table@4.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10862 version "4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10863 resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10864 integrity sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10865 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10866 ajv "^5.2.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10867 ajv-keywords "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10868 chalk "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10869 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10870 slice-ansi "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10871 string-width "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10872
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10873 tapable@^1.0.0, tapable@^1.1.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10874 version "1.1.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10875 resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10876 integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10877
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10878 tar@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10879 version "2.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10880 resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10881 integrity sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10882 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10883 block-stream "*"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10884 fstream "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10885 inherits "2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10886
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10887 tar@^4:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10888 version "4.4.8"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10889 resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10890 integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10891 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10892 chownr "^1.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10893 fs-minipass "^1.2.5"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10894 minipass "^2.3.4"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10895 minizlib "^1.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10896 mkdirp "^0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10897 safe-buffer "^5.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10898 yallist "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10899
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10900 tcp-port-used@^1.0.1:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10901 version "1.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10902 resolved "https://registry.yarnpkg.com/tcp-port-used/-/tcp-port-used-1.0.1.tgz#46061078e2d38c73979a2c2c12b5a674e6689d70"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10903 integrity sha512-rwi5xJeU6utXoEIiMvVBMc9eJ2/ofzB+7nLOdnZuFTmNCLqRiQh2sMG9MqCxHU/69VC/Fwp5dV9306Qd54ll1Q==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10904 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10905 debug "4.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10906 is2 "2.0.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10907
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10908 terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.2.3:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10909 version "1.2.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10910 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz#3f98bc902fac3e5d0de730869f50668561262ec8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10911 integrity sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10912 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10913 cacache "^11.0.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10914 find-cache-dir "^2.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10915 schema-utils "^1.0.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10916 serialize-javascript "^1.4.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10917 source-map "^0.6.1"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10918 terser "^3.16.1"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10919 webpack-sources "^1.1.0"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10920 worker-farm "^1.5.2"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10921
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10922 terser@^3.16.1:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10923 version "3.17.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10924 resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10925 integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10926 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10927 commander "^2.19.0"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10928 source-map "~0.6.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10929 source-map-support "~0.5.10"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10930
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10931 test-exclude@^4.2.1:
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10932 version "4.2.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10933 resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10934 integrity sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10935 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10936 arrify "^1.0.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
10937 micromatch "^2.3.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10938 object-assign "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10939 read-pkg-up "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10940 require-main-filename "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10941
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
10942 text-table@~0.2.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10943 version "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10944 resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10945 integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10946
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10947 thenify-all@^1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10948 version "1.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10949 resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10950 integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10951 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10952 thenify ">= 3.1.0 < 4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10953
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10954 "thenify@>= 3.1.0 < 4":
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10955 version "3.3.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10956 resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.0.tgz#e69e38a1babe969b0108207978b9f62b88604839"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10957 integrity sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10958 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10959 any-promise "^1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
10960
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10961 thread-loader@^2.1.2:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10962 version "2.1.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10963 resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-2.1.2.tgz#f585dd38e852c7f9cded5d092992108148f5eb30"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10964 integrity sha512-7xpuc9Ifg6WU+QYw/8uUqNdRwMD+N5gjwHKMqETrs96Qn+7BHwECpt2Brzr4HFlf4IAkZsayNhmGdbkBsTJ//w==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10965 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10966 loader-runner "^2.3.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10967 loader-utils "^1.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
10968 neo-async "^2.6.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10969
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10970 throat@^4.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10971 version "4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10972 resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10973 integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10974
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10975 through2@^2.0.0:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10976 version "2.0.5"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10977 resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10978 integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10979 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
10980 readable-stream "~2.3.6"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10981 xtend "~4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10982
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10983 through@^2.3.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10984 version "2.3.8"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
10985 resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10986 integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10987
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10988 thunkify@~2.1.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10989 version "2.1.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10990 resolved "https://registry.yarnpkg.com/thunkify/-/thunkify-2.1.2.tgz#faa0e9d230c51acc95ca13a361ac05ca7e04553d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
10991 integrity sha1-+qDp0jDFGsyVyhOjYawFyn4EVT0=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
10992
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10993 thunky@^1.0.2:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10994 version "1.0.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10995 resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.0.3.tgz#f5df732453407b09191dae73e2a8cc73f381a826"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
10996 integrity sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10997
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10998 timers-browserify@^2.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10999 version "2.0.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11000 resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.10.tgz#1d28e3d2aadf1d5a5996c4e9f95601cd053480ae"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11001 integrity sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11002 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11003 setimmediate "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11004
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11005 timsort@^0.3.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11006 version "0.3.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11007 resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11008 integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11009
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11010 tiny-emitter@^2.0.0:
2174
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
11011 version "2.1.0"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
11012 resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
d9668ab460a1 packages upgraded
Thomas Junk <thomas.junk@intevation.de>
parents: 2118
diff changeset
11013 integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11014
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11015 tinycolor2@^1.1.2:
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11016 version "1.4.1"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11017 resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11018 integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11019
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11020 tmp@^0.0.33:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11021 version "0.0.33"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11022 resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11023 integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11024 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11025 os-tmpdir "~1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11026
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11027 tmpl@1.0.x:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11028 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11029 resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11030 integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11031
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11032 to-arraybuffer@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11033 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11034 resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11035 integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11036
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11037 to-fast-properties@^1.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11038 version "1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11039 resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11040 integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11041
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11042 to-fast-properties@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11043 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11044 resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11045 integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11046
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11047 to-object-path@^0.3.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11048 version "0.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11049 resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11050 integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11051 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11052 kind-of "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11053
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11054 to-regex-range@^2.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11055 version "2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11056 resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11057 integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11058 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11059 is-number "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11060 repeat-string "^1.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11061
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11062 to-regex@^3.0.1, to-regex@^3.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11063 version "3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11064 resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11065 integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11066 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11067 define-property "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11068 extend-shallow "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11069 regex-not "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11070 safe-regex "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11071
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11072 toidentifier@1.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11073 version "1.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11074 resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11075 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11076
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11077 token-stream@0.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11078 version "0.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11079 resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11080 integrity sha1-zu78cXp2xDFvEm0LnbqlXX598Bo=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11081
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11082 topo@3.x.x:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11083 version "3.0.3"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11084 resolved "https://registry.yarnpkg.com/topo/-/topo-3.0.3.tgz#d5a67fb2e69307ebeeb08402ec2a2a6f5f7ad95c"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11085 integrity sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11086 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11087 hoek "6.x.x"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11088
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11089 toposort@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11090 version "1.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11091 resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11092 integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11093
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11094 tough-cookie@^2.2.0, tough-cookie@^2.3.3, tough-cookie@^2.3.4:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11095 version "2.5.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11096 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11097 integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11098 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11099 psl "^1.1.28"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11100 punycode "^2.1.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11101
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11102 tough-cookie@~2.4.3:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11103 version "2.4.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11104 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11105 integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11106 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11107 psl "^1.1.24"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11108 punycode "^1.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11109
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11110 tr46@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11111 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11112 resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11113 integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11114 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11115 punycode "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11116
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11117 tr46@~0.0.3:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11118 version "0.0.3"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11119 resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11120 integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11121
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
11122 tree-kill@^1.1.0:
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11123 version "1.2.1"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11124 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11125 integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
11126
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11127 trim-newlines@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11128 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11129 resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11130 integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11131
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11132 trim-right@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11133 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11134 resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11135 integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11136
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11137 "true-case-path@^1.0.2":
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11138 version "1.0.3"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11139 resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11140 integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11141 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11142 glob "^7.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11143
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11144 tryer@^1.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11145 version "1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11146 resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11147 integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11148
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11149 tsconfig@^7.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11150 version "7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11151 resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11152 integrity sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11153 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11154 "@types/strip-bom" "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11155 "@types/strip-json-comments" "0.0.30"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11156 strip-bom "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11157 strip-json-comments "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11158
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11159 tslib@^1.9.0:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11160 version "1.9.3"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11161 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11162 integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11163
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11164 tty-browserify@0.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11165 version "0.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11166 resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11167 integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11168
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11169 tunnel-agent@^0.6.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11170 version "0.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11171 resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11172 integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11173 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11174 safe-buffer "^5.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11175
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11176 tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11177 version "0.14.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11178 resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11179 integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11180
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11181 type-check@~0.3.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11182 version "0.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11183 resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11184 integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11185 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11186 prelude-ls "~1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11187
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11188 type-detect@0.1.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11189 version "0.1.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11190 resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11191 integrity sha1-C6XsKohWQORw6k6FBZcZANrFiCI=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11192
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11193 type-fest@^0.4.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11194 version "0.4.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11195 resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11196 integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11197
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11198 type-is@~1.6.16:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11199 version "1.6.18"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11200 resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11201 integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11202 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11203 media-typer "0.3.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11204 mime-types "~2.1.24"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11205
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11206 typedarray@^0.0.6:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11207 version "0.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11208 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11209 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11210
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11211 uglify-js@3.4.x:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11212 version "3.4.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11213 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11214 integrity sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11215 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11216 commander "~2.19.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11217 source-map "~0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11218
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11219 uglify-js@^2.6.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11220 version "2.8.29"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11221 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11222 integrity sha1-KcVzMUgFe7Th913zW3qcty5qWd0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11223 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11224 source-map "~0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11225 yargs "~3.10.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11226 optionalDependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11227 uglify-to-browserify "~1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11228
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11229 uglify-js@^3.1.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11230 version "3.5.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11231 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.10.tgz#652bef39f86d9dbfd6674407ee05a5e2d372cf2d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11232 integrity sha512-/GTF0nosyPLbdJBd+AwYiZ+Hu5z8KXWnO0WCGt1BQ/u9Iamhejykqmz5o1OHJ53+VAk6xVxychonnApDjuqGsw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11233 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11234 commander "~2.20.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11235 source-map "~0.6.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11236
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11237 uglify-to-browserify@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11238 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11239 resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11240 integrity sha1-bgkk1r2mta/jSeOabWMoUKD4grc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11241
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11242 unicode-canonical-property-names-ecmascript@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11243 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11244 resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11245 integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11246
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11247 unicode-match-property-ecmascript@^1.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11248 version "1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11249 resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11250 integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11251 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11252 unicode-canonical-property-names-ecmascript "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11253 unicode-property-aliases-ecmascript "^1.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11254
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11255 unicode-match-property-value-ecmascript@^1.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11256 version "1.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11257 resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11258 integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11259
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11260 unicode-property-aliases-ecmascript@^1.0.4:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11261 version "1.0.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11262 resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11263 integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11264
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11265 union-value@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11266 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11267 resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11268 integrity sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11269 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11270 arr-union "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11271 get-value "^2.0.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11272 is-extendable "^0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11273 set-value "^0.4.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11274
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11275 uniq@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11276 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11277 resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11278 integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11279
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11280 uniqs@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11281 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11282 resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11283 integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11284
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11285 unique-filename@^1.1.0, unique-filename@^1.1.1:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11286 version "1.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11287 resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11288 integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11289 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11290 unique-slug "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11291
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11292 unique-slug@^2.0.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11293 version "2.0.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11294 resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.1.tgz#5e9edc6d1ce8fb264db18a507ef9bd8544451ca6"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11295 integrity sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11296 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11297 imurmurhash "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11298
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11299 universalify@^0.1.0:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11300 version "0.1.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11301 resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11302 integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11303
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11304 unpipe@1.0.0, unpipe@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11305 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11306 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11307 integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11308
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11309 unquote@~1.1.1:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11310 version "1.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11311 resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11312 integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11313
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11314 unset-value@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11315 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11316 resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11317 integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11318 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11319 has-value "^0.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11320 isobject "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11321
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11322 upath@^1.1.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11323 version "1.1.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11324 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11325 integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11326
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11327 upper-case@^1.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11328 version "1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11329 resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11330 integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11331
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11332 uri-js@^4.2.2:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11333 version "4.2.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11334 resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11335 integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11336 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11337 punycode "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11338
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11339 urix@^0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11340 version "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11341 resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11342 integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11343
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11344 url-loader@^1.1.2:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11345 version "1.1.2"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11346 resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-1.1.2.tgz#b971d191b83af693c5e3fea4064be9e1f2d7f8d8"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11347 integrity sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11348 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11349 loader-utils "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11350 mime "^2.0.3"
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11351 schema-utils "^1.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11352
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11353 url-parse@^1.4.3:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11354 version "1.4.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11355 resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11356 integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11357 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11358 querystringify "^2.1.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11359 requires-port "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11360
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11361 url@^0.11.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11362 version "0.11.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11363 resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11364 integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11365 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11366 punycode "1.3.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11367 querystring "0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11368
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11369 use@^3.1.0:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11370 version "3.1.1"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11371 resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11372 integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11373
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11374 util-deprecate@^1.0.1, util-deprecate@~1.0.1:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11375 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11376 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11377 integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11378
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11379 util.promisify@1.0.0, util.promisify@^1.0.0, util.promisify@~1.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11380 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11381 resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11382 integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11383 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11384 define-properties "^1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11385 object.getownpropertydescriptors "^2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11386
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11387 util@0.10.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11388 version "0.10.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11389 resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11390 integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11391 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11392 inherits "2.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11393
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11394 util@^0.10.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11395 version "0.10.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11396 resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11397 integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11398 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11399 inherits "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11400
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11401 util@^0.11.0:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11402 version "0.11.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11403 resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11404 integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11405 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11406 inherits "2.0.3"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11407
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11408 utila@^0.4.0, utila@~0.4:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11409 version "0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11410 resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11411 integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11412
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11413 utils-merge@1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11414 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11415 resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11416 integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11417
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11418 uuid@^3.0.1, uuid@^3.3.2:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11419 version "3.3.2"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11420 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11421 integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11422
565
4bc27eea4f09 feat: Added tooltips for user roles
Thomas Junk <thomas.junk@intevation.de>
parents: 484
diff changeset
11423 v-tooltip@^2.0.0-rc.33:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11424 version "2.0.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11425 resolved "https://registry.yarnpkg.com/v-tooltip/-/v-tooltip-2.0.2.tgz#8610d9eece2cc44fd66c12ef2f12eec6435cab9b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11426 integrity sha512-xQ+qzOFfywkLdjHknRPgMMupQNS8yJtf9Utd5Dxiu/0n4HtrxqsgDtN2MLZ0LKbburtSAQgyypuE/snM8bBZhw==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11427 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11428 lodash "^4.17.11"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11429 popper.js "^1.15.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11430 vue-resize "^0.4.5"
565
4bc27eea4f09 feat: Added tooltips for user roles
Thomas Junk <thomas.junk@intevation.de>
parents: 484
diff changeset
11431
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11432 v8-compile-cache@^2.0.2:
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11433 version "2.0.2"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11434 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11435 integrity sha512-1wFuMUIM16MDJRCrpbpuEPTUGmM5QMUg0cr3KFwra2XgOgFcPGDQHDh3CszSCD2Zewc/dh/pamNEW8CbfDebUw==
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11436
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11437 validate-npm-package-license@^3.0.1:
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11438 version "3.0.4"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11439 resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11440 integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11441 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11442 spdx-correct "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11443 spdx-expression-parse "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11444
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11445 vary@~1.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11446 version "1.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11447 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11448 integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11449
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11450 vendors@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11451 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11452 resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.2.tgz#7fcb5eef9f5623b156bcea89ec37d63676f21801"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11453 integrity sha512-w/hry/368nO21AN9QljsaIhb9ZiZtZARoVH5f3CsFbawdLdayCgKRPup7CggujvySMxx0I91NOyxdVENohprLQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11454
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11455 verror@1.10.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11456 version "1.10.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11457 resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11458 integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11459 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11460 assert-plus "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11461 core-util-is "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11462 extsprintf "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11463
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11464 vm-browserify@0.0.4:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11465 version "0.0.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11466 resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11467 integrity sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11468 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11469 indexof "0.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11470
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11471 void-elements@^2.0.1:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11472 version "2.0.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11473 resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11474 integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11475
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11476 vue-clipboard2@^0.2.1:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11477 version "0.2.1"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11478 resolved "https://registry.yarnpkg.com/vue-clipboard2/-/vue-clipboard2-0.2.1.tgz#9f06690af1c98aef344be1fc4beb00cdc5307ee1"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11479 integrity sha512-n6ie/0g0bKohmLlC/5ja1esq2Q0jQ5hWmhNSZcvCsWfDeDnVARjl6cBB9p72XV1nlVfuqsZcfV8HTjjZAIlLBA==
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11480 dependencies:
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11481 clipboard "^2.0.0"
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
11482
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11483 vue-color@^2.6.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11484 version "2.7.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11485 resolved "https://registry.yarnpkg.com/vue-color/-/vue-color-2.7.0.tgz#31e898370a5786fd6c3007388cb7242db6ba6988"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11486 integrity sha512-fak9oPRL3BsYtakTGmWIS2yNRppRYNlMgGGq78CMH34ipU8fLgi/bT9JiSPcscpdTNLGracuOFuZ8OFeml+SQQ==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11487 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11488 clamp "^1.0.1"
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11489 lodash.throttle "^4.0.0"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11490 material-colors "^1.0.0"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11491 tinycolor2 "^1.1.2"
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 794
diff changeset
11492
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11493 vue-eslint-parser@^2.0.3:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11494 version "2.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11495 resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11496 integrity sha512-ZezcU71Owm84xVF6gfurBQUGg8WQ+WZGxgDEQu1IHFBZNx7BFZg3L1yHxrCBNNwbwFtE1GuvfJKMtb6Xuwc/Bw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11497 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11498 debug "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11499 eslint-scope "^3.7.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11500 eslint-visitor-keys "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11501 espree "^3.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11502 esquery "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11503 lodash "^4.17.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11504
1803
975a7de89f05 define stretches WIP
Thomas Junk <thomas.junk@intevation.de>
parents: 1643
diff changeset
11505 vue-gettext@^2.1.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11506 version "2.1.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11507 resolved "https://registry.yarnpkg.com/vue-gettext/-/vue-gettext-2.1.4.tgz#f42aa8480ad45c3f63ee67ea2f56891740010e37"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11508 integrity sha512-UkJ+tKMp4/cn5RKK7Nm0l5apvpTqeuzlP22/SkNYdEfAzFBasX6qxK1EMTZGTXGWlc6h/KMu9X6W8KjWCnFbtQ==
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11509
713
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11510 vue-highlightjs@^1.3.3:
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11511 version "1.3.3"
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11512 resolved "https://registry.yarnpkg.com/vue-highlightjs/-/vue-highlightjs-1.3.3.tgz#29a0d57132fc1ce15cfa61e896918f5b718c5d52"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11513 integrity sha1-KaDVcTL8HOFc+mHolpGPW3GMXVI=
713
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11514 dependencies:
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11515 highlight.js "*"
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
11516
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11517 vue-hot-reload-api@^2.3.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11518 version "2.3.3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11519 resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.3.tgz#2756f46cb3258054c5f4723de8ae7e87302a1ccf"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11520 integrity sha512-KmvZVtmM26BQOMK1rwUZsrqxEGeKiYSZGA7SNWE6uExx8UX/cj9hq2MRV/wWC3Cq6AoeDGk57rL9YMFRel/q+g==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11521
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11522 vue-jest@^3.0.4:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11523 version "3.0.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11524 resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-3.0.4.tgz#b6a2b0d874968f26fa775ac901903fece531e08b"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11525 integrity sha512-PY9Rwt4OyaVlA+KDJJ0614CbEvNOkffDI9g9moLQC/2DDoo0YrqZm7dHi13Q10uoK5Nt5WCYFdeAheOExPah0w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11526 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11527 babel-plugin-transform-es2015-modules-commonjs "^6.26.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11528 chalk "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11529 extract-from-css "^0.4.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11530 find-babel-config "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11531 js-beautify "^1.6.14"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11532 node-cache "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11533 object-assign "^4.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11534 source-map "^0.5.6"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11535 tsconfig "^7.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11536 vue-template-es2015-compiler "^1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11537
1532
44e094330272 automatic imports: fields added
Thomas Junk <thomas.junk@intevation.de>
parents: 1514
diff changeset
11538 vue-js-toggle-button@^1.3.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11539 version "1.3.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11540 resolved "https://registry.yarnpkg.com/vue-js-toggle-button/-/vue-js-toggle-button-1.3.2.tgz#d2e538465c321967144d035824cb71eedd82984e"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11541 integrity sha512-LS+pvX5lXEhX+Gei5MOAEw7bx99/A+9idFhMtBgz72ApsEHlW69Y7bk+ZKC1rLRUxchL5WlQ+MhJXqXewhkfjg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11542
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11543 vue-loader@^15.7.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11544 version "15.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11545 resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.7.0.tgz#27275aa5a3ef4958c5379c006dd1436ad04b25b3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11546 integrity sha512-x+NZ4RIthQOxcFclEcs8sXGEWqnZHodL2J9Vq+hUz+TDZzBaDIh1j3d9M2IUlTjtrHTZy4uMuRdTi8BGws7jLA==
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11547 dependencies:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11548 "@vue/component-compiler-utils" "^2.5.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11549 hash-sum "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11550 loader-utils "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11551 vue-hot-reload-api "^2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11552 vue-style-loader "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11553
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11554 vue-resize@^0.4.5:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11555 version "0.4.5"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11556 resolved "https://registry.yarnpkg.com/vue-resize/-/vue-resize-0.4.5.tgz#4777a23042e3c05620d9cbda01c0b3cc5e32dcea"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11557 integrity sha512-bhP7MlgJQ8TIkZJXAfDf78uJO+mEI3CaLABLjv0WNzr4CcGRGPIAItyWYnP6LsPA4Oq0WE+suidNs6dgpO4RHg==
565
4bc27eea4f09 feat: Added tooltips for user roles
Thomas Junk <thomas.junk@intevation.de>
parents: 484
diff changeset
11558
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11559 vue-router@^3.0.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11560 version "3.0.6"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11561 resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.6.tgz#2e4f0f9cbb0b96d0205ab2690cfe588935136ac3"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11562 integrity sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11563
1368
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11564 vue-snotify@^3.2.1:
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11565 version "3.2.1"
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11566 resolved "https://registry.yarnpkg.com/vue-snotify/-/vue-snotify-3.2.1.tgz#1e093838b67ecb4141d6227b6b19175735f4e259"
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11567 integrity sha512-7kETtCAK3key/mDkz47FY/LuPzDGNwHHrYmS037JuVac2FW/9GTtoCNIrOp+SNbpMHeXFdLIDktkBK0IdPdHew==
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11568
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11569 vue-style-loader@^4.1.0:
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11570 version "4.1.2"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11571 resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.2.tgz#dedf349806f25ceb4e64f3ad7c0a44fba735fcf8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11572 integrity sha512-0ip8ge6Gzz/Bk0iHovU9XAUQaFt/G2B61bnWa2tCcqqdgfHs1lF9xXorFbE55Gmy92okFT+8bfmySuUOu13vxQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11573 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11574 hash-sum "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11575 loader-utils "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11576
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11577 vue-template-compiler@^2.5.16, vue-template-compiler@^2.5.17:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11578 version "2.6.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11579 resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11580 integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11581 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11582 de-indent "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11583 he "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11584
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11585 vue-template-es2015-compiler@^1.6.0, vue-template-es2015-compiler@^1.9.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11586 version "1.9.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11587 resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11588 integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11589
1368
d1d8c7bd16a1 switched from vue2-toastr to vue-snotify
Thomas Junk <thomas.junk@intevation.de>
parents: 1299
diff changeset
11590 vue@^2.5.16:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11591 version "2.6.10"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11592 resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11593 integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11594
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11595 vuex@^3.0.1:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11596 version "3.1.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11597 resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.0.tgz#634b81515cf0cfe976bd1ffe9601755e51f843b9"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11598 integrity sha512-mdHeHT/7u4BncpUZMlxNaIdcN/HIt1GsGG5LKByArvYG/v6DvHcOxvDCts+7SRdCoIRGllK8IMZvQtQXLppDYg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11599
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11600 w3c-hr-time@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11601 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11602 resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11603 integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11604 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11605 browser-process-hrtime "^0.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11606
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11607 walker@~1.0.5:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11608 version "1.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11609 resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11610 integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11611 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11612 makeerror "1.0.x"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11613
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11614 watch@~0.18.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11615 version "0.18.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11616 resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11617 integrity sha1-KAlUdsbffJDJYxOJkMClQj60uYY=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11618 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11619 exec-sh "^0.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11620 minimist "^1.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11621
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11622 watchpack@^1.5.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11623 version "1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11624 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11625 integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11626 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11627 chokidar "^2.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11628 graceful-fs "^4.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11629 neo-async "^2.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11630
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11631 wbuf@^1.1.0, wbuf@^1.7.3:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11632 version "1.7.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11633 resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11634 integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11635 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11636 minimalistic-assert "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11637
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11638 wcwidth@^1.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11639 version "1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11640 resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11641 integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11642 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11643 defaults "^1.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11644
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11645 webidl-conversions@^3.0.0, webidl-conversions@^3.0.1:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11646 version "3.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11647 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11648 integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11649
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11650 webidl-conversions@^4.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11651 version "4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11652 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11653 integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11654
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11655 webpack-bundle-analyzer@^3.0.3, webpack-bundle-analyzer@^3.3.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11656 version "3.3.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11657 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz#3da733a900f515914e729fcebcd4c40dde71fc6f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11658 integrity sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11659 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11660 acorn "^6.0.7"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11661 acorn-walk "^6.1.1"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11662 bfj "^6.1.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11663 chalk "^2.4.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11664 commander "^2.18.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11665 ejs "^2.6.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11666 express "^4.16.3"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11667 filesize "^3.6.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11668 gzip-size "^5.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11669 lodash "^4.17.10"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11670 mkdirp "^0.5.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11671 opener "^1.5.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11672 ws "^6.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11673
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11674 webpack-chain@^4.11.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11675 version "4.12.1"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11676 resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.12.1.tgz#6c8439bbb2ab550952d60e1ea9319141906c02a6"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11677 integrity sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11678 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11679 deepmerge "^1.5.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11680 javascript-stringify "^1.6.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11681
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11682 webpack-cli@^3.1.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11683 version "3.3.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11684 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.2.tgz#aed2437b0db0a7faa2ad28484e166a5360014a91"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11685 integrity sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11686 dependencies:
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11687 chalk "^2.4.1"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11688 cross-spawn "^6.0.5"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11689 enhanced-resolve "^4.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11690 findup-sync "^2.0.0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11691 global-modules "^1.0.0"
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11692 import-local "^2.0.0"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11693 interpret "^1.1.0"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11694 loader-utils "^1.1.0"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11695 supports-color "^5.5.0"
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 955
diff changeset
11696 v8-compile-cache "^2.0.2"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11697 yargs "^12.0.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11698
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11699 webpack-dev-middleware@^3.6.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11700 version "3.6.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11701 resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.6.2.tgz#f37a27ad7c09cd7dc67cd97655413abaa1f55942"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11702 integrity sha512-A47I5SX60IkHrMmZUlB0ZKSWi29TZTcPz7cha1Z75yYOsgWh/1AcPmQEbC8ZIbU3A1ytSv1PMU0PyPz2Lmz2jg==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11703 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11704 memory-fs "^0.4.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11705 mime "^2.3.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11706 range-parser "^1.0.3"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11707 webpack-log "^2.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11708
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11709 webpack-dev-server@^3.3.1:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11710 version "3.3.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11711 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.3.1.tgz#7046e49ded5c1255a82c5d942bcdda552b72a62d"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11712 integrity sha512-jY09LikOyGZrxVTXK0mgIq9y2IhCoJ05848dKZqX1gAGLU1YDqgpOT71+W53JH/wI4v6ky4hm+KvSyW14JEs5A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11713 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11714 ansi-html "0.0.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11715 bonjour "^3.5.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11716 chokidar "^2.1.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11717 compression "^1.7.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11718 connect-history-api-fallback "^1.6.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11719 debug "^4.1.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11720 del "^4.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11721 express "^4.16.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11722 html-entities "^1.2.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11723 http-proxy-middleware "^0.19.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11724 import-local "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11725 internal-ip "^4.2.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11726 ip "^1.1.5"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11727 killable "^1.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11728 loglevel "^1.6.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11729 opn "^5.5.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11730 portfinder "^1.0.20"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11731 schema-utils "^1.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11732 selfsigned "^1.10.4"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11733 semver "^6.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11734 serve-index "^1.9.1"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11735 sockjs "0.3.19"
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11736 sockjs-client "1.3.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11737 spdy "^4.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11738 strip-ansi "^3.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11739 supports-color "^6.1.0"
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11740 url "^0.11.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11741 webpack-dev-middleware "^3.6.2"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11742 webpack-log "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11743 yargs "12.0.5"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11744
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11745 webpack-log@^2.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11746 version "2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11747 resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11748 integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11749 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11750 ansi-colors "^3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
11751 uuid "^3.3.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11752
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11753 webpack-merge@^4.2.1:
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11754 version "4.2.1"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11755 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.1.tgz#5e923cf802ea2ace4fd5af1d3247368a633489b4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11756 integrity sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11757 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11758 lodash "^4.17.5"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11759
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11760 webpack-sources@^1.1.0, webpack-sources@^1.3.0:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11761 version "1.3.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11762 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11763 integrity sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11764 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11765 source-list-map "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11766 source-map "~0.6.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11767
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11768 "webpack@>=4 < 4.29":
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11769 version "4.28.4"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11770 resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.4.tgz#1ddae6c89887d7efb752adf0c3cd32b9b07eacd0"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11771 integrity sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11772 dependencies:
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11773 "@webassemblyjs/ast" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11774 "@webassemblyjs/helper-module-context" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11775 "@webassemblyjs/wasm-edit" "1.7.11"
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11776 "@webassemblyjs/wasm-parser" "1.7.11"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11777 acorn "^5.6.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11778 acorn-dynamic-import "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11779 ajv "^6.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11780 ajv-keywords "^3.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11781 chrome-trace-event "^1.0.0"
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11782 enhanced-resolve "^4.1.0"
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11783 eslint-scope "^4.0.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11784 json-parse-better-errors "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11785 loader-runner "^2.3.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11786 loader-utils "^1.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11787 memory-fs "~0.4.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11788 micromatch "^3.1.8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11789 mkdirp "~0.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11790 neo-async "^2.5.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11791 node-libs-browser "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11792 schema-utils "^0.4.4"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11793 tapable "^1.1.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11794 terser-webpack-plugin "^1.1.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11795 watchpack "^1.5.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11796 webpack-sources "^1.3.0"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11797
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11798 websocket-driver@>=0.5.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11799 version "0.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11800 resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.0.tgz#0caf9d2d755d93aee049d4bdd0d3fe2cca2a24eb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11801 integrity sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11802 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11803 http-parser-js ">=0.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11804 websocket-extensions ">=0.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11805
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11806 websocket-extensions@>=0.1.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11807 version "0.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11808 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11809 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11810
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11811 whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11812 version "1.0.5"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11813 resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11814 integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11815 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11816 iconv-lite "0.4.24"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11817
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1102
diff changeset
11818 whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11819 version "2.3.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11820 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
11821 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11822
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11823 whatwg-url@^2.0.1:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11824 version "2.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11825 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-2.0.1.tgz#5396b2043f020ee6f704d9c45ea8519e724de659"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11826 integrity sha1-U5ayBD8CDub3BNnEXqhRnnJN5lk=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11827 dependencies:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11828 tr46 "~0.0.3"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11829 webidl-conversions "^3.0.0"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11830
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11831 whatwg-url@^6.4.1:
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11832 version "6.5.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11833 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11834 integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11835 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11836 lodash.sortby "^4.7.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11837 tr46 "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11838 webidl-conversions "^4.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11839
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11840 whatwg-url@^7.0.0:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11841 version "7.0.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11842 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11843 integrity sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==
455
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11844 dependencies:
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11845 lodash.sortby "^4.7.0"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11846 tr46 "^1.0.1"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11847 webidl-conversions "^4.0.2"
1c4834aa7776 client: upgrade yarn dependencieclient: upgrade yarn dependenciess
Bernhard Reiter <bernhard@intevation.de>
parents: 454
diff changeset
11848
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11849 which-module@^1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11850 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11851 resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11852 integrity sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11853
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11854 which-module@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11855 version "2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11856 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11857 integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11858
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11859 which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11860 version "1.3.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11861 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11862 integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11863 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11864 isexe "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11865
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11866 wide-align@^1.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11867 version "1.1.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11868 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11869 integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11870 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11871 string-width "^1.0.2 || 2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11872
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11873 window-size@0.1.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11874 version "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11875 resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11876 integrity sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11877
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11878 with@^5.0.0:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11879 version "5.1.1"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11880 resolved "https://registry.yarnpkg.com/with/-/with-5.1.1.tgz#fa4daa92daf32c4ea94ed453c81f04686b575dfe"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11881 integrity sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4=
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11882 dependencies:
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11883 acorn "^3.1.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11884 acorn-globals "^3.0.0"
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
11885
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11886 wordwrap@0.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11887 version "0.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11888 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11889 integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11890
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11891 wordwrap@~0.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11892 version "0.0.3"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11893 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11894 integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11895
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11896 wordwrap@~1.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11897 version "1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11898 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11899 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11900
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11901 worker-farm@^1.5.2:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11902 version "1.7.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11903 resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11904 integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11905 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11906 errno "~0.1.7"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11907
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11908 wrap-ansi@^2.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11909 version "2.1.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11910 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11911 integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11912 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11913 string-width "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11914 strip-ansi "^3.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11915
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11916 wrap-ansi@^5.1.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11917 version "5.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11918 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11919 integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11920 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11921 ansi-styles "^3.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11922 string-width "^3.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11923 strip-ansi "^5.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11924
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11925 wrappy@1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11926 version "1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11927 resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11928 integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11929
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11930 write-file-atomic@^2.1.0:
2113
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11931 version "2.4.2"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11932 resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9"
28fb26536b8f upgrade client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 2108
diff changeset
11933 integrity sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11934 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11935 graceful-fs "^4.1.11"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11936 imurmurhash "^0.1.4"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11937 signal-exit "^3.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11938
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11939 write@^0.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11940 version "0.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11941 resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11942 integrity sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11943 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11944 mkdirp "^0.5.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11945
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11946 ws@^5.2.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11947 version "5.2.2"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11948 resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11949 integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11950 dependencies:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11951 async-limiter "~1.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
11952
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11953 ws@^6.0.0:
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11954 version "6.2.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11955 resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
11956 integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11957 dependencies:
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11958 async-limiter "~1.0.0"
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
11959
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11960 "xml-name-validator@>= 2.0.1 < 3.0.0":
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11961 version "2.0.1"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11962 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11963 integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11964
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11965 xml-name-validator@^3.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11966 version "3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11967 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11968 integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11969
1874
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11970 xmldom@^0.1.22:
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11971 version "0.1.27"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11972 resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11973 integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
bad32adafef2 client: add real pdf generation with jspdf
Bernhard Reiter <bernhard@intevation.de>
parents: 1643
diff changeset
11974
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11975 xregexp@2.0.0:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11976 version "2.0.0"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11977 resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11978 integrity sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
11979
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11980 xtend@^4.0.0, xtend@~4.0.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11981 version "4.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11982 resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11983 integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11984
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11985 y18n@^3.2.1:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11986 version "3.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11987 resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11988 integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11989
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
11990 "y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11991 version "4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11992 resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11993 integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11994
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11995 yallist@^2.1.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11996 version "2.1.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11997 resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
11998 integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11999
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12000 yallist@^3.0.0, yallist@^3.0.2:
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12001 version "3.0.3"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12002 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12003 integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12004
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12005 yargs-parser@^11.1.1:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12006 version "11.1.1"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12007 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12008 integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12009 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12010 camelcase "^5.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12011 decamelize "^1.2.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12012
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12013 yargs-parser@^13.0.0:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12014 version "13.1.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12015 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.0.tgz#7016b6dd03e28e1418a510e258be4bff5a31138f"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12016 integrity sha512-Yq+32PrijHRri0vVKQEm+ys8mbqWjLiwQkMFNXEENutzLPP0bE4Lcd4iA3OQY5HF+GD3xXxf0MEHb8E4/SA3AA==
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12017 dependencies:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12018 camelcase "^5.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12019 decamelize "^1.2.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12020
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12021 yargs-parser@^5.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12022 version "5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12023 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12024 integrity sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12025 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12026 camelcase "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12027
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12028 yargs-parser@^9.0.2:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12029 version "9.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12030 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12031 integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12032 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12033 camelcase "^4.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12034
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12035 yargs@12.0.5, yargs@^12.0.1, yargs@^12.0.5:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12036 version "12.0.5"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12037 resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12038 integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12039 dependencies:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12040 cliui "^4.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12041 decamelize "^1.2.0"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12042 find-up "^3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12043 get-caller-file "^1.0.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12044 os-locale "^3.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12045 require-directory "^2.1.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12046 require-main-filename "^1.0.1"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12047 set-blocking "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12048 string-width "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12049 which-module "^2.0.0"
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12050 y18n "^3.2.1 || ^4.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12051 yargs-parser "^11.1.1"
637
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12052
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12053 yargs@^11.0.0:
e72229d54c42 chore: upgrade node packages
Thomas Junk <thomas.junk@intevation.de>
parents: 570
diff changeset
12054 version "11.1.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
12055 resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12056 integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12057 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12058 cliui "^4.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12059 decamelize "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12060 find-up "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12061 get-caller-file "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12062 os-locale "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12063 require-directory "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12064 require-main-filename "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12065 set-blocking "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12066 string-width "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12067 which-module "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12068 y18n "^3.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12069 yargs-parser "^9.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12070
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12071 yargs@^13.0.0, yargs@^13.2.2:
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12072 version "13.2.2"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12073 resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2.tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12074 integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA==
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12075 dependencies:
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12076 cliui "^4.0.0"
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12077 find-up "^3.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12078 get-caller-file "^2.0.1"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12079 os-locale "^3.1.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12080 require-directory "^2.1.1"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12081 require-main-filename "^2.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12082 set-blocking "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12083 string-width "^3.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12084 which-module "^2.0.0"
3156
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12085 y18n "^4.0.0"
cb3b31566e48 import_configuration: added missing labels
Thomas Junk <thomas.junk@intevation.de>
parents: 2746
diff changeset
12086 yargs-parser "^13.0.0"
1461
08036d9f0c67 chore: update libraries
Thomas Junk <thomas.junk@intevation.de>
parents: 1412
diff changeset
12087
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12088 yargs@^7.0.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12089 version "7.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12090 resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12091 integrity sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12092 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12093 camelcase "^3.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12094 cliui "^3.2.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12095 decamelize "^1.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12096 get-caller-file "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12097 os-locale "^1.4.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12098 read-pkg-up "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12099 require-directory "^2.1.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12100 require-main-filename "^1.0.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12101 set-blocking "^2.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12102 string-width "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12103 which-module "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12104 y18n "^3.2.1"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12105 yargs-parser "^5.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12106
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
12107 yargs@~1.2.6:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
12108 version "1.2.6"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
12109 resolved "https://registry.yarnpkg.com/yargs/-/yargs-1.2.6.tgz#9c7b4a82fd5d595b2bf17ab6dcc43135432fe34b"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12110 integrity sha1-nHtKgv1dWVsr8Xq23MQxNUMv40s=
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
12111 dependencies:
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
12112 minimist "^0.1.0"
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
12113
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12114 yargs@~3.10.0:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12115 version "3.10.0"
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
12116 resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12117 integrity sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12118 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12119 camelcase "^1.0.2"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12120 cliui "^2.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12121 decamelize "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12122 window-size "0.1.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12123
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12124 yauzl@2.4.1:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12125 version "2.4.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12126 resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12127 integrity sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12128 dependencies:
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12129 fd-slicer "~1.0.1"
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
12130
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
12131 yorkie@^2.0.0:
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
12132 version "2.0.0"
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
12133 resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9"
794
afe62d1ce01c fix: searchresults below searchbar
Thomas Junk <thomas.junk@intevation.de>
parents: 738
diff changeset
12134 integrity sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12135 dependencies:
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12136 execa "^0.8.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12137 is-ci "^1.0.10"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12138 normalize-path "^1.0.0"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12139 strip-indent "^2.0.0"