Skip to content
Snippets Groups Projects
package-lock.json 345 KiB
Newer Older
  • Learn to ignore specific revisions
  •     "tinycolor2": {
          "version": "1.4.2",
          "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
          "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
        },
        "to-absolute-glob": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
          "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
          "dev": true,
          "requires": {
            "is-absolute": "^1.0.0",
            "is-negated-glob": "^1.0.0"
          }
        },
        "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
        },
        "to-object-path": {
          "version": "0.3.0",
          "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
          "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
          "dev": true,
          "requires": {
            "kind-of": "^3.0.2"
          },
          "dependencies": {
            "kind-of": {
              "version": "3.2.2",
              "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
              "dev": true,
              "requires": {
                "is-buffer": "^1.1.5"
              }
            }
          }
        },
        "to-regex": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
          "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
          "dev": true,
          "requires": {
            "define-property": "^2.0.2",
            "extend-shallow": "^3.0.2",
            "regex-not": "^1.0.2",
            "safe-regex": "^1.1.0"
    
          },
          "dependencies": {
            "define-property": {
              "version": "2.0.2",
              "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
              "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
              "dev": true,
              "requires": {
                "is-descriptor": "^1.0.2",
                "isobject": "^3.0.1"
              }
            },
            "extend-shallow": {
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
              "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
              "dev": true,
              "requires": {
                "assign-symbols": "^1.0.0",
                "is-extendable": "^1.0.1"
              }
            },
            "is-accessor-descriptor": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
              "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
              "dev": true,
              "requires": {
                "kind-of": "^6.0.0"
              }
            },
            "is-data-descriptor": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
              "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
              "dev": true,
              "requires": {
                "kind-of": "^6.0.0"
              }
            },
            "is-descriptor": {
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
              "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
              "dev": true,
              "requires": {
                "is-accessor-descriptor": "^1.0.0",
                "is-data-descriptor": "^1.0.0",
                "kind-of": "^6.0.2"
              }
            },
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
              "dev": true,
              "requires": {
                "is-plain-object": "^2.0.4"
              }
    
            },
            "is-plain-object": {
              "version": "2.0.4",
              "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
              "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
              "dev": true,
              "requires": {
                "isobject": "^3.0.1"
              }
            },
            "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==",
              "dev": true
    
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
          "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
    
          "dev": true,
          "requires": {
    
            "is-number": "^3.0.0",
            "repeat-string": "^1.6.1"
    
          }
        },
        "to-through": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz",
          "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=",
          "dev": true,
          "requires": {
            "through2": "^2.0.3"
    
          },
          "dependencies": {
            "through2": {
              "version": "2.0.5",
              "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
              "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
              "dev": true,
              "requires": {
                "readable-stream": "~2.3.6",
                "xtend": "~4.0.1"
              }
            }
          }
        },
        "ts-loader": {
          "version": "9.2.8",
          "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.8.tgz",
          "integrity": "sha512-gxSak7IHUuRtwKf3FIPSW1VpZcqF9+MBrHOvBp9cjHh+525SjtCIJKVGjRKIAfxBwDGDGCFF00rTfzB1quxdSw==",
          "dev": true,
          "requires": {
            "chalk": "^4.1.0",
            "enhanced-resolve": "^5.0.0",
            "micromatch": "^4.0.0",
            "semver": "^7.3.4"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "dev": true,
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
              "dev": true,
              "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==",
              "dev": true,
              "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==",
              "dev": true
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
              "dev": true
            },
            "semver": {
              "version": "7.3.5",
              "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
              "dev": true,
              "requires": {
                "lru-cache": "^6.0.0"
              }
            },
            "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==",
              "dev": true,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
    
        "tslib": {
          "version": "1.14.1",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
          "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
          "dev": true
        },
        "tsutils": {
          "version": "3.21.0",
          "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
          "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
          "dev": true,
          "requires": {
            "tslib": "^1.8.1"
          }
        },
    
        "type": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
          "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
          "dev": true
        },
        "type-check": {
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
          "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
          "dev": true,
          "requires": {
            "prelude-ls": "^1.2.1"
          }
        },
        "type-fest": {
    
          "version": "0.20.2",
          "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
          "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
    
          "dev": true
        },
        "typedarray": {
          "version": "0.0.6",
          "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
          "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
          "dev": true
        },
    
          "version": "4.6.3",
          "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
          "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
    
        "unbox-primitive": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
          "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
          "dev": true,
          "requires": {
            "function-bind": "^1.1.1",
            "has-bigints": "^1.0.1",
            "has-symbols": "^1.0.2",
            "which-boxed-primitive": "^1.0.2"
          }
        },
    
        "unc-path-regex": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
          "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
          "dev": true
        },
        "undertaker": {
          "version": "1.3.0",
          "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz",
          "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
          "dev": true,
          "requires": {
            "arr-flatten": "^1.0.1",
            "arr-map": "^2.0.0",
            "bach": "^1.0.0",
            "collection-map": "^1.0.0",
            "es6-weak-map": "^2.0.1",
            "fast-levenshtein": "^1.0.0",
            "last-run": "^1.1.0",
            "object.defaults": "^1.0.0",
            "object.reduce": "^1.0.0",
            "undertaker-registry": "^1.0.0"
          },
          "dependencies": {
            "fast-levenshtein": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
              "integrity": "sha1-5qdUzI8V5YmHqpy9J69m/W9OWvk=",
              "dev": true
            }
          }
        },
        "undertaker-registry": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
          "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=",
          "dev": true
        },
    
        "unicode-canonical-property-names-ecmascript": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
          "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
          "dev": true
        },
        "unicode-match-property-ecmascript": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
          "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
          "dev": true,
          "requires": {
            "unicode-canonical-property-names-ecmascript": "^2.0.0",
            "unicode-property-aliases-ecmascript": "^2.0.0"
          }
        },
        "unicode-match-property-value-ecmascript": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
          "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
          "dev": true
        },
        "unicode-property-aliases-ecmascript": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
          "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
          "dev": true
        },
    
        "union-value": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
          "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
          "dev": true,
          "requires": {
            "arr-union": "^3.1.0",
            "get-value": "^2.0.6",
            "is-extendable": "^0.1.1",
            "set-value": "^2.0.1"
          }
        },
        "unique-stream": {
          "version": "2.3.1",
          "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz",
          "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==",
          "dev": true,
          "requires": {
            "json-stable-stringify-without-jsonify": "^1.0.1",
            "through2-filter": "^3.0.0"
          }
        },
        "unset-value": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
          "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
          "dev": true,
          "requires": {
            "has-value": "^0.3.1",
            "isobject": "^3.0.0"
          },
          "dependencies": {
            "has-value": {
              "version": "0.3.1",
              "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
              "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
              "dev": true,
              "requires": {
                "get-value": "^2.0.3",
                "has-values": "^0.1.4",
                "isobject": "^2.0.0"
              },
              "dependencies": {
                "isobject": {
                  "version": "2.1.0",
                  "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
                  "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
                  "dev": true,
                  "requires": {
                    "isarray": "1.0.0"
                  }
                }
              }
            },
            "has-values": {
              "version": "0.1.4",
              "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
              "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
              "dev": true
            }
          }
        },
        "upath": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
          "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
          "dev": true
        },
        "uri-js": {
          "version": "4.4.1",
          "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
          "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
          "dev": true,
          "requires": {
            "punycode": "^2.1.0"
          }
        },
        "urix": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
          "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
          "dev": true
        },
        "use": {
          "version": "3.1.1",
          "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
          "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
          "dev": true
        },
        "util-deprecate": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
          "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
          "dev": true
        },
        "v8-compile-cache": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
          "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
          "dev": true
        },
        "v8flags": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
          "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
          "dev": true,
          "requires": {
            "homedir-polyfill": "^1.0.1"
          }
        },
        "validate-npm-package-license": {
          "version": "3.0.4",
          "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
          "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
          "dev": true,
          "requires": {
            "spdx-correct": "^3.0.0",
            "spdx-expression-parse": "^3.0.0"
          }
        },
        "value-or-function": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
          "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
          "dev": true
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        },
        "vinyl-fs": {
          "version": "3.0.3",
          "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
          "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
          "dev": true,
          "requires": {
            "fs-mkdirp-stream": "^1.0.0",
            "glob-stream": "^6.1.0",
            "graceful-fs": "^4.0.0",
            "is-valid-glob": "^1.0.0",
            "lazystream": "^1.0.0",
            "lead": "^1.0.0",
            "object.assign": "^4.0.4",
            "pumpify": "^1.3.5",
            "readable-stream": "^2.3.3",
            "remove-bom-buffer": "^3.0.0",
            "remove-bom-stream": "^1.2.0",
            "resolve-options": "^1.1.0",
            "through2": "^2.0.0",
            "to-through": "^2.0.0",
            "value-or-function": "^3.0.0",
            "vinyl": "^2.0.0",
            "vinyl-sourcemap": "^1.1.0"
    
          },
          "dependencies": {
            "through2": {
              "version": "2.0.5",
              "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
              "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
              "dev": true,
              "requires": {
                "readable-stream": "~2.3.6",
                "xtend": "~4.0.1"
              }
            }
    
          }
        },
        "vinyl-sourcemap": {
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
          "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=",
          "dev": true,
          "requires": {
            "append-buffer": "^1.0.2",
            "convert-source-map": "^1.5.0",
            "graceful-fs": "^4.1.6",
            "normalize-path": "^2.1.1",
            "now-and-later": "^2.0.0",
            "remove-bom-buffer": "^3.0.0",
            "vinyl": "^2.0.0"
          },
          "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,
              "requires": {
                "remove-trailing-separator": "^1.0.1"
              }
            }
          }
        },
    
        "watchpack": {
          "version": "2.3.1",
          "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz",
          "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==",
          "dev": true,
          "requires": {
            "glob-to-regexp": "^0.4.1",
            "graceful-fs": "^4.1.2"
          }
        },
        "webpack": {
          "version": "5.70.0",
          "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz",
          "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==",
          "dev": true,
          "requires": {
            "@types/eslint-scope": "^3.7.3",
            "@types/estree": "^0.0.51",
            "@webassemblyjs/ast": "1.11.1",
            "@webassemblyjs/wasm-edit": "1.11.1",
            "@webassemblyjs/wasm-parser": "1.11.1",
            "acorn": "^8.4.1",
            "acorn-import-assertions": "^1.7.6",
            "browserslist": "^4.14.5",
            "chrome-trace-event": "^1.0.2",
            "enhanced-resolve": "^5.9.2",
            "es-module-lexer": "^0.9.0",
            "eslint-scope": "5.1.1",
            "events": "^3.2.0",
            "glob-to-regexp": "^0.4.1",
            "graceful-fs": "^4.2.9",
            "json-parse-better-errors": "^1.0.2",
            "loader-runner": "^4.2.0",
            "mime-types": "^2.1.27",
            "neo-async": "^2.6.2",
            "schema-utils": "^3.1.0",
            "tapable": "^2.1.1",
            "terser-webpack-plugin": "^5.1.3",
            "watchpack": "^2.3.1",
            "webpack-sources": "^3.2.3"
          },
          "dependencies": {
            "schema-utils": {
              "version": "3.1.1",
              "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
              "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
              "dev": true,
              "requires": {
                "@types/json-schema": "^7.0.8",
                "ajv": "^6.12.5",
                "ajv-keywords": "^3.5.2"
              }
            }
          }
        },
        "webpack-cli": {
          "version": "4.9.2",
          "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.9.2.tgz",
          "integrity": "sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==",
          "dev": true,
          "requires": {
            "@discoveryjs/json-ext": "^0.5.0",
            "@webpack-cli/configtest": "^1.1.1",
            "@webpack-cli/info": "^1.4.1",
            "@webpack-cli/serve": "^1.6.1",
            "colorette": "^2.0.14",
            "commander": "^7.0.0",
            "execa": "^5.0.0",
            "fastest-levenshtein": "^1.0.12",
            "import-local": "^3.0.2",
            "interpret": "^2.2.0",
            "rechoir": "^0.7.0",
            "webpack-merge": "^5.7.3"
          },
          "dependencies": {
    
            "interpret": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
              "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
    
            },
            "rechoir": {
              "version": "0.7.1",
              "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
              "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
              "dev": true,
              "requires": {
                "resolve": "^1.9.0"
              }
    
            }
          }
        },
        "webpack-merge": {
          "version": "5.8.0",
          "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
          "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==",
          "dev": true,
          "requires": {
            "clone-deep": "^4.0.1",
            "wildcard": "^2.0.0"
          }
        },
        "webpack-sources": {
          "version": "3.2.3",
          "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
          "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
    
          "dev": true
        },
        "which": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
          "dev": true,
          "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"
          }
        },
    
        "which-module": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
          "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
          "dev": true
        },
    
        "wildcard": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
          "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
          "dev": true
        },
    
        "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==",
          "dev": true
        },
        "wrap-ansi": {
    
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
          "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
    
          "dev": true,
          "requires": {
    
            "string-width": "^1.0.1",
            "strip-ansi": "^3.0.1"
    
            "ansi-regex": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
              "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
              "dev": true
    
            "strip-ansi": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    
              "dev": true,
              "requires": {
    
                "ansi-regex": "^2.0.0"
    
              }
            }
          }
        },
        "wrappy": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
          "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
          "dev": true
        },
        "xtend": {
          "version": "4.0.2",
          "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
          "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
          "dev": true
        },
        "y18n": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
          "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==",
          "dev": true
        },
    
        "yallist": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        "yaml": {
          "version": "1.10.2",
          "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
          "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
          "dev": true
        },
    
        "yargs": {
          "version": "7.1.2",
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz",
          "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
          "dev": true,
          "requires": {
            "camelcase": "^3.0.0",
            "cliui": "^3.2.0",
            "decamelize": "^1.1.1",
            "get-caller-file": "^1.0.1",
            "os-locale": "^1.4.0",
            "read-pkg-up": "^1.0.1",
            "require-directory": "^2.1.1",
            "require-main-filename": "^1.0.1",
            "set-blocking": "^2.0.0",
            "string-width": "^1.0.2",
            "which-module": "^1.0.0",
            "y18n": "^3.2.1",
            "yargs-parser": "^5.0.1"
          },
          "dependencies": {
    
            "yargs-parser": {
              "version": "5.0.1",
              "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz",
              "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
              "dev": true,
              "requires": {
                "camelcase": "^3.0.0",
                "object.assign": "^4.1.0"
              }
    
          "version": "21.0.1",
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
          "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
    
          "dev": true
    
        },
        "yazl": {
          "version": "2.5.1",
          "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.5.1.tgz",
          "integrity": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==",
          "dev": true,
          "requires": {
            "buffer-crc32": "~0.2.3"
          }
        }
      }
    }