Skip to content
Snippets Groups Projects
package-lock.json 1.14 MiB
Newer Older
  • Learn to ignore specific revisions
  •         "kind-of": {
              "version": "3.2.2",
              "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
              "requires": {
                "is-buffer": "^1.1.5"
              }
            }
          }
        },
        "socket.io": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "4.4.1",
          "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.1.tgz",
          "integrity": "sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==",
    
          "requires": {
            "accepts": "~1.3.4",
            "base64id": "~2.0.0",
            "debug": "~4.3.2",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "engine.io": "~6.1.0",
            "socket.io-adapter": "~2.3.3",
    
            "socket.io-parser": "~4.0.4"
          },
          "dependencies": {
            "debug": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
    
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
    
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    
            }
          }
        },
        "socket.io-adapter": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "2.3.3",
          "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.3.tgz",
          "integrity": "sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ=="
    
        },
        "socket.io-parser": {
          "version": "4.0.4",
          "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz",
          "integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==",
          "requires": {
            "@types/component-emitter": "^1.2.10",
            "component-emitter": "~1.3.0",
            "debug": "~4.3.1"
          },
          "dependencies": {
            "debug": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            }
          }
        },
        "socks": {
          "version": "2.6.1",
          "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz",
          "integrity": "sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==",
          "requires": {
            "ip": "^1.1.5",
            "smart-buffer": "^4.1.0"
          }
        },
        "socks-proxy-agent": {
          "version": "6.1.1",
          "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz",
          "integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
          "requires": {
            "agent-base": "^6.0.2",
            "debug": "^4.3.1",
            "socks": "^2.6.1"
          },
          "dependencies": {
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
    
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
    
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    
            }
          }
        },
        "sort-object-keys": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
    
          "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg=="
    
        },
        "sort-package-json": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "1.53.1",
          "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.53.1.tgz",
          "integrity": "sha512-ltLORrQuuPMpy23YkWCA8fO7zBOxM4P1j9LcGxci4K2Fk8jmSyCA/ATU6CFyy8qR2HQRx4RBYWzoi78FU/Anuw==",
    
          "requires": {
            "detect-indent": "^6.0.0",
            "detect-newline": "3.1.0",
            "git-hooks-list": "1.0.3",
            "globby": "10.0.0",
            "is-plain-obj": "2.1.0",
            "sort-object-keys": "^1.1.3"
          },
          "dependencies": {
            "detect-indent": {
              "version": "6.1.0",
              "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
    
              "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA=="
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            },
            "globby": {
              "version": "10.0.0",
              "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.0.tgz",
              "integrity": "sha512-3LifW9M4joGZasyYPz2A1U74zbC/45fvpXUvO/9KbSa+VV0aGZarWkfdgKyR9sExNP0t0x0ss/UMJpNpcaTspw==",
              "requires": {
                "@types/glob": "^7.1.1",
                "array-union": "^2.1.0",
                "dir-glob": "^3.0.1",
                "fast-glob": "^3.0.3",
                "glob": "^7.1.3",
                "ignore": "^5.1.1",
                "merge2": "^1.2.3",
                "slash": "^3.0.0"
              }
            },
            "slash": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
              "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
    
            }
          }
        },
        "source-list-map": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
    
          "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
    
        },
        "source-map": {
          "version": "0.5.7",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
    
    Eugen Ciur's avatar
    Eugen Ciur committed
        "source-map-js": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz",
          "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA=="
        },
    
        "source-map-resolve": {
          "version": "0.5.3",
          "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
          "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
          "requires": {
            "atob": "^2.1.2",
            "decode-uri-component": "^0.2.0",
            "resolve-url": "^0.2.1",
            "source-map-url": "^0.4.0",
            "urix": "^0.1.0"
          },
          "dependencies": {
            "source-map-url": {
              "version": "0.4.1",
              "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
    
              "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw=="
    
            }
          }
        },
        "source-map-support": {
          "version": "0.4.18",
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
          "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
          "requires": {
            "source-map": "^0.5.6"
          }
        },
        "source-map-url": {
          "version": "0.3.0",
          "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
    
          "integrity": "sha1-fsrxO1e80J2opAxdJp2zN5nUqvk="
    
        },
        "sourcemap-codec": {
          "version": "1.4.8",
          "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
    
        },
        "sourcemap-validator": {
          "version": "1.1.1",
          "resolved": "https://registry.npmjs.org/sourcemap-validator/-/sourcemap-validator-1.1.1.tgz",
          "integrity": "sha512-pq6y03Vs6HUaKo9bE0aLoksAcpeOo9HZd7I8pI6O480W/zxNZ9U32GfzgtPP0Pgc/K1JHna569nAbOk3X8/Qtw==",
          "requires": {
            "jsesc": "~0.3.x",
            "lodash.foreach": "^4.5.0",
            "lodash.template": "^4.5.0",
            "source-map": "~0.1.x"
          },
          "dependencies": {
            "jsesc": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.3.0.tgz",
    
              "integrity": "sha1-G/XuY7RTn+LibQwemcJAuXpFeXI="
    
            },
            "source-map": {
              "version": "0.1.43",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
              "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
              "requires": {
                "amdefine": ">=0.0.4"
              }
            }
          }
        },
        "spawn-args": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/spawn-args/-/spawn-args-0.2.0.tgz",
    
          "integrity": "sha1-+30L0dcP1DFr2ePew4nmX51jYbs="
    
        },
        "spdx-correct": {
          "version": "3.1.1",
          "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
          "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
          "requires": {
            "spdx-expression-parse": "^3.0.0",
            "spdx-license-ids": "^3.0.0"
          }
        },
        "spdx-exceptions": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
    
          "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
    
        },
        "spdx-expression-parse": {
          "version": "3.0.1",
          "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
          "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
          "requires": {
            "spdx-exceptions": "^2.1.0",
            "spdx-license-ids": "^3.0.0"
          }
        },
        "spdx-license-ids": {
          "version": "3.0.10",
          "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
    
          "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA=="
    
        },
        "split-string": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
          "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
          "requires": {
            "extend-shallow": "^3.0.0"
          }
        },
        "sprintf-js": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
    
        },
        "sri-toolbox": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz",
    
          "integrity": "sha1-p/6lw/3lXmdc8cjAbz67XCk1g14="
    
        },
        "ssri": {
          "version": "6.0.2",
          "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz",
          "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==",
          "requires": {
            "figgy-pudding": "^3.5.1"
          }
        },
        "stagehand": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/stagehand/-/stagehand-1.0.0.tgz",
          "integrity": "sha512-zrXl0QixAtSHFyN1iv04xOBgplbT4HgC8T7g+q8ESZbDNi5uZbMtxLukFVXPJ5Nl7zCYvYcrT3Mj24WYCH93hw==",
          "requires": {
            "debug": "^4.1.0"
          },
          "dependencies": {
            "debug": {
              "version": "4.3.2",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
              "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
    
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    
            }
          }
        },
        "static-extend": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
          "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
          "requires": {
            "define-property": "^0.2.5",
            "object-copy": "^0.1.0"
          },
          "dependencies": {
            "define-property": {
              "version": "0.2.5",
              "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
              "requires": {
                "is-descriptor": "^0.1.0"
              }
            }
          }
        },
        "statuses": {
          "version": "1.5.0",
          "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
    
          "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
    
        },
        "stream-browserify": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
          "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
          "requires": {
            "inherits": "~2.0.1",
            "readable-stream": "^2.0.2"
          },
          "dependencies": {
            "readable-stream": {
              "version": "2.3.7",
              "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
              "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
              "requires": {
                "core-util-is": "~1.0.0",
                "inherits": "~2.0.3",
                "isarray": "~1.0.0",
                "process-nextick-args": "~2.0.0",
                "safe-buffer": "~5.1.1",
                "string_decoder": "~1.1.1",
                "util-deprecate": "~1.0.1"
              }
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
              "requires": {
                "safe-buffer": "~5.1.0"
              }
            }
          }
        },
        "stream-each": {
          "version": "1.2.3",
          "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
          "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
          "requires": {
            "end-of-stream": "^1.1.0",
            "stream-shift": "^1.0.0"
          }
        },
        "stream-http": {
          "version": "2.8.3",
          "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
          "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
          "requires": {
            "builtin-status-codes": "^3.0.0",
            "inherits": "^2.0.1",
            "readable-stream": "^2.3.6",
            "to-arraybuffer": "^1.0.0",
            "xtend": "^4.0.0"
          },
          "dependencies": {
            "readable-stream": {
              "version": "2.3.7",
              "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
              "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
              "requires": {
                "core-util-is": "~1.0.0",
                "inherits": "~2.0.3",
                "isarray": "~1.0.0",
                "process-nextick-args": "~2.0.0",
                "safe-buffer": "~5.1.1",
                "string_decoder": "~1.1.1",
                "util-deprecate": "~1.0.1"
              }
            },
            "string_decoder": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
              "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
              "requires": {
                "safe-buffer": "~5.1.0"
              }
            }
          }
        },
        "stream-shift": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
    
          "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
    
        },
        "string-template": {
          "version": "0.2.1",
          "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
    
          "integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0="
    
        },
        "string-width": {
          "version": "4.2.2",
          "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
          "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
          "requires": {
            "emoji-regex": "^8.0.0",
            "is-fullwidth-code-point": "^3.0.0",
            "strip-ansi": "^6.0.0"
          }
        },
        "string.prototype.matchall": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "4.0.6",
          "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz",
          "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==",
    
          "requires": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.1.3",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "es-abstract": "^1.19.1",
    
            "get-intrinsic": "^1.1.1",
            "has-symbols": "^1.0.2",
            "internal-slot": "^1.0.3",
            "regexp.prototype.flags": "^1.3.1",
            "side-channel": "^1.0.4"
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          },
          "dependencies": {
            "es-abstract": {
              "version": "1.19.1",
              "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz",
              "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
              "requires": {
                "call-bind": "^1.0.2",
                "es-to-primitive": "^1.2.1",
                "function-bind": "^1.1.1",
                "get-intrinsic": "^1.1.1",
                "get-symbol-description": "^1.0.0",
                "has": "^1.0.3",
                "has-symbols": "^1.0.2",
                "internal-slot": "^1.0.3",
                "is-callable": "^1.2.4",
                "is-negative-zero": "^2.0.1",
                "is-regex": "^1.1.4",
                "is-shared-array-buffer": "^1.0.1",
                "is-string": "^1.0.7",
                "is-weakref": "^1.0.1",
                "object-inspect": "^1.11.0",
                "object-keys": "^1.1.1",
                "object.assign": "^4.1.2",
                "string.prototype.trimend": "^1.0.4",
                "string.prototype.trimstart": "^1.0.4",
                "unbox-primitive": "^1.0.1"
              }
            }
    
          }
        },
        "string.prototype.padend": {
          "version": "3.1.2",
          "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz",
          "integrity": "sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==",
          "requires": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.1.3",
            "es-abstract": "^1.18.0-next.2"
          }
        },
        "string.prototype.trimend": {
          "version": "1.0.4",
          "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
          "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
          "requires": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.1.3"
          }
        },
        "string.prototype.trimstart": {
          "version": "1.0.4",
          "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
          "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
          "requires": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.1.3"
          }
        },
        "string_decoder": {
          "version": "0.10.31",
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
    
        },
        "strip-ansi": {
          "version": "6.0.0",
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
          "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
          "requires": {
            "ansi-regex": "^5.0.0"
          }
        },
        "strip-bom": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
    
        },
        "strip-eof": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
    
          "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
    
        },
        "strip-final-newline": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
    
          "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
    
        },
        "strip-json-comments": {
          "version": "3.1.1",
          "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
    
          "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
    
        "style-loader": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz",
          "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
          "requires": {
            "loader-utils": "^2.0.0",
            "schema-utils": "^3.0.0"
          },
          "dependencies": {
            "loader-utils": {
              "version": "2.0.2",
              "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
              "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
              "requires": {
                "big.js": "^5.2.2",
                "emojis-list": "^3.0.0",
                "json5": "^2.1.2"
              }
            },
            "schema-utils": {
              "version": "3.1.1",
              "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
              "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
              "requires": {
                "@types/json-schema": "^7.0.8",
                "ajv": "^6.12.5",
                "ajv-keywords": "^3.5.2"
              }
            }
          }
        },
    
        "styled_string": {
          "version": "0.0.1",
          "resolved": "https://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz",
    
          "integrity": "sha1-0ieCvYEpVFm8Tx3xjEutjpTdEko="
    
        },
        "sum-up": {
          "version": "1.0.3",
          "resolved": "https://registry.npmjs.org/sum-up/-/sum-up-1.0.3.tgz",
          "integrity": "sha1-HGYfZnBX9jvLeHWqFDi8FiUlFW4=",
          "requires": {
            "chalk": "^1.0.0"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    
              "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
    
            },
            "ansi-styles": {
              "version": "2.2.1",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    
              "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
    
            },
            "chalk": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
              "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
              "requires": {
                "ansi-styles": "^2.2.1",
                "escape-string-regexp": "^1.0.2",
                "has-ansi": "^2.0.0",
                "strip-ansi": "^3.0.0",
                "supports-color": "^2.0.0"
              }
            },
            "strip-ansi": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
              "requires": {
                "ansi-regex": "^2.0.0"
              }
            },
            "supports-color": {
              "version": "2.0.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    
              "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
    
            }
          }
        },
        "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"
          }
        },
        "symbol-tree": {
          "version": "3.2.4",
          "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
    
          "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
    
        },
        "symlink-or-copy": {
          "version": "1.3.1",
          "resolved": "https://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.3.1.tgz",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "integrity": "sha512-0K91MEXFpBUaywiwSSkmKjnGcasG/rVBXFLJz5DrgGabpYD6N+3yZrfD6uUIfpuTu65DZLHi7N8CizHc07BPZA=="
    
        },
        "sync-disk-cache": {
          "version": "1.3.4",
          "resolved": "https://registry.npmjs.org/sync-disk-cache/-/sync-disk-cache-1.3.4.tgz",
          "integrity": "sha512-GlkGeM81GPPEKz/lH7QUTbvqLq7K/IUTuaKDSMulP9XQ42glqNJIN/RKgSOw4y8vxL1gOVvj+W7ruEO4s36eCw==",
          "requires": {
            "debug": "^2.1.3",
            "heimdalljs": "^0.2.3",
            "mkdirp": "^0.5.0",
            "rimraf": "^2.2.8",
            "username-sync": "^1.0.2"
          },
          "dependencies": {
            "mkdirp": {
              "version": "0.5.5",
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
              "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
              "requires": {
                "minimist": "^1.2.5"
              }
            },
            "rimraf": {
              "version": "2.7.1",
              "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
              "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
              "requires": {
                "glob": "^7.1.3"
              }
            }
          }
        },
        "table": {
          "version": "6.7.1",
          "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz",
          "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==",
          "requires": {
            "ajv": "^8.0.1",
            "lodash.clonedeep": "^4.5.0",
            "lodash.truncate": "^4.4.2",
            "slice-ansi": "^4.0.0",
            "string-width": "^4.2.0",
            "strip-ansi": "^6.0.0"
          },
          "dependencies": {
            "ajv": {
              "version": "8.6.3",
              "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz",
              "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==",
              "requires": {
                "fast-deep-equal": "^3.1.1",
                "json-schema-traverse": "^1.0.0",
                "require-from-string": "^2.0.2",
                "uri-js": "^4.2.2"
              }
            },
            "json-schema-traverse": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
    
              "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
    
            }
          }
        },
        "tap-parser": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-7.0.0.tgz",
          "integrity": "sha512-05G8/LrzqOOFvZhhAk32wsGiPZ1lfUrl+iV7+OkKgfofZxiceZWMHkKmow71YsyVQ8IvGBP2EjcIjE5gL4l5lA==",
          "requires": {
            "events-to-array": "^1.0.1",
            "js-yaml": "^3.2.7",
            "minipass": "^2.2.0"
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          },
          "dependencies": {
            "minipass": {
              "version": "2.9.0",
              "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
              "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
              "requires": {
                "safe-buffer": "^5.1.2",
                "yallist": "^3.0.0"
              }
            },
            "yallist": {
              "version": "3.1.1",
              "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
              "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
            }
    
          }
        },
        "tapable": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
    
          "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
    
    Eugen Ciur's avatar
    Eugen Ciur committed
        "tar": {
          "version": "6.1.11",
          "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
          "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
          "requires": {
            "chownr": "^2.0.0",
            "fs-minipass": "^2.0.0",
            "minipass": "^3.0.0",
            "minizlib": "^2.1.1",
            "mkdirp": "^1.0.3",
            "yallist": "^4.0.0"
          },
          "dependencies": {
            "chownr": {
              "version": "2.0.0",
              "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
              "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
            }
          }
        },
    
        "temp": {
          "version": "0.9.4",
          "resolved": "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz",
          "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==",
          "requires": {
            "mkdirp": "^0.5.1",
            "rimraf": "~2.6.2"
          },
          "dependencies": {
            "mkdirp": {
              "version": "0.5.5",
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
              "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
              "requires": {
                "minimist": "^1.2.5"
              }
            },
            "rimraf": {
              "version": "2.6.3",
              "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
              "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
              "requires": {
                "glob": "^7.1.3"
              }
            }
          }
        },
        "terser": {
          "version": "4.8.0",
          "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz",
          "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
          "requires": {
            "commander": "^2.20.0",
            "source-map": "~0.6.1",
            "source-map-support": "~0.5.12"
          },
          "dependencies": {
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
    
              "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
    
            },
            "source-map-support": {
    
              "version": "0.5.21",
              "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
              "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
    
              "requires": {
                "buffer-from": "^1.0.0",
                "source-map": "^0.6.0"
              }
            }
          }
        },
        "terser-webpack-plugin": {
          "version": "1.4.5",
          "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz",
          "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==",
          "requires": {
            "cacache": "^12.0.2",
            "find-cache-dir": "^2.1.0",
            "is-wsl": "^1.1.0",
            "schema-utils": "^1.0.0",
            "serialize-javascript": "^4.0.0",
            "source-map": "^0.6.1",
            "terser": "^4.1.2",
            "webpack-sources": "^1.4.0",
            "worker-farm": "^1.7.0"
          },
          "dependencies": {
            "find-cache-dir": {
              "version": "2.1.0",
              "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
              "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
              "requires": {
                "commondir": "^1.0.1",
                "make-dir": "^2.0.0",
                "pkg-dir": "^3.0.0"
              }
            },
            "find-up": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
              "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
              "requires": {
                "locate-path": "^3.0.0"
              }
            },
            "locate-path": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
              "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
              "requires": {
                "p-locate": "^3.0.0",
                "path-exists": "^3.0.0"
              }
            },
            "make-dir": {
              "version": "2.1.0",
              "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
              "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
              "requires": {
                "pify": "^4.0.1",
                "semver": "^5.6.0"
              }
            },
            "p-limit": {
              "version": "2.3.0",
              "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
              "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
              "requires": {
                "p-try": "^2.0.0"
              }
            },
            "p-locate": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
              "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
              "requires": {
                "p-limit": "^2.0.0"
              }
            },
            "p-try": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
    
              "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
    
            },
            "pkg-dir": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
              "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
              "requires": {
                "find-up": "^3.0.0"
              }
            },
            "schema-utils": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
              "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
              "requires": {
                "ajv": "^6.1.0",
                "ajv-errors": "^1.0.0",
                "ajv-keywords": "^3.1.0"
              }
            },
            "semver": {
              "version": "5.7.1",
              "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
    
              "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
    
            },
            "source-map": {
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
    
              "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "3.6.0",
          "resolved": "https://registry.npmjs.org/testem/-/testem-3.6.0.tgz",
          "integrity": "sha512-sXwx2IlOadOhrKf0hsV1Yt/yuYhdfrtJ4dpp7T6pFN62GjMyKifjAv2SFm+4zYHee1JwxheO7JUL0+3iN0rlHw==",
    
          "requires": {
            "@xmldom/xmldom": "^0.7.1",
            "backbone": "^1.1.2",
            "bluebird": "^3.4.6",
            "charm": "^1.0.0",
            "commander": "^2.6.0",
            "compression": "^1.7.4",
            "consolidate": "^0.15.1",
            "execa": "^1.0.0",
            "express": "^4.10.7",
            "fireworm": "^0.7.0",
            "glob": "^7.0.4",
            "http-proxy": "^1.13.1",
            "js-yaml": "^3.2.5",
            "lodash.assignin": "^4.1.0",
            "lodash.castarray": "^4.4.0",
            "lodash.clonedeep": "^4.4.1",
            "lodash.find": "^4.5.1",
            "lodash.uniqby": "^4.7.0",
            "mkdirp": "^0.5.1",
            "mustache": "^3.0.0",
            "node-notifier": "^9.0.1",
            "npmlog": "^4.0.0",
            "printf": "^0.6.1",
            "rimraf": "^2.4.4",
            "socket.io": "^4.1.2",
            "spawn-args": "^0.2.0",
            "styled_string": "0.0.1",
            "tap-parser": "^7.0.0",
            "tmp": "0.0.33"
          },
          "dependencies": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "ansi-regex": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
              "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
            },
            "are-we-there-yet": {
              "version": "1.1.7",
              "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
              "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
              "requires": {
                "delegates": "^1.0.0",
                "readable-stream": "^2.0.6"
              }
            },
    
            "cross-spawn": {
              "version": "6.0.5",
              "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
              "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
              "requires": {
                "nice-try": "^1.0.4",
                "path-key": "^2.0.1",
                "semver": "^5.5.0",
                "shebang-command": "^1.2.0",
                "which": "^1.2.9"
              }
            },
            "execa": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
              "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
              "requires": {
                "cross-spawn": "^6.0.0",
                "get-stream": "^4.0.0",
                "is-stream": "^1.1.0",
                "npm-run-path": "^2.0.0",
                "p-finally": "^1.0.0",
                "signal-exit": "^3.0.0",
                "strip-eof": "^1.0.0"
              }
            },
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "gauge": {
              "version": "2.7.4",
              "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
              "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
              "requires": {
                "aproba": "^1.0.3",
                "console-control-strings": "^1.0.0",
                "has-unicode": "^2.0.0",
                "object-assign": "^4.1.0",
                "signal-exit": "^3.0.0",
                "string-width": "^1.0.1",
                "strip-ansi": "^3.0.1",
                "wide-align": "^1.1.0"
              }
            },
    
            "get-stream": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
              "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
              "requires": {
                "pump": "^3.0.0"
              }
            },