Skip to content
Snippets Groups Projects
package-lock.json 758 KiB
Newer Older
  • Learn to ignore specific revisions
  • Victor Löfgren's avatar
    Victor Löfgren committed
        },
        "webpack-log": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
          "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
          "requires": {
            "ansi-colors": "^3.0.0",
            "uuid": "^3.3.2"
          },
          "dependencies": {
            "ansi-colors": {
              "version": "3.2.4",
              "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
              "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA=="
            },
            "uuid": {
              "version": "3.4.0",
              "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
              "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
            }
          }
        },
        "webpack-manifest-plugin": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
          "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==",
          "requires": {
            "fs-extra": "^7.0.0",
            "lodash": ">=3.5 <5",
            "object.entries": "^1.1.0",
            "tapable": "^1.0.0"
          },
          "dependencies": {
            "fs-extra": {
              "version": "7.0.1",
              "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
              "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
              "requires": {
                "graceful-fs": "^4.1.2",
                "jsonfile": "^4.0.0",
                "universalify": "^0.1.0"
              }
            },
            "jsonfile": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
              "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
              "requires": {
                "graceful-fs": "^4.1.6"
              }
            },
            "universalify": {
              "version": "0.1.2",
              "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
              "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
            }
          }
        },
        "webpack-sources": {
          "version": "1.4.3",
          "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
          "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
          "requires": {
            "source-list-map": "^2.0.0",
            "source-map": "~0.6.1"
          },
          "dependencies": {
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
            }
          }
        },
        "websocket-driver": {
          "version": "0.6.5",
          "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
          "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
          "requires": {
            "websocket-extensions": ">=0.1.1"
          }
        },
        "websocket-extensions": {
          "version": "0.1.4",
          "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
          "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
        },
        "whatwg-encoding": {
          "version": "1.0.5",
          "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
          "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
          "requires": {
            "iconv-lite": "0.4.24"
          }
        },
        "whatwg-fetch": {
          "version": "3.5.0",
          "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz",
          "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A=="
        },
        "whatwg-mimetype": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
          "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
        },
        "whatwg-url": {
          "version": "8.4.0",
          "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
          "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
          "requires": {
            "lodash.sortby": "^4.7.0",
            "tr46": "^2.0.2",
            "webidl-conversions": "^6.1.0"
          }
        },
        "which": {
          "version": "1.3.1",
          "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
          "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
          "requires": {
            "isexe": "^2.0.0"
          }
        },
    
        "which-boxed-primitive": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
          "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
          "dev": true,
          "requires": {
            "is-bigint": "^1.0.1",
            "is-boolean-object": "^1.1.0",
            "is-number-object": "^1.0.4",
            "is-string": "^1.0.5",
            "is-symbol": "^1.0.3"
          }
        },
    
    Victor Löfgren's avatar
    Victor Löfgren committed
    18137 18138 18139 18140 18141 18142 18143 18144 18145 18146 18147 18148 18149 18150 18151 18152 18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 18166 18167 18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 18186 18187 18188 18189 18190 18191 18192 18193 18194 18195 18196 18197 18198 18199 18200 18201 18202 18203 18204 18205 18206 18207 18208 18209 18210 18211 18212 18213 18214 18215 18216 18217 18218 18219 18220 18221 18222 18223 18224 18225 18226 18227 18228 18229 18230 18231 18232 18233 18234 18235 18236 18237 18238 18239 18240 18241 18242 18243 18244 18245 18246 18247 18248 18249 18250 18251 18252 18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 18280 18281 18282 18283 18284 18285 18286 18287 18288 18289 18290 18291 18292 18293 18294 18295 18296 18297 18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 18310 18311 18312 18313 18314 18315 18316 18317 18318 18319 18320 18321 18322 18323 18324 18325 18326 18327 18328 18329 18330 18331 18332 18333 18334 18335 18336 18337 18338 18339 18340 18341 18342 18343 18344 18345 18346 18347 18348 18349 18350 18351 18352 18353 18354 18355 18356 18357 18358 18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 18369 18370 18371 18372 18373 18374 18375 18376 18377 18378 18379 18380 18381 18382 18383 18384 18385 18386 18387 18388 18389 18390 18391 18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 18404 18405 18406 18407 18408 18409 18410 18411 18412 18413 18414 18415 18416 18417 18418 18419 18420 18421 18422 18423 18424 18425 18426 18427 18428 18429 18430 18431 18432 18433 18434 18435 18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 18447 18448 18449 18450 18451 18452 18453 18454 18455 18456 18457 18458 18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 18470 18471 18472 18473 18474 18475 18476 18477
        "which-module": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
          "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
        },
        "word-wrap": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
          "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
        },
        "workbox-background-sync": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
          "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-broadcast-update": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
          "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-build": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz",
          "integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==",
          "requires": {
            "@babel/core": "^7.8.4",
            "@babel/preset-env": "^7.8.4",
            "@babel/runtime": "^7.8.4",
            "@hapi/joi": "^15.1.0",
            "@rollup/plugin-node-resolve": "^7.1.1",
            "@rollup/plugin-replace": "^2.3.1",
            "@surma/rollup-plugin-off-main-thread": "^1.1.1",
            "common-tags": "^1.8.0",
            "fast-json-stable-stringify": "^2.1.0",
            "fs-extra": "^8.1.0",
            "glob": "^7.1.6",
            "lodash.template": "^4.5.0",
            "pretty-bytes": "^5.3.0",
            "rollup": "^1.31.1",
            "rollup-plugin-babel": "^4.3.3",
            "rollup-plugin-terser": "^5.3.1",
            "source-map": "^0.7.3",
            "source-map-url": "^0.4.0",
            "stringify-object": "^3.3.0",
            "strip-comments": "^1.0.2",
            "tempy": "^0.3.0",
            "upath": "^1.2.0",
            "workbox-background-sync": "^5.1.4",
            "workbox-broadcast-update": "^5.1.4",
            "workbox-cacheable-response": "^5.1.4",
            "workbox-core": "^5.1.4",
            "workbox-expiration": "^5.1.4",
            "workbox-google-analytics": "^5.1.4",
            "workbox-navigation-preload": "^5.1.4",
            "workbox-precaching": "^5.1.4",
            "workbox-range-requests": "^5.1.4",
            "workbox-routing": "^5.1.4",
            "workbox-strategies": "^5.1.4",
            "workbox-streams": "^5.1.4",
            "workbox-sw": "^5.1.4",
            "workbox-window": "^5.1.4"
          },
          "dependencies": {
            "fs-extra": {
              "version": "8.1.0",
              "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
              "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
              "requires": {
                "graceful-fs": "^4.2.0",
                "jsonfile": "^4.0.0",
                "universalify": "^0.1.0"
              }
            },
            "jsonfile": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
              "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
              "requires": {
                "graceful-fs": "^4.1.6"
              }
            },
            "source-map": {
              "version": "0.7.3",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
              "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
            },
            "universalify": {
              "version": "0.1.2",
              "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
              "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
            }
          }
        },
        "workbox-cacheable-response": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
          "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-core": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
          "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
        },
        "workbox-expiration": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
          "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-google-analytics": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
          "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
          "requires": {
            "workbox-background-sync": "^5.1.4",
            "workbox-core": "^5.1.4",
            "workbox-routing": "^5.1.4",
            "workbox-strategies": "^5.1.4"
          }
        },
        "workbox-navigation-preload": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz",
          "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-precaching": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
          "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-range-requests": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz",
          "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-routing": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
          "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "workbox-strategies": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
          "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
          "requires": {
            "workbox-core": "^5.1.4",
            "workbox-routing": "^5.1.4"
          }
        },
        "workbox-streams": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
          "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
          "requires": {
            "workbox-core": "^5.1.4",
            "workbox-routing": "^5.1.4"
          }
        },
        "workbox-sw": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-5.1.4.tgz",
          "integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA=="
        },
        "workbox-webpack-plugin": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz",
          "integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==",
          "requires": {
            "@babel/runtime": "^7.5.5",
            "fast-json-stable-stringify": "^2.0.0",
            "source-map-url": "^0.4.0",
            "upath": "^1.1.2",
            "webpack-sources": "^1.3.0",
            "workbox-build": "^5.1.4"
          }
        },
        "workbox-window": {
          "version": "5.1.4",
          "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-5.1.4.tgz",
          "integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==",
          "requires": {
            "workbox-core": "^5.1.4"
          }
        },
        "worker-farm": {
          "version": "1.7.0",
          "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz",
          "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
          "requires": {
            "errno": "~0.1.7"
          }
        },
        "worker-rpc": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
          "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
          "requires": {
            "microevent.ts": "~0.1.1"
          }
        },
        "wrap-ansi": {
          "version": "6.2.0",
          "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
          "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
          "requires": {
            "ansi-styles": "^4.0.0",
            "string-width": "^4.1.0",
            "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"
              }
            },
            "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=="
            }
          }
        },
        "wrappy": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
          "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
        },
        "write-file-atomic": {
          "version": "3.0.3",
          "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
          "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
          "requires": {
            "imurmurhash": "^0.1.4",
            "is-typedarray": "^1.0.0",
            "signal-exit": "^3.0.2",
            "typedarray-to-buffer": "^3.1.5"
          }
        },
        "ws": {
          "version": "7.4.3",
          "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
          "integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA=="
        },
        "xml-name-validator": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
          "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
        },
        "xmlchars": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
          "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
        },
        "xtend": {
          "version": "4.0.2",
          "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
          "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
        },
        "y18n": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
          "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
        },
        "yallist": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
        },
        "yaml": {
          "version": "1.10.0",
          "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
          "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="
        },
        "yargs": {
          "version": "15.4.1",
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
          "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
          "requires": {
            "cliui": "^6.0.0",
            "decamelize": "^1.2.0",
            "find-up": "^4.1.0",
            "get-caller-file": "^2.0.1",
            "require-directory": "^2.1.1",
            "require-main-filename": "^2.0.0",
            "set-blocking": "^2.0.0",
            "string-width": "^4.2.0",
            "which-module": "^2.0.0",
            "y18n": "^4.0.0",
            "yargs-parser": "^18.1.2"
          }
        },
        "yargs-parser": {
          "version": "18.1.3",
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
          "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
          "requires": {
            "camelcase": "^5.0.0",
            "decamelize": "^1.2.0"
          },
          "dependencies": {
            "camelcase": {
              "version": "5.3.1",
              "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
              "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
            }
          }
        },
    
        "yauzl": {
          "version": "2.10.0",
          "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
          "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
          "requires": {
            "buffer-crc32": "~0.2.3",
            "fd-slicer": "~1.1.0"
          }
        },
    
    Victor Löfgren's avatar
    Victor Löfgren committed
        "yeast": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
          "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk="
        },
    
    Victor Löfgren's avatar
    Victor Löfgren committed
        "yocto-queue": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
          "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
    
    Carl Schönfelder's avatar
    Carl Schönfelder committed
        },
        "yup": {
          "version": "0.32.9",
          "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.9.tgz",
          "integrity": "sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==",
          "requires": {
            "@babel/runtime": "^7.10.5",
            "@types/lodash": "^4.14.165",
            "lodash": "^4.17.20",
            "lodash-es": "^4.17.15",
            "nanoclone": "^0.2.1",
            "property-expr": "^2.0.4",
            "toposort": "^2.0.2"
          }