Skip to content
Snippets Groups Projects
package-lock.json 786 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "requires": {
                "isexe": "^2.0.0"
              }
            }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "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
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "wordwrap": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
          "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "wrap-ansi": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
          "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "ansi-styles": "^4.0.0",
            "string-width": "^4.1.0",
            "strip-ansi": "^6.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "ansi-regex": {
              "version": "5.0.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
              "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
            },
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "color-convert": "^2.0.1"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "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==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "color-name": "~1.1.4"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
            "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=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
            "strip-ansi": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "version": "6.0.1",
              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
              "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "ansi-regex": "^5.0.1"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              }
            }
          }
        },
        "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"
          }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "ws": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "8.4.2",
          "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.2.tgz",
          "integrity": "sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
        "xdg-basedir": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
          "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q=="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "xml2js": {
          "version": "0.4.23",
          "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
          "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
          "dev": true,
          "requires": {
            "sax": ">=0.6.0",
            "xmlbuilder": "~11.0.0"
          }
        },
        "xmlbuilder": {
          "version": "11.0.1",
          "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
          "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "xmldoc": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz",
          "integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==",
          "dev": true,
          "requires": {
            "sax": "^1.2.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "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": "4.0.3",
          "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "yallist": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
        "yaml": {
          "version": "1.10.0",
          "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
          "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "yargs": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "16.2.0",
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
          "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "cliui": "^7.0.2",
            "escalade": "^3.1.1",
            "get-caller-file": "^2.0.5",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "require-directory": "^2.1.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "string-width": "^4.2.0",
            "y18n": "^5.0.5",
            "yargs-parser": "^20.2.2"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "y18n": {
              "version": "5.0.8",
              "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
              "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "yargs-parser": {
          "version": "20.2.9",
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
          "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "yn": {
          "version": "3.1.1",
          "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
          "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
          "dev": true
        },
    
        "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==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "zone.js": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "0.11.4",
          "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.4.tgz",
          "integrity": "sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw==",
          "requires": {
            "tslib": "^2.0.0"
          }