Skip to content
Snippets Groups Projects
package-lock.json 69.5 KiB
Newer Older
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "flatted": "^3.2.9",
                "keyv": "^4.5.4"
            },
            "engines": {
                "node": ">=16"
            }
        },
        "node_modules/flatted": {
            "version": "3.3.2",
            "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
            "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dev": true,
            "license": "ISC"
        },
        "node_modules/glob-parent": {
            "version": "6.0.2",
            "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
            "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
            "dev": true,
            "license": "ISC",
            "dependencies": {
                "is-glob": "^4.0.3"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=10.13.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/globals": {
            "version": "14.0.0",
            "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
            "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "node": ">=18"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "funding": {
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/graphemer": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
            "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
            "dev": true,
            "license": "MIT"
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/has-flag": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
            "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=8"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/ignore": {
            "version": "5.3.2",
            "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
            "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">= 4"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/import-fresh": {
            "version": "3.3.0",
            "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
            "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dependencies": {
                "parent-module": "^1.0.0",
                "resolve-from": "^4.0.0"
            },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=6"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/imurmurhash": {
            "version": "0.1.4",
            "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
            "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=0.8.19"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/is-extglob": {
            "version": "2.1.1",
            "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
            "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "node": ">=0.10.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/is-glob": {
            "version": "4.0.3",
            "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
            "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "is-extglob": "^2.1.1"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=0.10.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/is-number": {
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
            "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=0.12.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/isexe": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
            "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
            "dev": true,
            "license": "ISC"
        },
        "node_modules/js-md5": {
            "version": "0.8.3",
            "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
            "integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/js-yaml": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
            "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "argparse": "^2.0.1"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "js-yaml": "bin/js-yaml.js"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/json-buffer": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
            "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/json-schema-traverse": {
            "version": "0.4.1",
            "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
            "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
            "dev": true,
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/json-stable-stringify-without-jsonify": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
            "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
            "dev": true,
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/keyv": {
            "version": "4.5.4",
            "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
            "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dependencies": {
                "json-buffer": "3.0.1"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/levn": {
            "version": "0.4.1",
            "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
            "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dependencies": {
                "prelude-ls": "^1.2.1",
                "type-check": "~0.4.0"
            },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">= 0.8.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/locate-path": {
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
            "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "p-locate": "^5.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/lodash.merge": {
            "version": "4.6.2",
            "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
            "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/merge2": {
            "version": "1.4.1",
            "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
            "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "node": ">= 8"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/micromatch": {
            "version": "4.0.8",
            "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
            "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "braces": "^3.0.3",
                "picomatch": "^2.3.1"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "node": ">=8.6"
            }
        },
        "node_modules/minimatch": {
            "version": "3.1.2",
            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
            "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
            "dev": true,
            "license": "ISC",
            "dependencies": {
                "brace-expansion": "^1.1.7"
            },
            "engines": {
                "node": "*"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/ms": {
            "version": "2.1.3",
            "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
            "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
            "dev": true,
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/natural-compare": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
            "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
            "dev": true,
            "license": "MIT"
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/node-fetch": {
            "version": "2.7.0",
            "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
            "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "whatwg-url": "^5.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": "4.x || >=6.0.0"
            },
            "peerDependencies": {
                "encoding": "^0.1.0"
            },
            "peerDependenciesMeta": {
                "encoding": {
                    "optional": true
                }
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/optionator": {
            "version": "0.9.4",
            "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
            "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "dependencies": {
                "deep-is": "^0.1.3",
                "fast-levenshtein": "^2.0.6",
                "levn": "^0.4.1",
                "prelude-ls": "^1.2.1",
                "type-check": "^0.4.0",
                "word-wrap": "^1.2.5"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            },
            "engines": {
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">= 0.8.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/p-limit": {
            "version": "3.1.0",
            "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
            "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dependencies": {
                "yocto-queue": "^0.1.0"
            },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=10"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "funding": {
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            }
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/p-locate": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
            "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dev": true,
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "dependencies": {
                "p-limit": "^3.0.2"
            },
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/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==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "callsites": "^3.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            },
            "engines": {
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=6"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/path-exists": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
            "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/path-key": {
            "version": "3.1.1",
            "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
            "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/picomatch": {
            "version": "2.3.1",
            "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
            "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
            "dev": true,
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=8.6"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "url": "https://github.com/sponsors/jonschlinkert"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/prelude-ls": {
            "version": "1.2.1",
            "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
            "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "engines": {
                "node": ">= 0.8.0"
            }
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/punycode": {
            "version": "2.3.1",
            "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
            "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/queue-microtask": {
            "version": "1.2.3",
            "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
            "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/feross"
                },
                {
                    "type": "patreon",
                    "url": "https://www.patreon.com/feross"
                },
                {
                    "type": "consulting",
                    "url": "https://feross.org/support"
                }
            ],
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/resolve-from": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
            "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "MIT",
            "engines": {
                "node": ">=4"
            }
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/reusify": {
            "version": "1.0.4",
            "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
            "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "iojs": ">=1.0.0",
                "node": ">=0.10.0"
            }
        },
        "node_modules/run-parallel": {
            "version": "1.2.0",
            "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
            "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
            "dev": true,
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/feross"
                },
                {
                    "type": "patreon",
                    "url": "https://www.patreon.com/feross"
                },
                {
                    "type": "consulting",
                    "url": "https://feross.org/support"
                }
            ],
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "queue-microtask": "^1.2.2"
            }
        },
        "node_modules/semver": {
            "version": "7.6.3",
            "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
            "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
            "dev": true,
            "license": "ISC",
            "bin": {
                "semver": "bin/semver.js"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=10"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/shebang-command": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
            "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "shebang-regex": "^3.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=8"
            }
        },
        "node_modules/shebang-regex": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
            "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/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==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "url": "https://github.com/sponsors/sindresorhus"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/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==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "has-flag": "^4.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/sync-fetch": {
            "version": "0.5.2",
            "resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.5.2.tgz",
            "integrity": "sha512-6gBqqkHrYvkH65WI2bzrDwrIKmt3U10s4Exnz3dYuE5Ah62FIfNv/F63inrNhu2Nyh3GH5f42GKU3RrSJoaUyQ==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node-fetch": "^2.6.1"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "node": ">=14"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/to-regex-range": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
            "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "is-number": "^7.0.0"
            },
            "engines": {
                "node": ">=8.0"
            }
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/tr46": {
            "version": "0.0.3",
            "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
            "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
            "dev": true,
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/ts-api-utils": {
            "version": "1.4.2",
            "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.2.tgz",
            "integrity": "sha512-ZF5gQIQa/UmzfvxbHZI3JXN0/Jt+vnAfAviNRAMc491laiK6YCLpCW9ft8oaCRFOTxCZtUTE6XB0ZQAe3olntw==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=16"
            },
            "peerDependencies": {
                "typescript": ">=4.2.0"
            }
        },
        "node_modules/type-check": {
            "version": "0.4.0",
            "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
            "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "prelude-ls": "^1.2.1"
            },
            "engines": {
                "node": ">= 0.8.0"
            }
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/typescript": {
            "version": "5.7.2",
            "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
            "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dev": true,
            "license": "Apache-2.0",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "bin": {
                "tsc": "bin/tsc",
                "tsserver": "bin/tsserver"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "engines": {
                "node": ">=14.17"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/typescript-eslint": {
            "version": "8.16.0",
            "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.16.0.tgz",
            "integrity": "sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@typescript-eslint/eslint-plugin": "8.16.0",
                "@typescript-eslint/parser": "8.16.0",
                "@typescript-eslint/utils": "8.16.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            },
            "engines": {
                "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            },
            "peerDependencies": {
                "eslint": "^8.57.0 || ^9.0.0"
            },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                }
            }
        },
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/undici-types": {
            "version": "6.20.0",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
            "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
            "dev": true,
            "license": "MIT"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/uri-js": {
            "version": "4.4.1",
            "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
            "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "license": "BSD-2-Clause",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
                "punycode": "^2.1.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/webidl-conversions": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
            "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
            "dev": true,
            "license": "BSD-2-Clause"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        "node_modules/whatwg-url": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
            "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
            "license": "MIT",
Kai DeLorenzo's avatar
Kai DeLorenzo committed
            "dependencies": {
                "tr46": "~0.0.3",
                "webidl-conversions": "^3.0.0"
Kai DeLorenzo's avatar
Kai DeLorenzo committed
        },
        "node_modules/which": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
            "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
            "dev": true,
            "license": "ISC",
            "dependencies": {
                "isexe": "^2.0.0"
            },
            "bin": {
                "node-which": "bin/node-which"
            },
            "engines": {
                "node": ">= 8"
            }
        },
        "node_modules/word-wrap": {
            "version": "1.2.5",
            "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
            "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=0.10.0"
            }
        },
        "node_modules/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,
            "license": "MIT",
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }