Skip to content
Snippets Groups Projects
package-lock.json 1.04 MiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "0.8.3",
          "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
          "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
          "dev": true,
          "requires": {
            "deep-is": "~0.1.3",
            "fast-levenshtein": "~2.0.6",
            "levn": "~0.3.0",
            "prelude-ls": "~1.1.2",
            "type-check": "~0.3.2",
            "word-wrap": "~1.2.3"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "ora": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "5.4.1",
          "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
          "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "bl": "^4.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "chalk": "^4.1.0",
            "cli-cursor": "^3.1.0",
    
            "cli-spinners": "^2.5.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "is-interactive": "^1.0.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "is-unicode-supported": "^0.1.0",
            "log-symbols": "^4.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "strip-ansi": "^6.0.0",
            "wcwidth": "^1.0.1"
          },
          "dependencies": {
            "ansi-regex": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "version": "5.0.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
              "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
            },
            "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
              "dev": true,
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
            "chalk": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "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
            },
            "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
              "dev": true,
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "ansi-regex": "^5.0.1"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              }
            },
            "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"
              }
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "os-name": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/os-name/-/os-name-4.0.1.tgz",
          "integrity": "sha512-xl9MAoU97MH1Xt5K9ERft2YfCAoaO6msy1OBA0ozxEC0x0TmIoE6K3QvgJMMZA9yKGLmHXNY/YZoDbiGDj4zYw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "macos-release": "^2.5.0",
            "windows-release": "^4.0.0"
    
        "os-shim": {
          "version": "0.1.3",
          "resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
          "integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "os-tmpdir": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
          "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
          "dev": true
        },
        "p-limit": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
          "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "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==",
          "dev": true,
          "requires": {
            "p-limit": "^2.0.0"
          }
        },
        "p-map": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
          "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
          "dev": true,
          "requires": {
            "aggregate-error": "^3.0.0"
          }
        },
        "p-retry": {
    
          "version": "4.6.2",
          "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
          "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@types/retry": "0.12.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "retry": "^0.13.1"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "p-try": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pacote": {
    
          "version": "13.6.2",
          "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz",
          "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@npmcli/git": "^3.0.0",
            "@npmcli/installed-package-contents": "^1.0.7",
            "@npmcli/promise-spawn": "^3.0.0",
            "@npmcli/run-script": "^4.1.0",
            "cacache": "^16.0.0",
    
            "chownr": "^2.0.0",
            "fs-minipass": "^2.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "infer-owner": "^1.0.4",
    
            "minipass": "^3.1.6",
            "mkdirp": "^1.0.4",
            "npm-package-arg": "^9.0.0",
            "npm-packlist": "^5.1.0",
            "npm-pick-manifest": "^7.0.0",
            "npm-registry-fetch": "^13.0.1",
            "proc-log": "^2.0.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "promise-retry": "^2.0.1",
    
            "read-package-json": "^5.0.0",
            "read-package-json-fast": "^2.0.3",
    
            "rimraf": "^3.0.2",
    
            "ssri": "^9.0.0",
            "tar": "^6.1.11"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
            "mkdirp": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
              "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true
            }
          }
        },
        "pako": {
          "version": "1.0.11",
          "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
          "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
          "dev": true
        },
    
        "parent-module": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
          "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
          "dev": true,
          "requires": {
            "callsites": "^3.0.0"
          },
          "dependencies": {
            "callsites": {
              "version": "3.1.0",
              "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
              "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
              "dev": true
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse-json": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
          "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
          "dev": true,
          "requires": {
            "error-ex": "^1.3.1",
            "json-parse-better-errors": "^1.0.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse-node-version": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
          "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse5": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
          "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
          "dev": true
        },
    
        "parse5-html-rewriting-stream": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-6.0.1.tgz",
          "integrity": "sha512-vwLQzynJVEfUlURxgnf51yAJDQTtVpNyGD8tKi2Za7m+akukNHxCcUQMAa/mUGLhCeicFdpy7Tlvj8ZNKadprg==",
          "dev": true,
          "requires": {
            "parse5": "^6.0.1",
            "parse5-sax-parser": "^6.0.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse5-htmlparser2-tree-adapter": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
          "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
          "dev": true,
          "requires": {
            "parse5": "^6.0.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "6.0.1",
    
          "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz",
          "integrity": "sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "parse5": "^6.0.1"
          }
        },
        "parseurl": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
    
          "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "path-exists": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
          "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
          "dev": true
        },
        "path-is-absolute": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
          "dev": true
        },
        "path-is-inside": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
          "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
          "dev": true
        },
        "path-key": {
          "version": "3.1.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
          "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "path-parse": {
          "version": "1.0.7",
          "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
          "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "path-to-regexp": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
    
          "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "path-type": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
          "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
          "dev": true
        },
        "pause-stream": {
          "version": "0.0.11",
          "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
          "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "through": "~2.3"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pdfmake": {
          "version": "0.2.4",
          "resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.2.4.tgz",
          "integrity": "sha512-EM39waHUe/Dg1W9C3XqYbpx6tfhYyU14JHZlI1HaW0AUEY32GbkRBjDLGWo9f7z/k3ea6k1p9yyDrflnvtZS1A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "@foliojs-fork/linebreak": "^1.1.1",
            "@foliojs-fork/pdfkit": "^0.13.0",
            "iconv-lite": "^0.6.3",
            "xmldoc": "^1.1.2"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "iconv-lite": {
              "version": "0.6.3",
              "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
              "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
              "dev": true,
              "requires": {
                "safer-buffer": ">= 2.1.2 < 3.0.0"
              }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "performance-now": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
          "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "picocolors": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
          "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "picomatch": {
          "version": "2.2.2",
          "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
          "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pify": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "4.0.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
          "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
          "dev": true
        },
        "pinkie": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
          "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
          "dev": true
        },
        "pinkie-promise": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
          "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "pinkie": "^2.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
        "pirates": {
          "version": "4.0.5",
          "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
          "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "piscina": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz",
          "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "eventemitter-asyncresource": "^1.0.0",
            "hdr-histogram-js": "^2.0.1",
            "hdr-histogram-percentiles-obj": "^3.0.0",
            "nice-napi": "^1.0.2"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pkg-dir": {
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
          "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "find-up": "^4.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "find-up": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
              "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "locate-path": "^5.0.0",
                "path-exists": "^4.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "locate-path": {
              "version": "5.0.0",
              "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
              "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "p-locate": "^4.1.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "p-locate": {
              "version": "4.1.0",
              "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
              "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "p-limit": "^2.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "path-exists": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
              "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "png-js": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/png-js/-/png-js-1.0.0.tgz",
          "integrity": "sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g==",
          "dev": true
        },
        "portfinder": {
          "version": "1.0.28",
          "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
          "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "async": "^2.6.2",
            "debug": "^3.1.1",
            "mkdirp": "^0.5.5"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "debug": {
              "version": "3.2.7",
              "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
              "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
                "ms": "^2.1.1"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss": {
    
          "version": "8.4.16",
          "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
          "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "nanoid": "^3.3.4",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "picocolors": "^1.0.0",
    
            "source-map-js": "^1.0.2"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-attribute-case-insensitive": {
    
          "version": "5.0.2",
          "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
          "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
          "dev": true,
          "requires": {
            "postcss-selector-parser": "^6.0.10"
          }
        },
        "postcss-clamp": {
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
          "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-color-functional-notation": {
    
          "version": "4.2.4",
          "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
          "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-color-hex-alpha": {
    
          "version": "8.0.4",
          "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
          "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-color-rebeccapurple": {
    
          "version": "7.1.1",
          "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
          "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-custom-media": {
    
          "version": "8.0.2",
          "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
          "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
          "dev": true,
          "requires": {
            "postcss-value-parser": "^4.2.0"
          }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-custom-properties": {
    
          "version": "12.1.8",
          "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz",
          "integrity": "sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-custom-selectors": {
    
          "version": "6.0.3",
          "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
          "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-selector-parser": "^6.0.4"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-dir-pseudo-class": {
    
          "version": "6.0.5",
          "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
          "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-selector-parser": "^6.0.10"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-double-position-gradients": {
    
          "version": "3.1.2",
          "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
          "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-env-function": {
    
          "version": "4.0.6",
          "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
          "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-focus-visible": {
    
          "version": "6.0.4",
          "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
          "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-selector-parser": "^6.0.9"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-focus-within": {
    
          "version": "5.0.4",
          "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
          "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-selector-parser": "^6.0.9"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-font-variant": {
          "version": "5.0.0",
          "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
          "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
          "dev": true
        },
        "postcss-gap-properties": {
    
          "version": "3.0.5",
          "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
          "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "postcss-image-set-function": {
    
          "version": "4.0.7",
          "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
          "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-import": {
    
          "version": "15.0.0",
          "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz",
          "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.0.0",
            "read-cache": "^1.0.0",
            "resolve": "^1.1.7"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-initial": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "4.0.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
          "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
          "dev": true
        },
        "postcss-lab-function": {
    
          "version": "4.2.1",
          "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
          "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-value-parser": "^4.2.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-loader": {
    
          "version": "7.0.1",
          "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.1.tgz",
          "integrity": "sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "cosmiconfig": "^7.0.0",
            "klona": "^2.0.5",
    
            "semver": "^7.3.7"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "semver": {
    
              "version": "7.3.7",
              "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
              "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "lru-cache": "^6.0.0"
              }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-logical": {
    
          "version": "5.0.4",
          "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
          "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "postcss-media-minmax": {
          "version": "5.0.0",
          "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
          "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
          "dev": true
        },
        "postcss-modules-extract-imports": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
          "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
          "dev": true
        },
        "postcss-modules-local-by-default": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
          "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "icss-utils": "^5.0.0",
            "postcss-selector-parser": "^6.0.2",
            "postcss-value-parser": "^4.1.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-modules-scope": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
          "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-selector-parser": "^6.0.4"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-modules-values": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
          "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "icss-utils": "^5.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-nesting": {
    
          "version": "10.1.10",
          "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.10.tgz",
          "integrity": "sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@csstools/selector-specificity": "^2.0.0",
            "postcss-selector-parser": "^6.0.10"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
        "postcss-opacity-percentage": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz",
          "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
    
        "postcss-overflow-shorthand": {
          "version": "3.0.4",
          "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
          "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
          "dev": true,
          "requires": {
            "postcss-value-parser": "^4.2.0"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-page-break": {
          "version": "3.0.4",
          "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
          "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
          "dev": true
        },
        "postcss-place": {
    
          "version": "7.0.5",
          "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
          "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "postcss-value-parser": "^4.2.0"
          }
        },
        "postcss-preset-env": {
    
          "version": "7.8.0",
          "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.0.tgz",
          "integrity": "sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==",
          "dev": true,
          "requires": {
            "@csstools/postcss-cascade-layers": "^1.0.5",
            "@csstools/postcss-color-function": "^1.1.1",
            "@csstools/postcss-font-format-keywords": "^1.0.1",
            "@csstools/postcss-hwb-function": "^1.0.2",
            "@csstools/postcss-ic-unit": "^1.0.1",
            "@csstools/postcss-is-pseudo-class": "^2.0.7",
            "@csstools/postcss-nested-calc": "^1.0.0",
            "@csstools/postcss-normalize-display-values": "^1.0.1",
            "@csstools/postcss-oklab-function": "^1.1.1",
            "@csstools/postcss-progressive-custom-properties": "^1.3.0",
            "@csstools/postcss-stepped-value-functions": "^1.0.1",
            "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
            "@csstools/postcss-trigonometric-functions": "^1.0.2",
            "@csstools/postcss-unset-value": "^1.0.2",
            "autoprefixer": "^10.4.8",
            "browserslist": "^4.21.3",
            "css-blank-pseudo": "^3.0.3",
            "css-has-pseudo": "^3.0.4",
            "css-prefers-color-scheme": "^6.0.3",
            "cssdb": "^7.0.0",
            "postcss-attribute-case-insensitive": "^5.0.2",
            "postcss-clamp": "^4.1.0",
            "postcss-color-functional-notation": "^4.2.4",
            "postcss-color-hex-alpha": "^8.0.4",
            "postcss-color-rebeccapurple": "^7.1.1",
            "postcss-custom-media": "^8.0.2",
            "postcss-custom-properties": "^12.1.8",
            "postcss-custom-selectors": "^6.0.3",
            "postcss-dir-pseudo-class": "^6.0.5",
            "postcss-double-position-gradients": "^3.1.2",
            "postcss-env-function": "^4.0.6",
            "postcss-focus-visible": "^6.0.4",
            "postcss-focus-within": "^5.0.4",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-font-variant": "^5.0.0",
    
            "postcss-gap-properties": "^3.0.5",
            "postcss-image-set-function": "^4.0.7",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-initial": "^4.0.1",
    
            "postcss-lab-function": "^4.2.1",
            "postcss-logical": "^5.0.4",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-media-minmax": "^5.0.0",
    
            "postcss-nesting": "^10.1.10",
            "postcss-opacity-percentage": "^1.1.2",
            "postcss-overflow-shorthand": "^3.0.4",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-page-break": "^3.0.4",
    
            "postcss-place": "^7.0.5",
            "postcss-pseudo-class-any-link": "^7.1.6",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "postcss-replace-overflow-wrap": "^4.0.0",
    
            "postcss-selector-not": "^6.0.1",
            "postcss-value-parser": "^4.2.0"
          },
          "dependencies": {
            "browserslist": {
              "version": "4.21.3",
              "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz",
              "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==",
              "dev": true,
              "requires": {
                "caniuse-lite": "^1.0.30001370",
                "electron-to-chromium": "^1.4.202",
                "node-releases": "^2.0.6",
                "update-browserslist-db": "^1.0.5"
              }
            }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "postcss-pseudo-class-any-link": {
    
          "version": "7.1.6",
          "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
          "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-selector-parser": "^6.0.10"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "postcss-replace-overflow-wrap": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
          "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
          "dev": true
        },
        "postcss-selector-not": {
    
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
          "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "postcss-selector-parser": "^6.0.10"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-selector-parser": {
    
          "version": "6.0.10",
          "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
          "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "cssesc": "^3.0.0",
            "util-deprecate": "^1.0.2"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
        "postcss-url": {
          "version": "10.1.3",
          "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-10.1.3.tgz",
          "integrity": "sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==",
          "dev": true,
          "requires": {
            "make-dir": "~3.1.0",
            "mime": "~2.5.2",
            "minimatch": "~3.0.4",
            "xxhashjs": "~0.2.2"
          },
          "dependencies": {
            "make-dir": {
              "version": "3.1.0",
              "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
              "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
              "dev": true,
              "requires": {
                "semver": "^6.0.0"
              }
            },
            "mime": {
              "version": "2.5.2",
              "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
              "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==",
              "dev": true
            },
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
              "dev": true
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "postcss-value-parser": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
          "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "prelude-ls": {
          "version": "1.1.2",
          "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
          "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "prettier": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
          "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pretty-bytes": {
          "version": "5.6.0",
          "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
          "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
    
        "pretty-format": {
          "version": "27.5.1",
          "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
          "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
          "dev": true,
          "requires": {
            "ansi-regex": "^5.0.1",
            "ansi-styles": "^5.0.0",
            "react-is": "^17.0.1"
          },
          "dependencies": {
            "ansi-regex": {
              "version": "5.0.1",
              "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
              "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
              "dev": true
            },
            "ansi-styles": {
              "version": "5.2.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
              "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
              "dev": true
            }
          }
        },
    
        "proc-log": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
          "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "process-nextick-args": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
          "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
          "dev": true
        },
        "promise-inflight": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
    
          "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "promise-retry": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
          "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "err-code": "^2.0.2",
            "retry": "^0.12.0"
    
          },
          "dependencies": {
            "retry": {
              "version": "0.12.0",
              "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
              "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
              "dev": true
            }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
    
        "prompts": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
          "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
          "dev": true,
          "requires": {
            "kleur": "^3.0.3",
            "sisteransi": "^1.0.5"