Skip to content
Snippets Groups Projects
package-lock.json 742 KiB
Newer Older
Hermann's avatar
Hermann committed
{
  "name": "amiv-admintools",
  "version": "0.0.1",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/cli": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.5.5.tgz",
      "integrity": "sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w==",
      "dev": true,
      "requires": {
        "chokidar": "^2.0.4",
        "commander": "^2.8.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
        "mkdirp": "^0.5.1",
        "output-file-sync": "^2.0.0",
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "anymatch": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
          "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
          "dev": true,
          "optional": true,
          "requires": {
            "micromatch": "^3.1.4",
            "normalize-path": "^2.1.1"
          },
          "dependencies": {
            "normalize-path": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
              "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
              "dev": true,
              "optional": true,
              "requires": {
                "remove-trailing-separator": "^1.0.1"
              }
            }
          }
        },
        "chokidar": {
          "version": "2.1.8",
          "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
          "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
          "dev": true,
          "optional": true,
          "requires": {
            "anymatch": "^2.0.0",
            "async-each": "^1.0.1",
            "braces": "^2.3.2",
            "fsevents": "^1.2.7",
            "glob-parent": "^3.1.0",
            "inherits": "^2.0.3",
            "is-binary-path": "^1.0.0",
            "is-glob": "^4.0.0",
            "normalize-path": "^3.0.0",
            "path-is-absolute": "^1.0.0",
            "readdirp": "^2.2.1",
            "upath": "^1.1.1"
          }
        },
        "output-file-sync": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-2.0.1.tgz",
          "integrity": "sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==",
          "dev": true,
          "requires": {
            "graceful-fs": "^4.1.11",
            "is-plain-obj": "^1.1.0",
            "mkdirp": "^0.5.1"
          }
        },
        "slash": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
          "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
          "dev": true
        }
      }
    },
    "@babel/code-frame": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
      "dev": true,
      "requires": {
        "@babel/highlight": "^7.0.0"
      }
    },
    "@babel/core": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.5.tgz",
      "integrity": "sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.5.5",
        "@babel/generator": "^7.5.5",
        "@babel/helpers": "^7.5.5",
        "@babel/parser": "^7.5.5",
        "@babel/template": "^7.4.4",
        "@babel/traverse": "^7.5.5",
        "@babel/types": "^7.5.5",
        "convert-source-map": "^1.1.0",
        "debug": "^4.1.0",
        "json5": "^2.1.0",
        "lodash": "^4.17.13",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
        }
      }
    },
    "@babel/generator": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
      "integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.5.5",
        "jsesc": "^2.5.1",
        "lodash": "^4.17.13",
        "source-map": "^0.5.0",
        "trim-right": "^1.0.1"
      },
      "dependencies": {
        "jsesc": {
          "version": "2.5.2",
          "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
          "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
          "dev": true
        }
      }
    },
    "@babel/helper-annotate-as-pure": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
      "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
      "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
      "dev": true,
      "requires": {
        "@babel/helper-explode-assignable-expression": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-call-delegate": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
      "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==",
      "dev": true,
      "requires": {
        "@babel/helper-hoist-variables": "^7.4.4",
        "@babel/traverse": "^7.4.4",
        "@babel/types": "^7.4.4"
      }
    },
    "@babel/helper-define-map": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz",
      "integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.1.0",
        "@babel/types": "^7.5.5",
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-explode-assignable-expression": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
Hermann's avatar
Hermann committed
201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015
      "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
      "dev": true,
      "requires": {
        "@babel/traverse": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-function-name": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
      "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
      "dev": true,
      "requires": {
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/template": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-get-function-arity": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
      "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-hoist-variables": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz",
      "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.4.4"
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
      "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.5.5"
      }
    },
    "@babel/helper-module-imports": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
      "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-module-transforms": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz",
      "integrity": "sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/helper-simple-access": "^7.1.0",
        "@babel/helper-split-export-declaration": "^7.4.4",
        "@babel/template": "^7.4.4",
        "@babel/types": "^7.5.5",
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
      "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-plugin-utils": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
      "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
      "dev": true
    },
    "@babel/helper-regex": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
      "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
      "dev": true,
      "requires": {
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-remap-async-to-generator": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
      "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.0.0",
        "@babel/helper-wrap-function": "^7.1.0",
        "@babel/template": "^7.1.0",
        "@babel/traverse": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-replace-supers": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz",
      "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==",
      "dev": true,
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.5.5",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/traverse": "^7.5.5",
        "@babel/types": "^7.5.5"
      }
    },
    "@babel/helper-simple-access": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
      "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
      "dev": true,
      "requires": {
        "@babel/template": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-split-export-declaration": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
      "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.4.4"
      }
    },
    "@babel/helper-wrap-function": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
      "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.1.0",
        "@babel/template": "^7.1.0",
        "@babel/traverse": "^7.1.0",
        "@babel/types": "^7.2.0"
      }
    },
    "@babel/helpers": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.5.tgz",
      "integrity": "sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==",
      "dev": true,
      "requires": {
        "@babel/template": "^7.4.4",
        "@babel/traverse": "^7.5.5",
        "@babel/types": "^7.5.5"
      }
    },
    "@babel/highlight": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
      "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
      "dev": true,
      "requires": {
        "chalk": "^2.0.0",
        "esutils": "^2.0.2",
        "js-tokens": "^4.0.0"
      }
    },
    "@babel/parser": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
      "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
      "dev": true
    },
    "@babel/plugin-proposal-async-generator-functions": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz",
      "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-remap-async-to-generator": "^7.1.0",
        "@babel/plugin-syntax-async-generators": "^7.2.0"
      }
    },
    "@babel/plugin-proposal-dynamic-import": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz",
      "integrity": "sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0"
      }
    },
    "@babel/plugin-proposal-json-strings": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz",
      "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-json-strings": "^7.2.0"
      }
    },
    "@babel/plugin-proposal-object-rest-spread": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz",
      "integrity": "sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
      }
    },
    "@babel/plugin-proposal-optional-catch-binding": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz",
      "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
      }
    },
    "@babel/plugin-proposal-unicode-property-regex": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz",
      "integrity": "sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.5.4"
      },
      "dependencies": {
        "regexpu-core": {
          "version": "4.5.5",
          "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.5.tgz",
          "integrity": "sha512-FpI67+ky9J+cDizQUJlIlNZFKual/lUkFr1AG6zOCpwZ9cLrg8UUVakyUQJD7fCDIe9Z2nwTQJNPyonatNmDFQ==",
          "dev": true,
          "requires": {
            "regenerate": "^1.4.0",
            "regenerate-unicode-properties": "^8.1.0",
            "regjsgen": "^0.5.0",
            "regjsparser": "^0.6.0",
            "unicode-match-property-ecmascript": "^1.0.4",
            "unicode-match-property-value-ecmascript": "^1.1.0"
          }
        }
      }
    },
    "@babel/plugin-syntax-async-generators": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz",
      "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-syntax-dynamic-import": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
      "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-syntax-json-strings": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz",
      "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-syntax-object-rest-spread": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
      "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz",
      "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-arrow-functions": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz",
      "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-async-to-generator": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz",
      "integrity": "sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-remap-async-to-generator": "^7.1.0"
      }
    },
    "@babel/plugin-transform-block-scoped-functions": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
      "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-block-scoping": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz",
      "integrity": "sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "lodash": "^4.17.13"
      }
    },
    "@babel/plugin-transform-classes": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz",
      "integrity": "sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.0.0",
        "@babel/helper-define-map": "^7.5.5",
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-replace-supers": "^7.5.5",
        "@babel/helper-split-export-declaration": "^7.4.4",
        "globals": "^11.1.0"
      },
      "dependencies": {
        "globals": {
          "version": "11.12.0",
          "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
          "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
          "dev": true
        }
      }
    },
    "@babel/plugin-transform-computed-properties": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
      "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-destructuring": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz",
      "integrity": "sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-dotall-regex": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz",
      "integrity": "sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.5.4"
      },
      "dependencies": {
        "regexpu-core": {
          "version": "4.5.5",
          "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.5.tgz",
          "integrity": "sha512-FpI67+ky9J+cDizQUJlIlNZFKual/lUkFr1AG6zOCpwZ9cLrg8UUVakyUQJD7fCDIe9Z2nwTQJNPyonatNmDFQ==",
          "dev": true,
          "requires": {
            "regenerate": "^1.4.0",
            "regenerate-unicode-properties": "^8.1.0",
            "regjsgen": "^0.5.0",
            "regjsparser": "^0.6.0",
            "unicode-match-property-ecmascript": "^1.0.4",
            "unicode-match-property-value-ecmascript": "^1.1.0"
          }
        }
      }
    },
    "@babel/plugin-transform-duplicate-keys": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz",
      "integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-exponentiation-operator": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz",
      "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==",
      "dev": true,
      "requires": {
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-for-of": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz",
      "integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-function-name": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz",
      "integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==",
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-literals": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz",
      "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-member-expression-literals": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz",
      "integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-modules-amd": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz",
      "integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.1.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "babel-plugin-dynamic-import-node": "^2.3.0"
      }
    },
    "@babel/plugin-transform-modules-commonjs": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz",
      "integrity": "sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.4.4",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-simple-access": "^7.1.0",
        "babel-plugin-dynamic-import-node": "^2.3.0"
      }
    },
    "@babel/plugin-transform-modules-systemjs": {
      "version": "7.5.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz",
      "integrity": "sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==",
      "dev": true,
      "requires": {
        "@babel/helper-hoist-variables": "^7.4.4",
        "@babel/helper-plugin-utils": "^7.0.0",
        "babel-plugin-dynamic-import-node": "^2.3.0"
      }
    },
    "@babel/plugin-transform-modules-umd": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz",
      "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==",
      "dev": true,
      "requires": {
        "@babel/helper-module-transforms": "^7.1.0",
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz",
      "integrity": "sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg==",
      "dev": true,
      "requires": {
        "regexp-tree": "^0.1.6"
      }
    },
    "@babel/plugin-transform-new-target": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz",
      "integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-object-super": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz",
      "integrity": "sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-replace-supers": "^7.5.5"
      }
    },
    "@babel/plugin-transform-parameters": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz",
      "integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==",
      "dev": true,
      "requires": {
        "@babel/helper-call-delegate": "^7.4.4",
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-property-literals": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz",
      "integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-regenerator": {
      "version": "7.4.5",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz",
      "integrity": "sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==",
      "dev": true,
      "requires": {
        "regenerator-transform": "^0.14.0"
      },
      "dependencies": {
        "regenerator-transform": {
          "version": "0.14.1",
          "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz",
          "integrity": "sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ==",
          "dev": true,
          "requires": {
            "private": "^0.1.6"
          }
        }
      }
    },
    "@babel/plugin-transform-reserved-words": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz",
      "integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-shorthand-properties": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz",
      "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-spread": {
      "version": "7.2.2",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz",
      "integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-sticky-regex": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz",
      "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.0.0"
      }
    },
    "@babel/plugin-transform-template-literals": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz",
      "integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-typeof-symbol": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz",
      "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
    },
    "@babel/plugin-transform-unicode-regex": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz",
      "integrity": "sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==",
      "dev": true,
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.5.4"
      },
      "dependencies": {
        "regexpu-core": {
          "version": "4.5.5",
          "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.5.tgz",
          "integrity": "sha512-FpI67+ky9J+cDizQUJlIlNZFKual/lUkFr1AG6zOCpwZ9cLrg8UUVakyUQJD7fCDIe9Z2nwTQJNPyonatNmDFQ==",
          "dev": true,
          "requires": {
            "regenerate": "^1.4.0",
            "regenerate-unicode-properties": "^8.1.0",
            "regjsgen": "^0.5.0",
            "regjsparser": "^0.6.0",
            "unicode-match-property-ecmascript": "^1.0.4",
            "unicode-match-property-value-ecmascript": "^1.1.0"
          }
        }
      }
    },
    "@babel/preset-env": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.5.5.tgz",
      "integrity": "sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==",
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
        "@babel/plugin-proposal-dynamic-import": "^7.5.0",
        "@babel/plugin-proposal-json-strings": "^7.2.0",
        "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
        "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
        "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
        "@babel/plugin-syntax-async-generators": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/plugin-syntax-json-strings": "^7.2.0",
        "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
        "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
        "@babel/plugin-transform-arrow-functions": "^7.2.0",
        "@babel/plugin-transform-async-to-generator": "^7.5.0",
        "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
        "@babel/plugin-transform-block-scoping": "^7.5.5",
        "@babel/plugin-transform-classes": "^7.5.5",
        "@babel/plugin-transform-computed-properties": "^7.2.0",
        "@babel/plugin-transform-destructuring": "^7.5.0",
        "@babel/plugin-transform-dotall-regex": "^7.4.4",
        "@babel/plugin-transform-duplicate-keys": "^7.5.0",
        "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
        "@babel/plugin-transform-for-of": "^7.4.4",
        "@babel/plugin-transform-function-name": "^7.4.4",
        "@babel/plugin-transform-literals": "^7.2.0",
        "@babel/plugin-transform-member-expression-literals": "^7.2.0",
        "@babel/plugin-transform-modules-amd": "^7.5.0",
        "@babel/plugin-transform-modules-commonjs": "^7.5.0",
        "@babel/plugin-transform-modules-systemjs": "^7.5.0",
        "@babel/plugin-transform-modules-umd": "^7.2.0",
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
        "@babel/plugin-transform-new-target": "^7.4.4",
        "@babel/plugin-transform-object-super": "^7.5.5",
        "@babel/plugin-transform-parameters": "^7.4.4",
        "@babel/plugin-transform-property-literals": "^7.2.0",
        "@babel/plugin-transform-regenerator": "^7.4.5",
        "@babel/plugin-transform-reserved-words": "^7.2.0",
        "@babel/plugin-transform-shorthand-properties": "^7.2.0",
        "@babel/plugin-transform-spread": "^7.2.0",
        "@babel/plugin-transform-sticky-regex": "^7.2.0",
        "@babel/plugin-transform-template-literals": "^7.4.4",
        "@babel/plugin-transform-typeof-symbol": "^7.2.0",
        "@babel/plugin-transform-unicode-regex": "^7.4.4",
        "@babel/types": "^7.5.5",
        "browserslist": "^4.6.0",
        "core-js-compat": "^3.1.1",
        "invariant": "^2.2.2",
        "js-levenshtein": "^1.1.3",
        "semver": "^5.5.0"
      },
      "dependencies": {
        "browserslist": {
          "version": "4.7.0",
          "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.0.tgz",
          "integrity": "sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==",
          "dev": true,
          "requires": {
            "caniuse-lite": "^1.0.30000989",
            "electron-to-chromium": "^1.3.247",
            "node-releases": "^1.1.29"
          }
        },
        "caniuse-lite": {
          "version": "1.0.30000989",
          "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz",
          "integrity": "sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==",
          "dev": true
        }
      }
    },
    "@babel/template": {
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
      "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.0.0",
        "@babel/parser": "^7.4.4",
        "@babel/types": "^7.4.4"
      }
    },
    "@babel/traverse": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
      "integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.5.5",
        "@babel/generator": "^7.5.5",
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-split-export-declaration": "^7.4.4",
        "@babel/parser": "^7.5.5",
        "@babel/types": "^7.5.5",
        "debug": "^4.1.0",
        "globals": "^11.1.0",
        "lodash": "^4.17.13"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "globals": {
          "version": "11.12.0",
          "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
          "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
          "dev": true
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
        }
      }
    },
    "@babel/types": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
      "integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
      "dev": true,
      "requires": {
        "esutils": "^2.0.2",
        "lodash": "^4.17.13",
        "to-fast-properties": "^2.0.0"
      },
      "dependencies": {
        "to-fast-properties": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
          "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
          "dev": true
        }
      }
    },
    "@material/animation": {
      "version": "0.25.0",
      "resolved": "https://registry.npmjs.org/@material/animation/-/animation-0.25.0.tgz",
      "integrity": "sha512-4RzlpMwJtMnQ3/rNf4zpG9qnoQcCkYiRs6U515MRQzv7qFl1eCZx3U3dGaUu7UVf3Hwx4RskUB/fBxGc0b61CQ=="
    },
    "@material/base": {
      "version": "0.29.0",
      "resolved": "https://registry.npmjs.org/@material/base/-/base-0.29.0.tgz",
      "integrity": "sha512-5jgaxI0x18JWb7orFPNm+on3Oe1o0RUgrh/xSpuJ4U4rEwMmC94rOMdacllaenmUuLq1DRPE7UeGOzfWfZf3bQ=="
    },
cwalter's avatar
cwalter committed
    "@material/dom": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/@material/dom/-/dom-3.1.0.tgz",
      "integrity": "sha512-RtBLSkrBjMfHwknaGBifAIC8cBWF9pXjz2IYqfI2braB6SfQI4vhdJviwyiA5BmA/psn3cKpBUZbHI0ym0O0SQ==",
      "requires": {
        "tslib": "^1.9.3"
      }
    },
Hermann's avatar
Hermann committed
    "@material/drawer": {
      "version": "0.30.0",
      "resolved": "https://registry.npmjs.org/@material/drawer/-/drawer-0.30.0.tgz",
      "integrity": "sha512-NZyp6jVd6cDucBPUl391cTuIkR5Vy5OdrdNQxvH+pTjvb7R2yQJKVv2a7PxuR1uKjGM1vRudFOdXpviwbplr9A==",
      "requires": {
        "@material/animation": "^0.25.0",
        "@material/base": "^0.29.0",
        "@material/elevation": "^0.28.0",
        "@material/rtl": "^0.30.0",
        "@material/theme": "^0.30.0",
        "@material/typography": "^0.28.0"
      }
    },
    "@material/elevation": {
      "version": "0.28.0",
      "resolved": "https://registry.npmjs.org/@material/elevation/-/elevation-0.28.0.tgz",
      "integrity": "sha512-U2utCuMDDhrJ8Cyisz16GAejN9h9xyS4jvVkt2uIOUyPZRjnaJyoAbpyf0mOzFxIdBuRpNGJYm2PoAwHsSA+xw==",
      "requires": {
        "@material/animation": "^0.25.0",
        "@material/theme": "^0.4.0"
      },
      "dependencies": {
        "@material/theme": {
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.4.0.tgz",
          "integrity": "sha1-Cu8aAnm2XBWZBYT7i47KCVxzRkE="
        }
      }
    },
cwalter's avatar
cwalter committed
    "@material/feature-targeting": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-3.1.0.tgz",
      "integrity": "sha512-aXAa1Pv6w32URacE9LfMsl9zI6hFwx1K0Lp3Xpyf4rAkmaAB6z0gOkhicOrVFc0f64YheJgHjE7hJFieVenQdw=="
    },
Hermann's avatar
Hermann committed
    "@material/floating-label": {
      "version": "0.35.0",
      "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-0.35.0.tgz",
      "integrity": "sha512-lnxBbziq5vvzS78XW99JI4Z10938CvZciiCtx2lFzeRODW3anZugcdwpAH8G2C60+BraAsdxXSzilcgE2ImHig==",
      "requires": {
        "@material/base": "^0.35.0",
        "@material/rtl": "^0.35.0",
        "@material/theme": "^0.35.0",
        "@material/typography": "^0.35.0"
      },
      "dependencies": {
        "@material/base": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-0.35.0.tgz",
          "integrity": "sha512-PYuluVzcH8hxtionVvpTSygTENlgyOHvJ5ka7JfbCRQfXlxjV8zKYwhh9u/1HqA6y1OonG1oGFCaBHopbdsNEQ=="
        },
        "@material/rtl": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-0.35.0.tgz",
          "integrity": "sha512-Cn5xpwgVuB37NUTAPS+TMZ+XLJaztp7oDrv5y73zu0ZjTnf9HPAsS16ovauf8HQqMaZyAj9B3tvZHL05g4y5pA=="
        },
        "@material/theme": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.35.0.tgz",
          "integrity": "sha512-jTjRDPKlWVCNnSs4RRe/eq9+F5lFBzxfbuI7klgCR6jTXRMB93jKKKO7k6chgo9l0oObhLh81ao6sq/eV0WFIw=="
        },
        "@material/typography": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/typography/-/typography-0.35.0.tgz",
          "integrity": "sha512-7uXybSQToQCgB19RT0Pq47NkXSSojpbccVAObw/7fmfNUTcr3elNc8iPS/f1slYDTDEdyqM7hCreLcfZQK8ATQ=="
        }
      }
    },
    "@material/line-ripple": {
      "version": "0.35.0",
      "resolved": "https://registry.npmjs.org/@material/line-ripple/-/line-ripple-0.35.0.tgz",
      "integrity": "sha512-0w0kLYo2dGBiR2kgHxybifO7z4UxIYbL55EKOqkg+rG0dC+NkzFoURhjwoll6910EOlS//5UNo1N/u3to3uNjg==",
      "requires": {
        "@material/animation": "^0.34.0",
        "@material/base": "^0.35.0",
        "@material/theme": "^0.35.0"
      },
      "dependencies": {
        "@material/animation": {
          "version": "0.34.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-0.34.0.tgz",
          "integrity": "sha512-HKWU+pHda+xSIV0lwrTMOb/N005NIAV7+tvEEjTiLrQx74eO6J9nIjfCpZ0W4D8Kb9K90lgHFo0ZRC6yDTjizQ=="
        },
        "@material/base": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-0.35.0.tgz",
          "integrity": "sha512-PYuluVzcH8hxtionVvpTSygTENlgyOHvJ5ka7JfbCRQfXlxjV8zKYwhh9u/1HqA6y1OonG1oGFCaBHopbdsNEQ=="
        },
        "@material/theme": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.35.0.tgz",
          "integrity": "sha512-jTjRDPKlWVCNnSs4RRe/eq9+F5lFBzxfbuI7klgCR6jTXRMB93jKKKO7k6chgo9l0oObhLh81ao6sq/eV0WFIw=="
        }
      }
    },
cwalter's avatar
cwalter committed
    "@material/list": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/@material/list/-/list-3.2.0.tgz",
      "integrity": "sha512-WtMbN7u4z3qbwU7w/I1DdU6ges5oqorQD5bBXJcS+/c/lMqVul/qchVbnqRUBpewSlX14t7B6HSiLSwptDZK1Q==",
      "requires": {
        "@material/base": "^3.1.0",
        "@material/dom": "^3.1.0",
        "@material/feature-targeting": "^3.1.0",
        "@material/ripple": "^3.2.0",
        "@material/rtl": "^3.2.0",
        "@material/shape": "^3.1.0",
        "@material/theme": "^3.1.0",
        "@material/typography": "^3.1.0",
        "tslib": "^1.9.3"
      },
      "dependencies": {
        "@material/animation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-3.1.0.tgz",
          "integrity": "sha512-ZfP95awrPBLhpaCTPNx+xKYPp2D88fzf5p5YNVp6diUAGRpq3g12Aq7qJfIHDXAFo5CtrYhgOKRqIKxUVcFisQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/base": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-3.1.0.tgz",
          "integrity": "sha512-pWEBHyPrMV3rdnjqWWH96h5t3MxQI6V1J9jOor+UBG7bXQtr6InTabTqhz5CLY7r+qZU8YvNh2OKIy8heP0cyQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/ripple": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-3.2.0.tgz",
          "integrity": "sha512-GtwkfNakALmfGLs6TpdFIVeAWjRqbyT7WfEw9aU7elUokABfHES+O0KoSKQSMQiSQ8Vjl90MONzNsN1Evi/1YQ==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/dom": "^3.1.0",
            "@material/feature-targeting": "^3.1.0",
            "@material/theme": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/rtl": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-3.2.0.tgz",
          "integrity": "sha512-L/w9m9Yx1ceOw/VjEfeJoqD4rW9QP3IBb9MamXAg3qUi/zsztoXD/FUw179pxkLn4huFFNlVYZ4Y1y6BpM0PMA=="
        },
        "@material/theme": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-3.1.0.tgz",
          "integrity": "sha512-N4JX+akOwg1faAvFvIEhDcwW4cZfUpwEn8lct6Vs3WczjLF6/KdIoLVaYh+eVl1bzfsoIuWvx56j0B1PjXZw9g==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        },
        "@material/typography": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/typography/-/typography-3.1.0.tgz",
          "integrity": "sha512-aSNBQvVxIH1kORSYdLGuSTivx6oJ1MSOSTUAsUwhXPQLQlvbdFeZaqUp7xgn+EvRsHGRFhWk5YGuiBds9+7zQg==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        }
      }
    },
    "@material/menu": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/@material/menu/-/menu-3.2.0.tgz",
      "integrity": "sha512-UGCSKp1WTAYN/LmPbZGA9uU9Cz6iF+zi32BhgJ7aeLOLW5L5KMvtE0VBO4LciznpK9paxnghww1kiN5W1k+CoA==",
      "requires": {
        "@material/base": "^3.1.0",
        "@material/dom": "^3.1.0",
        "@material/feature-targeting": "^3.1.0",
        "@material/list": "^3.2.0",
        "@material/menu-surface": "^3.2.0",
        "@material/ripple": "^3.2.0",
        "@material/rtl": "^3.2.0",
        "tslib": "^1.9.3"
      },
      "dependencies": {
        "@material/animation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-3.1.0.tgz",
          "integrity": "sha512-ZfP95awrPBLhpaCTPNx+xKYPp2D88fzf5p5YNVp6diUAGRpq3g12Aq7qJfIHDXAFo5CtrYhgOKRqIKxUVcFisQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/base": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-3.1.0.tgz",
          "integrity": "sha512-pWEBHyPrMV3rdnjqWWH96h5t3MxQI6V1J9jOor+UBG7bXQtr6InTabTqhz5CLY7r+qZU8YvNh2OKIy8heP0cyQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/ripple": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-3.2.0.tgz",
          "integrity": "sha512-GtwkfNakALmfGLs6TpdFIVeAWjRqbyT7WfEw9aU7elUokABfHES+O0KoSKQSMQiSQ8Vjl90MONzNsN1Evi/1YQ==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/dom": "^3.1.0",
            "@material/feature-targeting": "^3.1.0",
            "@material/theme": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/rtl": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-3.2.0.tgz",
          "integrity": "sha512-L/w9m9Yx1ceOw/VjEfeJoqD4rW9QP3IBb9MamXAg3qUi/zsztoXD/FUw179pxkLn4huFFNlVYZ4Y1y6BpM0PMA=="
        },
        "@material/theme": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-3.1.0.tgz",
          "integrity": "sha512-N4JX+akOwg1faAvFvIEhDcwW4cZfUpwEn8lct6Vs3WczjLF6/KdIoLVaYh+eVl1bzfsoIuWvx56j0B1PjXZw9g==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        }
      }
    },
    "@material/menu-surface": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/@material/menu-surface/-/menu-surface-3.2.0.tgz",
      "integrity": "sha512-/B8FB5CR3QVNJZIlJzepeVluxPnQ6V2EbalgIAtOF5GIn441bXRDaZ9fNsq2yV424v2nhnDjyEcRgzBoXdeLVg==",
      "requires": {
        "@material/animation": "^3.1.0",
        "@material/base": "^3.1.0",
        "@material/elevation": "^3.1.0",
        "@material/feature-targeting": "^3.1.0",
        "@material/rtl": "^3.2.0",
        "@material/shape": "^3.1.0",
        "@material/theme": "^3.1.0",
        "tslib": "^1.9.3"
      },
      "dependencies": {
        "@material/animation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-3.1.0.tgz",
          "integrity": "sha512-ZfP95awrPBLhpaCTPNx+xKYPp2D88fzf5p5YNVp6diUAGRpq3g12Aq7qJfIHDXAFo5CtrYhgOKRqIKxUVcFisQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/base": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-3.1.0.tgz",
          "integrity": "sha512-pWEBHyPrMV3rdnjqWWH96h5t3MxQI6V1J9jOor+UBG7bXQtr6InTabTqhz5CLY7r+qZU8YvNh2OKIy8heP0cyQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/elevation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/elevation/-/elevation-3.1.0.tgz",
          "integrity": "sha512-e45LqiG6LfbR1M52YkSLA7pQPeYJOuOVzLp27xy2072TnLuJexMxhEaG4O1novEIjsTtMjqfrfJ/koODU5vEew==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/feature-targeting": "^3.1.0",
            "@material/theme": "^3.1.0"
          }
        },
        "@material/rtl": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-3.2.0.tgz",
          "integrity": "sha512-L/w9m9Yx1ceOw/VjEfeJoqD4rW9QP3IBb9MamXAg3qUi/zsztoXD/FUw179pxkLn4huFFNlVYZ4Y1y6BpM0PMA=="
        },
        "@material/theme": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-3.1.0.tgz",
          "integrity": "sha512-N4JX+akOwg1faAvFvIEhDcwW4cZfUpwEn8lct6Vs3WczjLF6/KdIoLVaYh+eVl1bzfsoIuWvx56j0B1PjXZw9g==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        }
      }
    },
    "@material/notched-outline": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/@material/notched-outline/-/notched-outline-3.2.0.tgz",
      "integrity": "sha512-IFuxVoQqlOy/WSSawI2Fglh/U1hS0QtVUiGsc8GUoVUd1pifn7RXidHP3vQrMDEo8M/RwA9p6uveQKjPwW41RA==",
      "requires": {
        "@material/animation": "^3.1.0",
        "@material/base": "^3.1.0",
        "@material/floating-label": "^3.2.0",
        "@material/rtl": "^3.2.0",
        "@material/shape": "^3.1.0",
        "@material/theme": "^3.1.0",
        "tslib": "^1.9.3"
      },
      "dependencies": {
        "@material/animation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-3.1.0.tgz",
          "integrity": "sha512-ZfP95awrPBLhpaCTPNx+xKYPp2D88fzf5p5YNVp6diUAGRpq3g12Aq7qJfIHDXAFo5CtrYhgOKRqIKxUVcFisQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/base": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-3.1.0.tgz",
          "integrity": "sha512-pWEBHyPrMV3rdnjqWWH96h5t3MxQI6V1J9jOor+UBG7bXQtr6InTabTqhz5CLY7r+qZU8YvNh2OKIy8heP0cyQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/floating-label": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-3.2.0.tgz",
          "integrity": "sha512-szzsSou+xXj3E6InEuOCr8E28IE5EdcBfKRaHoR5EBkzgcRxLuZkFSqD19zsUgVErdTCcRSbeU9mYa6cP8+Nzw==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/rtl": "^3.2.0",
            "@material/theme": "^3.1.0",
            "@material/typography": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/rtl": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-3.2.0.tgz",
          "integrity": "sha512-L/w9m9Yx1ceOw/VjEfeJoqD4rW9QP3IBb9MamXAg3qUi/zsztoXD/FUw179pxkLn4huFFNlVYZ4Y1y6BpM0PMA=="
        },
        "@material/theme": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-3.1.0.tgz",
          "integrity": "sha512-N4JX+akOwg1faAvFvIEhDcwW4cZfUpwEn8lct6Vs3WczjLF6/KdIoLVaYh+eVl1bzfsoIuWvx56j0B1PjXZw9g==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        },
        "@material/typography": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/typography/-/typography-3.1.0.tgz",
          "integrity": "sha512-aSNBQvVxIH1kORSYdLGuSTivx6oJ1MSOSTUAsUwhXPQLQlvbdFeZaqUp7xgn+EvRsHGRFhWk5YGuiBds9+7zQg==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        }
      }
    },
Hermann's avatar
Hermann committed
    "@material/ripple": {
      "version": "0.35.0",
      "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-0.35.0.tgz",
      "integrity": "sha512-zc/yjZ1DC1rNPaGrH6XkU/S2hgq8qy+ibq4cg0I3G8dWZyI0rXnh7RVFGsEk66z0hvEzD/du2xWPH5dyShFW/A==",
      "requires": {
        "@material/base": "^0.35.0",
        "@material/theme": "^0.35.0"
      },
      "dependencies": {
        "@material/base": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-0.35.0.tgz",
          "integrity": "sha512-PYuluVzcH8hxtionVvpTSygTENlgyOHvJ5ka7JfbCRQfXlxjV8zKYwhh9u/1HqA6y1OonG1oGFCaBHopbdsNEQ=="
        },
        "@material/theme": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.35.0.tgz",
          "integrity": "sha512-jTjRDPKlWVCNnSs4RRe/eq9+F5lFBzxfbuI7klgCR6jTXRMB93jKKKO7k6chgo9l0oObhLh81ao6sq/eV0WFIw=="
        }
      }
    },
    "@material/rtl": {
      "version": "0.30.0",
      "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-0.30.0.tgz",
      "integrity": "sha512-zxEiXFESaQvNNm+tHO0QVKxkGERkL6rX4ghusl7HhosueOcjaVLNYCxH5F0x6Et04TL0wh1ycBmFUIEqVhEkWw=="
    },
    "@material/select": {
      "version": "0.35.1",
      "resolved": "https://registry.npmjs.org/@material/select/-/select-0.35.1.tgz",
      "integrity": "sha512-ESiCs9bKM79SF1DGd6UsF+bCgLPu60XkO6RHZFGIdzXj+cXRfUJBUjPEG+bFQz3TQnLqxYHwMXlNT63M+XcLDg==",
      "requires": {
        "@material/animation": "^0.34.0",
        "@material/base": "^0.35.0",
        "@material/floating-label": "^0.35.0",
        "@material/line-ripple": "^0.35.0",
        "@material/ripple": "^0.35.0",
        "@material/rtl": "^0.35.0",
        "@material/theme": "^0.35.0",
        "@material/typography": "^0.35.0"
      },
      "dependencies": {
        "@material/animation": {
          "version": "0.34.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-0.34.0.tgz",
          "integrity": "sha512-HKWU+pHda+xSIV0lwrTMOb/N005NIAV7+tvEEjTiLrQx74eO6J9nIjfCpZ0W4D8Kb9K90lgHFo0ZRC6yDTjizQ=="
        },
        "@material/base": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-0.35.0.tgz",
          "integrity": "sha512-PYuluVzcH8hxtionVvpTSygTENlgyOHvJ5ka7JfbCRQfXlxjV8zKYwhh9u/1HqA6y1OonG1oGFCaBHopbdsNEQ=="
        },
        "@material/rtl": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-0.35.0.tgz",
          "integrity": "sha512-Cn5xpwgVuB37NUTAPS+TMZ+XLJaztp7oDrv5y73zu0ZjTnf9HPAsS16ovauf8HQqMaZyAj9B3tvZHL05g4y5pA=="
        },
        "@material/theme": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.35.0.tgz",
          "integrity": "sha512-jTjRDPKlWVCNnSs4RRe/eq9+F5lFBzxfbuI7klgCR6jTXRMB93jKKKO7k6chgo9l0oObhLh81ao6sq/eV0WFIw=="
        },
        "@material/typography": {
          "version": "0.35.0",
          "resolved": "https://registry.npmjs.org/@material/typography/-/typography-0.35.0.tgz",
          "integrity": "sha512-7uXybSQToQCgB19RT0Pq47NkXSSojpbccVAObw/7fmfNUTcr3elNc8iPS/f1slYDTDEdyqM7hCreLcfZQK8ATQ=="
        }
      }
    },
cwalter's avatar
cwalter committed
    "@material/shape": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/@material/shape/-/shape-3.1.0.tgz",
      "integrity": "sha512-Oyvs7YjHfByA0e9IVVp7ojAlPwgSu3Bl0cioiE0OdkidkAaNu0izM2ryRzMBDH5o8+lRD0kpZoT+9CVVCdaYIg==",
      "requires": {
        "@material/feature-targeting": "^3.1.0"
      }
    },
Hermann's avatar
Hermann committed
    "@material/theme": {
      "version": "0.30.0",
      "resolved": "https://registry.npmjs.org/@material/theme/-/theme-0.30.0.tgz",
      "integrity": "sha512-jd1iC5qyq5YX4w8sZj9+lXExeK4adXbAjw/lOQuDeT6WSGJf7HovxQlHjlyWJ4p/x0xTGrlaDHnrCxeJQCq4Og=="
    },
    "@material/typography": {
      "version": "0.28.0",
      "resolved": "https://registry.npmjs.org/@material/typography/-/typography-0.28.0.tgz",
      "integrity": "sha512-Cz8XxO/bocChQAM87xTAN9CM31Q04FgW0N4lSQWyha2PAK/LdtfjjWFPZWNZKyQbZJBNjINbE3/PqMnWDTd4cQ=="
    },
    "@types/events": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz",
      "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==",
      "dev": true
    },
    "@types/glob": {
      "version": "7.1.1",
      "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz",
      "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==",
      "dev": true,
      "requires": {
        "@types/events": "*",
        "@types/minimatch": "*",
        "@types/node": "*"
      }
    },
    "@types/minimatch": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
      "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
      "dev": true
    },
    "@types/node": {
      "version": "12.7.3",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.3.tgz",
      "integrity": "sha512-3SiLAIBkDWDg6vFo0+5YJyHPWU9uwu40Qe+v+0MH8wRKYBimHvvAOyk3EzMrD/TrIlLYfXrqDqrg913PynrMJQ==",
      "dev": true
    },
cwalter's avatar
cwalter committed
    "@types/q": {
      "version": "1.5.6",
      "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.6.tgz",
      "integrity": "sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ=="
    },
Hermann's avatar
Hermann committed
    "@webassemblyjs/ast": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
      "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==",
      "dev": true,
      "requires": {
        "@webassemblyjs/helper-module-context": "1.8.5",
        "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
        "@webassemblyjs/wast-parser": "1.8.5"
      }
    },
    "@webassemblyjs/floating-point-hex-parser": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
      "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ==",
      "dev": true
    },
    "@webassemblyjs/helper-api-error": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
      "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA==",
      "dev": true
    },
    "@webassemblyjs/helper-buffer": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
      "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q==",
      "dev": true
    },
    "@webassemblyjs/helper-code-frame": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
      "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==",
      "dev": true,
      "requires": {
        "@webassemblyjs/wast-printer": "1.8.5"
      }
    },
    "@webassemblyjs/helper-fsm": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
      "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow==",
      "dev": true
    },
    "@webassemblyjs/helper-module-context": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
      "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "mamacro": "^0.0.3"
      }
    },
    "@webassemblyjs/helper-wasm-bytecode": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
      "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ==",
      "dev": true
    },
    "@webassemblyjs/helper-wasm-section": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
      "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/helper-buffer": "1.8.5",
        "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
        "@webassemblyjs/wasm-gen": "1.8.5"
      }
    },
    "@webassemblyjs/ieee754": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
      "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==",
      "dev": true,
      "requires": {
        "@xtuc/ieee754": "^1.2.0"
      }
    },
    "@webassemblyjs/leb128": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
      "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==",
      "dev": true,
      "requires": {
        "@xtuc/long": "4.2.2"
      }
    },
    "@webassemblyjs/utf8": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
      "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw==",
      "dev": true
    },
    "@webassemblyjs/wasm-edit": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
      "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/helper-buffer": "1.8.5",
        "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
        "@webassemblyjs/helper-wasm-section": "1.8.5",
        "@webassemblyjs/wasm-gen": "1.8.5",
        "@webassemblyjs/wasm-opt": "1.8.5",
        "@webassemblyjs/wasm-parser": "1.8.5",
        "@webassemblyjs/wast-printer": "1.8.5"
      }
    },
    "@webassemblyjs/wasm-gen": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
      "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
        "@webassemblyjs/ieee754": "1.8.5",
        "@webassemblyjs/leb128": "1.8.5",
        "@webassemblyjs/utf8": "1.8.5"
      }
    },
    "@webassemblyjs/wasm-opt": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
      "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/helper-buffer": "1.8.5",
        "@webassemblyjs/wasm-gen": "1.8.5",
        "@webassemblyjs/wasm-parser": "1.8.5"
      }
    },
    "@webassemblyjs/wasm-parser": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
      "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/helper-api-error": "1.8.5",
        "@webassemblyjs/helper-wasm-bytecode": "1.8.5",
        "@webassemblyjs/ieee754": "1.8.5",
        "@webassemblyjs/leb128": "1.8.5",
        "@webassemblyjs/utf8": "1.8.5"
      }
    },
    "@webassemblyjs/wast-parser": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
      "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/floating-point-hex-parser": "1.8.5",
        "@webassemblyjs/helper-api-error": "1.8.5",
        "@webassemblyjs/helper-code-frame": "1.8.5",
        "@webassemblyjs/helper-fsm": "1.8.5",
        "@xtuc/long": "4.2.2"
      }
    },
    "@webassemblyjs/wast-printer": {
      "version": "1.8.5",
      "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
      "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==",
      "dev": true,
      "requires": {
        "@webassemblyjs/ast": "1.8.5",
        "@webassemblyjs/wast-parser": "1.8.5",
        "@xtuc/long": "4.2.2"
      }
    },
    "@xtuc/ieee754": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
      "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
      "dev": true
    },
    "@xtuc/long": {
      "version": "4.2.2",
      "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
      "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
      "dev": true
    },
    "accepts": {
      "version": "1.3.7",
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
      "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
      "dev": true,
      "requires": {
        "mime-types": "~2.1.24",
        "negotiator": "0.6.2"
      },
      "dependencies": {
        "mime-db": {
          "version": "1.40.0",
          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
          "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==",
          "dev": true
        },
        "mime-types": {
          "version": "2.1.24",
          "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz",
          "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==",
          "dev": true,
          "requires": {
            "mime-db": "1.40.0"
          }
        }
      }
    },
    "acorn": {
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
      "integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==",
      "dev": true
    },
    "acorn-jsx": {
      "version": "5.0.2",
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz",
      "integrity": "sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==",
      "dev": true
    },
    "ajv": {
      "version": "5.5.2",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
      "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
      "requires": {
        "co": "^4.6.0",
        "fast-deep-equal": "^1.0.0",
        "fast-json-stable-stringify": "^2.0.0",
        "json-schema-traverse": "^0.3.0"
      }
    },
    "ajv-errors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
      "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
      "dev": true
    },
    "ajv-keywords": {
      "version": "3.4.1",
      "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
      "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
      "dev": true
    },
cwalter's avatar
cwalter committed
    "alphanum-sort": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
      "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ=="
    },
Hermann's avatar
Hermann committed
    "amiv-web-ui-components": {
cwalter's avatar
cwalter committed
      "version": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#1ce1c5760abd2edba1d11efeb7c0f0c328c7deb7",
      "from": "git+https://git@gitlab.ethz.ch/amiv/web-ui-components.git#1ce1c5760abd2edba1d11efeb7c0f0c328c7deb7",
Hermann's avatar
Hermann committed
      "requires": {
cwalter's avatar
cwalter committed
1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200
        "@material/select": "^3.1.0",
        "ajv": "^6.10.2",
        "mithril": "^2.0.4",
        "mithril-infinite": "^1.2.8",
        "polythene-css": "^1.5.5",
        "polythene-mithril": "^1.5.5"
      },
      "dependencies": {
        "@material/animation": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/animation/-/animation-3.1.0.tgz",
          "integrity": "sha512-ZfP95awrPBLhpaCTPNx+xKYPp2D88fzf5p5YNVp6diUAGRpq3g12Aq7qJfIHDXAFo5CtrYhgOKRqIKxUVcFisQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/base": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/base/-/base-3.1.0.tgz",
          "integrity": "sha512-pWEBHyPrMV3rdnjqWWH96h5t3MxQI6V1J9jOor+UBG7bXQtr6InTabTqhz5CLY7r+qZU8YvNh2OKIy8heP0cyQ==",
          "requires": {
            "tslib": "^1.9.3"
          }
        },
        "@material/floating-label": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-3.2.0.tgz",
          "integrity": "sha512-szzsSou+xXj3E6InEuOCr8E28IE5EdcBfKRaHoR5EBkzgcRxLuZkFSqD19zsUgVErdTCcRSbeU9mYa6cP8+Nzw==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/rtl": "^3.2.0",
            "@material/theme": "^3.1.0",
            "@material/typography": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/line-ripple": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/line-ripple/-/line-ripple-3.1.0.tgz",
          "integrity": "sha512-o6E6wrDqoOK4esCnM1MQ9t7DC/JQrzSrwYsYdqtOpGnr3G5Jx7WWVt6GEVh2eNXy8OnVYkJdQbMjyPVEVJb/Dg==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/theme": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/ripple": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-3.2.0.tgz",
          "integrity": "sha512-GtwkfNakALmfGLs6TpdFIVeAWjRqbyT7WfEw9aU7elUokABfHES+O0KoSKQSMQiSQ8Vjl90MONzNsN1Evi/1YQ==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/dom": "^3.1.0",
            "@material/feature-targeting": "^3.1.0",
            "@material/theme": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/rtl": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-3.2.0.tgz",
          "integrity": "sha512-L/w9m9Yx1ceOw/VjEfeJoqD4rW9QP3IBb9MamXAg3qUi/zsztoXD/FUw179pxkLn4huFFNlVYZ4Y1y6BpM0PMA=="
        },
        "@material/select": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/@material/select/-/select-3.2.0.tgz",
          "integrity": "sha512-6zqNBXXNsUtzaJwKvj+GOGCqvKCiu+MNsPZM+2ClNsCWLphFV6dC7iU83C4XQ2MdT7t+H2ggCQOBj5gieC1l7g==",
          "requires": {
            "@material/animation": "^3.1.0",
            "@material/base": "^3.1.0",
            "@material/floating-label": "^3.2.0",
            "@material/line-ripple": "^3.1.0",
            "@material/menu": "^3.2.0",
            "@material/menu-surface": "^3.2.0",
            "@material/notched-outline": "^3.2.0",
            "@material/ripple": "^3.2.0",
            "@material/rtl": "^3.2.0",
            "@material/shape": "^3.1.0",
            "@material/theme": "^3.1.0",
            "@material/typography": "^3.1.0",
            "tslib": "^1.9.3"
          }
        },
        "@material/theme": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/theme/-/theme-3.1.0.tgz",
          "integrity": "sha512-N4JX+akOwg1faAvFvIEhDcwW4cZfUpwEn8lct6Vs3WczjLF6/KdIoLVaYh+eVl1bzfsoIuWvx56j0B1PjXZw9g==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        },
        "@material/typography": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/@material/typography/-/typography-3.1.0.tgz",
          "integrity": "sha512-aSNBQvVxIH1kORSYdLGuSTivx6oJ1MSOSTUAsUwhXPQLQlvbdFeZaqUp7xgn+EvRsHGRFhWk5YGuiBds9+7zQg==",
          "requires": {
            "@material/feature-targeting": "^3.1.0"
          }
        },
        "ajv": {
          "version": "6.12.6",
          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
          "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
          "requires": {
            "fast-deep-equal": "^3.1.1",
            "fast-json-stable-stringify": "^2.0.0",
            "json-schema-traverse": "^0.4.1",
            "uri-js": "^4.2.2"
          }
        },
        "fast-deep-equal": {
          "version": "3.1.3",
          "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
          "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
        },
        "json-schema-traverse": {
          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
        },
        "mithril": {
          "version": "2.2.2",
          "resolved": "https://registry.npmjs.org/mithril/-/mithril-2.2.2.tgz",
          "integrity": "sha512-YRm6eLv2UUaWaWHdH8L+desW9+DN7+oM34CxJv6tT2e1lNVue8bxQlknQeDRn9aKlO8sIujm2wqUHwM+Hb1wGQ==",
          "requires": {
            "ospec": "4.0.0"
          },
          "dependencies": {
            "ospec": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/ospec/-/ospec-4.0.0.tgz",
              "integrity": "sha512-MpDtkpscOxHYb4w71v7GB4LBsRuzxZnM+HdwjhzJQzu+5EJvA80yxTaKw+wp5Dmf5RV2/Bg3Uvz2vlI/PhW9Ow==",
              "requires": {
                "glob": "^7.1.3"
              }
            }
          }
        },
        "polythene-core": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core/-/polythene-core-1.7.5.tgz",
          "integrity": "sha512-rpLVDvEqHs8c2mWg6tZro+DV/ifNxUve0Glbng7JmYSp18W1iGZDv619fv86K1wPQHc5ggiZhdDUUS+fbN9viA=="
        },
        "polythene-core-base-spinner": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-base-spinner/-/polythene-core-base-spinner-1.7.5.tgz",
          "integrity": "sha512-eyB27JV1QeVoSz339DLp9MVQlON9ZnywAf+qfO1cB4cG67GbgB+yJoHu5MNWABVUyVrasiXn1roU8nSgIYm1vg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-button": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-button/-/polythene-core-button-1.7.5.tgz",
          "integrity": "sha512-qzLN04NjTSVsDWzpB1mxkxg9JVxriEkGElV2AGlGzFkbTfT+fsbGnbQx77dykmaQ4h8vW4BagQ7OWOMsvDyxMg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-shadow": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-card": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-card/-/polythene-core-card-1.7.5.tgz",
          "integrity": "sha512-HChe6sKwSmAej3ajxEnEiwTiliMBQLpIAW5BFxm8A7hGNNrtNKAie9sGDcCf2lTRJIlkT8b1FQjiImAi2RpEww==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-checkbox": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-checkbox/-/polythene-core-checkbox-1.7.5.tgz",
          "integrity": "sha512-YwG1kjScvXvgCH+0QpR+owbmtGu7E+o8JQyngPQHSr48QDF8e1Xz+vnhbkGh6iPSdeKipQwspAUO2824EPJCfQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-selection-control": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-css": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-css/-/polythene-core-css-1.7.5.tgz",
          "integrity": "sha512-mMgFLBpZGaitSCtNjiUaY3mlEXGuJpBeuvAsIOGrZ0QG4zfvZXmSqQbg+zBL4cafWVYCHBjlZBhK06Lojq8hVw==",
          "requires": {
            "j2c": "^1.0.0-4",
            "j2c-plugin-prefix-browser": "^1.0.7",
            "polythene-core": "1.7.5"
          }
        },
        "polythene-core-dialog": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-dialog/-/polythene-core-dialog-1.7.5.tgz",
          "integrity": "sha512-oFuveLrO42L+0JGx1NqdIdlSPhWGxmwJXAnABqTDSpcde1ksv3xFw+o3bP8q+ayeHPYdRtzZxVfX5DlibMeqBQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-dialog-pane": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-dialog-pane/-/polythene-core-dialog-pane-1.7.5.tgz",
          "integrity": "sha512-UTU4k4oIkLov+0ecnFgS+I5z8qanqosGIusD0fHfSwlM19RbOCx9MJ4ILYx2nCj2eTU0UWDM6q7MdML815/wXw==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-drawer": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-drawer/-/polythene-core-drawer-1.7.5.tgz",
          "integrity": "sha512-8bx4eWT4k611n7ouj/BMq1XbWvA5suHiWljbIkJatazoRRHHTwwwnpbFHJFu6NDNLE/7w0j1vvt7D9qZfq2DNg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-fab": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-fab/-/polythene-core-fab-1.7.5.tgz",
          "integrity": "sha512-hRtWvZaRrG+l6D79eWssryl2I7jcXwJuo76ekBpf7GKZVusGaxZnYwT+l5MlClB3SA0HukvClPSTBeI3et1qng==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-icon": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-icon/-/polythene-core-icon-1.7.5.tgz",
          "integrity": "sha512-PtibrL4S7i/Cn0Pinr+6WeXfePy+ld20Tn9wkB8kM+9zgeTqupF6KeUvqO8wV7VBq2ynAP33kckWUcM2jmn8bA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-icon-button": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-icon-button/-/polythene-core-icon-button-1.7.5.tgz",
          "integrity": "sha512-ZXmdCVfdZSqMzr8/Y4r5qyu6vn5lSzwa7bQjH2WeuIeG7gx9ZXiQyaAq/NBWLm6t3cG8dKsUvaXxsq4zcbqsKg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-ios-spinner": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-ios-spinner/-/polythene-core-ios-spinner-1.7.5.tgz",
          "integrity": "sha512-E+uBzIU4NHUGxeHn7GhHBYQAF4/iuKYZ0fW5OFaGbgwSYWuNh1YJHiV4iChaWoywY0K2fqywKoDPg56AnWcVrg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-base-spinner": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-list": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-list/-/polythene-core-list-1.7.5.tgz",
          "integrity": "sha512-eGLYvJjK72nZ4DPvoQbVipvnz+xivv4MH6NRFwqbMkH6kwM9lhg9vFqVjKhRL3j2E1Qad2toiiKqzbfaWj6uKQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-list-tile": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-list-tile/-/polythene-core-list-tile-1.7.5.tgz",
          "integrity": "sha512-vlBCP+U2HTiIFJI/gWkmU0uwCX/5uRct/roh+Q0cmCQTkEi8xHBreXPC42CLQs0J66nDt8uzU0DGwEA87ZaeGA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-material-design-progress-spinner": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-material-design-progress-spinner/-/polythene-core-material-design-progress-spinner-1.7.5.tgz",
          "integrity": "sha512-SlR5g/kj2QYSczaAvXYqDYS7UJZ84I8r3h6658qQxSLYRAQ9D3xTZDh156Oi+uHBksARlugNJ+ZRggW2I7A12A==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-base-spinner": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5",
            "polythene-utilities": "1.7.5"
          }
        },
        "polythene-core-material-design-spinner": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-material-design-spinner/-/polythene-core-material-design-spinner-1.7.5.tgz",
          "integrity": "sha512-ta+zl0/XAVh/JTFhoUFrCIkQIIKeVntlu8IOEyL+6Whf9OpEkze1IG294Zq6jopwtINHAR9eYrMB64JEKgNtAA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-base-spinner": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-menu": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-menu/-/polythene-core-menu-1.7.5.tgz",
          "integrity": "sha512-j/0HH2FfLMVZLJJMbKtGf71eouiH65utGoltTb1OommbiDA+rjwLQzlcUdYH7KwMdW/+5t5C4FtDDdCI1iQzqQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-notification": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-notification/-/polythene-core-notification-1.7.5.tgz",
          "integrity": "sha512-TVJ3e5/O69uqB62oaAbiXFyEOywxSewa0KNNqmyACZieM0PCTnEWavYV5PecTOYtwHAFdFo36NZBr6qMIEl9FQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5",
            "polythene-utilities": "1.7.5"
          }
        },
        "polythene-core-radio-button": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-radio-button/-/polythene-core-radio-button-1.7.5.tgz",
          "integrity": "sha512-4NmMkqK+966q1pXbWUBlYmp1uMLlNNA+pZecXX+QfRerWVUQqzVB2gqHS5dfVQ04wuksyGalE78+pfEQDkUPUg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-selection-control": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-radio-group": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-radio-group/-/polythene-core-radio-group-1.7.5.tgz",
          "integrity": "sha512-ucvnvI4zWNHMDOAGyq+WFBaRCvwTVmOKW5nhvn1eLG9g1ZEFEaPXIm9oSikahZaS3NTy8bxS6CQ11SzJr8Unvw==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-ripple": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-ripple/-/polythene-core-ripple-1.7.5.tgz",
          "integrity": "sha512-XiRHlyflZhmmnuf5AoKrnbtKGFD+WCw4is23QfDTl7rLRjXHAUh5/WRwd6Wxvp19KRbLjD0YuraQRbVKcYmowg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-search": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-search/-/polythene-core-search-1.7.5.tgz",
          "integrity": "sha512-7OXqzpvsIZAoZ4Inq5gaJyv5wKbSEaKGzlac9bl56vwLglvNodt7fDMEfKfwRcy82K8He1bhEHpzAi/iN4gBYg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-selection-control": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-selection-control/-/polythene-core-selection-control-1.7.5.tgz",
          "integrity": "sha512-pfXsFdi06Oddte87vEf4TeZCWAV5FTXhIeHgDzW72vRJNu27/S0ifksPm1O3JEhkq4AIVGCPn3kBEYjZ7ZgsmQ==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-shadow": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-shadow/-/polythene-core-shadow-1.7.5.tgz",
          "integrity": "sha512-ClIRtTTarm61V85A4rKp3FyaBBlIcZypxGUTBDTfagkZFIiLOPsnolfYoqt/elIVpth8fG1c56aoqLXbMchtbA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-slider": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-slider/-/polythene-core-slider-1.7.5.tgz",
          "integrity": "sha512-Xm5Tqp/ukMXWXMPStvMRVFVCOtTfneb6rU7w69dfLak1uSGINcVvTfDQV8cHPvH9DrG+nUUyji/PWdkdQa9Ljg==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-snackbar": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-snackbar/-/polythene-core-snackbar-1.7.5.tgz",
          "integrity": "sha512-ayBIFWLhisvcQ9juBRhc2j0JS8dkd1p7BbOqVWdCTOKDhAzLp8FTlWIwOcA7vkiUu0T4io7WpsN/vPEShUrYOA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-notification": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-svg": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-svg/-/polythene-core-svg-1.7.5.tgz",
          "integrity": "sha512-VyA91TSyc0V70QdvIs+zgwfOkiSZgWSXozpAmzRLFsWxO1NOb2ushqb8i3Aj9DUDvsfjtpqDnZykQ2KptFDCww==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-css-classes": "1.7.5"
          }
        },
        "polythene-core-switch": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-switch/-/polythene-core-switch-1.7.5.tgz",
          "integrity": "sha512-2jiTGHjF70uc9IbEaNTb72VAbeYLip3Xe3VmNvVtDbcbDKqG1XCmJy0BEYnY+5fS6Pn8V5/D82thNZBCBlX79Q==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-icon-button": "1.7.5",
            "polythene-core-selection-control": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5"
          }
        },
        "polythene-core-tabs": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-tabs/-/polythene-core-tabs-1.7.5.tgz",
          "integrity": "sha512-iyf9V0lk5xSnEinFPmCgSJXqp3esLvlrQNPAYAyG6/MvNH0Uc7ANGeQxisIY19iQL2WfcOReGR9WwecCZjowyA==",
          "requires": {
            "polythene-core": "1.7.5",
            "polythene-core-icon-button": "1.7.5",
            "polythene-css-button": "1.7.5",
            "polythene-css-classes": "1.7.5",
            "polythene-theme": "1.7.5",
            "polythene-utilities": "1.7.5"
          }
        },
        "polythene-core-textfield": {
          "version": "1.7.5",
          "resolved": "https://registry.npmjs.org/polythene-core-textfield/-/polythene-core-textfield-1.7.5.tgz",
          "integrity": "sha512-WtESv7vSTuXW23GHpePGsCFuJKlfPGiwxMG5yyEL50k2JXdO+1xqeMUpz2BlpYh8aOrgu8Q3OiNbZ1qwzW0Bpg==",
          "requires": {
            "polythene-core": "1.7.5",
Loading
Loading full blame...