##// END OF EJS Templates
packages: bumped JS dependencies and added sweetAlert
marcink -
r4310:dea8a4cb default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (1371 lines changed) Show them Hide them
@@ -0,0 +1,1371 b''
1 .swal2-popup.swal2-toast {
2 flex-direction: row;
3 align-items: center;
4 width: auto;
5 padding: 0.625em;
6 overflow-y: hidden;
7 background: #fff;
8 box-shadow: 0 0 0.625em #d9d9d9;
9 }
10 .swal2-popup.swal2-toast .swal2-header {
11 flex-direction: row;
12 }
13 .swal2-popup.swal2-toast .swal2-title {
14 flex-grow: 1;
15 justify-content: flex-start;
16 margin: 0 0.6em;
17 font-size: 1em;
18 }
19 .swal2-popup.swal2-toast .swal2-footer {
20 margin: 0.5em 0 0;
21 padding: 0.5em 0 0;
22 font-size: 0.8em;
23 }
24 .swal2-popup.swal2-toast .swal2-close {
25 position: static;
26 width: 0.8em;
27 height: 0.8em;
28 line-height: 0.8;
29 }
30 .swal2-popup.swal2-toast .swal2-content {
31 justify-content: flex-start;
32 font-size: 1em;
33 }
34 .swal2-popup.swal2-toast .swal2-icon {
35 width: 2em;
36 min-width: 2em;
37 height: 2em;
38 margin: 0;
39 }
40 .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
41 display: flex;
42 align-items: center;
43 font-size: 1.8em;
44 font-weight: bold;
45 }
46 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
47 .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
48 font-size: 0.25em;
49 }
50 }
51 .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
52 width: 2em;
53 height: 2em;
54 }
55 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
56 top: 0.875em;
57 width: 1.375em;
58 }
59 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
60 left: 0.3125em;
61 }
62 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
63 right: 0.3125em;
64 }
65 .swal2-popup.swal2-toast .swal2-actions {
66 flex-basis: auto !important;
67 width: auto;
68 height: auto;
69 margin: 0 0.3125em;
70 }
71 .swal2-popup.swal2-toast .swal2-styled {
72 margin: 0 0.3125em;
73 padding: 0.3125em 0.625em;
74 font-size: 1em;
75 }
76 .swal2-popup.swal2-toast .swal2-styled:focus {
77 box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
78 }
79 .swal2-popup.swal2-toast .swal2-success {
80 border-color: @alert1;
81 }
82 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
83 position: absolute;
84 width: 1.6em;
85 height: 3em;
86 transform: rotate(45deg);
87 border-radius: 50%;
88 }
89 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
90 top: -0.8em;
91 left: -0.5em;
92 transform: rotate(-45deg);
93 transform-origin: 2em 2em;
94 border-radius: 4em 0 0 4em;
95 }
96 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
97 top: -0.25em;
98 left: 0.9375em;
99 transform-origin: 0 1.5em;
100 border-radius: 0 4em 4em 0;
101 }
102 .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
103 width: 2em;
104 height: 2em;
105 }
106 .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
107 top: 0;
108 left: 0.4375em;
109 width: 0.4375em;
110 height: 2.6875em;
111 }
112 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
113 height: 0.3125em;
114 }
115 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
116 top: 1.125em;
117 left: 0.1875em;
118 width: 0.75em;
119 }
120 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
121 top: 0.9375em;
122 right: 0.1875em;
123 width: 1.375em;
124 }
125 .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
126 -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
127 animation: swal2-toast-animate-success-line-tip 0.75s;
128 }
129 .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
130 -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
131 animation: swal2-toast-animate-success-line-long 0.75s;
132 }
133 .swal2-popup.swal2-toast.swal2-show {
134 -webkit-animation: swal2-toast-show 0.5s;
135 animation: swal2-toast-show 0.5s;
136 }
137 .swal2-popup.swal2-toast.swal2-hide {
138 -webkit-animation: swal2-toast-hide 0.1s forwards;
139 animation: swal2-toast-hide 0.1s forwards;
140 }
141
142 .swal2-container {
143 display: flex;
144 position: fixed;
145 z-index: 1060;
146 top: 0;
147 right: 0;
148 bottom: 0;
149 left: 0;
150 flex-direction: row;
151 align-items: center;
152 justify-content: center;
153 padding: 0.625em;
154 overflow-x: hidden;
155 transition: background-color 0.1s;
156 -webkit-overflow-scrolling: touch;
157 }
158 .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
159 background: rgba(0, 0, 0, 0.4);
160 }
161 .swal2-container.swal2-backdrop-hide {
162 background: transparent !important;
163 }
164 .swal2-container.swal2-top {
165 align-items: flex-start;
166 }
167 .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
168 align-items: flex-start;
169 justify-content: flex-start;
170 }
171 .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
172 align-items: flex-start;
173 justify-content: flex-end;
174 }
175 .swal2-container.swal2-center {
176 align-items: center;
177 }
178 .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
179 align-items: center;
180 justify-content: flex-start;
181 }
182 .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
183 align-items: center;
184 justify-content: flex-end;
185 }
186 .swal2-container.swal2-bottom {
187 align-items: flex-end;
188 }
189 .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
190 align-items: flex-end;
191 justify-content: flex-start;
192 }
193 .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
194 align-items: flex-end;
195 justify-content: flex-end;
196 }
197 .swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
198 margin-top: auto;
199 }
200 .swal2-container.swal2-grow-fullscreen > .swal2-modal {
201 display: flex !important;
202 flex: 1;
203 align-self: stretch;
204 justify-content: center;
205 }
206 .swal2-container.swal2-grow-row > .swal2-modal {
207 display: flex !important;
208 flex: 1;
209 align-content: center;
210 justify-content: center;
211 }
212 .swal2-container.swal2-grow-column {
213 flex: 1;
214 flex-direction: column;
215 }
216 .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
217 align-items: center;
218 }
219 .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
220 align-items: flex-start;
221 }
222 .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
223 align-items: flex-end;
224 }
225 .swal2-container.swal2-grow-column > .swal2-modal {
226 display: flex !important;
227 flex: 1;
228 align-content: center;
229 justify-content: center;
230 }
231 .swal2-container.swal2-no-transition {
232 transition: none !important;
233 }
234 .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
235 margin: auto;
236 }
237 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
238 .swal2-container .swal2-modal {
239 margin: 0 !important;
240 }
241 }
242
243 .swal2-popup {
244 display: none;
245 position: relative;
246 box-sizing: border-box;
247 flex-direction: column;
248 justify-content: center;
249 width: 32em;
250 max-width: 100%;
251 padding: 1.25em;
252 border: none;
253 border-radius: 0.3125em;
254 background: #fff;
255 font-family: inherit;
256 font-size: 1rem;
257 }
258 .swal2-popup:focus {
259 outline: none;
260 }
261 .swal2-popup.swal2-loading {
262 overflow-y: hidden;
263 }
264
265 .swal2-header {
266 display: flex;
267 flex-direction: column;
268 align-items: center;
269 }
270
271 .swal2-title {
272 position: relative;
273 max-width: 100%;
274 margin: 0 0 0.4em;
275 padding: 0;
276 color: #595959;
277 font-size: 1.875em;
278 font-weight: 600;
279 text-align: center;
280 text-transform: none;
281 word-wrap: break-word;
282 }
283
284 .swal2-actions {
285 display: flex;
286 z-index: 1;
287 flex-wrap: wrap;
288 align-items: center;
289 justify-content: center;
290 width: 100%;
291 margin: 1.25em auto 0;
292 }
293 .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
294 opacity: 0.4;
295 }
296 .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
297 background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
298 }
299 .swal2-actions:not(.swal2-loading) .swal2-styled:active {
300 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
301 }
302 .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
303 box-sizing: border-box;
304 width: 2.5em;
305 height: 2.5em;
306 margin: 0.46875em;
307 padding: 0;
308 -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
309 animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
310 border: 0.25em solid transparent;
311 border-radius: 100%;
312 border-color: transparent;
313 background-color: transparent !important;
314 color: transparent !important;
315 cursor: default;
316 -webkit-user-select: none;
317 -moz-user-select: none;
318 -ms-user-select: none;
319 user-select: none;
320 }
321 .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
322 margin-right: 30px;
323 margin-left: 30px;
324 }
325 .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
326 content: "";
327 display: inline-block;
328 width: 15px;
329 height: 15px;
330 margin-left: 5px;
331 -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
332 animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
333 border: 3px solid #999999;
334 border-radius: 50%;
335 border-right-color: transparent;
336 box-shadow: 1px 1px 1px #fff;
337 }
338
339 .swal2-styled {
340 margin: 0.3125em;
341 padding: 0.625em 2em;
342 box-shadow: none;
343 font-weight: 500;
344 }
345 .swal2-styled:not([disabled]) {
346 cursor: pointer;
347 }
348 .swal2-styled.swal2-confirm {
349 border: 0;
350 border-radius: 0.25em;
351 background: initial;
352 background-color: @alert4;
353 color: #fff;
354 font-size: 1.0625em;
355 }
356 .swal2-styled.swal2-cancel {
357 border: 0;
358 border-radius: 0.25em;
359 background: initial;
360 background-color: #aaa;
361 color: #fff;
362 font-size: 1.0625em;
363 }
364 .swal2-styled:focus {
365 outline: none;
366 box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
367 }
368 .swal2-styled::-moz-focus-inner {
369 border: 0;
370 }
371
372 .swal2-footer {
373 justify-content: center;
374 margin: 1.25em 0 0;
375 padding: 1em 0 0;
376 border-top: 1px solid #eee;
377 color: #545454;
378 font-size: 1em;
379 }
380
381 .swal2-timer-progress-bar-container {
382 position: absolute;
383 right: 0;
384 bottom: 0;
385 left: 0;
386 height: 0.25em;
387 overflow: hidden;
388 border-bottom-right-radius: 0.3125em;
389 border-bottom-left-radius: 0.3125em;
390 }
391
392 .swal2-timer-progress-bar {
393 width: 100%;
394 height: 0.25em;
395 background: rgba(0, 0, 0, 0.2);
396 }
397
398 .swal2-image {
399 max-width: 100%;
400 margin: 1.25em auto;
401 }
402
403 .swal2-close {
404 position: absolute;
405 z-index: 2;
406 top: 0;
407 right: 0;
408 align-items: center;
409 justify-content: center;
410 width: 1.2em;
411 height: 1.2em;
412 padding: 0;
413 overflow: hidden;
414 transition: color 0.1s ease-out;
415 border: none;
416 border-radius: 0;
417 background: transparent;
418 color: #cccccc;
419 font-family: serif;
420 font-size: 2.5em;
421 line-height: 1.2;
422 cursor: pointer;
423 }
424 .swal2-close:hover {
425 transform: none;
426 background: transparent;
427 color: #f27474;
428 }
429 .swal2-close::-moz-focus-inner {
430 border: 0;
431 }
432
433 .swal2-content {
434 z-index: 1;
435 justify-content: center;
436 margin: 0;
437 padding: 0;
438 color: #545454;
439 font-size: 1.125em;
440 font-weight: normal;
441 line-height: normal;
442 text-align: center;
443 word-wrap: break-word;
444 }
445
446 .swal2-input,
447 .swal2-file,
448 .swal2-textarea,
449 .swal2-select,
450 .swal2-radio,
451 .swal2-checkbox {
452 margin: 1em auto;
453 }
454
455 .swal2-input,
456 .swal2-file,
457 .swal2-textarea {
458 box-sizing: border-box;
459 width: 100%;
460 transition: border-color 0.3s, box-shadow 0.3s;
461 border: 1px solid #d9d9d9;
462 border-radius: 0.1875em;
463 background: inherit;
464 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
465 color: inherit;
466 font-size: 1.125em;
467 }
468 .swal2-input.swal2-inputerror,
469 .swal2-file.swal2-inputerror,
470 .swal2-textarea.swal2-inputerror {
471 border-color: #f27474 !important;
472 box-shadow: 0 0 2px #f27474 !important;
473 }
474 .swal2-input:focus,
475 .swal2-file:focus,
476 .swal2-textarea:focus {
477 border: 1px solid #b4dbed;
478 outline: none;
479 box-shadow: 0 0 3px #c4e6f5;
480 }
481 .swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
482 color: #cccccc;
483 }
484 .swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
485 color: #cccccc;
486 }
487 .swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
488 color: #cccccc;
489 }
490 .swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
491 color: #cccccc;
492 }
493 .swal2-input::placeholder,
494 .swal2-file::placeholder,
495 .swal2-textarea::placeholder {
496 color: #cccccc;
497 }
498
499 .swal2-range {
500 margin: 1em auto;
501 background: #fff;
502 }
503 .swal2-range input {
504 width: 80%;
505 }
506 .swal2-range output {
507 width: 20%;
508 color: inherit;
509 font-weight: 600;
510 text-align: center;
511 }
512 .swal2-range input,
513 .swal2-range output {
514 height: 2.625em;
515 padding: 0;
516 font-size: 1.125em;
517 line-height: 2.625em;
518 }
519
520 .swal2-input {
521 height: 2.625em;
522 padding: 0 0.75em;
523 }
524 .swal2-input[type=number] {
525 max-width: 10em;
526 }
527
528 .swal2-file {
529 background: inherit;
530 font-size: 1.125em;
531 }
532
533 .swal2-textarea {
534 height: 6.75em;
535 padding: 0.75em;
536 }
537
538 .swal2-select {
539 min-width: 50%;
540 max-width: 100%;
541 padding: 0.375em 0.625em;
542 background: inherit;
543 color: inherit;
544 font-size: 1.125em;
545 }
546
547 .swal2-radio,
548 .swal2-checkbox {
549 align-items: center;
550 justify-content: center;
551 background: #fff;
552 color: inherit;
553 }
554 .swal2-radio label,
555 .swal2-checkbox label {
556 margin: 0 0.6em;
557 font-size: 1.125em;
558 }
559 .swal2-radio input,
560 .swal2-checkbox input {
561 margin: 0 0.4em;
562 }
563
564 .swal2-validation-message {
565 display: none;
566 align-items: center;
567 justify-content: center;
568 padding: 0.625em;
569 overflow: hidden;
570 background: #f0f0f0;
571 color: #666666;
572 font-size: 1em;
573 font-weight: 300;
574 }
575 .swal2-validation-message::before {
576 content: "!";
577 display: inline-block;
578 width: 1.5em;
579 min-width: 1.5em;
580 height: 1.5em;
581 margin: 0 0.625em;
582 border-radius: 50%;
583 background-color: #f27474;
584 color: #fff;
585 font-weight: 600;
586 line-height: 1.5em;
587 text-align: center;
588 }
589
590 .swal2-icon {
591 position: relative;
592 box-sizing: content-box;
593 justify-content: center;
594 width: 5em;
595 height: 5em;
596 margin: 1.25em auto 1.875em;
597 border: 0.25em solid transparent;
598 border-radius: 50%;
599 font-family: inherit;
600 line-height: 5em;
601 cursor: default;
602 -webkit-user-select: none;
603 -moz-user-select: none;
604 -ms-user-select: none;
605 user-select: none;
606 }
607 .swal2-icon .swal2-icon-content {
608 display: flex;
609 align-items: center;
610 font-size: 3.75em;
611 }
612 .swal2-icon.swal2-error {
613 border-color: @alert2;
614 color: @alert2;
615 }
616 .swal2-icon.swal2-error .swal2-x-mark {
617 position: relative;
618 flex-grow: 1;
619 }
620 .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
621 display: block;
622 position: absolute;
623 top: 2.3125em;
624 width: 2.9375em;
625 height: 0.3125em;
626 border-radius: 0.125em;
627 background-color: @alert2;
628 }
629 .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
630 left: 1.0625em;
631 transform: rotate(45deg);
632 }
633 .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
634 right: 1em;
635 transform: rotate(-45deg);
636 }
637 .swal2-icon.swal2-error.swal2-icon-show {
638 //-webkit-animation: swal2-animate-error-icon 0.5s;
639 // animation: swal2-animate-error-icon 0.5s;
640 }
641 .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
642 //-webkit-animation: swal2-animate-error-x-mark 0.5s;
643 // animation: swal2-animate-error-x-mark 0.5s;
644 }
645 .swal2-icon.swal2-warning {
646 border-color: @alert3;
647 color: @alert3;
648 }
649 .swal2-icon.swal2-info {
650 border-color: #9de0f6;
651 color: #3fc3ee;
652 }
653 .swal2-icon.swal2-question {
654 border-color: #c9dae1;
655 color: #87adbd;
656 }
657 .swal2-icon.swal2-success {
658 border-color: @alert1;
659 color: @alert1;
660 }
661 .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
662 position: absolute;
663 width: 3.75em;
664 height: 7.5em;
665 transform: rotate(45deg);
666 border-radius: 50%;
667 }
668 .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
669 top: -0.4375em;
670 left: -2.0635em;
671 transform: rotate(-45deg);
672 transform-origin: 3.75em 3.75em;
673 border-radius: 7.5em 0 0 7.5em;
674 }
675 .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
676 top: -0.6875em;
677 left: 1.875em;
678 transform: rotate(-45deg);
679 transform-origin: 0 3.75em;
680 border-radius: 0 7.5em 7.5em 0;
681 }
682 .swal2-icon.swal2-success .swal2-success-ring {
683 position: absolute;
684 z-index: 2;
685 top: -0.25em;
686 left: -0.25em;
687 box-sizing: content-box;
688 width: 100%;
689 height: 100%;
690 border: 0.25em solid rgba(165, 220, 134, 0.3);
691 border-radius: 50%;
692 }
693 .swal2-icon.swal2-success .swal2-success-fix {
694 position: absolute;
695 z-index: 1;
696 top: 0.5em;
697 left: 1.625em;
698 width: 0.4375em;
699 height: 5.625em;
700 transform: rotate(-45deg);
701 }
702 .swal2-icon.swal2-success [class^=swal2-success-line] {
703 display: block;
704 position: absolute;
705 z-index: 2;
706 height: 0.3125em;
707 border-radius: 0.125em;
708 background-color: @alert1;
709 }
710 .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
711 top: 2.875em;
712 left: 0.8125em;
713 width: 1.5625em;
714 transform: rotate(45deg);
715 }
716 .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
717 top: 2.375em;
718 right: 0.5em;
719 width: 2.9375em;
720 transform: rotate(-45deg);
721 }
722 .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
723 -webkit-animation: swal2-animate-success-line-tip 0.75s;
724 animation: swal2-animate-success-line-tip 0.75s;
725 }
726 .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
727 -webkit-animation: swal2-animate-success-line-long 0.75s;
728 animation: swal2-animate-success-line-long 0.75s;
729 }
730 .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
731 -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
732 animation: swal2-rotate-success-circular-line 4.25s ease-in;
733 }
734
735 .swal2-progress-steps {
736 align-items: center;
737 margin: 0 0 1.25em;
738 padding: 0;
739 background: inherit;
740 font-weight: 600;
741 }
742 .swal2-progress-steps li {
743 display: inline-block;
744 position: relative;
745 }
746 .swal2-progress-steps .swal2-progress-step {
747 z-index: 20;
748 width: 2em;
749 height: 2em;
750 border-radius: 2em;
751 background: #3085d6;
752 color: #fff;
753 line-height: 2em;
754 text-align: center;
755 }
756 .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
757 background: #3085d6;
758 }
759 .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
760 background: #add8e6;
761 color: #fff;
762 }
763 .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
764 background: #add8e6;
765 }
766 .swal2-progress-steps .swal2-progress-step-line {
767 z-index: 10;
768 width: 2.5em;
769 height: 0.4em;
770 margin: 0 -1px;
771 background: #3085d6;
772 }
773
774 [class^=swal2] {
775 -webkit-tap-highlight-color: transparent;
776 }
777
778 .swal2-show {
779 -webkit-animation: swal2-show 0.3s;
780 animation: swal2-show 0.3s;
781 }
782
783 .swal2-hide {
784 -webkit-animation: swal2-hide 0.15s forwards;
785 animation: swal2-hide 0.15s forwards;
786 }
787
788 .swal2-noanimation {
789 transition: none;
790 }
791
792 .swal2-scrollbar-measure {
793 position: absolute;
794 top: -9999px;
795 width: 50px;
796 height: 50px;
797 overflow: scroll;
798 }
799
800 .swal2-rtl .swal2-close {
801 right: auto;
802 left: 0;
803 }
804 .swal2-rtl .swal2-timer-progress-bar {
805 right: 0;
806 left: auto;
807 }
808
809 @supports (-ms-accelerator: true) {
810 .swal2-range input {
811 width: 100% !important;
812 }
813 .swal2-range output {
814 display: none;
815 }
816 }
817 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
818 .swal2-range input {
819 width: 100% !important;
820 }
821 .swal2-range output {
822 display: none;
823 }
824 }
825 @-moz-document url-prefix() {
826 .swal2-close:focus {
827 outline: 2px solid rgba(50, 100, 150, 0.4);
828 }
829 }
830 @-webkit-keyframes swal2-toast-show {
831 0% {
832 transform: translateY(-0.625em) rotateZ(2deg);
833 }
834 33% {
835 transform: translateY(0) rotateZ(-2deg);
836 }
837 66% {
838 transform: translateY(0.3125em) rotateZ(2deg);
839 }
840 100% {
841 transform: translateY(0) rotateZ(0deg);
842 }
843 }
844 @keyframes swal2-toast-show {
845 0% {
846 transform: translateY(-0.625em) rotateZ(2deg);
847 }
848 33% {
849 transform: translateY(0) rotateZ(-2deg);
850 }
851 66% {
852 transform: translateY(0.3125em) rotateZ(2deg);
853 }
854 100% {
855 transform: translateY(0) rotateZ(0deg);
856 }
857 }
858 @-webkit-keyframes swal2-toast-hide {
859 100% {
860 transform: rotateZ(1deg);
861 opacity: 0;
862 }
863 }
864 @keyframes swal2-toast-hide {
865 100% {
866 transform: rotateZ(1deg);
867 opacity: 0;
868 }
869 }
870 @-webkit-keyframes swal2-toast-animate-success-line-tip {
871 0% {
872 top: 0.5625em;
873 left: 0.0625em;
874 width: 0;
875 }
876 54% {
877 top: 0.125em;
878 left: 0.125em;
879 width: 0;
880 }
881 70% {
882 top: 0.625em;
883 left: -0.25em;
884 width: 1.625em;
885 }
886 84% {
887 top: 1.0625em;
888 left: 0.75em;
889 width: 0.5em;
890 }
891 100% {
892 top: 1.125em;
893 left: 0.1875em;
894 width: 0.75em;
895 }
896 }
897 @keyframes swal2-toast-animate-success-line-tip {
898 0% {
899 top: 0.5625em;
900 left: 0.0625em;
901 width: 0;
902 }
903 54% {
904 top: 0.125em;
905 left: 0.125em;
906 width: 0;
907 }
908 70% {
909 top: 0.625em;
910 left: -0.25em;
911 width: 1.625em;
912 }
913 84% {
914 top: 1.0625em;
915 left: 0.75em;
916 width: 0.5em;
917 }
918 100% {
919 top: 1.125em;
920 left: 0.1875em;
921 width: 0.75em;
922 }
923 }
924 @-webkit-keyframes swal2-toast-animate-success-line-long {
925 0% {
926 top: 1.625em;
927 right: 1.375em;
928 width: 0;
929 }
930 65% {
931 top: 1.25em;
932 right: 0.9375em;
933 width: 0;
934 }
935 84% {
936 top: 0.9375em;
937 right: 0;
938 width: 1.125em;
939 }
940 100% {
941 top: 0.9375em;
942 right: 0.1875em;
943 width: 1.375em;
944 }
945 }
946 @keyframes swal2-toast-animate-success-line-long {
947 0% {
948 top: 1.625em;
949 right: 1.375em;
950 width: 0;
951 }
952 65% {
953 top: 1.25em;
954 right: 0.9375em;
955 width: 0;
956 }
957 84% {
958 top: 0.9375em;
959 right: 0;
960 width: 1.125em;
961 }
962 100% {
963 top: 0.9375em;
964 right: 0.1875em;
965 width: 1.375em;
966 }
967 }
968 @-webkit-keyframes swal2-show {
969 0% {
970 transform: scale(0.7);
971 }
972 45% {
973 transform: scale(1.05);
974 }
975 80% {
976 transform: scale(0.95);
977 }
978 100% {
979 transform: scale(1);
980 }
981 }
982 @keyframes swal2-show {
983 0% {
984 transform: scale(0.7);
985 }
986 45% {
987 transform: scale(1.05);
988 }
989 80% {
990 transform: scale(0.95);
991 }
992 100% {
993 transform: scale(1);
994 }
995 }
996 @-webkit-keyframes swal2-hide {
997 0% {
998 transform: scale(1);
999 opacity: 1;
1000 }
1001 100% {
1002 transform: scale(0.5);
1003 opacity: 0;
1004 }
1005 }
1006 @keyframes swal2-hide {
1007 0% {
1008 transform: scale(1);
1009 opacity: 1;
1010 }
1011 100% {
1012 transform: scale(0.5);
1013 opacity: 0;
1014 }
1015 }
1016 @-webkit-keyframes swal2-animate-success-line-tip {
1017 0% {
1018 top: 1.1875em;
1019 left: 0.0625em;
1020 width: 0;
1021 }
1022 54% {
1023 top: 1.0625em;
1024 left: 0.125em;
1025 width: 0;
1026 }
1027 70% {
1028 top: 2.1875em;
1029 left: -0.375em;
1030 width: 3.125em;
1031 }
1032 84% {
1033 top: 3em;
1034 left: 1.3125em;
1035 width: 1.0625em;
1036 }
1037 100% {
1038 top: 2.8125em;
1039 left: 0.8125em;
1040 width: 1.5625em;
1041 }
1042 }
1043 @keyframes swal2-animate-success-line-tip {
1044 0% {
1045 top: 1.1875em;
1046 left: 0.0625em;
1047 width: 0;
1048 }
1049 54% {
1050 top: 1.0625em;
1051 left: 0.125em;
1052 width: 0;
1053 }
1054 70% {
1055 top: 2.1875em;
1056 left: -0.375em;
1057 width: 3.125em;
1058 }
1059 84% {
1060 top: 3em;
1061 left: 1.3125em;
1062 width: 1.0625em;
1063 }
1064 100% {
1065 top: 2.8125em;
1066 left: 0.8125em;
1067 width: 1.5625em;
1068 }
1069 }
1070 @-webkit-keyframes swal2-animate-success-line-long {
1071 0% {
1072 top: 3.375em;
1073 right: 2.875em;
1074 width: 0;
1075 }
1076 65% {
1077 top: 3.375em;
1078 right: 2.875em;
1079 width: 0;
1080 }
1081 84% {
1082 top: 2.1875em;
1083 right: 0;
1084 width: 3.4375em;
1085 }
1086 100% {
1087 top: 2.375em;
1088 right: 0.5em;
1089 width: 2.9375em;
1090 }
1091 }
1092 @keyframes swal2-animate-success-line-long {
1093 0% {
1094 top: 3.375em;
1095 right: 2.875em;
1096 width: 0;
1097 }
1098 65% {
1099 top: 3.375em;
1100 right: 2.875em;
1101 width: 0;
1102 }
1103 84% {
1104 top: 2.1875em;
1105 right: 0;
1106 width: 3.4375em;
1107 }
1108 100% {
1109 top: 2.375em;
1110 right: 0.5em;
1111 width: 2.9375em;
1112 }
1113 }
1114 @-webkit-keyframes swal2-rotate-success-circular-line {
1115 0% {
1116 transform: rotate(-45deg);
1117 }
1118 5% {
1119 transform: rotate(-45deg);
1120 }
1121 12% {
1122 transform: rotate(-405deg);
1123 }
1124 100% {
1125 transform: rotate(-405deg);
1126 }
1127 }
1128 @keyframes swal2-rotate-success-circular-line {
1129 0% {
1130 transform: rotate(-45deg);
1131 }
1132 5% {
1133 transform: rotate(-45deg);
1134 }
1135 12% {
1136 transform: rotate(-405deg);
1137 }
1138 100% {
1139 transform: rotate(-405deg);
1140 }
1141 }
1142 @-webkit-keyframes swal2-animate-error-x-mark {
1143 0% {
1144 margin-top: 1.625em;
1145 transform: scale(0.4);
1146 opacity: 0;
1147 }
1148 50% {
1149 margin-top: 1.625em;
1150 transform: scale(0.4);
1151 opacity: 0;
1152 }
1153 80% {
1154 margin-top: -0.375em;
1155 transform: scale(1.15);
1156 }
1157 100% {
1158 margin-top: 0;
1159 transform: scale(1);
1160 opacity: 1;
1161 }
1162 }
1163 @keyframes swal2-animate-error-x-mark {
1164 0% {
1165 margin-top: 1.625em;
1166 transform: scale(0.4);
1167 opacity: 0;
1168 }
1169 50% {
1170 margin-top: 1.625em;
1171 transform: scale(0.4);
1172 opacity: 0;
1173 }
1174 80% {
1175 margin-top: -0.375em;
1176 transform: scale(1.15);
1177 }
1178 100% {
1179 margin-top: 0;
1180 transform: scale(1);
1181 opacity: 1;
1182 }
1183 }
1184 @-webkit-keyframes swal2-animate-error-icon {
1185 0% {
1186 transform: rotateX(100deg);
1187 opacity: 0;
1188 }
1189 100% {
1190 transform: rotateX(0deg);
1191 opacity: 1;
1192 }
1193 }
1194 @keyframes swal2-animate-error-icon {
1195 0% {
1196 transform: rotateX(100deg);
1197 opacity: 0;
1198 }
1199 100% {
1200 transform: rotateX(0deg);
1201 opacity: 1;
1202 }
1203 }
1204 @-webkit-keyframes swal2-rotate-loading {
1205 0% {
1206 transform: rotate(0deg);
1207 }
1208 100% {
1209 transform: rotate(360deg);
1210 }
1211 }
1212 @keyframes swal2-rotate-loading {
1213 0% {
1214 transform: rotate(0deg);
1215 }
1216 100% {
1217 transform: rotate(360deg);
1218 }
1219 }
1220 body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
1221 overflow: hidden;
1222 }
1223 body.swal2-height-auto {
1224 height: auto !important;
1225 }
1226 body.swal2-no-backdrop .swal2-container {
1227 top: auto;
1228 right: auto;
1229 bottom: auto;
1230 left: auto;
1231 max-width: calc(100% - 0.625em * 2);
1232 background-color: transparent !important;
1233 }
1234 body.swal2-no-backdrop .swal2-container > .swal2-modal {
1235 box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
1236 }
1237 body.swal2-no-backdrop .swal2-container.swal2-top {
1238 top: 0;
1239 left: 50%;
1240 transform: translateX(-50%);
1241 }
1242 body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
1243 top: 0;
1244 left: 0;
1245 }
1246 body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
1247 top: 0;
1248 right: 0;
1249 }
1250 body.swal2-no-backdrop .swal2-container.swal2-center {
1251 top: 50%;
1252 left: 50%;
1253 transform: translate(-50%, -50%);
1254 }
1255 body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
1256 top: 50%;
1257 left: 0;
1258 transform: translateY(-50%);
1259 }
1260 body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
1261 top: 50%;
1262 right: 0;
1263 transform: translateY(-50%);
1264 }
1265 body.swal2-no-backdrop .swal2-container.swal2-bottom {
1266 bottom: 0;
1267 left: 50%;
1268 transform: translateX(-50%);
1269 }
1270 body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
1271 bottom: 0;
1272 left: 0;
1273 }
1274 body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
1275 right: 0;
1276 bottom: 0;
1277 }
1278 @media print {
1279 body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
1280 overflow-y: scroll !important;
1281 }
1282 body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
1283 display: none;
1284 }
1285 body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
1286 position: static !important;
1287 }
1288 }
1289 body.swal2-toast-shown .swal2-container {
1290 background-color: transparent;
1291 }
1292 body.swal2-toast-shown .swal2-container.swal2-top {
1293 top: 0;
1294 right: auto;
1295 bottom: auto;
1296 left: 50%;
1297 transform: translateX(-50%);
1298 }
1299 body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
1300 top: 0;
1301 right: 0;
1302 bottom: auto;
1303 left: auto;
1304 }
1305 body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
1306 top: 0;
1307 right: auto;
1308 bottom: auto;
1309 left: 0;
1310 }
1311 body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
1312 top: 50%;
1313 right: auto;
1314 bottom: auto;
1315 left: 0;
1316 transform: translateY(-50%);
1317 }
1318 body.swal2-toast-shown .swal2-container.swal2-center {
1319 top: 50%;
1320 right: auto;
1321 bottom: auto;
1322 left: 50%;
1323 transform: translate(-50%, -50%);
1324 }
1325 body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
1326 top: 50%;
1327 right: 0;
1328 bottom: auto;
1329 left: auto;
1330 transform: translateY(-50%);
1331 }
1332 body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
1333 top: auto;
1334 right: auto;
1335 bottom: 0;
1336 left: 0;
1337 }
1338 body.swal2-toast-shown .swal2-container.swal2-bottom {
1339 top: auto;
1340 right: auto;
1341 bottom: 0;
1342 left: 50%;
1343 transform: translateX(-50%);
1344 }
1345 body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
1346 top: auto;
1347 right: 0;
1348 bottom: 0;
1349 left: auto;
1350 }
1351 body.swal2-toast-column .swal2-toast {
1352 flex-direction: column;
1353 align-items: stretch;
1354 }
1355 body.swal2-toast-column .swal2-toast .swal2-actions {
1356 flex: 1;
1357 align-self: stretch;
1358 height: 2.2em;
1359 margin-top: 0.3125em;
1360 }
1361 body.swal2-toast-column .swal2-toast .swal2-loading {
1362 justify-content: center;
1363 }
1364 body.swal2-toast-column .swal2-toast .swal2-input {
1365 height: 2em;
1366 margin: 0.3125em auto;
1367 font-size: 1em;
1368 }
1369 body.swal2-toast-column .swal2-toast .swal2-validation-message {
1370 font-size: 1em;
1371 } No newline at end of file
@@ -35,7 +35,8 b''
35 "<%= dirs.js.node_modules %>/moment/min/moment.min.js",
35 "<%= dirs.js.node_modules %>/moment/min/moment.min.js",
36 "<%= dirs.js.node_modules %>/clipboard/dist/clipboard.min.js",
36 "<%= dirs.js.node_modules %>/clipboard/dist/clipboard.min.js",
37 "<%= dirs.js.node_modules %>/favico.js/favico-0.3.10.min.js",
37 "<%= dirs.js.node_modules %>/favico.js/favico-0.3.10.min.js",
38 "<%= dirs.js.node_modules %>/dropzone/dist/dropzone.js",
38 "<%= dirs.js.node_modules %>/dropzone/dist/min/dropzone.min.js",
39 "<%= dirs.js.node_modules %>/sweetalert2/dist/sweetalert2.min.js",
39 "<%= dirs.js.node_modules %>/sticky-sidebar/dist/sticky-sidebar.min.js",
40 "<%= dirs.js.node_modules %>/sticky-sidebar/dist/sticky-sidebar.min.js",
40 "<%= dirs.js.node_modules %>/sticky-sidebar/dist/jquery.sticky-sidebar.min.js",
41 "<%= dirs.js.node_modules %>/sticky-sidebar/dist/jquery.sticky-sidebar.min.js",
41 "<%= dirs.js.node_modules %>/waypoints/lib/noframework.waypoints.min.js",
42 "<%= dirs.js.node_modules %>/waypoints/lib/noframework.waypoints.min.js",
@@ -23,6 +23,7 b''
23 "grunt-contrib-watch": "^0.6.1",
23 "grunt-contrib-watch": "^0.6.1",
24 "grunt-webpack": "^3.1.3",
24 "grunt-webpack": "^3.1.3",
25 "grunt-contrib-uglify": "^4.0.1",
25 "grunt-contrib-uglify": "^4.0.1",
26 "sweetalert2": "^9.10.12",
26 "jquery": "1.11.3",
27 "jquery": "1.11.3",
27 "mark.js": "8.11.1",
28 "mark.js": "8.11.1",
28 "jshint": "^2.9.1-rc3",
29 "jshint": "^2.9.1-rc3",
This diff has been collapsed as it changes many lines, (1065 lines changed) Show them Hide them
@@ -49,13 +49,13 b' let'
49 sha512 = "7+TPEAfWsRdhj1Y8UeF1759ktpVu+c3sG16rJiUC3wF9+woQ9xI1zUm2d59i7Yc3aDEJrR/Q8Y262KlOvyGVNg==";
49 sha512 = "7+TPEAfWsRdhj1Y8UeF1759ktpVu+c3sG16rJiUC3wF9+woQ9xI1zUm2d59i7Yc3aDEJrR/Q8Y262KlOvyGVNg==";
50 };
50 };
51 };
51 };
52 "@polymer/iron-autogrow-textarea-3.0.1" = {
52 "@polymer/iron-autogrow-textarea-3.0.3" = {
53 name = "_at_polymer_slash_iron-autogrow-textarea";
53 name = "_at_polymer_slash_iron-autogrow-textarea";
54 packageName = "@polymer/iron-autogrow-textarea";
54 packageName = "@polymer/iron-autogrow-textarea";
55 version = "3.0.1";
55 version = "3.0.3";
56 src = fetchurl {
56 src = fetchurl {
57 url = "https://registry.npmjs.org/@polymer/iron-autogrow-textarea/-/iron-autogrow-textarea-3.0.1.tgz";
57 url = "https://registry.npmjs.org/@polymer/iron-autogrow-textarea/-/iron-autogrow-textarea-3.0.3.tgz";
58 sha512 = "FgSL7APrOSL9Vu812sBCFlQ17hvnJsBAV2C2e1UAiaHhB+dyfLq8gGdGUpqVWuGJ50q4Y/49QwCNnLf85AdVYA==";
58 sha512 = "5r0VkWrIlm0JIp5E5wlnvkw7slK72lFRZXncmrsLZF+6n1dg2rI8jt7xpFzSmUWrqpcyXwyKaGaDvUjl3j4JLA==";
59 };
59 };
60 };
60 };
61 "@polymer/iron-behaviors-3.0.1" = {
61 "@polymer/iron-behaviors-3.0.1" = {
@@ -76,13 +76,13 b' let'
76 sha512 = "aDr0cbCNVq49q+pOqa6CZutFh+wWpwPMLpEth9swx+GkAj+gCURhuQkaUYhIo5f2egDbEioR1aeHMnPlU9dQZA==";
76 sha512 = "aDr0cbCNVq49q+pOqa6CZutFh+wWpwPMLpEth9swx+GkAj+gCURhuQkaUYhIo5f2egDbEioR1aeHMnPlU9dQZA==";
77 };
77 };
78 };
78 };
79 "@polymer/iron-fit-behavior-3.0.1" = {
79 "@polymer/iron-fit-behavior-3.0.2" = {
80 name = "_at_polymer_slash_iron-fit-behavior";
80 name = "_at_polymer_slash_iron-fit-behavior";
81 packageName = "@polymer/iron-fit-behavior";
81 packageName = "@polymer/iron-fit-behavior";
82 version = "3.0.1";
82 version = "3.0.2";
83 src = fetchurl {
83 src = fetchurl {
84 url = "https://registry.npmjs.org/@polymer/iron-fit-behavior/-/iron-fit-behavior-3.0.1.tgz";
84 url = "https://registry.npmjs.org/@polymer/iron-fit-behavior/-/iron-fit-behavior-3.0.2.tgz";
85 sha512 = "/M0B1L30k31vmwNBaGuZcxzUAhJSHoGccb/DF0CDKI/hT8UlkTvcyemaWdOpmHHLgY52ceKIkRwA3AeXrKyvaQ==";
85 sha512 = "JndryJYbBR3gSN5IlST4rCHsd01+OyvYpRO6z5Zd3C6u5V/m07TwAtcf3aXwZ8WBNt2eLG28OcvdSO7XR2v2pg==";
86 };
86 };
87 };
87 };
88 "@polymer/iron-flex-layout-3.0.1" = {
88 "@polymer/iron-flex-layout-3.0.1" = {
@@ -112,13 +112,13 b' let'
112 sha512 = "pWguPugiLYmWFV9UWxLWzZ6gm4wBwQdDy4VULKwdHCqR7OP7u98h+XDdGZsSlDPv6qoryV/e3tGHlTIT0mbzJA==";
112 sha512 = "pWguPugiLYmWFV9UWxLWzZ6gm4wBwQdDy4VULKwdHCqR7OP7u98h+XDdGZsSlDPv6qoryV/e3tGHlTIT0mbzJA==";
113 };
113 };
114 };
114 };
115 "@polymer/iron-overlay-behavior-3.0.2" = {
115 "@polymer/iron-overlay-behavior-3.0.3" = {
116 name = "_at_polymer_slash_iron-overlay-behavior";
116 name = "_at_polymer_slash_iron-overlay-behavior";
117 packageName = "@polymer/iron-overlay-behavior";
117 packageName = "@polymer/iron-overlay-behavior";
118 version = "3.0.2";
118 version = "3.0.3";
119 src = fetchurl {
119 src = fetchurl {
120 url = "https://registry.npmjs.org/@polymer/iron-overlay-behavior/-/iron-overlay-behavior-3.0.2.tgz";
120 url = "https://registry.npmjs.org/@polymer/iron-overlay-behavior/-/iron-overlay-behavior-3.0.3.tgz";
121 sha512 = "j1qmt6mJHCwpe1mKOvqK5kcCUPQr5LSrlqpgRDbUuLgUfNJ/vGTipjrkBlfbEUagm5FEQdc1VLPLSQP6WVuP9g==";
121 sha512 = "Q/Fp0+uOQQ145ebZ7T8Cxl4m1tUKYjyymkjcL2rXUm+aDQGb1wA1M1LYxUF5YBqd+9lipE0PTIiYwA2ZL/sznA==";
122 };
122 };
123 };
123 };
124 "@polymer/iron-resizable-behavior-3.0.1" = {
124 "@polymer/iron-resizable-behavior-3.0.1" = {
@@ -157,13 +157,13 b' let'
157 sha512 = "JRNBc+Oj9EWnmyLr7FcCr8T1KAnEHPh6mosln9BUdkM+qYaYsudSICh3cjTIbnj6AuF5OJidoLkM1dlyj0j6Zg==";
157 sha512 = "JRNBc+Oj9EWnmyLr7FcCr8T1KAnEHPh6mosln9BUdkM+qYaYsudSICh3cjTIbnj6AuF5OJidoLkM1dlyj0j6Zg==";
158 };
158 };
159 };
159 };
160 "@polymer/paper-ripple-3.0.1" = {
160 "@polymer/paper-ripple-3.0.2" = {
161 name = "_at_polymer_slash_paper-ripple";
161 name = "_at_polymer_slash_paper-ripple";
162 packageName = "@polymer/paper-ripple";
162 packageName = "@polymer/paper-ripple";
163 version = "3.0.1";
163 version = "3.0.2";
164 src = fetchurl {
164 src = fetchurl {
165 url = "https://registry.npmjs.org/@polymer/paper-ripple/-/paper-ripple-3.0.1.tgz";
165 url = "https://registry.npmjs.org/@polymer/paper-ripple/-/paper-ripple-3.0.2.tgz";
166 sha512 = "dgOe12GyCF1VZBLUQqnzGWlf3xb255FajNCVB1VFj/AtskYtoamnafa7m3a+1vs+C8qbg4Benn5KwgxVDSW4cg==";
166 sha512 = "DnLNvYIMsiayeICroYxx6Q6Hg1cUU8HN2sbutXazlemAlGqdq80qz3TIaVdbpbt/pvjcFGX2HtntMlPstCge8Q==";
167 };
167 };
168 };
168 };
169 "@polymer/paper-spinner-3.0.2" = {
169 "@polymer/paper-spinner-3.0.2" = {
@@ -211,13 +211,13 b' let'
211 sha512 = "yiUk09opTEnE1lK+tb501ENb+yQBi4p++Ep0eGJAHesVYKVMPNgPphVKkIizkDaU+n0SE+zXfTsRbYyOMDYXSg==";
211 sha512 = "yiUk09opTEnE1lK+tb501ENb+yQBi4p++Ep0eGJAHesVYKVMPNgPphVKkIizkDaU+n0SE+zXfTsRbYyOMDYXSg==";
212 };
212 };
213 };
213 };
214 "@polymer/polymer-3.3.0" = {
214 "@polymer/polymer-3.3.1" = {
215 name = "_at_polymer_slash_polymer";
215 name = "_at_polymer_slash_polymer";
216 packageName = "@polymer/polymer";
216 packageName = "@polymer/polymer";
217 version = "3.3.0";
217 version = "3.3.1";
218 src = fetchurl {
218 src = fetchurl {
219 url = "https://registry.npmjs.org/@polymer/polymer/-/polymer-3.3.0.tgz";
219 url = "https://registry.npmjs.org/@polymer/polymer/-/polymer-3.3.1.tgz";
220 sha512 = "rij7suomS7DxdBamnwr/Xa0V5hpypf7I9oYKseF2FWz5Xh2a3wJNpVjgJy1adXVCxqIyPhghsrthnfCt7EblsQ==";
220 sha512 = "8KaB48tzyMjdsHdxo5KvCAaqmTe7rYDzQAoj/pyEfq9Fp4YfUaS+/xqwYj0GbiDAUNzwkmEQ7dw9cgnRNdKO8A==";
221 };
221 };
222 };
222 };
223 "@types/clone-0.1.30" = {
223 "@types/clone-0.1.30" = {
@@ -229,13 +229,13 b' let'
229 sha1 = "e7365648c1b42136a59c7d5040637b3b5c83b614";
229 sha1 = "e7365648c1b42136a59c7d5040637b3b5c83b614";
230 };
230 };
231 };
231 };
232 "@types/node-6.14.9" = {
232 "@types/node-6.14.10" = {
233 name = "_at_types_slash_node";
233 name = "_at_types_slash_node";
234 packageName = "@types/node";
234 packageName = "@types/node";
235 version = "6.14.9";
235 version = "6.14.10";
236 src = fetchurl {
236 src = fetchurl {
237 url = "https://registry.npmjs.org/@types/node/-/node-6.14.9.tgz";
237 url = "https://registry.npmjs.org/@types/node/-/node-6.14.10.tgz";
238 sha512 = "leP/gxHunuazPdZaCvsCefPQxinqUDsCxCR5xaDUrY2MkYxQRFZZwU5e7GojyYsGB7QVtCi7iVEl/hoFXQYc+w==";
238 sha512 = "pF4HjZGSog75kGq7B1InK/wt/N08BuPATo+7HRfv7gZUzccebwv/fmWVGs/j6LvSiLWpCuGGhql51M/wcQsNzA==";
239 };
239 };
240 };
240 };
241 "@types/parse5-2.2.34" = {
241 "@types/parse5-2.2.34" = {
@@ -409,22 +409,22 b' let'
409 sha512 = "mJ3QKWtCchL1vhU/kZlJnLPuQZnlDOdZsyP0bbLWPGdYsQDnSBvyTLhzwBA3QAMlzEL9V4JHygEmK6/OTEyytA==";
409 sha512 = "mJ3QKWtCchL1vhU/kZlJnLPuQZnlDOdZsyP0bbLWPGdYsQDnSBvyTLhzwBA3QAMlzEL9V4JHygEmK6/OTEyytA==";
410 };
410 };
411 };
411 };
412 "@webcomponents/shadycss-1.9.2" = {
412 "@webcomponents/shadycss-1.9.6" = {
413 name = "_at_webcomponents_slash_shadycss";
413 name = "_at_webcomponents_slash_shadycss";
414 packageName = "@webcomponents/shadycss";
414 packageName = "@webcomponents/shadycss";
415 version = "1.9.2";
415 version = "1.9.6";
416 src = fetchurl {
416 src = fetchurl {
417 url = "https://registry.npmjs.org/@webcomponents/shadycss/-/shadycss-1.9.2.tgz";
417 url = "https://registry.npmjs.org/@webcomponents/shadycss/-/shadycss-1.9.6.tgz";
418 sha512 = "GsD7RpDVrVdgC6e+D8zQia8RGNmEGQ9/qotnVPQYPrIXhGS5xSt6ZED9YmuHz3HbLqY+E54tE1EK3tjLzSCGrw==";
418 sha512 = "5fFjvP0jQJZoXK6YzYeYcIDGJ5oEsdjr1L9VaYLw5yxNd4aRz4srMpwCwldeNG0A6Hvr9igbG7fCsBeiiCXd7A==";
419 };
419 };
420 };
420 };
421 "@webcomponents/webcomponentsjs-2.3.0" = {
421 "@webcomponents/webcomponentsjs-2.4.3" = {
422 name = "_at_webcomponents_slash_webcomponentsjs";
422 name = "_at_webcomponents_slash_webcomponentsjs";
423 packageName = "@webcomponents/webcomponentsjs";
423 packageName = "@webcomponents/webcomponentsjs";
424 version = "2.3.0";
424 version = "2.4.3";
425 src = fetchurl {
425 src = fetchurl {
426 url = "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.3.0.tgz";
426 url = "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.4.3.tgz";
427 sha512 = "sR6FOrNnnncRuoJDqq9QxtRsJMbIvASw4vnJwIYKVlKO3AMc+NAr/bIQNnUiTTE9pBDTJkFpVaUdjJaRdsjmyA==";
427 sha512 = "cV4+sAmshf8ysU2USutrSRYQkJzEYKHsRCGa0CkMElGpG5747VHtkfsW3NdVIBV/m2MDKXTDydT4lkrysH7IFA==";
428 };
428 };
429 };
429 };
430 "@xtuc/ieee754-1.2.0" = {
430 "@xtuc/ieee754-1.2.0" = {
@@ -463,13 +463,13 b' let'
463 sha1 = "45e37fb39e8da3f25baee3ff5369e2bb5f22017a";
463 sha1 = "45e37fb39e8da3f25baee3ff5369e2bb5f22017a";
464 };
464 };
465 };
465 };
466 "acorn-5.7.3" = {
466 "acorn-5.7.4" = {
467 name = "acorn";
467 name = "acorn";
468 packageName = "acorn";
468 packageName = "acorn";
469 version = "5.7.3";
469 version = "5.7.4";
470 src = fetchurl {
470 src = fetchurl {
471 url = "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz";
471 url = "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz";
472 sha512 = "T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==";
472 sha512 = "1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==";
473 };
473 };
474 };
474 };
475 "acorn-dynamic-import-3.0.0" = {
475 "acorn-dynamic-import-3.0.0" = {
@@ -499,13 +499,13 b' let'
499 sha1 = "82ffb02b29e662ae53bdc20af15947706739c536";
499 sha1 = "82ffb02b29e662ae53bdc20af15947706739c536";
500 };
500 };
501 };
501 };
502 "ajv-6.10.2" = {
502 "ajv-6.12.0" = {
503 name = "ajv";
503 name = "ajv";
504 packageName = "ajv";
504 packageName = "ajv";
505 version = "6.10.2";
505 version = "6.12.0";
506 src = fetchurl {
506 src = fetchurl {
507 url = "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz";
507 url = "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz";
508 sha512 = "TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==";
508 sha512 = "D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==";
509 };
509 };
510 };
510 };
511 "ajv-keywords-3.4.1" = {
511 "ajv-keywords-3.4.1" = {
@@ -860,13 +860,13 b' let'
860 sha1 = "14342dd38dbcc94d0e5b87d763cd63612c0e794f";
860 sha1 = "14342dd38dbcc94d0e5b87d763cd63612c0e794f";
861 };
861 };
862 };
862 };
863 "aws4-1.8.0" = {
863 "aws4-1.9.1" = {
864 name = "aws4";
864 name = "aws4";
865 packageName = "aws4";
865 packageName = "aws4";
866 version = "1.8.0";
866 version = "1.9.1";
867 src = fetchurl {
867 src = fetchurl {
868 url = "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz";
868 url = "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz";
869 sha512 = "ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==";
869 sha512 = "wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==";
870 };
870 };
871 };
871 };
872 "babel-code-frame-6.26.0" = {
872 "babel-code-frame-6.26.0" = {
@@ -1445,13 +1445,22 b' let'
1445 sha512 = "Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==";
1445 sha512 = "Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==";
1446 };
1446 };
1447 };
1447 };
1448 "bluebird-3.7.1" = {
1448 "bindings-1.5.0" = {
1449 name = "bindings";
1450 packageName = "bindings";
1451 version = "1.5.0";
1452 src = fetchurl {
1453 url = "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz";
1454 sha512 = "p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==";
1455 };
1456 };
1457 "bluebird-3.7.2" = {
1449 name = "bluebird";
1458 name = "bluebird";
1450 packageName = "bluebird";
1459 packageName = "bluebird";
1451 version = "3.7.1";
1460 version = "3.7.2";
1452 src = fetchurl {
1461 src = fetchurl {
1453 url = "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz";
1462 url = "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz";
1454 sha512 = "DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==";
1463 sha512 = "XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==";
1455 };
1464 };
1456 };
1465 };
1457 "bn.js-4.11.8" = {
1466 "bn.js-4.11.8" = {
@@ -1580,13 +1589,13 b' let'
1580 sha512 = "WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==";
1589 sha512 = "WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==";
1581 };
1590 };
1582 };
1591 };
1583 "buffer-4.9.1" = {
1592 "buffer-4.9.2" = {
1584 name = "buffer";
1593 name = "buffer";
1585 packageName = "buffer";
1594 packageName = "buffer";
1586 version = "4.9.1";
1595 version = "4.9.2";
1587 src = fetchurl {
1596 src = fetchurl {
1588 url = "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz";
1597 url = "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz";
1589 sha1 = "6d1bb601b07a4efced97094132093027c95bc298";
1598 sha512 = "xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==";
1590 };
1599 };
1591 };
1600 };
1592 "buffer-from-1.1.1" = {
1601 "buffer-from-1.1.1" = {
@@ -1670,22 +1679,22 b' let'
1670 sha1 = "b534e7c734c4f81ec5fbe8aca2ad24354b962c6c";
1679 sha1 = "b534e7c734c4f81ec5fbe8aca2ad24354b962c6c";
1671 };
1680 };
1672 };
1681 };
1673 "caniuse-db-1.0.30001006" = {
1682 "caniuse-db-1.0.30001042" = {
1674 name = "caniuse-db";
1683 name = "caniuse-db";
1675 packageName = "caniuse-db";
1684 packageName = "caniuse-db";
1676 version = "1.0.30001006";
1685 version = "1.0.30001042";
1677 src = fetchurl {
1686 src = fetchurl {
1678 url = "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30001006.tgz";
1687 url = "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30001042.tgz";
1679 sha512 = "Xn25grc0GXATFnnEX+KP3IwEv6ZdHs4CALyLKvK8pBeeBe+hSpqy3/GyKBgEp4hn6o+bI+GNeNeQBf9PBOK0EQ==";
1688 sha512 = "2RKrB2hkLCW/8Uj32oaXj0O+N9ROo0/BF0EueWHwgs6AeeSiL+rCSsbICR3ayBJOZavgcFx65ZCw7QiafsoUFQ==";
1680 };
1689 };
1681 };
1690 };
1682 "caniuse-lite-1.0.30001006" = {
1691 "caniuse-lite-1.0.30001042" = {
1683 name = "caniuse-lite";
1692 name = "caniuse-lite";
1684 packageName = "caniuse-lite";
1693 packageName = "caniuse-lite";
1685 version = "1.0.30001006";
1694 version = "1.0.30001042";
1686 src = fetchurl {
1695 src = fetchurl {
1687 url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001006.tgz";
1696 url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001042.tgz";
1688 sha512 = "MXnUVX27aGs/QINz+QG1sWSLDr3P1A3Hq5EUWoIt0T7K24DuvMxZEnh3Y5aHlJW6Bz2aApJdSewdYLd8zQnUuw==";
1697 sha512 = "igMQ4dlqnf4tWv0xjaaE02op9AJ2oQzXKjWf4EuAHFN694Uo9/EfPVIPJcmn2WkU9RqozCxx5e2KPcVClHDbDw==";
1689 };
1698 };
1690 };
1699 };
1691 "caseless-0.12.0" = {
1700 "caseless-0.12.0" = {
@@ -1742,13 +1751,13 b' let'
1742 sha512 = "ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==";
1751 sha512 = "ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==";
1743 };
1752 };
1744 };
1753 };
1745 "chownr-1.1.3" = {
1754 "chownr-1.1.4" = {
1746 name = "chownr";
1755 name = "chownr";
1747 packageName = "chownr";
1756 packageName = "chownr";
1748 version = "1.1.3";
1757 version = "1.1.4";
1749 src = fetchurl {
1758 src = fetchurl {
1750 url = "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz";
1759 url = "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz";
1751 sha512 = "i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==";
1760 sha512 = "jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==";
1752 };
1761 };
1753 };
1762 };
1754 "chrome-trace-event-1.0.2" = {
1763 "chrome-trace-event-1.0.2" = {
@@ -1787,13 +1796,13 b' let'
1787 sha512 = "qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==";
1796 sha512 = "qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==";
1788 };
1797 };
1789 };
1798 };
1790 "clean-css-4.2.1" = {
1799 "clean-css-4.2.3" = {
1791 name = "clean-css";
1800 name = "clean-css";
1792 packageName = "clean-css";
1801 packageName = "clean-css";
1793 version = "4.2.1";
1802 version = "4.2.3";
1794 src = fetchurl {
1803 src = fetchurl {
1795 url = "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz";
1804 url = "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz";
1796 sha512 = "4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==";
1805 sha512 = "VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==";
1797 };
1806 };
1798 };
1807 };
1799 "cli-1.0.1" = {
1808 "cli-1.0.1" = {
@@ -1805,13 +1814,13 b' let'
1805 sha1 = "22817534f24bfa4950c34d532d48ecbc621b8c14";
1814 sha1 = "22817534f24bfa4950c34d532d48ecbc621b8c14";
1806 };
1815 };
1807 };
1816 };
1808 "clipboard-2.0.4" = {
1817 "clipboard-2.0.6" = {
1809 name = "clipboard";
1818 name = "clipboard";
1810 packageName = "clipboard";
1819 packageName = "clipboard";
1811 version = "2.0.4";
1820 version = "2.0.6";
1812 src = fetchurl {
1821 src = fetchurl {
1813 url = "https://registry.npmjs.org/clipboard/-/clipboard-2.0.4.tgz";
1822 url = "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz";
1814 sha512 = "Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==";
1823 sha512 = "g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==";
1815 };
1824 };
1816 };
1825 };
1817 "cliui-2.1.0" = {
1826 "cliui-2.1.0" = {
@@ -2066,13 +2075,13 b' let'
2066 sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75";
2075 sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75";
2067 };
2076 };
2068 };
2077 };
2069 "convert-source-map-1.6.0" = {
2078 "convert-source-map-1.7.0" = {
2070 name = "convert-source-map";
2079 name = "convert-source-map";
2071 packageName = "convert-source-map";
2080 packageName = "convert-source-map";
2072 version = "1.6.0";
2081 version = "1.7.0";
2073 src = fetchurl {
2082 src = fetchurl {
2074 url = "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz";
2083 url = "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz";
2075 sha512 = "eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==";
2084 sha512 = "4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==";
2076 };
2085 };
2077 };
2086 };
2078 "copy-concurrently-1.0.5" = {
2087 "copy-concurrently-1.0.5" = {
@@ -2102,13 +2111,13 b' let'
2102 sha512 = "Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==";
2111 sha512 = "Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==";
2103 };
2112 };
2104 };
2113 };
2105 "core-js-2.6.10" = {
2114 "core-js-2.6.11" = {
2106 name = "core-js";
2115 name = "core-js";
2107 packageName = "core-js";
2116 packageName = "core-js";
2108 version = "2.6.10";
2117 version = "2.6.11";
2109 src = fetchurl {
2118 src = fetchurl {
2110 url = "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz";
2119 url = "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz";
2111 sha512 = "I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==";
2120 sha512 = "5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==";
2112 };
2121 };
2113 };
2122 };
2114 "core-util-is-1.0.2" = {
2123 "core-util-is-1.0.2" = {
@@ -2201,13 +2210,13 b' let'
2201 sha1 = "2b3a110539c5355f1cd8d314623e870b121ec858";
2210 sha1 = "2b3a110539c5355f1cd8d314623e870b121ec858";
2202 };
2211 };
2203 };
2212 };
2204 "css-selector-tokenizer-0.7.1" = {
2213 "css-selector-tokenizer-0.7.2" = {
2205 name = "css-selector-tokenizer";
2214 name = "css-selector-tokenizer";
2206 packageName = "css-selector-tokenizer";
2215 packageName = "css-selector-tokenizer";
2207 version = "0.7.1";
2216 version = "0.7.2";
2208 src = fetchurl {
2217 src = fetchurl {
2209 url = "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz";
2218 url = "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.2.tgz";
2210 sha512 = "xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==";
2219 sha512 = "yj856NGuAymN6r8bn8/Jl46pR+OC3eEvAhfGYDUe7YPtTPAYrSSw4oAniZ9Y8T5B92hjhwTBLUen0/vKPxf6pw==";
2211 };
2220 };
2212 };
2221 };
2213 "css-what-2.1.3" = {
2222 "css-what-2.1.3" = {
@@ -2219,13 +2228,13 b' let'
2219 sha512 = "a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==";
2228 sha512 = "a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==";
2220 };
2229 };
2221 };
2230 };
2222 "cssesc-0.1.0" = {
2231 "cssesc-3.0.0" = {
2223 name = "cssesc";
2232 name = "cssesc";
2224 packageName = "cssesc";
2233 packageName = "cssesc";
2225 version = "0.1.0";
2234 version = "3.0.0";
2226 src = fetchurl {
2235 src = fetchurl {
2227 url = "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz";
2236 url = "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz";
2228 sha1 = "c814903e45623371a0477b40109aaafbeeaddbb4";
2237 sha512 = "/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==";
2229 };
2238 };
2230 };
2239 };
2231 "cssnano-3.10.0" = {
2240 "cssnano-3.10.0" = {
@@ -2390,13 +2399,13 b' let'
2390 sha512 = "IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==";
2399 sha512 = "IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==";
2391 };
2400 };
2392 };
2401 };
2393 "des.js-1.0.0" = {
2402 "des.js-1.0.1" = {
2394 name = "des.js";
2403 name = "des.js";
2395 packageName = "des.js";
2404 packageName = "des.js";
2396 version = "1.0.0";
2405 version = "1.0.1";
2397 src = fetchurl {
2406 src = fetchurl {
2398 url = "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz";
2407 url = "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz";
2399 sha1 = "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc";
2408 sha512 = "Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==";
2400 };
2409 };
2401 };
2410 };
2402 "detect-file-1.0.0" = {
2411 "detect-file-1.0.0" = {
@@ -2444,13 +2453,13 b' let'
2444 sha512 = "gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==";
2453 sha512 = "gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==";
2445 };
2454 };
2446 };
2455 };
2447 "dom-serializer-0.2.1" = {
2456 "dom-serializer-0.2.2" = {
2448 name = "dom-serializer";
2457 name = "dom-serializer";
2449 packageName = "dom-serializer";
2458 packageName = "dom-serializer";
2450 version = "0.2.1";
2459 version = "0.2.2";
2451 src = fetchurl {
2460 src = fetchurl {
2452 url = "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.1.tgz";
2461 url = "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz";
2453 sha512 = "sK3ujri04WyjwQXVoK4PU3y8ula1stq10GJZpqHIUgoGZdsGzAGu65BnU3d08aTVSvO7mGPZUc0wTEDL+qGE0Q==";
2462 sha512 = "2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==";
2454 };
2463 };
2455 };
2464 };
2456 "dom5-2.3.0" = {
2465 "dom5-2.3.0" = {
@@ -2507,13 +2516,13 b' let'
2507 sha1 = "dcd8488a26f563d61079e48c9f7b7e32373682cf";
2516 sha1 = "dcd8488a26f563d61079e48c9f7b7e32373682cf";
2508 };
2517 };
2509 };
2518 };
2510 "dropzone-5.5.1" = {
2519 "dropzone-5.7.0" = {
2511 name = "dropzone";
2520 name = "dropzone";
2512 packageName = "dropzone";
2521 packageName = "dropzone";
2513 version = "5.5.1";
2522 version = "5.7.0";
2514 src = fetchurl {
2523 src = fetchurl {
2515 url = "https://registry.npmjs.org/dropzone/-/dropzone-5.5.1.tgz";
2524 url = "https://registry.npmjs.org/dropzone/-/dropzone-5.7.0.tgz";
2516 sha512 = "3VduRWLxx9hbVr42QieQN25mx/I61/mRdUSuxAmDGdDqZIN8qtP7tcKMa3KfpJjuGjOJGYYUzzeq6eGDnkzesA==";
2525 sha512 = "kOltiZXH5cO/72I22JjE+w6BoT6uaVLfWdFMsi1PMKFkU6BZWpqRwjnsRm0o6ANGTBuZar5Piu7m/CbKqRPiYg==";
2517 };
2526 };
2518 };
2527 };
2519 "duplexer-0.1.1" = {
2528 "duplexer-0.1.1" = {
@@ -2543,22 +2552,22 b' let'
2543 sha1 = "3a83a904e54353287874c564b7549386849a98c9";
2552 sha1 = "3a83a904e54353287874c564b7549386849a98c9";
2544 };
2553 };
2545 };
2554 };
2546 "electron-to-chromium-1.3.302" = {
2555 "electron-to-chromium-1.3.412" = {
2547 name = "electron-to-chromium";
2556 name = "electron-to-chromium";
2548 packageName = "electron-to-chromium";
2557 packageName = "electron-to-chromium";
2549 version = "1.3.302";
2558 version = "1.3.412";
2550 src = fetchurl {
2559 src = fetchurl {
2551 url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.302.tgz";
2560 url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.412.tgz";
2552 sha512 = "1qConyiVEbj4xZRBXqtGR003+9tV0rJF0PS6aeO0Ln/UL637js9hdwweCl07meh/kJoI2N4W8q3R3g3F5z46ww==";
2561 sha512 = "4bVdSeJScR8fT7ERveLWbxemY5uXEHVseqMRyORosiKcTUSGtVwBkV8uLjXCqoFLeImA57Z9hbz3TOid01U4Hw==";
2553 };
2562 };
2554 };
2563 };
2555 "elliptic-6.5.1" = {
2564 "elliptic-6.5.2" = {
2556 name = "elliptic";
2565 name = "elliptic";
2557 packageName = "elliptic";
2566 packageName = "elliptic";
2558 version = "6.5.1";
2567 version = "6.5.2";
2559 src = fetchurl {
2568 src = fetchurl {
2560 url = "https://registry.npmjs.org/elliptic/-/elliptic-6.5.1.tgz";
2569 url = "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz";
2561 sha512 = "xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==";
2570 sha512 = "f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==";
2562 };
2571 };
2563 };
2572 };
2564 "emojis-list-2.1.0" = {
2573 "emojis-list-2.1.0" = {
@@ -2570,6 +2579,15 b' let'
2570 sha1 = "4daa4d9db00f9819880c79fa457ae5b09a1fd389";
2579 sha1 = "4daa4d9db00f9819880c79fa457ae5b09a1fd389";
2571 };
2580 };
2572 };
2581 };
2582 "emojis-list-3.0.0" = {
2583 name = "emojis-list";
2584 packageName = "emojis-list";
2585 version = "3.0.0";
2586 src = fetchurl {
2587 url = "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz";
2588 sha512 = "/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==";
2589 };
2590 };
2573 "end-of-stream-1.4.4" = {
2591 "end-of-stream-1.4.4" = {
2574 name = "end-of-stream";
2592 name = "end-of-stream";
2575 packageName = "end-of-stream";
2593 packageName = "end-of-stream";
@@ -2624,22 +2642,22 b' let'
2624 sha512 = "MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==";
2642 sha512 = "MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==";
2625 };
2643 };
2626 };
2644 };
2627 "es-abstract-1.16.0" = {
2645 "es-abstract-1.17.5" = {
2628 name = "es-abstract";
2646 name = "es-abstract";
2629 packageName = "es-abstract";
2647 packageName = "es-abstract";
2630 version = "1.16.0";
2648 version = "1.17.5";
2631 src = fetchurl {
2649 src = fetchurl {
2632 url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz";
2650 url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz";
2633 sha512 = "xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==";
2651 sha512 = "BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==";
2634 };
2652 };
2635 };
2653 };
2636 "es-to-primitive-1.2.0" = {
2654 "es-to-primitive-1.2.1" = {
2637 name = "es-to-primitive";
2655 name = "es-to-primitive";
2638 packageName = "es-to-primitive";
2656 packageName = "es-to-primitive";
2639 version = "1.2.0";
2657 version = "1.2.1";
2640 src = fetchurl {
2658 src = fetchurl {
2641 url = "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz";
2659 url = "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz";
2642 sha512 = "qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==";
2660 sha512 = "QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==";
2643 };
2661 };
2644 };
2662 };
2645 "es6-templates-0.2.3" = {
2663 "es6-templates-0.2.3" = {
@@ -2741,13 +2759,13 b' let'
2741 sha1 = "8f61b75cde012b2e9eb284d4545583b5643b61ab";
2759 sha1 = "8f61b75cde012b2e9eb284d4545583b5643b61ab";
2742 };
2760 };
2743 };
2761 };
2744 "events-3.0.0" = {
2762 "events-3.1.0" = {
2745 name = "events";
2763 name = "events";
2746 packageName = "events";
2764 packageName = "events";
2747 version = "3.0.0";
2765 version = "3.1.0";
2748 src = fetchurl {
2766 src = fetchurl {
2749 url = "https://registry.npmjs.org/events/-/events-3.0.0.tgz";
2767 url = "https://registry.npmjs.org/events/-/events-3.1.0.tgz";
2750 sha512 = "Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==";
2768 sha512 = "Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==";
2751 };
2769 };
2752 };
2770 };
2753 "evp_bytestokey-1.0.3" = {
2771 "evp_bytestokey-1.0.3" = {
@@ -2849,22 +2867,22 b' let'
2849 sha1 = "96918440e3041a7a414f8c52e3c574eb3c3e1e05";
2867 sha1 = "96918440e3041a7a414f8c52e3c574eb3c3e1e05";
2850 };
2868 };
2851 };
2869 };
2852 "fast-deep-equal-2.0.1" = {
2870 "fast-deep-equal-3.1.1" = {
2853 name = "fast-deep-equal";
2871 name = "fast-deep-equal";
2854 packageName = "fast-deep-equal";
2872 packageName = "fast-deep-equal";
2855 version = "2.0.1";
2873 version = "3.1.1";
2856 src = fetchurl {
2874 src = fetchurl {
2857 url = "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz";
2875 url = "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz";
2858 sha1 = "7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49";
2876 sha512 = "8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==";
2859 };
2877 };
2860 };
2878 };
2861 "fast-json-stable-stringify-2.0.0" = {
2879 "fast-json-stable-stringify-2.1.0" = {
2862 name = "fast-json-stable-stringify";
2880 name = "fast-json-stable-stringify";
2863 packageName = "fast-json-stable-stringify";
2881 packageName = "fast-json-stable-stringify";
2864 version = "2.0.0";
2882 version = "2.1.0";
2865 src = fetchurl {
2883 src = fetchurl {
2866 url = "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz";
2884 url = "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz";
2867 sha1 = "d5142c0caee6b1189f87d3a76111064f86c8bbf2";
2885 sha512 = "lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==";
2868 };
2886 };
2869 };
2887 };
2870 "fastparse-1.1.2" = {
2888 "fastparse-1.1.2" = {
@@ -2912,6 +2930,15 b' let'
2912 sha1 = "a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b";
2930 sha1 = "a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b";
2913 };
2931 };
2914 };
2932 };
2933 "file-uri-to-path-1.0.0" = {
2934 name = "file-uri-to-path";
2935 packageName = "file-uri-to-path";
2936 version = "1.0.0";
2937 src = fetchurl {
2938 url = "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz";
2939 sha512 = "0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==";
2940 };
2941 };
2915 "fill-range-4.0.0" = {
2942 "fill-range-4.0.0" = {
2916 name = "fill-range";
2943 name = "fill-range";
2917 packageName = "fill-range";
2944 packageName = "fill-range";
@@ -3074,13 +3101,13 b' let'
3074 sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f";
3101 sha1 = "1504ad2523158caa40db4a2787cb01411994ea4f";
3075 };
3102 };
3076 };
3103 };
3077 "fsevents-1.2.9" = {
3104 "fsevents-1.2.12" = {
3078 name = "fsevents";
3105 name = "fsevents";
3079 packageName = "fsevents";
3106 packageName = "fsevents";
3080 version = "1.2.9";
3107 version = "1.2.12";
3081 src = fetchurl {
3108 src = fetchurl {
3082 url = "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz";
3109 url = "https://registry.npmjs.org/fsevents/-/fsevents-1.2.12.tgz";
3083 sha512 = "oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==";
3110 sha512 = "Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==";
3084 };
3111 };
3085 };
3112 };
3086 "function-bind-1.1.1" = {
3113 "function-bind-1.1.1" = {
@@ -3164,13 +3191,13 b' let'
3164 sha1 = "4a973f635b9190f715d10987d5c00fd2815ebe3d";
3191 sha1 = "4a973f635b9190f715d10987d5c00fd2815ebe3d";
3165 };
3192 };
3166 };
3193 };
3167 "glob-7.1.5" = {
3194 "glob-7.1.6" = {
3168 name = "glob";
3195 name = "glob";
3169 packageName = "glob";
3196 packageName = "glob";
3170 version = "7.1.5";
3197 version = "7.1.6";
3171 src = fetchurl {
3198 src = fetchurl {
3172 url = "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz";
3199 url = "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz";
3173 sha512 = "J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==";
3200 sha512 = "LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==";
3174 };
3201 };
3175 };
3202 };
3176 "glob-parent-3.1.0" = {
3203 "glob-parent-3.1.0" = {
@@ -3452,13 +3479,13 b' let'
3452 sha1 = "b5d454dc2199ae225699f3467e5a07f3b955bafd";
3479 sha1 = "b5d454dc2199ae225699f3467e5a07f3b955bafd";
3453 };
3480 };
3454 };
3481 };
3455 "has-symbols-1.0.0" = {
3482 "has-symbols-1.0.1" = {
3456 name = "has-symbols";
3483 name = "has-symbols";
3457 packageName = "has-symbols";
3484 packageName = "has-symbols";
3458 version = "1.0.0";
3485 version = "1.0.1";
3459 src = fetchurl {
3486 src = fetchurl {
3460 url = "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz";
3487 url = "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz";
3461 sha1 = "ba1a8f1af2a0fc39650f5c850367704122063b44";
3488 sha512 = "PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==";
3462 };
3489 };
3463 };
3490 };
3464 "has-value-0.3.1" = {
3491 "has-value-0.3.1" = {
@@ -3884,13 +3911,13 b' let'
3884 sha512 = "NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==";
3911 sha512 = "NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==";
3885 };
3912 };
3886 };
3913 };
3887 "is-callable-1.1.4" = {
3914 "is-callable-1.1.5" = {
3888 name = "is-callable";
3915 name = "is-callable";
3889 packageName = "is-callable";
3916 packageName = "is-callable";
3890 version = "1.1.4";
3917 version = "1.1.5";
3891 src = fetchurl {
3918 src = fetchurl {
3892 url = "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz";
3919 url = "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz";
3893 sha512 = "r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==";
3920 sha512 = "ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==";
3894 };
3921 };
3895 };
3922 };
3896 "is-data-descriptor-0.1.4" = {
3923 "is-data-descriptor-0.1.4" = {
@@ -3911,13 +3938,13 b' let'
3911 sha512 = "jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==";
3938 sha512 = "jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==";
3912 };
3939 };
3913 };
3940 };
3914 "is-date-object-1.0.1" = {
3941 "is-date-object-1.0.2" = {
3915 name = "is-date-object";
3942 name = "is-date-object";
3916 packageName = "is-date-object";
3943 packageName = "is-date-object";
3917 version = "1.0.1";
3944 version = "1.0.2";
3918 src = fetchurl {
3945 src = fetchurl {
3919 url = "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz";
3946 url = "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz";
3920 sha1 = "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16";
3947 sha512 = "USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==";
3921 };
3948 };
3922 };
3949 };
3923 "is-descriptor-0.1.6" = {
3950 "is-descriptor-0.1.6" = {
@@ -3965,13 +3992,13 b' let'
3965 sha1 = "a88c02535791f02ed37c76a1b9ea9773c833f8c2";
3992 sha1 = "a88c02535791f02ed37c76a1b9ea9773c833f8c2";
3966 };
3993 };
3967 };
3994 };
3968 "is-finite-1.0.2" = {
3995 "is-finite-1.1.0" = {
3969 name = "is-finite";
3996 name = "is-finite";
3970 packageName = "is-finite";
3997 packageName = "is-finite";
3971 version = "1.0.2";
3998 version = "1.1.0";
3972 src = fetchurl {
3999 src = fetchurl {
3973 url = "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz";
4000 url = "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz";
3974 sha1 = "cc6677695602be550ef11e8b4aa6305342b6d0aa";
4001 sha512 = "cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==";
3975 };
4002 };
3976 };
4003 };
3977 "is-fullwidth-code-point-1.0.0" = {
4004 "is-fullwidth-code-point-1.0.0" = {
@@ -4037,13 +4064,13 b' let'
4037 sha512 = "h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==";
4064 sha512 = "h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==";
4038 };
4065 };
4039 };
4066 };
4040 "is-regex-1.0.4" = {
4067 "is-regex-1.0.5" = {
4041 name = "is-regex";
4068 name = "is-regex";
4042 packageName = "is-regex";
4069 packageName = "is-regex";
4043 version = "1.0.4";
4070 version = "1.0.5";
4044 src = fetchurl {
4071 src = fetchurl {
4045 url = "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz";
4072 url = "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz";
4046 sha1 = "5517489b547091b0930e095654ced25ee97e9491";
4073 sha512 = "vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==";
4047 };
4074 };
4048 };
4075 };
4049 "is-relative-1.0.0" = {
4076 "is-relative-1.0.0" = {
@@ -4073,13 +4100,13 b' let'
4073 sha1 = "cf61090da0d9efbcab8722deba6f032208dbb0e9";
4100 sha1 = "cf61090da0d9efbcab8722deba6f032208dbb0e9";
4074 };
4101 };
4075 };
4102 };
4076 "is-symbol-1.0.2" = {
4103 "is-symbol-1.0.3" = {
4077 name = "is-symbol";
4104 name = "is-symbol";
4078 packageName = "is-symbol";
4105 packageName = "is-symbol";
4079 version = "1.0.2";
4106 version = "1.0.3";
4080 src = fetchurl {
4107 src = fetchurl {
4081 url = "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz";
4108 url = "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz";
4082 sha512 = "HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==";
4109 sha512 = "OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==";
4083 };
4110 };
4084 };
4111 };
4085 "is-typedarray-1.0.0" = {
4112 "is-typedarray-1.0.0" = {
@@ -4172,13 +4199,13 b' let'
4172 sha1 = "dd8b74278b27102d29df63eae28308a8cfa1b583";
4199 sha1 = "dd8b74278b27102d29df63eae28308a8cfa1b583";
4173 };
4200 };
4174 };
4201 };
4175 "js-base64-2.5.1" = {
4202 "js-base64-2.5.2" = {
4176 name = "js-base64";
4203 name = "js-base64";
4177 packageName = "js-base64";
4204 packageName = "js-base64";
4178 version = "2.5.1";
4205 version = "2.5.2";
4179 src = fetchurl {
4206 src = fetchurl {
4180 url = "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz";
4207 url = "https://registry.npmjs.org/js-base64/-/js-base64-2.5.2.tgz";
4181 sha512 = "M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==";
4208 sha512 = "Vg8czh0Q7sFBSUMWWArX/miJeBWYBPpdU/3M/DKSaekLMqrqVPaedp+5mZhie/r0lgrcaYBfwXatEew6gwgiQQ==";
4182 };
4209 };
4183 };
4210 };
4184 "js-tokens-3.0.2" = {
4211 "js-tokens-3.0.2" = {
@@ -4235,13 +4262,13 b' let'
4235 sha1 = "46c3fec8c1892b12b0833db9bc7622176dbab34b";
4262 sha1 = "46c3fec8c1892b12b0833db9bc7622176dbab34b";
4236 };
4263 };
4237 };
4264 };
4238 "jshint-2.10.2" = {
4265 "jshint-2.11.0" = {
4239 name = "jshint";
4266 name = "jshint";
4240 packageName = "jshint";
4267 packageName = "jshint";
4241 version = "2.10.2";
4268 version = "2.11.0";
4242 src = fetchurl {
4269 src = fetchurl {
4243 url = "https://registry.npmjs.org/jshint/-/jshint-2.10.2.tgz";
4270 url = "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz";
4244 sha512 = "e7KZgCSXMJxznE/4WULzybCMNXNAd/bf5TSrvVEq78Q/K8ZwFpmBqQeDtNiHc3l49nV4E/+YeHU/JZjSUIrLAA==";
4271 sha512 = "ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==";
4245 };
4272 };
4246 };
4273 };
4247 "jshint-2.9.7" = {
4274 "jshint-2.9.7" = {
@@ -4361,13 +4388,13 b' let'
4361 sha512 = "NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==";
4388 sha512 = "NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==";
4362 };
4389 };
4363 };
4390 };
4364 "kind-of-6.0.2" = {
4391 "kind-of-6.0.3" = {
4365 name = "kind-of";
4392 name = "kind-of";
4366 packageName = "kind-of";
4393 packageName = "kind-of";
4367 version = "6.0.2";
4394 version = "6.0.3";
4368 src = fetchurl {
4395 src = fetchurl {
4369 url = "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz";
4396 url = "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz";
4370 sha512 = "s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==";
4397 sha512 = "dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==";
4371 };
4398 };
4372 };
4399 };
4373 "lazy-cache-1.0.4" = {
4400 "lazy-cache-1.0.4" = {
@@ -4424,13 +4451,13 b' let'
4424 sha1 = "f86e6374d43205a6e6c60e9196f17c0299bfb348";
4451 sha1 = "f86e6374d43205a6e6c60e9196f17c0299bfb348";
4425 };
4452 };
4426 };
4453 };
4427 "loader-utils-1.2.3" = {
4454 "loader-utils-1.4.0" = {
4428 name = "loader-utils";
4455 name = "loader-utils";
4429 packageName = "loader-utils";
4456 packageName = "loader-utils";
4430 version = "1.2.3";
4457 version = "1.4.0";
4431 src = fetchurl {
4458 src = fetchurl {
4432 url = "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz";
4459 url = "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz";
4433 sha512 = "fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==";
4460 sha512 = "qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==";
4434 };
4461 };
4435 };
4462 };
4436 "locate-path-2.0.0" = {
4463 "locate-path-2.0.0" = {
@@ -4622,13 +4649,13 b' let'
4622 sha1 = "180f1f9ebef8b0e638e4166ad52db879beb2ffc5";
4649 sha1 = "180f1f9ebef8b0e638e4166ad52db879beb2ffc5";
4623 };
4650 };
4624 };
4651 };
4625 "math-expression-evaluator-1.2.17" = {
4652 "math-expression-evaluator-1.2.22" = {
4626 name = "math-expression-evaluator";
4653 name = "math-expression-evaluator";
4627 packageName = "math-expression-evaluator";
4654 packageName = "math-expression-evaluator";
4628 version = "1.2.17";
4655 version = "1.2.22";
4629 src = fetchurl {
4656 src = fetchurl {
4630 url = "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz";
4657 url = "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.22.tgz";
4631 sha1 = "de819fdbcd84dccd8fae59c6aeb79615b9d266ac";
4658 sha512 = "L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ==";
4632 };
4659 };
4633 };
4660 };
4634 "maxmin-2.1.0" = {
4661 "maxmin-2.1.0" = {
@@ -4703,22 +4730,22 b' let'
4703 sha512 = "x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==";
4730 sha512 = "x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==";
4704 };
4731 };
4705 };
4732 };
4706 "mime-db-1.40.0" = {
4733 "mime-db-1.43.0" = {
4707 name = "mime-db";
4734 name = "mime-db";
4708 packageName = "mime-db";
4735 packageName = "mime-db";
4709 version = "1.40.0";
4736 version = "1.43.0";
4710 src = fetchurl {
4737 src = fetchurl {
4711 url = "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz";
4738 url = "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz";
4712 sha512 = "jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==";
4739 sha512 = "+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==";
4713 };
4740 };
4714 };
4741 };
4715 "mime-types-2.1.24" = {
4742 "mime-types-2.1.26" = {
4716 name = "mime-types";
4743 name = "mime-types";
4717 packageName = "mime-types";
4744 packageName = "mime-types";
4718 version = "2.1.24";
4745 version = "2.1.26";
4719 src = fetchurl {
4746 src = fetchurl {
4720 url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz";
4747 url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz";
4721 sha512 = "WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==";
4748 sha512 = "01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==";
4722 };
4749 };
4723 };
4750 };
4724 "mimic-fn-2.1.0" = {
4751 "mimic-fn-2.1.0" = {
@@ -4775,22 +4802,13 b' let'
4775 sha512 = "yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==";
4802 sha512 = "yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==";
4776 };
4803 };
4777 };
4804 };
4778 "minimist-0.0.8" = {
4805 "minimist-1.2.5" = {
4779 name = "minimist";
4806 name = "minimist";
4780 packageName = "minimist";
4807 packageName = "minimist";
4781 version = "0.0.8";
4808 version = "1.2.5";
4782 src = fetchurl {
4809 src = fetchurl {
4783 url = "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz";
4810 url = "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz";
4784 sha1 = "857fcabfc3397d2625b8228262e86aa7a011b05d";
4811 sha512 = "FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==";
4785 };
4786 };
4787 "minimist-1.2.0" = {
4788 name = "minimist";
4789 packageName = "minimist";
4790 version = "1.2.0";
4791 src = fetchurl {
4792 url = "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz";
4793 sha1 = "a35008b20f41383eec1fb914f4cd5df79a264284";
4794 };
4812 };
4795 };
4813 };
4796 "mississippi-2.0.0" = {
4814 "mississippi-2.0.0" = {
@@ -4811,13 +4829,13 b' let'
4811 sha512 = "WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==";
4829 sha512 = "WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==";
4812 };
4830 };
4813 };
4831 };
4814 "mkdirp-0.5.1" = {
4832 "mkdirp-0.5.5" = {
4815 name = "mkdirp";
4833 name = "mkdirp";
4816 packageName = "mkdirp";
4834 packageName = "mkdirp";
4817 version = "0.5.1";
4835 version = "0.5.5";
4818 src = fetchurl {
4836 src = fetchurl {
4819 url = "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz";
4837 url = "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz";
4820 sha1 = "30057438eac6cf7f8c4767f38648d6697d75c903";
4838 sha512 = "NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==";
4821 };
4839 };
4822 };
4840 };
4823 "moment-2.24.0" = {
4841 "moment-2.24.0" = {
@@ -4829,13 +4847,13 b' let'
4829 sha512 = "bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==";
4847 sha512 = "bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==";
4830 };
4848 };
4831 };
4849 };
4832 "mousetrap-1.6.3" = {
4850 "mousetrap-1.6.5" = {
4833 name = "mousetrap";
4851 name = "mousetrap";
4834 packageName = "mousetrap";
4852 packageName = "mousetrap";
4835 version = "1.6.3";
4853 version = "1.6.5";
4836 src = fetchurl {
4854 src = fetchurl {
4837 url = "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.3.tgz";
4855 url = "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz";
4838 sha512 = "bd+nzwhhs9ifsUrC2tWaSgm24/oo2c83zaRyZQF06hYA6sANfsXHtnZ19AbbbDXCDzeH5nZBSQ4NvCjgD62tJA==";
4856 sha512 = "QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==";
4839 };
4857 };
4840 };
4858 };
4841 "move-concurrently-1.0.1" = {
4859 "move-concurrently-1.0.1" = {
@@ -4928,13 +4946,13 b' let'
4928 sha1 = "ca7416f20a5e3f9c3b86180f96295fa3d0b52e0d";
4946 sha1 = "ca7416f20a5e3f9c3b86180f96295fa3d0b52e0d";
4929 };
4947 };
4930 };
4948 };
4931 "nopt-4.0.1" = {
4949 "nopt-4.0.3" = {
4932 name = "nopt";
4950 name = "nopt";
4933 packageName = "nopt";
4951 packageName = "nopt";
4934 version = "4.0.1";
4952 version = "4.0.3";
4935 src = fetchurl {
4953 src = fetchurl {
4936 url = "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz";
4954 url = "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz";
4937 sha1 = "d0d4685afd5415193c8c7505602d0d17cd64474d";
4955 sha512 = "CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==";
4938 };
4956 };
4939 };
4957 };
4940 "noptify-0.0.3" = {
4958 "noptify-0.0.3" = {
@@ -5045,13 +5063,13 b' let'
5045 sha1 = "7e7d858b781bd7c991a41ba975ed3812754e998c";
5063 sha1 = "7e7d858b781bd7c991a41ba975ed3812754e998c";
5046 };
5064 };
5047 };
5065 };
5048 "object-inspect-1.6.0" = {
5066 "object-inspect-1.7.0" = {
5049 name = "object-inspect";
5067 name = "object-inspect";
5050 packageName = "object-inspect";
5068 packageName = "object-inspect";
5051 version = "1.6.0";
5069 version = "1.7.0";
5052 src = fetchurl {
5070 src = fetchurl {
5053 url = "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz";
5071 url = "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz";
5054 sha512 = "GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==";
5072 sha512 = "a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==";
5055 };
5073 };
5056 };
5074 };
5057 "object-keys-1.1.1" = {
5075 "object-keys-1.1.1" = {
@@ -5072,6 +5090,15 b' let'
5072 sha1 = "f79c4493af0c5377b59fe39d395e41042dd045bb";
5090 sha1 = "f79c4493af0c5377b59fe39d395e41042dd045bb";
5073 };
5091 };
5074 };
5092 };
5093 "object.assign-4.1.0" = {
5094 name = "object.assign";
5095 packageName = "object.assign";
5096 version = "4.1.0";
5097 src = fetchurl {
5098 url = "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz";
5099 sha512 = "exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==";
5100 };
5101 };
5075 "object.defaults-1.1.0" = {
5102 "object.defaults-1.1.0" = {
5076 name = "object.defaults";
5103 name = "object.defaults";
5077 packageName = "object.defaults";
5104 packageName = "object.defaults";
@@ -5081,13 +5108,13 b' let'
5081 sha1 = "3a7f868334b407dea06da16d88d5cd29e435fecf";
5108 sha1 = "3a7f868334b407dea06da16d88d5cd29e435fecf";
5082 };
5109 };
5083 };
5110 };
5084 "object.getownpropertydescriptors-2.0.3" = {
5111 "object.getownpropertydescriptors-2.1.0" = {
5085 name = "object.getownpropertydescriptors";
5112 name = "object.getownpropertydescriptors";
5086 packageName = "object.getownpropertydescriptors";
5113 packageName = "object.getownpropertydescriptors";
5087 version = "2.0.3";
5114 version = "2.1.0";
5088 src = fetchurl {
5115 src = fetchurl {
5089 url = "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz";
5116 url = "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz";
5090 sha1 = "8758c846f5b407adab0f236e0986f14b051caa16";
5117 sha512 = "Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==";
5091 };
5118 };
5092 };
5119 };
5093 "object.map-1.0.1" = {
5120 "object.map-1.0.1" = {
@@ -5198,13 +5225,13 b' let'
5198 sha512 = "vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==";
5225 sha512 = "vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==";
5199 };
5226 };
5200 };
5227 };
5201 "p-limit-2.2.1" = {
5228 "p-limit-2.3.0" = {
5202 name = "p-limit";
5229 name = "p-limit";
5203 packageName = "p-limit";
5230 packageName = "p-limit";
5204 version = "2.2.1";
5231 version = "2.3.0";
5205 src = fetchurl {
5232 src = fetchurl {
5206 url = "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz";
5233 url = "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz";
5207 sha512 = "85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==";
5234 sha512 = "//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==";
5208 };
5235 };
5209 };
5236 };
5210 "p-locate-2.0.0" = {
5237 "p-locate-2.0.0" = {
@@ -5243,13 +5270,13 b' let'
5243 sha512 = "R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==";
5270 sha512 = "R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==";
5244 };
5271 };
5245 };
5272 };
5246 "pako-1.0.10" = {
5273 "pako-1.0.11" = {
5247 name = "pako";
5274 name = "pako";
5248 packageName = "pako";
5275 packageName = "pako";
5249 version = "1.0.10";
5276 version = "1.0.11";
5250 src = fetchurl {
5277 src = fetchurl {
5251 url = "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz";
5278 url = "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz";
5252 sha512 = "0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==";
5279 sha512 = "4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==";
5253 };
5280 };
5254 };
5281 };
5255 "parallel-transform-1.2.0" = {
5282 "parallel-transform-1.2.0" = {
@@ -6035,13 +6062,13 b' let'
6035 sha1 = "7cf4c54ef648e3813084c636dd2079e166c081d9";
6062 sha1 = "7cf4c54ef648e3813084c636dd2079e166c081d9";
6036 };
6063 };
6037 };
6064 };
6038 "readable-stream-2.3.6" = {
6065 "readable-stream-2.3.7" = {
6039 name = "readable-stream";
6066 name = "readable-stream";
6040 packageName = "readable-stream";
6067 packageName = "readable-stream";
6041 version = "2.3.6";
6068 version = "2.3.7";
6042 src = fetchurl {
6069 src = fetchurl {
6043 url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz";
6070 url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz";
6044 sha512 = "tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==";
6071 sha512 = "Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==";
6045 };
6072 };
6046 };
6073 };
6047 "readdirp-2.2.1" = {
6074 "readdirp-2.2.1" = {
@@ -6098,6 +6125,15 b' let'
6098 sha512 = "1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==";
6125 sha512 = "1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==";
6099 };
6126 };
6100 };
6127 };
6128 "regenerate-unicode-properties-8.2.0" = {
6129 name = "regenerate-unicode-properties";
6130 packageName = "regenerate-unicode-properties";
6131 version = "8.2.0";
6132 src = fetchurl {
6133 url = "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz";
6134 sha512 = "F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==";
6135 };
6136 };
6101 "regenerator-runtime-0.11.1" = {
6137 "regenerator-runtime-0.11.1" = {
6102 name = "regenerator-runtime";
6138 name = "regenerator-runtime";
6103 packageName = "regenerator-runtime";
6139 packageName = "regenerator-runtime";
@@ -6125,15 +6161,6 b' let'
6125 sha512 = "J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==";
6161 sha512 = "J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==";
6126 };
6162 };
6127 };
6163 };
6128 "regexpu-core-1.0.0" = {
6129 name = "regexpu-core";
6130 packageName = "regexpu-core";
6131 version = "1.0.0";
6132 src = fetchurl {
6133 url = "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz";
6134 sha1 = "86a763f58ee4d7c2f6b102e4764050de7ed90c6b";
6135 };
6136 };
6137 "regexpu-core-2.0.0" = {
6164 "regexpu-core-2.0.0" = {
6138 name = "regexpu-core";
6165 name = "regexpu-core";
6139 packageName = "regexpu-core";
6166 packageName = "regexpu-core";
@@ -6143,6 +6170,15 b' let'
6143 sha1 = "49d038837b8dcf8bfa5b9a42139938e6ea2ae240";
6170 sha1 = "49d038837b8dcf8bfa5b9a42139938e6ea2ae240";
6144 };
6171 };
6145 };
6172 };
6173 "regexpu-core-4.7.0" = {
6174 name = "regexpu-core";
6175 packageName = "regexpu-core";
6176 version = "4.7.0";
6177 src = fetchurl {
6178 url = "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz";
6179 sha512 = "TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==";
6180 };
6181 };
6146 "regjsgen-0.2.0" = {
6182 "regjsgen-0.2.0" = {
6147 name = "regjsgen";
6183 name = "regjsgen";
6148 packageName = "regjsgen";
6184 packageName = "regjsgen";
@@ -6152,6 +6188,15 b' let'
6152 sha1 = "6c016adeac554f75823fe37ac05b92d5a4edb1f7";
6188 sha1 = "6c016adeac554f75823fe37ac05b92d5a4edb1f7";
6153 };
6189 };
6154 };
6190 };
6191 "regjsgen-0.5.1" = {
6192 name = "regjsgen";
6193 packageName = "regjsgen";
6194 version = "0.5.1";
6195 src = fetchurl {
6196 url = "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz";
6197 sha512 = "5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==";
6198 };
6199 };
6155 "regjsparser-0.1.5" = {
6200 "regjsparser-0.1.5" = {
6156 name = "regjsparser";
6201 name = "regjsparser";
6157 packageName = "regjsparser";
6202 packageName = "regjsparser";
@@ -6161,6 +6206,15 b' let'
6161 sha1 = "7ee8f84dc6fa792d3fd0ae228d24bd949ead205c";
6206 sha1 = "7ee8f84dc6fa792d3fd0ae228d24bd949ead205c";
6162 };
6207 };
6163 };
6208 };
6209 "regjsparser-0.6.4" = {
6210 name = "regjsparser";
6211 packageName = "regjsparser";
6212 version = "0.6.4";
6213 src = fetchurl {
6214 url = "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz";
6215 sha512 = "64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==";
6216 };
6217 };
6164 "relateurl-0.2.7" = {
6218 "relateurl-0.2.7" = {
6165 name = "relateurl";
6219 name = "relateurl";
6166 packageName = "relateurl";
6220 packageName = "relateurl";
@@ -6242,13 +6296,13 b' let'
6242 sha1 = "97f717b69d48784f5f526a6c5aa8ffdda055a4d1";
6296 sha1 = "97f717b69d48784f5f526a6c5aa8ffdda055a4d1";
6243 };
6297 };
6244 };
6298 };
6245 "resolve-1.12.0" = {
6299 "resolve-1.16.0" = {
6246 name = "resolve";
6300 name = "resolve";
6247 packageName = "resolve";
6301 packageName = "resolve";
6248 version = "1.12.0";
6302 version = "1.16.0";
6249 src = fetchurl {
6303 src = fetchurl {
6250 url = "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz";
6304 url = "https://registry.npmjs.org/resolve/-/resolve-1.16.0.tgz";
6251 sha512 = "B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==";
6305 sha512 = "LarL/PIKJvc09k1jaeT4kQb/8/7P+qV4qSnN2K80AES+OHdfZELAKVOBjxsvtToT/uLOfFbvYvKfZmV8cee7nA==";
6252 };
6306 };
6253 };
6307 };
6254 "resolve-cwd-2.0.0" = {
6308 "resolve-cwd-2.0.0" = {
@@ -6494,13 +6548,13 b' let'
6494 sha1 = "3ff21f198cad2175f9f3b781853fd94d0d19b590";
6548 sha1 = "3ff21f198cad2175f9f3b781853fd94d0d19b590";
6495 };
6549 };
6496 };
6550 };
6497 "signal-exit-3.0.2" = {
6551 "signal-exit-3.0.3" = {
6498 name = "signal-exit";
6552 name = "signal-exit";
6499 packageName = "signal-exit";
6553 packageName = "signal-exit";
6500 version = "3.0.2";
6554 version = "3.0.3";
6501 src = fetchurl {
6555 src = fetchurl {
6502 url = "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz";
6556 url = "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz";
6503 sha1 = "b5fdc08f1287ea1178628e415e25132b73646c6d";
6557 sha512 = "VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==";
6504 };
6558 };
6505 };
6559 };
6506 "slash-1.0.0" = {
6560 "slash-1.0.0" = {
@@ -6611,13 +6665,13 b' let'
6611 sha512 = "UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==";
6665 sha512 = "UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==";
6612 };
6666 };
6613 };
6667 };
6614 "source-map-resolve-0.5.2" = {
6668 "source-map-resolve-0.5.3" = {
6615 name = "source-map-resolve";
6669 name = "source-map-resolve";
6616 packageName = "source-map-resolve";
6670 packageName = "source-map-resolve";
6617 version = "0.5.2";
6671 version = "0.5.3";
6618 src = fetchurl {
6672 src = fetchurl {
6619 url = "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz";
6673 url = "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz";
6620 sha512 = "MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==";
6674 sha512 = "Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==";
6621 };
6675 };
6622 };
6676 };
6623 "source-map-support-0.4.18" = {
6677 "source-map-support-0.4.18" = {
@@ -6719,13 +6773,13 b' let'
6719 sha512 = "+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==";
6773 sha512 = "+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==";
6720 };
6774 };
6721 };
6775 };
6722 "stream-shift-1.0.0" = {
6776 "stream-shift-1.0.1" = {
6723 name = "stream-shift";
6777 name = "stream-shift";
6724 packageName = "stream-shift";
6778 packageName = "stream-shift";
6725 version = "1.0.0";
6779 version = "1.0.1";
6726 src = fetchurl {
6780 src = fetchurl {
6727 url = "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz";
6781 url = "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz";
6728 sha1 = "d5c752825e5367e786f78e18e445ea223a155952";
6782 sha512 = "AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==";
6729 };
6783 };
6730 };
6784 };
6731 "strict-uri-encode-1.1.0" = {
6785 "strict-uri-encode-1.1.0" = {
@@ -6755,22 +6809,40 b' let'
6755 sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==";
6809 sha512 = "nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==";
6756 };
6810 };
6757 };
6811 };
6758 "string.prototype.trimleft-2.1.0" = {
6812 "string.prototype.trimend-1.0.1" = {
6813 name = "string.prototype.trimend";
6814 packageName = "string.prototype.trimend";
6815 version = "1.0.1";
6816 src = fetchurl {
6817 url = "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz";
6818 sha512 = "LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==";
6819 };
6820 };
6821 "string.prototype.trimleft-2.1.2" = {
6759 name = "string.prototype.trimleft";
6822 name = "string.prototype.trimleft";
6760 packageName = "string.prototype.trimleft";
6823 packageName = "string.prototype.trimleft";
6761 version = "2.1.0";
6824 version = "2.1.2";
6762 src = fetchurl {
6825 src = fetchurl {
6763 url = "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz";
6826 url = "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz";
6764 sha512 = "FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==";
6827 sha512 = "gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==";
6765 };
6828 };
6766 };
6829 };
6767 "string.prototype.trimright-2.1.0" = {
6830 "string.prototype.trimright-2.1.2" = {
6768 name = "string.prototype.trimright";
6831 name = "string.prototype.trimright";
6769 packageName = "string.prototype.trimright";
6832 packageName = "string.prototype.trimright";
6770 version = "2.1.0";
6833 version = "2.1.2";
6771 src = fetchurl {
6834 src = fetchurl {
6772 url = "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz";
6835 url = "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz";
6773 sha512 = "fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==";
6836 sha512 = "ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==";
6837 };
6838 };
6839 "string.prototype.trimstart-1.0.1" = {
6840 name = "string.prototype.trimstart";
6841 packageName = "string.prototype.trimstart";
6842 version = "1.0.1";
6843 src = fetchurl {
6844 url = "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz";
6845 sha512 = "XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==";
6774 };
6846 };
6775 };
6847 };
6776 "string_decoder-0.10.31" = {
6848 "string_decoder-0.10.31" = {
@@ -6908,6 +6980,15 b' let'
6908 sha1 = "9f5772413952135c6fefbf40afe6a4faa88b4bb5";
6980 sha1 = "9f5772413952135c6fefbf40afe6a4faa88b4bb5";
6909 };
6981 };
6910 };
6982 };
6983 "sweetalert2-9.10.12" = {
6984 name = "sweetalert2";
6985 packageName = "sweetalert2";
6986 version = "9.10.12";
6987 src = fetchurl {
6988 url = "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.10.12.tgz";
6989 sha512 = "RnarmbDGTPmwecJbaVdq5LvlzbVReIOtPk0huPnXOE19G00xMxGcTY0wjt9AjwsexUnLivLXc3b6nD6+D6NlGg==";
6990 };
6991 };
6911 "tapable-0.2.9" = {
6992 "tapable-0.2.9" = {
6912 name = "tapable";
6993 name = "tapable";
6913 packageName = "tapable";
6994 packageName = "tapable";
@@ -7052,13 +7133,13 b' let'
7052 sha1 = "30c6203e1e66b841a88701ed8858f1725d94b026";
7133 sha1 = "30c6203e1e66b841a88701ed8858f1725d94b026";
7053 };
7134 };
7054 };
7135 };
7055 "tslib-1.10.0" = {
7136 "tslib-1.11.1" = {
7056 name = "tslib";
7137 name = "tslib";
7057 packageName = "tslib";
7138 packageName = "tslib";
7058 version = "1.10.0";
7139 version = "1.11.1";
7059 src = fetchurl {
7140 src = fetchurl {
7060 url = "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz";
7141 url = "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz";
7061 sha512 = "qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==";
7142 sha512 = "aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==";
7062 };
7143 };
7063 };
7144 };
7064 "tty-browserify-0.0.0" = {
7145 "tty-browserify-0.0.0" = {
@@ -7124,13 +7205,13 b' let'
7124 sha512 = "Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==";
7205 sha512 = "Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==";
7125 };
7206 };
7126 };
7207 };
7127 "uglify-js-3.6.7" = {
7208 "uglify-js-3.9.1" = {
7128 name = "uglify-js";
7209 name = "uglify-js";
7129 packageName = "uglify-js";
7210 packageName = "uglify-js";
7130 version = "3.6.7";
7211 version = "3.9.1";
7131 src = fetchurl {
7212 src = fetchurl {
7132 url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.7.tgz";
7213 url = "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.1.tgz";
7133 sha512 = "4sXQDzmdnoXiO+xvmTzQsfIiwrjUCSA95rSP4SEd8tDb51W2TiDOlL76Hl+Kw0Ie42PSItCW8/t6pBNCF2R48A==";
7214 sha512 = "JUPoL1jHsc9fOjVFHdQIhqEEJsQvfKDjlubcCilu8U26uZ73qOg8VsN8O1jbuei44ZPlwL7kmbAdM4tzaUvqnA==";
7134 };
7215 };
7135 };
7216 };
7136 "uglify-to-browserify-1.0.2" = {
7217 "uglify-to-browserify-1.0.2" = {
@@ -7196,6 +7277,42 b' let'
7196 sha1 = "8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b";
7277 sha1 = "8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b";
7197 };
7278 };
7198 };
7279 };
7280 "unicode-canonical-property-names-ecmascript-1.0.4" = {
7281 name = "unicode-canonical-property-names-ecmascript";
7282 packageName = "unicode-canonical-property-names-ecmascript";
7283 version = "1.0.4";
7284 src = fetchurl {
7285 url = "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz";
7286 sha512 = "jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==";
7287 };
7288 };
7289 "unicode-match-property-ecmascript-1.0.4" = {
7290 name = "unicode-match-property-ecmascript";
7291 packageName = "unicode-match-property-ecmascript";
7292 version = "1.0.4";
7293 src = fetchurl {
7294 url = "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz";
7295 sha512 = "L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==";
7296 };
7297 };
7298 "unicode-match-property-value-ecmascript-1.2.0" = {
7299 name = "unicode-match-property-value-ecmascript";
7300 packageName = "unicode-match-property-value-ecmascript";
7301 version = "1.2.0";
7302 src = fetchurl {
7303 url = "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz";
7304 sha512 = "wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==";
7305 };
7306 };
7307 "unicode-property-aliases-ecmascript-1.1.0" = {
7308 name = "unicode-property-aliases-ecmascript";
7309 packageName = "unicode-property-aliases-ecmascript";
7310 version = "1.1.0";
7311 src = fetchurl {
7312 url = "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz";
7313 sha512 = "PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==";
7314 };
7315 };
7199 "union-value-1.0.1" = {
7316 "union-value-1.0.1" = {
7200 name = "union-value";
7317 name = "union-value";
7201 packageName = "union-value";
7318 packageName = "union-value";
@@ -7358,13 +7475,13 b' let'
7358 sha1 = "8a16a05d445657a3aea5eecc5b12a4fa5379772c";
7475 sha1 = "8a16a05d445657a3aea5eecc5b12a4fa5379772c";
7359 };
7476 };
7360 };
7477 };
7361 "uuid-3.3.3" = {
7478 "uuid-3.4.0" = {
7362 name = "uuid";
7479 name = "uuid";
7363 packageName = "uuid";
7480 packageName = "uuid";
7364 version = "3.3.3";
7481 version = "3.4.0";
7365 src = fetchurl {
7482 src = fetchurl {
7366 url = "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz";
7483 url = "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz";
7367 sha512 = "pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==";
7484 sha512 = "HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==";
7368 };
7485 };
7369 };
7486 };
7370 "v8-compile-cache-2.1.0" = {
7487 "v8-compile-cache-2.1.0" = {
@@ -7385,13 +7502,13 b' let'
7385 sha512 = "amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==";
7502 sha512 = "amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==";
7386 };
7503 };
7387 };
7504 };
7388 "vendors-1.0.3" = {
7505 "vendors-1.0.4" = {
7389 name = "vendors";
7506 name = "vendors";
7390 packageName = "vendors";
7507 packageName = "vendors";
7391 version = "1.0.3";
7508 version = "1.0.4";
7392 src = fetchurl {
7509 src = fetchurl {
7393 url = "https://registry.npmjs.org/vendors/-/vendors-1.0.3.tgz";
7510 url = "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz";
7394 sha512 = "fOi47nsJP5Wqefa43kyWSg80qF+Q3XA6MUkgi7Hp1HQaKDQW4cQrK2D0P7mmbFtsV1N89am55Yru/nyEwRubcw==";
7511 sha512 = "/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==";
7395 };
7512 };
7396 };
7513 };
7397 "verror-1.10.0" = {
7514 "verror-1.10.0" = {
@@ -7403,22 +7520,22 b' let'
7403 sha1 = "3a105ca17053af55d6e270c1f8288682e18da400";
7520 sha1 = "3a105ca17053af55d6e270c1f8288682e18da400";
7404 };
7521 };
7405 };
7522 };
7406 "vm-browserify-1.1.0" = {
7523 "vm-browserify-1.1.2" = {
7407 name = "vm-browserify";
7524 name = "vm-browserify";
7408 packageName = "vm-browserify";
7525 packageName = "vm-browserify";
7409 version = "1.1.0";
7526 version = "1.1.2";
7410 src = fetchurl {
7527 src = fetchurl {
7411 url = "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz";
7528 url = "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz";
7412 sha512 = "iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw==";
7529 sha512 = "2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==";
7413 };
7530 };
7414 };
7531 };
7415 "watchpack-1.6.0" = {
7532 "watchpack-1.6.1" = {
7416 name = "watchpack";
7533 name = "watchpack";
7417 packageName = "watchpack";
7534 packageName = "watchpack";
7418 version = "1.6.0";
7535 version = "1.6.1";
7419 src = fetchurl {
7536 src = fetchurl {
7420 url = "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz";
7537 url = "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz";
7421 sha512 = "i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==";
7538 sha512 = "+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==";
7422 };
7539 };
7423 };
7540 };
7424 "waypoints-4.0.1" = {
7541 "waypoints-4.0.1" = {
@@ -7622,27 +7739,27 b' let'
7622 sources."@polymer/iron-a11y-keys-3.0.1"
7739 sources."@polymer/iron-a11y-keys-3.0.1"
7623 sources."@polymer/iron-a11y-keys-behavior-3.0.1"
7740 sources."@polymer/iron-a11y-keys-behavior-3.0.1"
7624 sources."@polymer/iron-ajax-3.0.1"
7741 sources."@polymer/iron-ajax-3.0.1"
7625 sources."@polymer/iron-autogrow-textarea-3.0.1"
7742 sources."@polymer/iron-autogrow-textarea-3.0.3"
7626 sources."@polymer/iron-behaviors-3.0.1"
7743 sources."@polymer/iron-behaviors-3.0.1"
7627 sources."@polymer/iron-checked-element-behavior-3.0.1"
7744 sources."@polymer/iron-checked-element-behavior-3.0.1"
7628 sources."@polymer/iron-fit-behavior-3.0.1"
7745 sources."@polymer/iron-fit-behavior-3.0.2"
7629 sources."@polymer/iron-flex-layout-3.0.1"
7746 sources."@polymer/iron-flex-layout-3.0.1"
7630 sources."@polymer/iron-form-element-behavior-3.0.1"
7747 sources."@polymer/iron-form-element-behavior-3.0.1"
7631 sources."@polymer/iron-meta-3.0.1"
7748 sources."@polymer/iron-meta-3.0.1"
7632 sources."@polymer/iron-overlay-behavior-3.0.2"
7749 sources."@polymer/iron-overlay-behavior-3.0.3"
7633 sources."@polymer/iron-resizable-behavior-3.0.1"
7750 sources."@polymer/iron-resizable-behavior-3.0.1"
7634 sources."@polymer/iron-validatable-behavior-3.0.1"
7751 sources."@polymer/iron-validatable-behavior-3.0.1"
7635 sources."@polymer/paper-behaviors-3.0.1"
7752 sources."@polymer/paper-behaviors-3.0.1"
7636 sources."@polymer/paper-button-3.0.1"
7753 sources."@polymer/paper-button-3.0.1"
7637 sources."@polymer/paper-ripple-3.0.1"
7754 sources."@polymer/paper-ripple-3.0.2"
7638 sources."@polymer/paper-spinner-3.0.2"
7755 sources."@polymer/paper-spinner-3.0.2"
7639 sources."@polymer/paper-styles-3.0.1"
7756 sources."@polymer/paper-styles-3.0.1"
7640 sources."@polymer/paper-toast-3.0.1"
7757 sources."@polymer/paper-toast-3.0.1"
7641 sources."@polymer/paper-toggle-button-3.0.1"
7758 sources."@polymer/paper-toggle-button-3.0.1"
7642 sources."@polymer/paper-tooltip-3.0.1"
7759 sources."@polymer/paper-tooltip-3.0.1"
7643 sources."@polymer/polymer-3.3.0"
7760 sources."@polymer/polymer-3.3.1"
7644 sources."@types/clone-0.1.30"
7761 sources."@types/clone-0.1.30"
7645 sources."@types/node-6.14.9"
7762 sources."@types/node-6.14.10"
7646 sources."@types/parse5-2.2.34"
7763 sources."@types/parse5-2.2.34"
7647 sources."@webassemblyjs/ast-1.7.10"
7764 sources."@webassemblyjs/ast-1.7.10"
7648 sources."@webassemblyjs/floating-point-hex-parser-1.7.10"
7765 sources."@webassemblyjs/floating-point-hex-parser-1.7.10"
@@ -7662,12 +7779,12 b' let'
7662 sources."@webassemblyjs/wasm-parser-1.7.10"
7779 sources."@webassemblyjs/wasm-parser-1.7.10"
7663 sources."@webassemblyjs/wast-parser-1.7.10"
7780 sources."@webassemblyjs/wast-parser-1.7.10"
7664 sources."@webassemblyjs/wast-printer-1.7.10"
7781 sources."@webassemblyjs/wast-printer-1.7.10"
7665 sources."@webcomponents/shadycss-1.9.2"
7782 sources."@webcomponents/shadycss-1.9.6"
7666 sources."@webcomponents/webcomponentsjs-2.3.0"
7783 sources."@webcomponents/webcomponentsjs-2.4.3"
7667 sources."@xtuc/ieee754-1.2.0"
7784 sources."@xtuc/ieee754-1.2.0"
7668 sources."@xtuc/long-4.2.1"
7785 sources."@xtuc/long-4.2.1"
7669 sources."abbrev-1.1.1"
7786 sources."abbrev-1.1.1"
7670 sources."acorn-5.7.3"
7787 sources."acorn-5.7.4"
7671 sources."acorn-dynamic-import-3.0.0"
7788 sources."acorn-dynamic-import-3.0.0"
7672 (sources."acorn-jsx-3.0.1" // {
7789 (sources."acorn-jsx-3.0.1" // {
7673 dependencies = [
7790 dependencies = [
@@ -7727,7 +7844,7 b' let'
7727 ];
7844 ];
7728 })
7845 })
7729 sources."aws-sign2-0.6.0"
7846 sources."aws-sign2-0.6.0"
7730 sources."aws4-1.8.0"
7847 sources."aws4-1.9.1"
7731 (sources."babel-code-frame-6.26.0" // {
7848 (sources."babel-code-frame-6.26.0" // {
7732 dependencies = [
7849 dependencies = [
7733 sources."ansi-regex-2.1.1"
7850 sources."ansi-regex-2.1.1"
@@ -7841,7 +7958,8 b' let'
7841 sources."bcrypt-pbkdf-1.0.2"
7958 sources."bcrypt-pbkdf-1.0.2"
7842 sources."big.js-5.2.2"
7959 sources."big.js-5.2.2"
7843 sources."binary-extensions-1.13.1"
7960 sources."binary-extensions-1.13.1"
7844 sources."bluebird-3.7.1"
7961 sources."bindings-1.5.0"
7962 sources."bluebird-3.7.2"
7845 sources."bn.js-4.11.8"
7963 sources."bn.js-4.11.8"
7846 sources."boolbase-1.0.0"
7964 sources."boolbase-1.0.0"
7847 sources."boom-2.10.1"
7965 sources."boom-2.10.1"
@@ -7859,13 +7977,13 b' let'
7859 sources."browserify-sign-4.0.4"
7977 sources."browserify-sign-4.0.4"
7860 sources."browserify-zlib-0.2.0"
7978 sources."browserify-zlib-0.2.0"
7861 sources."browserslist-3.2.8"
7979 sources."browserslist-3.2.8"
7862 sources."buffer-4.9.1"
7980 sources."buffer-4.9.2"
7863 sources."buffer-from-1.1.1"
7981 sources."buffer-from-1.1.1"
7864 sources."buffer-xor-1.0.3"
7982 sources."buffer-xor-1.0.3"
7865 sources."builtin-status-codes-3.0.0"
7983 sources."builtin-status-codes-3.0.0"
7866 (sources."cacache-10.0.4" // {
7984 (sources."cacache-10.0.4" // {
7867 dependencies = [
7985 dependencies = [
7868 sources."glob-7.1.5"
7986 sources."glob-7.1.6"
7869 sources."graceful-fs-4.2.3"
7987 sources."graceful-fs-4.2.3"
7870 sources."lru-cache-4.1.5"
7988 sources."lru-cache-4.1.5"
7871 sources."minimatch-3.0.4"
7989 sources."minimatch-3.0.4"
@@ -7880,8 +7998,8 b' let'
7880 sources."browserslist-1.7.7"
7998 sources."browserslist-1.7.7"
7881 ];
7999 ];
7882 })
8000 })
7883 sources."caniuse-db-1.0.30001006"
8001 sources."caniuse-db-1.0.30001042"
7884 sources."caniuse-lite-1.0.30001006"
8002 sources."caniuse-lite-1.0.30001042"
7885 sources."caseless-0.12.0"
8003 sources."caseless-0.12.0"
7886 sources."center-align-0.1.3"
8004 sources."center-align-0.1.3"
7887 sources."chalk-0.5.1"
8005 sources."chalk-0.5.1"
@@ -7890,7 +8008,7 b' let'
7890 sources."is-glob-4.0.1"
8008 sources."is-glob-4.0.1"
7891 ];
8009 ];
7892 })
8010 })
7893 sources."chownr-1.1.3"
8011 sources."chownr-1.1.4"
7894 sources."chrome-trace-event-1.0.2"
8012 sources."chrome-trace-event-1.0.2"
7895 sources."cipher-base-1.0.4"
8013 sources."cipher-base-1.0.4"
7896 (sources."clap-1.2.3" // {
8014 (sources."clap-1.2.3" // {
@@ -7920,18 +8038,18 b' let'
7920 sources."kind-of-5.1.0"
8038 sources."kind-of-5.1.0"
7921 ];
8039 ];
7922 })
8040 })
7923 (sources."clean-css-4.2.1" // {
8041 (sources."clean-css-4.2.3" // {
7924 dependencies = [
8042 dependencies = [
7925 sources."source-map-0.6.1"
8043 sources."source-map-0.6.1"
7926 ];
8044 ];
7927 })
8045 })
7928 (sources."cli-1.0.1" // {
8046 (sources."cli-1.0.1" // {
7929 dependencies = [
8047 dependencies = [
7930 sources."glob-7.1.5"
8048 sources."glob-7.1.6"
7931 sources."minimatch-3.0.4"
8049 sources."minimatch-3.0.4"
7932 ];
8050 ];
7933 })
8051 })
7934 sources."clipboard-2.0.4"
8052 sources."clipboard-2.0.6"
7935 (sources."cliui-4.1.0" // {
8053 (sources."cliui-4.1.0" // {
7936 dependencies = [
8054 dependencies = [
7937 sources."ansi-regex-3.0.0"
8055 sources."ansi-regex-3.0.0"
@@ -7957,21 +8075,21 b' let'
7957 sources."concat-map-0.0.1"
8075 sources."concat-map-0.0.1"
7958 (sources."concat-stream-1.6.2" // {
8076 (sources."concat-stream-1.6.2" // {
7959 dependencies = [
8077 dependencies = [
7960 sources."readable-stream-2.3.6"
8078 sources."readable-stream-2.3.7"
7961 sources."safe-buffer-5.1.2"
8079 sources."safe-buffer-5.1.2"
7962 sources."string_decoder-1.1.1"
8080 sources."string_decoder-1.1.1"
7963 ];
8081 ];
7964 })
8082 })
7965 sources."console-browserify-1.1.0"
8083 sources."console-browserify-1.1.0"
7966 sources."constants-browserify-1.0.0"
8084 sources."constants-browserify-1.0.0"
7967 (sources."convert-source-map-1.6.0" // {
8085 (sources."convert-source-map-1.7.0" // {
7968 dependencies = [
8086 dependencies = [
7969 sources."safe-buffer-5.1.2"
8087 sources."safe-buffer-5.1.2"
7970 ];
8088 ];
7971 })
8089 })
7972 (sources."copy-concurrently-1.0.5" // {
8090 (sources."copy-concurrently-1.0.5" // {
7973 dependencies = [
8091 dependencies = [
7974 sources."glob-7.1.5"
8092 sources."glob-7.1.6"
7975 sources."minimatch-3.0.4"
8093 sources."minimatch-3.0.4"
7976 sources."rimraf-2.7.1"
8094 sources."rimraf-2.7.1"
7977 ];
8095 ];
@@ -7983,7 +8101,7 b' let'
7983 sources."minimatch-3.0.4"
8101 sources."minimatch-3.0.4"
7984 ];
8102 ];
7985 })
8103 })
7986 sources."core-js-2.6.10"
8104 sources."core-js-2.6.11"
7987 sources."core-util-is-1.0.2"
8105 sources."core-util-is-1.0.2"
7988 sources."create-ecdh-4.0.3"
8106 sources."create-ecdh-4.0.3"
7989 sources."create-hash-1.2.0"
8107 sources."create-hash-1.2.0"
@@ -7998,13 +8116,16 b' let'
7998 sources."css-color-names-0.0.4"
8116 sources."css-color-names-0.0.4"
7999 sources."css-loader-0.28.11"
8117 sources."css-loader-0.28.11"
8000 sources."css-select-1.2.0"
8118 sources."css-select-1.2.0"
8001 (sources."css-selector-tokenizer-0.7.1" // {
8119 (sources."css-selector-tokenizer-0.7.2" // {
8002 dependencies = [
8120 dependencies = [
8003 sources."regexpu-core-1.0.0"
8121 sources."jsesc-0.5.0"
8122 sources."regexpu-core-4.7.0"
8123 sources."regjsgen-0.5.1"
8124 sources."regjsparser-0.6.4"
8004 ];
8125 ];
8005 })
8126 })
8006 sources."css-what-2.1.3"
8127 sources."css-what-2.1.3"
8007 sources."cssesc-0.1.0"
8128 sources."cssesc-3.0.0"
8008 sources."cssnano-3.10.0"
8129 sources."cssnano-3.10.0"
8009 sources."csso-2.3.2"
8130 sources."csso-2.3.2"
8010 sources."cyclist-1.0.1"
8131 sources."cyclist-1.0.1"
@@ -8024,13 +8145,13 b' let'
8024 sources."defined-1.0.0"
8145 sources."defined-1.0.0"
8025 sources."delayed-stream-1.0.0"
8146 sources."delayed-stream-1.0.0"
8026 sources."delegate-3.2.0"
8147 sources."delegate-3.2.0"
8027 sources."des.js-1.0.0"
8148 sources."des.js-1.0.1"
8028 sources."detect-file-1.0.0"
8149 sources."detect-file-1.0.0"
8029 sources."detect-indent-4.0.0"
8150 sources."detect-indent-4.0.0"
8030 sources."diffie-hellman-5.0.3"
8151 sources."diffie-hellman-5.0.3"
8031 sources."dir-glob-2.2.2"
8152 sources."dir-glob-2.2.2"
8032 sources."dom-converter-0.2.0"
8153 sources."dom-converter-0.2.0"
8033 (sources."dom-serializer-0.2.1" // {
8154 (sources."dom-serializer-0.2.2" // {
8034 dependencies = [
8155 dependencies = [
8035 sources."domelementtype-2.0.1"
8156 sources."domelementtype-2.0.1"
8036 sources."entities-2.0.0"
8157 sources."entities-2.0.0"
@@ -8046,33 +8167,33 b' let'
8046 sources."domelementtype-1.3.1"
8167 sources."domelementtype-1.3.1"
8047 sources."domhandler-2.3.0"
8168 sources."domhandler-2.3.0"
8048 sources."domutils-1.5.1"
8169 sources."domutils-1.5.1"
8049 sources."dropzone-5.5.1"
8170 sources."dropzone-5.7.0"
8050 sources."duplexer-0.1.1"
8171 sources."duplexer-0.1.1"
8051 (sources."duplexify-3.7.1" // {
8172 (sources."duplexify-3.7.1" // {
8052 dependencies = [
8173 dependencies = [
8053 sources."readable-stream-2.3.6"
8174 sources."readable-stream-2.3.7"
8054 sources."safe-buffer-5.1.2"
8175 sources."safe-buffer-5.1.2"
8055 sources."string_decoder-1.1.1"
8176 sources."string_decoder-1.1.1"
8056 ];
8177 ];
8057 })
8178 })
8058 sources."ecc-jsbn-0.1.2"
8179 sources."ecc-jsbn-0.1.2"
8059 sources."electron-to-chromium-1.3.302"
8180 sources."electron-to-chromium-1.3.412"
8060 sources."elliptic-6.5.1"
8181 sources."elliptic-6.5.2"
8061 sources."emojis-list-2.1.0"
8182 sources."emojis-list-3.0.0"
8062 sources."end-of-stream-1.4.4"
8183 sources."end-of-stream-1.4.4"
8063 (sources."enhanced-resolve-4.1.1" // {
8184 (sources."enhanced-resolve-4.1.1" // {
8064 dependencies = [
8185 dependencies = [
8065 sources."graceful-fs-4.2.3"
8186 sources."graceful-fs-4.2.3"
8066 sources."memory-fs-0.5.0"
8187 sources."memory-fs-0.5.0"
8067 sources."readable-stream-2.3.6"
8188 sources."readable-stream-2.3.7"
8068 sources."safe-buffer-5.1.2"
8189 sources."safe-buffer-5.1.2"
8069 sources."string_decoder-1.1.1"
8190 sources."string_decoder-1.1.1"
8070 ];
8191 ];
8071 })
8192 })
8072 sources."entities-1.0.0"
8193 sources."entities-1.0.0"
8073 sources."errno-0.1.7"
8194 sources."errno-0.1.7"
8074 sources."es-abstract-1.16.0"
8195 sources."es-abstract-1.17.5"
8075 sources."es-to-primitive-1.2.0"
8196 sources."es-to-primitive-1.2.1"
8076 sources."es6-templates-0.2.3"
8197 sources."es6-templates-0.2.3"
8077 sources."escape-string-regexp-1.0.5"
8198 sources."escape-string-regexp-1.0.5"
8078 sources."eslint-scope-4.0.3"
8199 sources."eslint-scope-4.0.3"
@@ -8082,7 +8203,7 b' let'
8082 sources."estraverse-4.3.0"
8203 sources."estraverse-4.3.0"
8083 sources."esutils-2.0.3"
8204 sources."esutils-2.0.3"
8084 sources."eventemitter2-0.4.14"
8205 sources."eventemitter2-0.4.14"
8085 sources."events-3.0.0"
8206 sources."events-3.1.0"
8086 sources."evp_bytestokey-1.0.3"
8207 sources."evp_bytestokey-1.0.3"
8087 sources."execa-1.0.0"
8208 sources."execa-1.0.0"
8088 sources."exit-0.1.2"
8209 sources."exit-0.1.2"
@@ -8119,13 +8240,14 b' let'
8119 ];
8240 ];
8120 })
8241 })
8121 sources."extsprintf-1.3.0"
8242 sources."extsprintf-1.3.0"
8122 sources."fast-deep-equal-2.0.1"
8243 sources."fast-deep-equal-3.1.1"
8123 sources."fast-json-stable-stringify-2.0.0"
8244 sources."fast-json-stable-stringify-2.1.0"
8124 sources."fastparse-1.1.2"
8245 sources."fastparse-1.1.2"
8125 sources."favico.js-0.3.10"
8246 sources."favico.js-0.3.10"
8126 sources."faye-websocket-0.4.4"
8247 sources."faye-websocket-0.4.4"
8127 sources."figures-1.7.0"
8248 sources."figures-1.7.0"
8128 sources."file-sync-cmp-0.1.1"
8249 sources."file-sync-cmp-0.1.1"
8250 sources."file-uri-to-path-1.0.0"
8129 (sources."fill-range-4.0.0" // {
8251 (sources."fill-range-4.0.0" // {
8130 dependencies = [
8252 dependencies = [
8131 sources."extend-shallow-2.0.1"
8253 sources."extend-shallow-2.0.1"
@@ -8145,7 +8267,7 b' let'
8145 sources."flatten-1.0.3"
8267 sources."flatten-1.0.3"
8146 (sources."flush-write-stream-1.1.1" // {
8268 (sources."flush-write-stream-1.1.1" // {
8147 dependencies = [
8269 dependencies = [
8148 sources."readable-stream-2.3.6"
8270 sources."readable-stream-2.3.7"
8149 sources."safe-buffer-5.1.2"
8271 sources."safe-buffer-5.1.2"
8150 sources."string_decoder-1.1.1"
8272 sources."string_decoder-1.1.1"
8151 ];
8273 ];
@@ -8157,7 +8279,7 b' let'
8157 sources."fragment-cache-0.2.1"
8279 sources."fragment-cache-0.2.1"
8158 (sources."from2-2.3.0" // {
8280 (sources."from2-2.3.0" // {
8159 dependencies = [
8281 dependencies = [
8160 sources."readable-stream-2.3.6"
8282 sources."readable-stream-2.3.7"
8161 sources."safe-buffer-5.1.2"
8283 sources."safe-buffer-5.1.2"
8162 sources."string_decoder-1.1.1"
8284 sources."string_decoder-1.1.1"
8163 ];
8285 ];
@@ -8168,7 +8290,7 b' let'
8168 ];
8290 ];
8169 })
8291 })
8170 sources."fs.realpath-1.0.0"
8292 sources."fs.realpath-1.0.0"
8171 sources."fsevents-1.2.9"
8293 sources."fsevents-1.2.12"
8172 sources."function-bind-1.1.1"
8294 sources."function-bind-1.1.1"
8173 sources."gaze-0.5.2"
8295 sources."gaze-0.5.2"
8174 sources."get-caller-file-1.0.3"
8296 sources."get-caller-file-1.0.3"
@@ -8200,7 +8322,7 b' let'
8200 sources."globals-9.18.0"
8322 sources."globals-9.18.0"
8201 (sources."globby-7.1.1" // {
8323 (sources."globby-7.1.1" // {
8202 dependencies = [
8324 dependencies = [
8203 sources."glob-7.1.5"
8325 sources."glob-7.1.6"
8204 sources."minimatch-3.0.4"
8326 sources."minimatch-3.0.4"
8205 ];
8327 ];
8206 })
8328 })
@@ -8214,7 +8336,7 b' let'
8214 sources."grunt-0.4.5"
8336 sources."grunt-0.4.5"
8215 (sources."grunt-cli-1.3.2" // {
8337 (sources."grunt-cli-1.3.2" // {
8216 dependencies = [
8338 dependencies = [
8217 sources."nopt-4.0.1"
8339 sources."nopt-4.0.3"
8218 ];
8340 ];
8219 })
8341 })
8220 (sources."grunt-contrib-concat-0.5.1" // {
8342 (sources."grunt-contrib-concat-0.5.1" // {
@@ -8289,7 +8411,7 b' let'
8289 sources."has-1.0.3"
8411 sources."has-1.0.3"
8290 sources."has-ansi-0.1.0"
8412 sources."has-ansi-0.1.0"
8291 sources."has-flag-3.0.0"
8413 sources."has-flag-3.0.0"
8292 sources."has-symbols-1.0.0"
8414 sources."has-symbols-1.0.1"
8293 sources."has-value-1.0.0"
8415 sources."has-value-1.0.0"
8294 (sources."has-values-1.0.0" // {
8416 (sources."has-values-1.0.0" // {
8295 dependencies = [
8417 dependencies = [
@@ -8321,6 +8443,7 b' let'
8321 (sources."html-webpack-plugin-3.2.0" // {
8443 (sources."html-webpack-plugin-3.2.0" // {
8322 dependencies = [
8444 dependencies = [
8323 sources."big.js-3.2.0"
8445 sources."big.js-3.2.0"
8446 sources."emojis-list-2.1.0"
8324 sources."json5-0.5.1"
8447 sources."json5-0.5.1"
8325 sources."loader-utils-0.2.17"
8448 sources."loader-utils-0.2.17"
8326 sources."lodash-4.17.15"
8449 sources."lodash-4.17.15"
@@ -8348,7 +8471,7 b' let'
8348 dependencies = [
8471 dependencies = [
8349 sources."find-up-3.0.0"
8472 sources."find-up-3.0.0"
8350 sources."locate-path-3.0.0"
8473 sources."locate-path-3.0.0"
8351 sources."p-limit-2.2.1"
8474 sources."p-limit-2.3.0"
8352 sources."p-locate-3.0.0"
8475 sources."p-locate-3.0.0"
8353 sources."p-try-2.2.0"
8476 sources."p-try-2.2.0"
8354 sources."pkg-dir-3.0.0"
8477 sources."pkg-dir-3.0.0"
@@ -8368,13 +8491,13 b' let'
8368 sources."is-accessor-descriptor-1.0.0"
8491 sources."is-accessor-descriptor-1.0.0"
8369 sources."is-binary-path-1.0.1"
8492 sources."is-binary-path-1.0.1"
8370 sources."is-buffer-1.1.6"
8493 sources."is-buffer-1.1.6"
8371 sources."is-callable-1.1.4"
8494 sources."is-callable-1.1.5"
8372 sources."is-data-descriptor-1.0.0"
8495 sources."is-data-descriptor-1.0.0"
8373 sources."is-date-object-1.0.1"
8496 sources."is-date-object-1.0.2"
8374 sources."is-descriptor-1.0.2"
8497 sources."is-descriptor-1.0.2"
8375 sources."is-extendable-0.1.1"
8498 sources."is-extendable-0.1.1"
8376 sources."is-extglob-2.1.1"
8499 sources."is-extglob-2.1.1"
8377 sources."is-finite-1.0.2"
8500 sources."is-finite-1.1.0"
8378 sources."is-fullwidth-code-point-1.0.0"
8501 sources."is-fullwidth-code-point-1.0.0"
8379 sources."is-glob-3.1.0"
8502 sources."is-glob-3.1.0"
8380 (sources."is-number-3.0.0" // {
8503 (sources."is-number-3.0.0" // {
@@ -8384,11 +8507,11 b' let'
8384 })
8507 })
8385 sources."is-plain-obj-1.1.0"
8508 sources."is-plain-obj-1.1.0"
8386 sources."is-plain-object-2.0.4"
8509 sources."is-plain-object-2.0.4"
8387 sources."is-regex-1.0.4"
8510 sources."is-regex-1.0.5"
8388 sources."is-relative-1.0.0"
8511 sources."is-relative-1.0.0"
8389 sources."is-stream-1.1.0"
8512 sources."is-stream-1.1.0"
8390 sources."is-svg-2.1.0"
8513 sources."is-svg-2.1.0"
8391 sources."is-symbol-1.0.2"
8514 sources."is-symbol-1.0.3"
8392 sources."is-typedarray-1.0.0"
8515 sources."is-typedarray-1.0.0"
8393 sources."is-unc-path-1.0.0"
8516 sources."is-unc-path-1.0.0"
8394 sources."is-windows-1.0.2"
8517 sources."is-windows-1.0.2"
@@ -8397,12 +8520,12 b' let'
8397 sources."isobject-3.0.1"
8520 sources."isobject-3.0.1"
8398 sources."isstream-0.1.2"
8521 sources."isstream-0.1.2"
8399 sources."jquery-1.11.3"
8522 sources."jquery-1.11.3"
8400 sources."js-base64-2.5.1"
8523 sources."js-base64-2.5.2"
8401 sources."js-tokens-3.0.2"
8524 sources."js-tokens-3.0.2"
8402 sources."js-yaml-2.0.5"
8525 sources."js-yaml-2.0.5"
8403 sources."jsbn-0.1.1"
8526 sources."jsbn-0.1.1"
8404 sources."jsesc-1.3.0"
8527 sources."jsesc-1.3.0"
8405 (sources."jshint-2.10.2" // {
8528 (sources."jshint-2.11.0" // {
8406 dependencies = [
8529 dependencies = [
8407 sources."lodash-4.17.15"
8530 sources."lodash-4.17.15"
8408 sources."minimatch-3.0.4"
8531 sources."minimatch-3.0.4"
@@ -8420,7 +8543,7 b' let'
8420 sources."assert-plus-1.0.0"
8543 sources."assert-plus-1.0.0"
8421 ];
8544 ];
8422 })
8545 })
8423 sources."kind-of-6.0.2"
8546 sources."kind-of-6.0.3"
8424 sources."lazy-cache-1.0.4"
8547 sources."lazy-cache-1.0.4"
8425 sources."lcid-2.0.0"
8548 sources."lcid-2.0.0"
8426 (sources."less-2.7.3" // {
8549 (sources."less-2.7.3" // {
@@ -8434,7 +8557,7 b' let'
8434 ];
8557 ];
8435 })
8558 })
8436 sources."loader-runner-2.4.0"
8559 sources."loader-runner-2.4.0"
8437 sources."loader-utils-1.2.3"
8560 sources."loader-utils-1.4.0"
8438 sources."locate-path-2.0.0"
8561 sources."locate-path-2.0.0"
8439 sources."lodash-0.9.2"
8562 sources."lodash-0.9.2"
8440 sources."lodash.camelcase-4.3.0"
8563 sources."lodash.camelcase-4.3.0"
@@ -8451,7 +8574,7 b' let'
8451 sources."map-cache-0.2.2"
8574 sources."map-cache-0.2.2"
8452 sources."map-visit-1.0.0"
8575 sources."map-visit-1.0.0"
8453 sources."mark.js-8.11.1"
8576 sources."mark.js-8.11.1"
8454 sources."math-expression-evaluator-1.2.17"
8577 sources."math-expression-evaluator-1.2.22"
8455 (sources."maxmin-2.1.0" // {
8578 (sources."maxmin-2.1.0" // {
8456 dependencies = [
8579 dependencies = [
8457 sources."ansi-regex-2.1.1"
8580 sources."ansi-regex-2.1.1"
@@ -8466,7 +8589,7 b' let'
8466 sources."mem-4.3.0"
8589 sources."mem-4.3.0"
8467 (sources."memory-fs-0.4.1" // {
8590 (sources."memory-fs-0.4.1" // {
8468 dependencies = [
8591 dependencies = [
8469 sources."readable-stream-2.3.6"
8592 sources."readable-stream-2.3.7"
8470 sources."safe-buffer-5.1.2"
8593 sources."safe-buffer-5.1.2"
8471 sources."string_decoder-1.1.1"
8594 sources."string_decoder-1.1.1"
8472 ];
8595 ];
@@ -8474,29 +8597,25 b' let'
8474 sources."micromatch-3.1.10"
8597 sources."micromatch-3.1.10"
8475 sources."miller-rabin-4.0.1"
8598 sources."miller-rabin-4.0.1"
8476 sources."mime-1.6.0"
8599 sources."mime-1.6.0"
8477 sources."mime-db-1.40.0"
8600 sources."mime-db-1.43.0"
8478 sources."mime-types-2.1.24"
8601 sources."mime-types-2.1.26"
8479 sources."mimic-fn-2.1.0"
8602 sources."mimic-fn-2.1.0"
8480 sources."minimalistic-assert-1.0.1"
8603 sources."minimalistic-assert-1.0.1"
8481 sources."minimalistic-crypto-utils-1.0.1"
8604 sources."minimalistic-crypto-utils-1.0.1"
8482 sources."minimatch-0.2.14"
8605 sources."minimatch-0.2.14"
8483 sources."minimist-1.2.0"
8606 sources."minimist-1.2.5"
8484 sources."mississippi-2.0.0"
8607 sources."mississippi-2.0.0"
8485 (sources."mixin-deep-1.3.2" // {
8608 (sources."mixin-deep-1.3.2" // {
8486 dependencies = [
8609 dependencies = [
8487 sources."is-extendable-1.0.1"
8610 sources."is-extendable-1.0.1"
8488 ];
8611 ];
8489 })
8612 })
8490 (sources."mkdirp-0.5.1" // {
8613 sources."mkdirp-0.5.5"
8491 dependencies = [
8492 sources."minimist-0.0.8"
8493 ];
8494 })
8495 sources."moment-2.24.0"
8614 sources."moment-2.24.0"
8496 sources."mousetrap-1.6.3"
8615 sources."mousetrap-1.6.5"
8497 (sources."move-concurrently-1.0.1" // {
8616 (sources."move-concurrently-1.0.1" // {
8498 dependencies = [
8617 dependencies = [
8499 sources."glob-7.1.5"
8618 sources."glob-7.1.6"
8500 sources."minimatch-3.0.4"
8619 sources."minimatch-3.0.4"
8501 sources."rimraf-2.7.1"
8620 sources."rimraf-2.7.1"
8502 ];
8621 ];
@@ -8509,7 +8628,7 b' let'
8509 sources."no-case-2.3.2"
8628 sources."no-case-2.3.2"
8510 (sources."node-libs-browser-2.2.1" // {
8629 (sources."node-libs-browser-2.2.1" // {
8511 dependencies = [
8630 dependencies = [
8512 (sources."readable-stream-2.3.6" // {
8631 (sources."readable-stream-2.3.7" // {
8513 dependencies = [
8632 dependencies = [
8514 sources."string_decoder-1.1.1"
8633 sources."string_decoder-1.1.1"
8515 ];
8634 ];
@@ -8550,11 +8669,12 b' let'
8550 sources."kind-of-3.2.2"
8669 sources."kind-of-3.2.2"
8551 ];
8670 ];
8552 })
8671 })
8553 sources."object-inspect-1.6.0"
8672 sources."object-inspect-1.7.0"
8554 sources."object-keys-1.1.1"
8673 sources."object-keys-1.1.1"
8555 sources."object-visit-1.0.1"
8674 sources."object-visit-1.0.1"
8675 sources."object.assign-4.1.0"
8556 sources."object.defaults-1.1.0"
8676 sources."object.defaults-1.1.0"
8557 sources."object.getownpropertydescriptors-2.0.3"
8677 sources."object.getownpropertydescriptors-2.1.0"
8558 sources."object.map-1.0.1"
8678 sources."object.map-1.0.1"
8559 sources."object.pick-1.3.0"
8679 sources."object.pick-1.3.0"
8560 sources."once-1.4.0"
8680 sources."once-1.4.0"
@@ -8569,10 +8689,10 b' let'
8569 sources."p-limit-1.3.0"
8689 sources."p-limit-1.3.0"
8570 sources."p-locate-2.0.0"
8690 sources."p-locate-2.0.0"
8571 sources."p-try-1.0.0"
8691 sources."p-try-1.0.0"
8572 sources."pako-1.0.10"
8692 sources."pako-1.0.11"
8573 (sources."parallel-transform-1.2.0" // {
8693 (sources."parallel-transform-1.2.0" // {
8574 dependencies = [
8694 dependencies = [
8575 sources."readable-stream-2.3.6"
8695 sources."readable-stream-2.3.7"
8576 sources."safe-buffer-5.1.2"
8696 sources."safe-buffer-5.1.2"
8577 sources."string_decoder-1.1.1"
8697 sources."string_decoder-1.1.1"
8578 ];
8698 ];
@@ -8729,7 +8849,7 b' let'
8729 (sources."readdirp-2.2.1" // {
8849 (sources."readdirp-2.2.1" // {
8730 dependencies = [
8850 dependencies = [
8731 sources."graceful-fs-4.2.3"
8851 sources."graceful-fs-4.2.3"
8732 sources."readable-stream-2.3.6"
8852 sources."readable-stream-2.3.7"
8733 sources."safe-buffer-5.1.2"
8853 sources."safe-buffer-5.1.2"
8734 sources."string_decoder-1.1.1"
8854 sources."string_decoder-1.1.1"
8735 ];
8855 ];
@@ -8747,6 +8867,7 b' let'
8747 })
8867 })
8748 sources."reduce-function-call-1.0.3"
8868 sources."reduce-function-call-1.0.3"
8749 sources."regenerate-1.4.0"
8869 sources."regenerate-1.4.0"
8870 sources."regenerate-unicode-properties-8.2.0"
8750 sources."regenerator-runtime-0.11.1"
8871 sources."regenerator-runtime-0.11.1"
8751 sources."regenerator-transform-0.10.1"
8872 sources."regenerator-transform-0.10.1"
8752 sources."regex-not-1.0.2"
8873 sources."regex-not-1.0.2"
@@ -8771,7 +8892,7 b' let'
8771 sources."request-2.81.0"
8892 sources."request-2.81.0"
8772 sources."require-directory-2.1.1"
8893 sources."require-directory-2.1.1"
8773 sources."require-main-filename-1.0.1"
8894 sources."require-main-filename-1.0.1"
8774 sources."resolve-1.12.0"
8895 sources."resolve-1.16.0"
8775 sources."resolve-cwd-2.0.0"
8896 sources."resolve-cwd-2.0.0"
8776 sources."resolve-dir-1.0.1"
8897 sources."resolve-dir-1.0.1"
8777 sources."resolve-from-3.0.0"
8898 sources."resolve-from-3.0.0"
@@ -8787,7 +8908,7 b' let'
8787 sources."sax-1.2.4"
8908 sources."sax-1.2.4"
8788 (sources."schema-utils-0.4.7" // {
8909 (sources."schema-utils-0.4.7" // {
8789 dependencies = [
8910 dependencies = [
8790 sources."ajv-6.10.2"
8911 sources."ajv-6.12.0"
8791 ];
8912 ];
8792 })
8913 })
8793 sources."select-1.1.2"
8914 sources."select-1.1.2"
@@ -8805,7 +8926,7 b' let'
8805 sources."shebang-regex-1.0.0"
8926 sources."shebang-regex-1.0.0"
8806 sources."shelljs-0.3.0"
8927 sources."shelljs-0.3.0"
8807 sources."sigmund-1.0.1"
8928 sources."sigmund-1.0.1"
8808 sources."signal-exit-3.0.2"
8929 sources."signal-exit-3.0.3"
8809 sources."slash-1.0.0"
8930 sources."slash-1.0.0"
8810 (sources."snapdragon-0.8.2" // {
8931 (sources."snapdragon-0.8.2" // {
8811 dependencies = [
8932 dependencies = [
@@ -8839,7 +8960,7 b' let'
8839 sources."sort-keys-1.1.2"
8960 sources."sort-keys-1.1.2"
8840 sources."source-list-map-2.0.1"
8961 sources."source-list-map-2.0.1"
8841 sources."source-map-0.5.7"
8962 sources."source-map-0.5.7"
8842 sources."source-map-resolve-0.5.2"
8963 sources."source-map-resolve-0.5.3"
8843 sources."source-map-support-0.4.18"
8964 sources."source-map-support-0.4.18"
8844 sources."source-map-url-0.4.0"
8965 sources."source-map-url-0.4.0"
8845 sources."split-string-3.1.0"
8966 sources."split-string-3.1.0"
@@ -8870,7 +8991,7 b' let'
8870 sources."sticky-sidebar-3.3.1"
8991 sources."sticky-sidebar-3.3.1"
8871 (sources."stream-browserify-2.0.2" // {
8992 (sources."stream-browserify-2.0.2" // {
8872 dependencies = [
8993 dependencies = [
8873 sources."readable-stream-2.3.6"
8994 sources."readable-stream-2.3.7"
8874 sources."safe-buffer-5.1.2"
8995 sources."safe-buffer-5.1.2"
8875 sources."string_decoder-1.1.1"
8996 sources."string_decoder-1.1.1"
8876 ];
8997 ];
@@ -8878,12 +8999,12 b' let'
8878 sources."stream-each-1.2.3"
8999 sources."stream-each-1.2.3"
8879 (sources."stream-http-2.8.3" // {
9000 (sources."stream-http-2.8.3" // {
8880 dependencies = [
9001 dependencies = [
8881 sources."readable-stream-2.3.6"
9002 sources."readable-stream-2.3.7"
8882 sources."safe-buffer-5.1.2"
9003 sources."safe-buffer-5.1.2"
8883 sources."string_decoder-1.1.1"
9004 sources."string_decoder-1.1.1"
8884 ];
9005 ];
8885 })
9006 })
8886 sources."stream-shift-1.0.0"
9007 sources."stream-shift-1.0.1"
8887 sources."strict-uri-encode-1.1.0"
9008 sources."strict-uri-encode-1.1.0"
8888 (sources."string-width-2.1.1" // {
9009 (sources."string-width-2.1.1" // {
8889 dependencies = [
9010 dependencies = [
@@ -8892,8 +9013,10 b' let'
8892 sources."strip-ansi-4.0.0"
9013 sources."strip-ansi-4.0.0"
8893 ];
9014 ];
8894 })
9015 })
8895 sources."string.prototype.trimleft-2.1.0"
9016 sources."string.prototype.trimend-1.0.1"
8896 sources."string.prototype.trimright-2.1.0"
9017 sources."string.prototype.trimleft-2.1.2"
9018 sources."string.prototype.trimright-2.1.2"
9019 sources."string.prototype.trimstart-1.0.1"
8897 sources."string_decoder-0.10.31"
9020 sources."string_decoder-0.10.31"
8898 sources."stringstream-0.0.6"
9021 sources."stringstream-0.0.6"
8899 sources."strip-ansi-0.3.0"
9022 sources."strip-ansi-0.3.0"
@@ -8909,11 +9032,12 b' let'
8909 sources."js-yaml-3.7.0"
9032 sources."js-yaml-3.7.0"
8910 ];
9033 ];
8911 })
9034 })
9035 sources."sweetalert2-9.10.12"
8912 sources."tapable-1.1.3"
9036 sources."tapable-1.1.3"
8913 sources."through-2.3.8"
9037 sources."through-2.3.8"
8914 (sources."through2-2.0.5" // {
9038 (sources."through2-2.0.5" // {
8915 dependencies = [
9039 dependencies = [
8916 sources."readable-stream-2.3.6"
9040 sources."readable-stream-2.3.7"
8917 sources."safe-buffer-5.1.2"
9041 sources."safe-buffer-5.1.2"
8918 sources."string_decoder-1.1.1"
9042 sources."string_decoder-1.1.1"
8919 ];
9043 ];
@@ -8942,6 +9066,7 b' let'
8942 dependencies = [
9066 dependencies = [
8943 sources."big.js-3.2.0"
9067 sources."big.js-3.2.0"
8944 sources."colors-1.4.0"
9068 sources."colors-1.4.0"
9069 sources."emojis-list-2.1.0"
8945 sources."enhanced-resolve-3.4.1"
9070 sources."enhanced-resolve-3.4.1"
8946 sources."graceful-fs-4.2.3"
9071 sources."graceful-fs-4.2.3"
8947 sources."json5-0.5.1"
9072 sources."json5-0.5.1"
@@ -8949,7 +9074,7 b' let'
8949 sources."tapable-0.2.9"
9074 sources."tapable-0.2.9"
8950 ];
9075 ];
8951 })
9076 })
8952 sources."tslib-1.10.0"
9077 sources."tslib-1.11.1"
8953 sources."tty-browserify-0.0.0"
9078 sources."tty-browserify-0.0.0"
8954 sources."tunnel-agent-0.6.0"
9079 sources."tunnel-agent-0.6.0"
8955 sources."tweetnacl-0.14.5"
9080 sources."tweetnacl-0.14.5"
@@ -8960,11 +9085,7 b' let'
8960 sources."source-map-0.6.1"
9085 sources."source-map-0.6.1"
8961 ];
9086 ];
8962 })
9087 })
8963 (sources."uglify-js-3.6.7" // {
9088 sources."uglify-js-3.9.1"
8964 dependencies = [
8965 sources."source-map-0.6.1"
8966 ];
8967 })
8968 sources."uglify-to-browserify-1.0.2"
9089 sources."uglify-to-browserify-1.0.2"
8969 (sources."uglifyjs-webpack-plugin-1.3.0" // {
9090 (sources."uglifyjs-webpack-plugin-1.3.0" // {
8970 dependencies = [
9091 dependencies = [
@@ -8974,6 +9095,10 b' let'
8974 sources."unc-path-regex-0.1.2"
9095 sources."unc-path-regex-0.1.2"
8975 sources."underscore-1.7.0"
9096 sources."underscore-1.7.0"
8976 sources."underscore.string-2.2.1"
9097 sources."underscore.string-2.2.1"
9098 sources."unicode-canonical-property-names-ecmascript-1.0.4"
9099 sources."unicode-match-property-ecmascript-1.0.4"
9100 sources."unicode-match-property-value-ecmascript-1.2.0"
9101 sources."unicode-property-aliases-ecmascript-1.1.0"
8977 sources."union-value-1.0.1"
9102 sources."union-value-1.0.1"
8978 sources."uniq-1.0.1"
9103 sources."uniq-1.0.1"
8979 sources."uniqs-2.0.0"
9104 sources."uniqs-2.0.0"
@@ -9012,17 +9137,17 b' let'
9012 sources."util-deprecate-1.0.2"
9137 sources."util-deprecate-1.0.2"
9013 sources."util.promisify-1.0.0"
9138 sources."util.promisify-1.0.0"
9014 sources."utila-0.4.0"
9139 sources."utila-0.4.0"
9015 sources."uuid-3.3.3"
9140 sources."uuid-3.4.0"
9016 sources."v8-compile-cache-2.1.0"
9141 sources."v8-compile-cache-2.1.0"
9017 sources."v8flags-3.1.3"
9142 sources."v8flags-3.1.3"
9018 sources."vendors-1.0.3"
9143 sources."vendors-1.0.4"
9019 (sources."verror-1.10.0" // {
9144 (sources."verror-1.10.0" // {
9020 dependencies = [
9145 dependencies = [
9021 sources."assert-plus-1.0.0"
9146 sources."assert-plus-1.0.0"
9022 ];
9147 ];
9023 })
9148 })
9024 sources."vm-browserify-1.1.0"
9149 sources."vm-browserify-1.1.2"
9025 (sources."watchpack-1.6.0" // {
9150 (sources."watchpack-1.6.1" // {
9026 dependencies = [
9151 dependencies = [
9027 sources."graceful-fs-4.2.3"
9152 sources."graceful-fs-4.2.3"
9028 ];
9153 ];
@@ -9030,7 +9155,7 b' let'
9030 sources."waypoints-4.0.1"
9155 sources."waypoints-4.0.1"
9031 (sources."webpack-4.23.1" // {
9156 (sources."webpack-4.23.1" // {
9032 dependencies = [
9157 dependencies = [
9033 sources."ajv-6.10.2"
9158 sources."ajv-6.12.0"
9034 ];
9159 ];
9035 })
9160 })
9036 (sources."webpack-cli-3.1.2" // {
9161 (sources."webpack-cli-3.1.2" // {
@@ -9086,7 +9211,7 b' let'
9086 dependencies = [
9211 dependencies = [
9087 sources."find-up-3.0.0"
9212 sources."find-up-3.0.0"
9088 sources."locate-path-3.0.0"
9213 sources."locate-path-3.0.0"
9089 sources."p-limit-2.2.1"
9214 sources."p-limit-2.3.0"
9090 sources."p-locate-3.0.0"
9215 sources."p-locate-3.0.0"
9091 sources."p-try-2.2.0"
9216 sources."p-try-2.2.0"
9092 ];
9217 ];
@@ -27,6 +27,8 b''
27 @import 'panels';
27 @import 'panels';
28 @import 'deform';
28 @import 'deform';
29 @import 'tooltips';
29 @import 'tooltips';
30 @import 'sweetalert2';
31
30
32
31 //--- BASE ------------------//
33 //--- BASE ------------------//
32 .noscript-error {
34 .noscript-error {
@@ -36,37 +36,88 b' var toQueryString = function(o) {'
36 /**
36 /**
37 * ajax call wrappers
37 * ajax call wrappers
38 */
38 */
39 var ajaxGET = function(url, success, failure) {
39
40 var sUrl = url;
40 var ajaxGET = function (url, success, failure) {
41 var request = $.ajax({url: sUrl, headers: {'X-PARTIAL-XHR': true}})
41 var sUrl = url;
42 .done(function(data){
42 var request = $.ajax({
43 success(data);
43 url: sUrl,
44 })
44 headers: {'X-PARTIAL-XHR': true}
45 .fail(function(data, textStatus, xhr) {
45 })
46 if (failure) {
46 .done(function (data) {
47 failure(data, textStatus, xhr);
47 success(data);
48 } else {
48 })
49 alert("Error processing request. \n" +
49 .fail(function (jqXHR, textStatus, errorThrown) {
50 "Error code {0} ({1}).".format(data.status, data.statusText));
50 if (failure) {
51 }
51 failure(jqXHR, textStatus, errorThrown);
52 });
52 } else {
53 return request;
53 var message = formatErrorMessage(jqXHR, textStatus, errorThrown);
54 ajaxErrorSwal(message);
55 }
56 });
57 return request;
58 };
59
60 var ajaxPOST = function (url, postData, success, failure) {
61 var sUrl = url;
62 var postData = toQueryString(postData);
63 var request = $.ajax({
64 type: 'POST',
65 url: sUrl,
66 data: postData,
67 headers: {'X-PARTIAL-XHR': true}
68 })
69 .done(function (data) {
70 success(data);
71 })
72 .fail(function (jqXHR, textStatus, errorThrown) {
73 if (failure) {
74 failure(jqXHR, textStatus, errorThrown);
75 } else {
76 var message = formatErrorMessage(jqXHR, textStatus, errorThrown);
77 ajaxErrorSwal(message);
78 }
79 });
80 return request;
54 };
81 };
55 var ajaxPOST = function(url, postData, success, failure) {
82
56 var sUrl = url;
83 function formatErrorMessage(jqXHR, textStatus, errorThrown, prefix) {
57 var postData = toQueryString(postData);
84 if(typeof prefix === "undefined") {
58 var request = $.ajax({type: 'POST', data: postData, url: sUrl,
85 prefix = ''
59 headers: {'X-PARTIAL-XHR': true}})
86 }
60 .done(function(data){
87
61 success(data);
88 if (jqXHR.status === 0) {
62 })
89 return (prefix + 'Not connected.\nPlease verify your network connection.');
63 .fail(function(data, textStatus, xhr){
90 } else if (jqXHR.status == 401) {
64 if (failure) {
91 return (prefix + 'Unauthorized access. [401]');
65 failure(data, textStatus, xhr);
92 } else if (jqXHR.status == 404) {
93 return (prefix + 'The requested page not found. [404]');
94 } else if (jqXHR.status == 500) {
95 return (prefix + 'Internal Server Error [500].');
96 } else if (jqXHR.status == 503) {
97 return (prefix + 'Service unavailable [503].');
98 } else if (errorThrown === 'parsererror') {
99 return (prefix + 'Requested JSON parse failed.');
100 } else if (errorThrown === 'timeout') {
101 return (prefix + 'Time out error.');
102 } else if (errorThrown === 'abort') {
103 return (prefix + 'Ajax request aborted.');
66 } else {
104 } else {
67 alert("Error processing request. \n" +
105 return (prefix + 'Uncaught Error.\n' + jqXHR.responseText);
68 "Error code {0} ({1}).".format(data.status, data.statusText));
69 }
106 }
70 });
107 }
71 return request;
108
72 };
109 function ajaxErrorSwal(message) {
110 Swal.fire({
111 icon: 'error',
112 title: _gettext('Ajax Error'),
113 html: '<span style="white-space: pre-line">{0}</span>'.format(message),
114 showClass: {
115 popup: 'swal2-noanimation',
116 backdrop: 'swal2-noanimation'
117 },
118 hideClass: {
119 popup: '',
120 backdrop: ''
121 }
122 })
123 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now