Skip to content
Snippets Groups Projects
package-lock.json 696 KiB
Newer Older
  • Learn to ignore specific revisions
  • Victor Löfgren's avatar
    Victor Löfgren committed
    9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170 9171 9172 9173 9174 9175 9176 9177 9178 9179 9180 9181 9182 9183 9184 9185 9186 9187 9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402 9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416 9417 9418 9419 9420 9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 9437 9438 9439 9440 9441 9442 9443 9444 9445 9446 9447 9448 9449 9450 9451 9452 9453 9454 9455 9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485 9486 9487 9488 9489 9490 9491 9492 9493 9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 9532 9533 9534 9535 9536 9537 9538 9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 9566 9567 9568 9569 9570 9571 9572 9573 9574 9575 9576 9577 9578 9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 9613 9614 9615 9616 9617 9618 9619 9620 9621 9622 9623 9624 9625 9626 9627 9628 9629 9630 9631 9632 9633 9634 9635 9636 9637 9638 9639 9640 9641 9642 9643 9644 9645 9646 9647 9648 9649 9650 9651 9652 9653 9654 9655 9656 9657 9658 9659 9660 9661 9662 9663 9664 9665 9666 9667 9668 9669 9670 9671 9672 9673 9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 9685 9686 9687 9688 9689 9690 9691 9692 9693 9694 9695 9696 9697 9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 9715 9716 9717 9718 9719 9720 9721 9722 9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742 9743 9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "read-pkg": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
              "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
              "requires": {
                "@types/normalize-package-data": "^2.4.0",
                "normalize-package-data": "^2.5.0",
                "parse-json": "^5.0.0",
                "type-fest": "^0.6.0"
              },
              "dependencies": {
                "type-fest": {
                  "version": "0.6.0",
                  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
                  "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
                }
              }
            },
            "read-pkg-up": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
              "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
              "requires": {
                "find-up": "^4.1.0",
                "read-pkg": "^5.2.0",
                "type-fest": "^0.8.1"
              }
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-resolve-dependencies": {
          "version": "26.6.3",
          "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz",
          "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==",
          "requires": {
            "@jest/types": "^26.6.2",
            "jest-regex-util": "^26.0.0",
            "jest-snapshot": "^26.6.2"
          }
        },
        "jest-runner": {
          "version": "26.6.3",
          "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz",
          "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==",
          "requires": {
            "@jest/console": "^26.6.2",
            "@jest/environment": "^26.6.2",
            "@jest/test-result": "^26.6.2",
            "@jest/types": "^26.6.2",
            "@types/node": "*",
            "chalk": "^4.0.0",
            "emittery": "^0.7.1",
            "exit": "^0.1.2",
            "graceful-fs": "^4.2.4",
            "jest-config": "^26.6.3",
            "jest-docblock": "^26.0.0",
            "jest-haste-map": "^26.6.2",
            "jest-leak-detector": "^26.6.2",
            "jest-message-util": "^26.6.2",
            "jest-resolve": "^26.6.2",
            "jest-runtime": "^26.6.3",
            "jest-util": "^26.6.2",
            "jest-worker": "^26.6.2",
            "source-map-support": "^0.5.6",
            "throat": "^5.0.0"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "jest-resolve": {
              "version": "26.6.2",
              "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
              "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
              "requires": {
                "@jest/types": "^26.6.2",
                "chalk": "^4.0.0",
                "graceful-fs": "^4.2.4",
                "jest-pnp-resolver": "^1.2.2",
                "jest-util": "^26.6.2",
                "read-pkg-up": "^7.0.1",
                "resolve": "^1.18.1",
                "slash": "^3.0.0"
              }
            },
            "read-pkg": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
              "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
              "requires": {
                "@types/normalize-package-data": "^2.4.0",
                "normalize-package-data": "^2.5.0",
                "parse-json": "^5.0.0",
                "type-fest": "^0.6.0"
              },
              "dependencies": {
                "type-fest": {
                  "version": "0.6.0",
                  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
                  "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
                }
              }
            },
            "read-pkg-up": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
              "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
              "requires": {
                "find-up": "^4.1.0",
                "read-pkg": "^5.2.0",
                "type-fest": "^0.8.1"
              }
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-runtime": {
          "version": "26.6.3",
          "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",
          "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",
          "requires": {
            "@jest/console": "^26.6.2",
            "@jest/environment": "^26.6.2",
            "@jest/fake-timers": "^26.6.2",
            "@jest/globals": "^26.6.2",
            "@jest/source-map": "^26.6.2",
            "@jest/test-result": "^26.6.2",
            "@jest/transform": "^26.6.2",
            "@jest/types": "^26.6.2",
            "@types/yargs": "^15.0.0",
            "chalk": "^4.0.0",
            "cjs-module-lexer": "^0.6.0",
            "collect-v8-coverage": "^1.0.0",
            "exit": "^0.1.2",
            "glob": "^7.1.3",
            "graceful-fs": "^4.2.4",
            "jest-config": "^26.6.3",
            "jest-haste-map": "^26.6.2",
            "jest-message-util": "^26.6.2",
            "jest-mock": "^26.6.2",
            "jest-regex-util": "^26.0.0",
            "jest-resolve": "^26.6.2",
            "jest-snapshot": "^26.6.2",
            "jest-util": "^26.6.2",
            "jest-validate": "^26.6.2",
            "slash": "^3.0.0",
            "strip-bom": "^4.0.0",
            "yargs": "^15.4.1"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "jest-resolve": {
              "version": "26.6.2",
              "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
              "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
              "requires": {
                "@jest/types": "^26.6.2",
                "chalk": "^4.0.0",
                "graceful-fs": "^4.2.4",
                "jest-pnp-resolver": "^1.2.2",
                "jest-util": "^26.6.2",
                "read-pkg-up": "^7.0.1",
                "resolve": "^1.18.1",
                "slash": "^3.0.0"
              }
            },
            "read-pkg": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
              "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
              "requires": {
                "@types/normalize-package-data": "^2.4.0",
                "normalize-package-data": "^2.5.0",
                "parse-json": "^5.0.0",
                "type-fest": "^0.6.0"
              },
              "dependencies": {
                "type-fest": {
                  "version": "0.6.0",
                  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
                  "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
                }
              }
            },
            "read-pkg-up": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
              "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
              "requires": {
                "find-up": "^4.1.0",
                "read-pkg": "^5.2.0",
                "type-fest": "^0.8.1"
              }
            },
            "strip-bom": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
              "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-serializer": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",
          "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==",
          "requires": {
            "@types/node": "*",
            "graceful-fs": "^4.2.4"
          }
        },
        "jest-snapshot": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz",
          "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==",
          "requires": {
            "@babel/types": "^7.0.0",
            "@jest/types": "^26.6.2",
            "@types/babel__traverse": "^7.0.4",
            "@types/prettier": "^2.0.0",
            "chalk": "^4.0.0",
            "expect": "^26.6.2",
            "graceful-fs": "^4.2.4",
            "jest-diff": "^26.6.2",
            "jest-get-type": "^26.3.0",
            "jest-haste-map": "^26.6.2",
            "jest-matcher-utils": "^26.6.2",
            "jest-message-util": "^26.6.2",
            "jest-resolve": "^26.6.2",
            "natural-compare": "^1.4.0",
            "pretty-format": "^26.6.2",
            "semver": "^7.3.2"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "jest-resolve": {
              "version": "26.6.2",
              "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
              "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
              "requires": {
                "@jest/types": "^26.6.2",
                "chalk": "^4.0.0",
                "graceful-fs": "^4.2.4",
                "jest-pnp-resolver": "^1.2.2",
                "jest-util": "^26.6.2",
                "read-pkg-up": "^7.0.1",
                "resolve": "^1.18.1",
                "slash": "^3.0.0"
              }
            },
            "read-pkg": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
              "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
              "requires": {
                "@types/normalize-package-data": "^2.4.0",
                "normalize-package-data": "^2.5.0",
                "parse-json": "^5.0.0",
                "type-fest": "^0.6.0"
              },
              "dependencies": {
                "type-fest": {
                  "version": "0.6.0",
                  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
                  "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
                }
              }
            },
            "read-pkg-up": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
              "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
              "requires": {
                "find-up": "^4.1.0",
                "read-pkg": "^5.2.0",
                "type-fest": "^0.8.1"
              }
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-util": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
          "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",
          "requires": {
            "@jest/types": "^26.6.2",
            "@types/node": "*",
            "chalk": "^4.0.0",
            "graceful-fs": "^4.2.4",
            "is-ci": "^2.0.0",
            "micromatch": "^4.0.2"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-validate": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",
          "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",
          "requires": {
            "@jest/types": "^26.6.2",
            "camelcase": "^6.0.0",
            "chalk": "^4.0.0",
            "jest-get-type": "^26.3.0",
            "leven": "^3.1.0",
            "pretty-format": "^26.6.2"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-watch-typeahead": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz",
          "integrity": "sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==",
          "requires": {
            "ansi-escapes": "^4.3.1",
            "chalk": "^4.0.0",
            "jest-regex-util": "^26.0.0",
            "jest-watcher": "^26.3.0",
            "slash": "^3.0.0",
            "string-length": "^4.0.1",
            "strip-ansi": "^6.0.0"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-watcher": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",
          "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",
          "requires": {
            "@jest/test-result": "^26.6.2",
            "@jest/types": "^26.6.2",
            "@types/node": "*",
            "ansi-escapes": "^4.2.1",
            "chalk": "^4.0.0",
            "jest-util": "^26.6.2",
            "string-length": "^4.0.1"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
              "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "jest-worker": {
          "version": "26.6.2",
          "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
          "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
          "requires": {
            "@types/node": "*",
            "merge-stream": "^2.0.0",
            "supports-color": "^7.0.0"
          },
          "dependencies": {
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "js-tokens": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
          "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
        },
        "js-yaml": {
          "version": "3.14.1",
          "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
          "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
          "requires": {
            "argparse": "^1.0.7",
            "esprima": "^4.0.0"
          }
        },
        "jsbn": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
          "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
        },
        "jsdom": {
          "version": "16.4.0",
          "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz",
          "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==",
          "requires": {
            "abab": "^2.0.3",
            "acorn": "^7.1.1",
            "acorn-globals": "^6.0.0",
            "cssom": "^0.4.4",
            "cssstyle": "^2.2.0",
            "data-urls": "^2.0.0",
            "decimal.js": "^10.2.0",
            "domexception": "^2.0.1",
            "escodegen": "^1.14.1",
            "html-encoding-sniffer": "^2.0.1",
            "is-potential-custom-element-name": "^1.0.0",
            "nwsapi": "^2.2.0",
            "parse5": "5.1.1",
            "request": "^2.88.2",
            "request-promise-native": "^1.0.8",
            "saxes": "^5.0.0",
            "symbol-tree": "^3.2.4",
            "tough-cookie": "^3.0.1",
            "w3c-hr-time": "^1.0.2",
            "w3c-xmlserializer": "^2.0.0",
            "webidl-conversions": "^6.1.0",
            "whatwg-encoding": "^1.0.5",
            "whatwg-mimetype": "^2.3.0",
            "whatwg-url": "^8.0.0",
            "ws": "^7.2.3",
            "xml-name-validator": "^3.0.0"
          }
        },
        "jsesc": {
          "version": "2.5.2",
          "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
          "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
        },
        "json-parse-better-errors": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
          "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
        },
        "json-parse-even-better-errors": {
          "version": "2.3.1",
          "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
          "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
        },
        "json-schema": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
          "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
        },
        "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=="
        },
        "json-stable-stringify-without-jsonify": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
          "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
        },
        "json-stringify-safe": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
          "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
        },
        "json3": {
          "version": "3.3.3",
          "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
          "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA=="
        },
        "json5": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
          "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
          "requires": {
            "minimist": "^1.2.5"
          }
        },
    
        "jsonc-parser": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
          "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
          "dev": true
        },
    
    Victor Löfgren's avatar
    Victor Löfgren committed
        "jsonfile": {
          "version": "6.1.0",
          "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
          "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
          "requires": {
            "graceful-fs": "^4.1.6",
            "universalify": "^2.0.0"
          }
        },
        "jsprim": {
          "version": "1.4.1",
          "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
          "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
          "requires": {
            "assert-plus": "1.0.0",
            "extsprintf": "1.3.0",
            "json-schema": "0.2.3",
            "verror": "1.10.0"
          }
        },
        "jsx-ast-utils": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
          "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==",
          "requires": {
            "array-includes": "^3.1.2",
            "object.assign": "^4.1.2"
          }
        },
        "killable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz",
          "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg=="
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
        },
        "kleur": {
          "version": "3.0.3",
          "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
          "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
        },
        "klona": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz",
          "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA=="
        },
        "language-subtag-registry": {
          "version": "0.3.21",
          "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
          "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
        },
        "language-tags": {
          "version": "1.0.5",
          "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
          "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
          "requires": {
            "language-subtag-registry": "~0.3.2"
          }
        },
        "last-call-webpack-plugin": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
          "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
          "requires": {
            "lodash": "^4.17.5",
            "webpack-sources": "^1.1.0"
          }
        },
        "leven": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
          "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
        },
        "levn": {
          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
          "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
          "requires": {
            "prelude-ls": "^1.2.1",
            "type-check": "~0.4.0"
          }
        },
        "lines-and-columns": {
          "version": "1.1.6",
          "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
          "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
        },
        "load-json-file": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
          "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
          "requires": {
            "graceful-fs": "^4.1.2",
            "parse-json": "^2.2.0",
            "pify": "^2.0.0",
            "strip-bom": "^3.0.0"
          },
          "dependencies": {
            "parse-json": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
              "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
              "requires": {
                "error-ex": "^1.2.0"
              }
            },
            "pify": {
              "version": "2.3.0",
              "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
              "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
            }
          }
        },
        "loader-runner": {
          "version": "2.4.0",
          "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
          "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw=="
        },
        "loader-utils": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
          "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
          "requires": {
            "big.js": "^5.2.2",
            "emojis-list": "^3.0.0",
            "json5": "^2.1.2"
          }
        },
        "locate-path": {
          "version": "5.0.0",
          "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
          "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
          "requires": {
            "p-locate": "^4.1.0"
          }
        },
        "lodash": {
          "version": "4.17.20",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
          "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
        },
    
    Carl Schönfelder's avatar
    Carl Schönfelder committed
        "lodash-es": {
          "version": "4.17.21",
          "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
          "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
        },
    
    Victor Löfgren's avatar
    Victor Löfgren committed
        "lodash._reinterpolate": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
          "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
        },
        "lodash.memoize": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
          "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
        },
        "lodash.sortby": {
          "version": "4.7.0",
          "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
          "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
        },
        "lodash.template": {
          "version": "4.5.0",
          "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
          "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
          "requires": {
            "lodash._reinterpolate": "^3.0.0",
            "lodash.templatesettings": "^4.0.0"
          }
        },
        "lodash.templatesettings": {
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
          "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
          "requires": {
            "lodash._reinterpolate": "^3.0.0"
          }
        },
        "lodash.uniq": {
          "version": "4.5.0",
          "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
          "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
        },
        "loglevel": {
          "version": "1.7.1",
          "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
          "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw=="
        },
        "loose-envify": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
          "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
          "requires": {
            "js-tokens": "^3.0.0 || ^4.0.0"
          }
        },
        "lower-case": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
          "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
          "requires": {
            "tslib": "^2.0.3"
          },
          "dependencies": {
            "tslib": {