2023-11-04 11:38:23 +01:00
{
"name" : "48hr.email" ,
2024-09-17 20:00:09 +02:00
"version" : "1.5.2" ,
2023-11-04 11:38:23 +01:00
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "48hr.email" ,
2024-09-17 20:00:09 +02:00
"version" : "1.5.2" ,
2024-09-11 03:34:16 +02:00
"license" : "GPL-3.0" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"array.prototype.flatmap" : "^1.3.2" ,
"async-retry" : "^1.3.3" ,
"compression" : "^1.7.4" ,
2023-11-04 11:38:23 +01:00
"debug" : "^2.6.9" ,
2024-09-11 03:34:16 +02:00
"encodings" : "^1.0.0" ,
2024-09-17 20:00:09 +02:00
"express" : "^4.21.0" ,
2024-09-09 07:10:30 +02:00
"express-validator" : "^7.2.0" ,
"helmet" : "^3.23.3" ,
2023-11-04 11:38:23 +01:00
"http-errors" : "~1.6.2" ,
2024-09-17 19:50:52 +02:00
"imap-simple" : "^4.3.0" ,
2024-09-09 07:10:30 +02:00
"lodash" : "^4.17.21" ,
"mailparser" : "^3.7.1" ,
"mem" : "^4.3.0" ,
2023-11-04 11:38:23 +01:00
"mnemonist" : "^0.27.2" ,
2024-09-09 07:10:30 +02:00
"moment" : "^2.30.1" ,
2023-11-04 11:38:23 +01:00
"morgan" : "~1.9.0" ,
2024-09-09 07:10:30 +02:00
"nodemailer" : "^6.9.15" ,
"p-series" : "^2.1.0" ,
2023-11-04 11:38:23 +01:00
"random-word" : "^2.0.0" ,
2024-09-09 07:10:30 +02:00
"sanitize-html" : "^2.13.0" ,
"semver" : "^7.6.3" ,
"socket.io" : "^4.7.5" ,
"twig" : "^0.10.3"
2023-11-04 11:38:23 +01:00
} ,
"devDependencies" : {
2024-09-09 07:10:30 +02:00
"xo" : "^0.59.3"
} ,
"engines" : {
"node" : "22.x"
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz" ,
"integrity" : "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/highlight" : "^7.24.7" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz" ,
"integrity" : "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
"version" : "7.24.7" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz" ,
"integrity" : "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.24.7" ,
"chalk" : "^2.4.2" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^1.9.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@babel/highlight/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/@babel/highlight/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" ,
"integrity" : "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eslint-visitor-keys" : "^3.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/regexpp" : {
"version" : "4.11.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz" ,
"integrity" : "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz" ,
"integrity" : "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@eslint/eslintrc/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" : "*"
}
} ,
"node_modules/@eslint/eslintrc/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"
} ,
"node_modules/@eslint/js" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz" ,
"integrity" : "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/@humanwhocodes/config-array" : {
"version" : "0.11.14" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" ,
"integrity" : "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" ,
"deprecated" : "Use @eslint/config-array instead" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
"node_modules/@humanwhocodes/config-array/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@humanwhocodes/config-array/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"
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@humanwhocodes/object-schema" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" ,
"integrity" : "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" ,
"deprecated" : "Use @eslint/object-schema instead" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@pkgr/core" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz" ,
"integrity" : "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unts"
}
} ,
"node_modules/@rtsao/scc" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz" ,
"integrity" : "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@sec-ant/readable-stream" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz" ,
"integrity" : "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@selderee/plugin-htmlparser2" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz" ,
"integrity" : "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==" ,
"license" : "MIT" ,
"dependencies" : {
"domhandler" : "^5.0.3" ,
"selderee" : "^0.11.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
} ,
"node_modules/@sindresorhus/is" : {
"version" : "0.15.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-0.15.0.tgz" ,
"integrity" : "sha512-lu8BpxjAtRCAo5ifytTpCPCj99LF7o/2Myn+NXyNCBqvPYn7Pjd76AMmUB5l7XF1U6t0hcWrlEM5ESufW7wAeA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@sindresorhus/merge-streams" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz" ,
"integrity" : "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@socket.io/component-emitter" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz" ,
"integrity" : "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==" ,
"license" : "MIT"
} ,
"node_modules/@types/cookie" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz" ,
"integrity" : "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" ,
"license" : "MIT"
} ,
"node_modules/@types/cors" : {
"version" : "2.8.17" ,
"resolved" : "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz" ,
"integrity" : "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/eslint" : {
"version" : "8.56.12" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz" ,
"integrity" : "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
}
} ,
"node_modules/@types/estree" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz" ,
"integrity" : "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/json5" : {
"version" : "0.0.29" ,
"resolved" : "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" ,
"integrity" : "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/node" : {
"version" : "22.5.4" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz" ,
"integrity" : "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==" ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~6.19.2"
}
} ,
"node_modules/@types/normalize-package-data" : {
"version" : "2.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" ,
"integrity" : "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz" ,
"integrity" : "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.10.0" ,
"@typescript-eslint/scope-manager" : "7.18.0" ,
"@typescript-eslint/type-utils" : "7.18.0" ,
"@typescript-eslint/utils" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.3.1" ,
"natural-compare" : "^1.4.0" ,
"ts-api-utils" : "^1.3.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"@typescript-eslint/parser" : "^7.0.0" ,
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/parser" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz" ,
"integrity" : "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "7.18.0" ,
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/typescript-estree" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/parser/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/parser/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"
} ,
"node_modules/@typescript-eslint/scope-manager" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz" ,
"integrity" : "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/type-utils" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz" ,
"integrity" : "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/typescript-estree" : "7.18.0" ,
"@typescript-eslint/utils" : "7.18.0" ,
"debug" : "^4.3.4" ,
"ts-api-utils" : "^1.3.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/type-utils/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/type-utils/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"
} ,
"node_modules/@typescript-eslint/types" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz" ,
"integrity" : "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz" ,
"integrity" : "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/visitor-keys" : "7.18.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
"ts-api-utils" : "^1.3.0"
} ,
"engines" : {
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.2.9" ,
"ignore" : "^5.2.0" ,
"merge2" : "^1.4.1" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"brace-expansion" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@typescript-eslint/typescript-estree/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"
} ,
"node_modules/@typescript-eslint/typescript-estree/node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@typescript-eslint/utils" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz" ,
"integrity" : "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
"@typescript-eslint/scope-manager" : "7.18.0" ,
"@typescript-eslint/types" : "7.18.0" ,
"@typescript-eslint/typescript-estree" : "7.18.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.56.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@typescript-eslint/visitor-keys" : {
"version" : "7.18.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz" ,
"integrity" : "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@typescript-eslint/types" : "7.18.0" ,
"eslint-visitor-keys" : "^3.4.3"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^18.18.0 || >=20.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@ungap/structured-clone" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" ,
"integrity" : "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC"
} ,
"node_modules/@webassemblyjs/ast" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz" ,
"integrity" : "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/helper-numbers" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz" ,
"integrity" : "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-api-error" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz" ,
"integrity" : "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-buffer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz" ,
"integrity" : "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-numbers" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz" ,
"integrity" : "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/floating-point-hex-parser" : "1.11.6" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@xtuc/long" : "4.2.2"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz" ,
"integrity" : "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-wasm-section" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz" ,
"integrity" : "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/wasm-gen" : "1.12.1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/ieee754" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz" ,
"integrity" : "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/leb128" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz" ,
"integrity" : "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true ,
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/utf8" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz" ,
"integrity" : "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@webassemblyjs/wasm-edit" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz" ,
"integrity" : "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/helper-wasm-section" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-opt" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1" ,
"@webassemblyjs/wast-printer" : "1.12.1"
}
} ,
"node_modules/@webassemblyjs/wasm-gen" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz" ,
"integrity" : "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/wasm-opt" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz" ,
"integrity" : "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1"
}
} ,
"node_modules/@webassemblyjs/wasm-parser" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz" ,
"integrity" : "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/@webassemblyjs/wast-printer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz" ,
"integrity" : "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"peer" : true
} ,
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peer" : true
} ,
2023-11-04 11:38:23 +01:00
"node_modules/accepts" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" ,
"integrity" : "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"mime-types" : "~2.1.34" ,
"negotiator" : "0.6.3"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/acorn" : {
2024-09-09 07:10:30 +02:00
"version" : "8.12.1" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz" ,
"integrity" : "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"peerDependencies" : {
"acorn" : "^8"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
"peerDependencies" : {
"ajv" : "^6.9.1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/ansi-escapes" : {
2024-09-09 07:10:30 +02:00
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz" ,
"integrity" : "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/ansi-regex" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/ansi-styles" : {
2024-09-09 07:10:30 +02:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"color-convert" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/argparse" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Python-2.0"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/array-buffer-byte-length" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.5" ,
"is-array-buffer" : "^3.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array-flatten" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/array-includes" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz" ,
"integrity" : "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
2023-11-04 11:38:23 +01:00
"is-string" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array-union" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/array.prototype.findlastindex" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz" ,
"integrity" : "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-shim-unscopables" : "^1.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array.prototype.flat" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz" ,
"integrity" : "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/array.prototype.flatmap" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz" ,
"integrity" : "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"es-shim-unscopables" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/arraybuffer.prototype.slice" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz" ,
"integrity" : "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.22.3" ,
"es-errors" : "^1.2.1" ,
"get-intrinsic" : "^1.2.3" ,
"is-array-buffer" : "^3.0.4" ,
2023-11-04 11:38:23 +01:00
"is-shared-array-buffer" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/arrify" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/arrify/-/arrify-3.0.0.tgz" ,
"integrity" : "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/async-retry" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz" ,
"integrity" : "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"retry" : "0.13.1"
}
} ,
"node_modules/available-typed-arrays" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" ,
"integrity" : "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" ,
"license" : "MIT" ,
"dependencies" : {
"possible-typed-array-names" : "^1.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/base64id" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz" ,
"integrity" : "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : "^4.5.0 || >= 5.9"
}
} ,
"node_modules/basic-auth" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz" ,
"integrity" : "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"safe-buffer" : "5.1.2"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/body-parser" : {
2024-09-11 03:34:16 +02:00
"version" : "1.20.3" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz" ,
"integrity" : "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"bytes" : "3.1.2" ,
"content-type" : "~1.0.5" ,
2023-11-04 11:38:23 +01:00
"debug" : "2.6.9" ,
2024-09-09 07:10:30 +02:00
"depd" : "2.0.0" ,
"destroy" : "1.2.0" ,
"http-errors" : "2.0.0" ,
"iconv-lite" : "0.4.24" ,
"on-finished" : "2.4.1" ,
2024-09-11 03:34:16 +02:00
"qs" : "6.13.0" ,
2024-09-09 07:10:30 +02:00
"raw-body" : "2.5.2" ,
"type-is" : "~1.6.18" ,
"unpipe" : "1.0.0"
} ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/body-parser/node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/body-parser/node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/body-parser/node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/bowser" : {
"version" : "2.9.0" ,
"resolved" : "https://registry.npmjs.org/bowser/-/bowser-2.9.0.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-2ld76tuLBNFekRgmJfT2+3j5MIrP6bFict8WAIT3beq+srz1gcKNAdNKMqHqauQt63NmAa88HfP1/Ypa9Er3HA==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/braces" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"fill-range" : "^7.1.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/browserslist" : {
"version" : "4.23.3" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz" ,
"integrity" : "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"caniuse-lite" : "^1.0.30001646" ,
"electron-to-chromium" : "^1.5.4" ,
"node-releases" : "^2.0.18" ,
"update-browserslist-db" : "^1.1.0"
} ,
"bin" : {
"browserslist" : "cli.js"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/builtin-modules" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz" ,
"integrity" : "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/bundle-name" : {
"version" : "4.1.0" ,
"resolved" : " h t t p s : //registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
"integrity" : "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"run-applescript" : "^7.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/bytes" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz" ,
"integrity" : "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/call-bind" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" ,
"integrity" : "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
2023-11-04 11:38:23 +01:00
"function-bind" : "^1.1.2" ,
2024-09-09 07:10:30 +02:00
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelize" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/caniuse-lite" : {
"version" : "1.0.30001659" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001659.tgz" ,
"integrity" : "sha512-Qxxyfv3RdHAfJcXelgf0hU4DFUVXBGTjqrBUZLUh8AtlGnsDo+CnncYtTd95+ZKfnANUOzxyIQCuU/UeBZBYoA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/chalk" : {
2024-09-09 07:10:30 +02:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/chrome-trace-event" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz" ,
"integrity" : "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/ci-info" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz" ,
"integrity" : "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/clean-regexp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz" ,
"integrity" : "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"escape-string-regexp" : "^1.0.5"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/clean-regexp/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.8.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"color-name" : "~1.1.4"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=7.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/common-path-prefix" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz" ,
"integrity" : "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" ,
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/compressible" : {
"version" : "2.0.18" ,
"resolved" : "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz" ,
"integrity" : "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"mime-db" : ">= 1.43.0 < 2"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/compression" : {
"version" : "1.7.4" ,
"resolved" : "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz" ,
"integrity" : "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"accepts" : "~1.3.5" ,
"bytes" : "3.0.0" ,
"compressible" : "~2.0.16" ,
"debug" : "2.6.9" ,
"on-headers" : "~1.0.2" ,
"safe-buffer" : "5.1.2" ,
"vary" : "~1.1.2"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/confusing-browser-globals" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz" ,
"integrity" : "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/content-disposition" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" ,
"integrity" : "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"safe-buffer" : "5.2.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/content-disposition/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"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"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/content-security-policy-builder" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/content-security-policy-builder/-/content-security-policy-builder-2.1.0.tgz" ,
"integrity" : "sha512-/MtLWhJVvJNkA9dVLAp6fg9LxD2gfI6R2Fi1hPmfjYXSahJJzcfvoeDOxSyp4NvxMuwWv3WMssE9o31DoULHrQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie" : {
2024-09-09 07:10:30 +02:00
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz" ,
"integrity" : "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie-signature" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/core-js-compat" : {
"version" : "3.38.1" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz" ,
"integrity" : "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"browserslist" : "^4.23.3"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/cors" : {
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz" ,
"integrity" : "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" ,
"license" : "MIT" ,
"dependencies" : {
"object-assign" : "^4" ,
"vary" : "^1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/cosmiconfig" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" ,
"integrity" : "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"env-paths" : "^2.2.1" ,
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/cross-spawn" : {
2024-09-09 07:10:30 +02:00
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" ,
"integrity" : "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/dasherize" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dasherize/-/dasherize-2.0.0.tgz" ,
"integrity" : "sha512-APql/TZ6FdLEpf2z7/X2a2zyqK8juYtqaSVqxw9mYoQ64CXkfU15AeLh8pUszT8+fnYjgm6t0aIYpWKJbnLkuA==" ,
"license" : "MIT"
} ,
"node_modules/data-view-buffer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz" ,
"integrity" : "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/data-view-byte-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/data-view-byte-offset" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz" ,
"integrity" : "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/default-browser" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz" ,
"integrity" : "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"bundle-name" : "^4.1.0" ,
"default-browser-id" : "^5.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/default-browser-id" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz" ,
"integrity" : "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/define-data-property" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
2024-09-09 07:10:30 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/define-lazy-prop" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz" ,
"integrity" : "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/depd" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/destroy" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/dir-glob" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"path-type" : "^4.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
}
} ,
"node_modules/dir-glob/node_modules/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 ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/dom-serializer" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/domelementtype" : {
2023-11-04 11:38:23 +01:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2024-09-09 07:10:30 +02:00
] ,
"license" : "BSD-2-Clause"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/domhandler" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/domutils" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/dont-sniff-mimetype" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/dont-sniff-mimetype/-/dont-sniff-mimetype-1.1.0.tgz" ,
"integrity" : "sha512-ZjI4zqTaxveH2/tTlzS1wFp+7ncxNZaIEWYg3lzZRHkKf5zPT/MnEG6WL0BhHMJUabkh8GeU5NL5j+rEUCb7Ug==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.18" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.18.tgz" ,
"integrity" : "sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ==" ,
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/emoji-regex" : {
2024-09-09 07:10:30 +02:00
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz" ,
"integrity" : "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" ,
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/encodeurl" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" ,
"integrity" : "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/encoding-japanese" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-2.1.0.tgz" ,
"integrity" : "sha512-58XySVxUgVlBikBTbQ8WdDxBDHIdXucB16LO5PBHR8t75D54wQrNo4cg+58+R1CtJfKnsVsvt9XlteRaR8xw1w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.10.0"
}
2023-11-04 11:38:23 +01:00
} ,
2024-09-11 03:34:16 +02:00
"node_modules/encodings" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/encodings/-/encodings-1.0.0.tgz" ,
"integrity" : "sha512-40cQBXxhPyP9gg1IX6HHORWGjkOilH9NCxyWmWPbdVEPj7wI5ow66bL0gf1s4jAUxLZdDX2RNA9+WYV2+ML13Q==" ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "5.3.0"
}
} ,
"node_modules/encodings/node_modules/semver" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz" ,
"integrity" : "sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/engine.io" : {
2024-09-09 07:10:30 +02:00
"version" : "6.5.5" ,
"resolved" : "https://registry.npmjs.org/engine.io/-/engine.io-6.5.5.tgz" ,
"integrity" : "sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/cookie" : "^0.4.1" ,
"@types/cors" : "^2.8.12" ,
"@types/node" : ">=10.0.0" ,
2023-11-04 11:38:23 +01:00
"accepts" : "~1.3.4" ,
"base64id" : "2.0.0" ,
"cookie" : "~0.4.1" ,
2024-09-09 07:10:30 +02:00
"cors" : "~2.8.5" ,
"debug" : "~4.3.1" ,
"engine.io-parser" : "~5.2.1" ,
"ws" : "~8.17.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10.2.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/engine.io-parser" : {
2024-09-09 07:10:30 +02:00
"version" : "5.2.3" ,
"resolved" : "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz" ,
"integrity" : "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/engine.io/node_modules/cookie" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz" ,
"integrity" : "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/engine.io/node_modules/debug" : {
2024-09-09 07:10:30 +02:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/engine.io/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/enhance-visitors" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/enhance-visitors/-/enhance-visitors-1.0.0.tgz" ,
"integrity" : "sha512-+29eJLiUixTEDRaZ35Vu8jP3gPLNcQQkQkOQjLp2X+6cZGGPDD/uasbFzvLsJKnGZnvmyZ0srxudwOtskHeIDA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"lodash" : "^4.13.1"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/enhanced-resolve" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz" ,
"integrity" : "sha512-kxpoMgrdtkXZ5h0SeraBS1iRntpTpQ3R8ussdb38+UAFnMGX5DDyJXePm+OCHOcoXvHDw7mc2erbJBpDnl7TPw==" ,
"dev" : true ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"memory-fs" : "^0.2.0" ,
"tapable" : "^0.1.8"
} ,
"engines" : {
"node" : ">=0.6"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/entities" : {
2024-09-09 07:10:30 +02:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
2023-11-04 11:38:23 +01:00
} ,
"node_modules/env-editor" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/env-editor/-/env-editor-1.1.0.tgz" ,
"integrity" : "sha512-7AXskzN6T7Q9TFcKAGJprUbpQa4i1VsAetO9rdBqbGMGlragTziBgWt4pVYJMBWHQlLoX0buy6WFikzPH4Qjpw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/es-abstract" : {
2024-09-09 07:10:30 +02:00
"version" : "1.23.3" ,
"resolved" : "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz" ,
"integrity" : "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==" ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.1" ,
"arraybuffer.prototype.slice" : "^1.0.3" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
"data-view-buffer" : "^1.0.1" ,
"data-view-byte-length" : "^1.0.1" ,
"data-view-byte-offset" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-set-tostringtag" : "^2.0.3" ,
2023-11-04 11:38:23 +01:00
"es-to-primitive" : "^1.2.1" ,
"function.prototype.name" : "^1.1.6" ,
2024-09-09 07:10:30 +02:00
"get-intrinsic" : "^1.2.4" ,
"get-symbol-description" : "^1.0.2" ,
2023-11-04 11:38:23 +01:00
"globalthis" : "^1.0.3" ,
"gopd" : "^1.0.1" ,
2024-09-09 07:10:30 +02:00
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.0.3" ,
2023-11-04 11:38:23 +01:00
"has-symbols" : "^1.0.3" ,
2024-09-09 07:10:30 +02:00
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.0.7" ,
"is-array-buffer" : "^3.0.4" ,
2023-11-04 11:38:23 +01:00
"is-callable" : "^1.2.7" ,
2024-09-09 07:10:30 +02:00
"is-data-view" : "^1.0.1" ,
"is-negative-zero" : "^2.0.3" ,
2023-11-04 11:38:23 +01:00
"is-regex" : "^1.1.4" ,
2024-09-09 07:10:30 +02:00
"is-shared-array-buffer" : "^1.0.3" ,
2023-11-04 11:38:23 +01:00
"is-string" : "^1.0.7" ,
2024-09-09 07:10:30 +02:00
"is-typed-array" : "^1.1.13" ,
2023-11-04 11:38:23 +01:00
"is-weakref" : "^1.0.2" ,
"object-inspect" : "^1.13.1" ,
"object-keys" : "^1.1.1" ,
2024-09-09 07:10:30 +02:00
"object.assign" : "^4.1.5" ,
"regexp.prototype.flags" : "^1.5.2" ,
"safe-array-concat" : "^1.1.2" ,
"safe-regex-test" : "^1.0.3" ,
"string.prototype.trim" : "^1.2.9" ,
"string.prototype.trimend" : "^1.0.8" ,
"string.prototype.trimstart" : "^1.0.8" ,
"typed-array-buffer" : "^1.0.2" ,
"typed-array-byte-length" : "^1.0.1" ,
"typed-array-byte-offset" : "^1.0.2" ,
"typed-array-length" : "^1.0.6" ,
2023-11-04 11:38:23 +01:00
"unbox-primitive" : "^1.0.2" ,
2024-09-09 07:10:30 +02:00
"which-typed-array" : "^1.1.15"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/es-define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" ,
"integrity" : "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-module-lexer" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz" ,
"integrity" : "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" ,
"integrity" : "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/es-set-tostringtag" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz" ,
"integrity" : "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"get-intrinsic" : "^1.2.4" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-shim-unscopables" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz" ,
"integrity" : "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"hasown" : "^2.0.0"
}
} ,
"node_modules/es-to-primitive" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" ,
"integrity" : "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-callable" : "^1.1.4" ,
"is-date-object" : "^1.0.1" ,
"is-symbol" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/escape-string-regexp" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint" : {
2024-09-09 07:10:30 +02:00
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz" ,
"integrity" : "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.6.1" ,
"@eslint/eslintrc" : "^2.1.4" ,
"@eslint/js" : "8.57.0" ,
"@humanwhocodes/config-array" : "^0.11.14" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
"@ungap/structured-clone" : "^1.2.0" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
2023-11-04 11:38:23 +01:00
"doctrine" : "^3.0.0" ,
2024-09-09 07:10:30 +02:00
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^7.2.2" ,
"eslint-visitor-keys" : "^3.4.3" ,
"espree" : "^9.6.1" ,
"esquery" : "^1.4.2" ,
2023-11-04 11:38:23 +01:00
"esutils" : "^2.0.2" ,
2024-09-09 07:10:30 +02:00
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
"graphemer" : "^1.4.0" ,
"ignore" : "^5.2.0" ,
2023-11-04 11:38:23 +01:00
"imurmurhash" : "^0.1.4" ,
2024-09-09 07:10:30 +02:00
"is-glob" : "^4.0.0" ,
"is-path-inside" : "^3.0.3" ,
"js-yaml" : "^4.1.0" ,
2023-11-04 11:38:23 +01:00
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
2024-09-09 07:10:30 +02:00
"levn" : "^0.4.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
2023-11-04 11:38:23 +01:00
"natural-compare" : "^1.4.0" ,
2024-09-09 07:10:30 +02:00
"optionator" : "^0.9.3" ,
"strip-ansi" : "^6.0.1" ,
2023-11-04 11:38:23 +01:00
"text-table" : "^0.2.0"
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
2024-09-09 07:10:30 +02:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-compat-utils" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz" ,
"integrity" : "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.5.4"
} ,
"engines" : {
"node" : ">=12"
} ,
"peerDependencies" : {
"eslint" : ">=6.0.0"
}
} ,
"node_modules/eslint-config-prettier" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz" ,
"integrity" : "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"eslint-config-prettier" : "bin/cli.js"
} ,
"peerDependencies" : {
"eslint" : ">=7.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-config-xo" : {
"version" : "0.45.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz" ,
"integrity" : "sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"confusing-browser-globals" : "1.0.11"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"eslint" : ">=8.56.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-config-xo-typescript" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-5.0.0.tgz" ,
"integrity" : "sha512-ukAYCKf3p039pRai7hb6xaomZzsKlCjV5qx3NbYe27UC7Nz75If1HcpQL5sNW2b5aH8+Axb6dIIv28+bVtwlVQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"@typescript-eslint/eslint-plugin" : ">=7.16.0" ,
"@typescript-eslint/parser" : ">=7.16.0" ,
"eslint" : ">=8.56.0" ,
"typescript" : ">=5.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-formatter-pretty" : {
2024-09-09 07:10:30 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-formatter-pretty/-/eslint-formatter-pretty-6.0.1.tgz" ,
"integrity" : "sha512-znAUcXmBthdIUmlnRkPSxz3zSJHFUhfHF/nJPcCMVKg/mOa4yUie2Olqg1Ghbi5JJRBZVU3rIgzWSObvIspxMA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@types/eslint" : "^8.44.6" ,
"ansi-escapes" : "^6.2.0" ,
"chalk" : "^5.3.0" ,
"eslint-rule-docs" : "^1.1.235" ,
"log-symbols" : "^6.0.0" ,
"plur" : "^5.1.0" ,
"string-width" : "^7.0.0" ,
"supports-hyperlinks" : "^3.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint-formatter-pretty/node_modules/chalk" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" ,
"integrity" : "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-import-resolver-node" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz" ,
"integrity" : "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
}
} ,
"node_modules/eslint-import-resolver-node/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-import-resolver-node/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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/eslint-import-resolver-node/node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/eslint-import-resolver-webpack" : {
"version" : "0.13.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.13.9.tgz" ,
"integrity" : "sha512-yGngeefNiHXau2yzKKs2BNON4HLpxBabY40BGL/vUSKZtqzjlVsTTZm57jhHULhm+mJEwKsEIIN3NXup5AiiBQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^3.2.7" ,
"enhanced-resolve" : "^0.9.1" ,
"find-root" : "^1.1.0" ,
"hasown" : "^2.0.0" ,
"interpret" : "^1.4.0" ,
"is-core-module" : "^2.13.1" ,
"is-regex" : "^1.1.4" ,
"lodash" : "^4.17.21" ,
"resolve" : "^2.0.0-next.5" ,
"semver" : "^5.7.2"
} ,
"engines" : {
"node" : ">= 6"
} ,
"peerDependencies" : {
"eslint-plugin-import" : ">=1.4.0" ,
"webpack" : ">=1.11.0"
}
} ,
"node_modules/eslint-import-resolver-webpack/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-import-resolver-webpack/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"
} ,
"node_modules/eslint-import-resolver-webpack/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver"
}
2023-11-04 11:38:23 +01:00
} ,
"node_modules/eslint-module-utils" : {
2024-09-09 07:10:30 +02:00
"version" : "2.11.0" ,
"resolved" : "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz" ,
"integrity" : "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"debug" : "^3.2.7"
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
}
} ,
"node_modules/eslint-module-utils/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-module-utils/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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/eslint-plugin-ava" : {
2024-09-09 07:10:30 +02:00
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-ava/-/eslint-plugin-ava-14.0.0.tgz" ,
"integrity" : "sha512-XmKT6hppaipwwnLVwwvQliSU6AF1QMHiNoLD5JQfzhUhf0jY7CO0O624fQrE+Y/fTb9vbW8r77nKf7M/oHulxw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"enhance-visitors" : "^1.0.0" ,
2024-09-09 07:10:30 +02:00
"eslint-utils" : "^3.0.0" ,
"espree" : "^9.0.0" ,
"espurify" : "^2.1.1" ,
"import-modules" : "^2.1.0" ,
"micro-spelling-correcter" : "^1.1.1" ,
"pkg-dir" : "^5.0.0" ,
"resolve-from" : "^5.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.17 <15 || >=16.4"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"eslint" : ">=8.26.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-plugin-ava/node_modules/espree" : {
2024-09-09 07:10:30 +02:00
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-es-x" : {
"version" : "7.8.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz" ,
"integrity" : "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"funding" : [
"https://github.com/sponsors/ota-meshi" ,
"https://opencollective.com/eslint"
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@eslint-community/eslint-utils" : "^4.1.2" ,
"@eslint-community/regexpp" : "^4.11.0" ,
"eslint-compat-utils" : "^0.5.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^14.18.0 || >=16.0.0"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"eslint" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-plugin-eslint-comments" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz" ,
"integrity" : "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"escape-string-regexp" : "^1.0.5" ,
"ignore" : "^5.0.5"
} ,
"engines" : {
"node" : ">=6.5.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=4.19.1"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.8.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-plugin-import" : {
2024-09-09 07:10:30 +02:00
"version" : "2.30.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz" ,
"integrity" : "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@rtsao/scc" : "^1.1.0" ,
"array-includes" : "^3.1.8" ,
"array.prototype.findlastindex" : "^1.2.5" ,
2023-11-04 11:38:23 +01:00
"array.prototype.flat" : "^1.3.2" ,
"array.prototype.flatmap" : "^1.3.2" ,
"debug" : "^3.2.7" ,
"doctrine" : "^2.1.0" ,
"eslint-import-resolver-node" : "^0.3.9" ,
2024-09-09 07:10:30 +02:00
"eslint-module-utils" : "^2.9.0" ,
"hasown" : "^2.0.2" ,
"is-core-module" : "^2.15.1" ,
2023-11-04 11:38:23 +01:00
"is-glob" : "^4.0.3" ,
"minimatch" : "^3.1.2" ,
2024-09-09 07:10:30 +02:00
"object.fromentries" : "^2.0.8" ,
"object.groupby" : "^1.0.3" ,
"object.values" : "^1.2.0" ,
2023-11-04 11:38:23 +01:00
"semver" : "^6.3.1" ,
2024-09-09 07:10:30 +02:00
"tsconfig-paths" : "^3.15.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=4"
} ,
"peerDependencies" : {
"eslint" : "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
} ,
"node_modules/eslint-plugin-import/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
"node_modules/eslint-plugin-import/node_modules/doctrine" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz" ,
"integrity" : "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/eslint-plugin-import/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 ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/eslint-plugin-import/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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/eslint-plugin-import/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"semver" : "bin/semver.js"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-n" : {
"version" : "17.10.2" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.2.tgz" ,
"integrity" : "sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
"enhanced-resolve" : "^5.17.0" ,
"eslint-plugin-es-x" : "^7.5.0" ,
"get-tsconfig" : "^4.7.0" ,
"globals" : "^15.8.0" ,
"ignore" : "^5.2.4" ,
"minimatch" : "^9.0.5" ,
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : ">=8.23.0"
}
} ,
"node_modules/eslint-plugin-n/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-n/node_modules/enhanced-resolve" : {
"version" : "5.17.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz" ,
"integrity" : "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10.13.0"
}
} ,
"node_modules/eslint-plugin-n/node_modules/globals" : {
"version" : "15.9.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz" ,
"integrity" : "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-n/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-n/node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint-plugin-no-use-extend-native" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz" ,
"integrity" : "sha512-dBNjs8hor8rJgeXLH4HTut5eD3RGWf9JUsadIfuL7UosVQ/dnvOKwxEcRrXrFxrMZ8llUVWT+hOimxJABsAUzQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-get-set-prop" : "^1.0.0" ,
"is-js-type" : "^2.0.0" ,
"is-obj-prop" : "^1.0.0" ,
"is-proto-prop" : "^2.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=6.0.0"
2024-09-09 07:10:30 +02:00
}
} ,
"node_modules/eslint-plugin-prettier" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz" ,
"integrity" : "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"prettier-linter-helpers" : "^1.0.0" ,
"synckit" : "^0.9.1"
} ,
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint-plugin-prettier"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"@types/eslint" : ">=8.0.0" ,
"eslint" : ">=8.0.0" ,
"eslint-config-prettier" : "*" ,
"prettier" : ">=3.0.0"
2023-11-04 11:38:23 +01:00
} ,
"peerDependenciesMeta" : {
2024-09-09 07:10:30 +02:00
"@types/eslint" : {
"optional" : true
} ,
2023-11-04 11:38:23 +01:00
"eslint-config-prettier" : {
"optional" : true
}
}
} ,
"node_modules/eslint-plugin-promise" : {
2024-09-09 07:10:30 +02:00
"version" : "6.6.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz" ,
"integrity" : "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-plugin-unicorn" : {
2024-09-09 07:10:30 +02:00
"version" : "54.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz" ,
"integrity" : "sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@babel/helper-validator-identifier" : "^7.24.5" ,
"@eslint-community/eslint-utils" : "^4.4.0" ,
"@eslint/eslintrc" : "^3.0.2" ,
"ci-info" : "^4.0.0" ,
2023-11-04 11:38:23 +01:00
"clean-regexp" : "^1.0.0" ,
2024-09-09 07:10:30 +02:00
"core-js-compat" : "^3.37.0" ,
"esquery" : "^1.5.0" ,
"indent-string" : "^4.0.0" ,
"is-builtin-module" : "^3.2.1" ,
"jsesc" : "^3.0.2" ,
"pluralize" : "^8.0.0" ,
"read-pkg-up" : "^7.0.1" ,
"regexp-tree" : "^0.1.27" ,
"regjsparser" : "^0.10.0" ,
"semver" : "^7.6.1" ,
"strip-indent" : "^3.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18.18"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
2024-09-09 07:10:30 +02:00
"eslint" : ">=8.56.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-rule-docs" : {
"version" : "1.1.235" ,
"resolved" : "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz" ,
"integrity" : "sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/eslint-scope" : {
2024-09-09 07:10:30 +02:00
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-utils" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz" ,
"integrity" : "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"eslint-visitor-keys" : "^2.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^10.0.0 || ^12.0.0 || >= 14.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=5"
}
} ,
"node_modules/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz" ,
"integrity" : "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=10"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint-visitor-keys" : {
2024-09-09 07:10:30 +02:00
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/eslint/node_modules/debug" : {
2024-09-09 07:10:30 +02:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ms" : "^2.1.3"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/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" : "*"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/eslint/node_modules/ms" : {
2024-09-09 07:10:30 +02:00
"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"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/eslint/node_modules/type-fest" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/esm-utils" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esm-utils/-/esm-utils-4.3.0.tgz" ,
"integrity" : "sha512-KupZztbWAnuksy1TYPjTkePxVlMWzmXdmB72z1WvUadtUiFv6x+0PKjYfyy1io9gdvU1A6QIcu055NRrJu1TEA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"import-meta-resolve" : "^4.1.0" ,
"url-or-path" : "^2.3.0"
} ,
"funding" : {
"url" : "https://github.com/fisker/esm-utils?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/espree" : {
2024-09-09 07:10:30 +02:00
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz" ,
"integrity" : "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"acorn" : "^8.12.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/espree/node_modules/eslint-visitor-keys" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz" ,
"integrity" : "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/espurify" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/espurify/-/espurify-2.1.1.tgz" ,
"integrity" : "sha512-zttWvnkhcDyGOhSH4vO2qCBILpdCMv/MX8lp4cqgRkQoDRGK2oZxi2GfWhlP2dIXmk7BaKeOTuzbHhyC68o8XQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/esquery" : {
2024-09-09 07:10:30 +02:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-3-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/estraverse" : {
2023-11-04 11:38:23 +01:00
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.8.x"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/execa" : {
"version" : "9.3.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-9.3.1.tgz" ,
"integrity" : "sha512-gdhefCCNy/8tpH/2+ajP9IQc14vXchNdd0weyzSJEFURhRMGncQ+zKFxwjAufIewPEJm9BPOaJnvg2UtlH2gPQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@sindresorhus/merge-streams" : "^4.0.0" ,
"cross-spawn" : "^7.0.3" ,
"figures" : "^6.1.0" ,
"get-stream" : "^9.0.0" ,
"human-signals" : "^8.0.0" ,
"is-plain-obj" : "^4.1.0" ,
"is-stream" : "^4.0.1" ,
"npm-run-path" : "^5.2.0" ,
"pretty-ms" : "^9.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^4.0.0" ,
"yoctocolors" : "^2.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^18.19.0 || >=20.5.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/execa/node_modules/@sindresorhus/merge-streams" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz" ,
"integrity" : "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/express" : {
2024-09-17 20:00:09 +02:00
"version" : "4.21.0" ,
"resolved" : "https://registry.npmjs.org/express/-/express-4.21.0.tgz" ,
"integrity" : "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"accepts" : "~1.3.8" ,
2023-11-04 11:38:23 +01:00
"array-flatten" : "1.1.1" ,
2024-09-11 03:34:16 +02:00
"body-parser" : "1.20.3" ,
2024-09-09 07:10:30 +02:00
"content-disposition" : "0.5.4" ,
2023-11-04 11:38:23 +01:00
"content-type" : "~1.0.4" ,
2024-09-09 07:10:30 +02:00
"cookie" : "0.6.0" ,
2023-11-04 11:38:23 +01:00
"cookie-signature" : "1.0.6" ,
"debug" : "2.6.9" ,
2024-09-09 07:10:30 +02:00
"depd" : "2.0.0" ,
2024-09-11 03:34:16 +02:00
"encodeurl" : "~2.0.0" ,
2023-11-04 11:38:23 +01:00
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
2024-09-17 20:00:09 +02:00
"finalhandler" : "1.3.1" ,
2023-11-04 11:38:23 +01:00
"fresh" : "0.5.2" ,
2024-09-09 07:10:30 +02:00
"http-errors" : "2.0.0" ,
2024-09-11 03:34:16 +02:00
"merge-descriptors" : "1.0.3" ,
2023-11-04 11:38:23 +01:00
"methods" : "~1.1.2" ,
2024-09-09 07:10:30 +02:00
"on-finished" : "2.4.1" ,
"parseurl" : "~1.3.3" ,
2024-09-11 03:34:16 +02:00
"path-to-regexp" : "0.1.10" ,
2024-09-09 07:10:30 +02:00
"proxy-addr" : "~2.0.7" ,
2024-09-17 20:00:09 +02:00
"qs" : "6.13.0" ,
2024-09-09 07:10:30 +02:00
"range-parser" : "~1.2.1" ,
"safe-buffer" : "5.2.1" ,
2024-09-11 03:34:16 +02:00
"send" : "0.19.0" ,
2024-09-17 20:00:09 +02:00
"serve-static" : "1.16.2" ,
2024-09-09 07:10:30 +02:00
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"type-is" : "~1.6.18" ,
2023-11-04 11:38:23 +01:00
"utils-merge" : "1.0.1" ,
"vary" : "~1.1.2"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/express-validator" : {
2024-09-09 07:10:30 +02:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/express-validator/-/express-validator-7.2.0.tgz" ,
"integrity" : "sha512-I2ByKD8panjtr8Y05l21Wph9xk7kk64UMyvJCl/fFM/3CTJq8isXYPLeKW/aZBCdb/LYNv63PwhY8khw8VWocA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"lodash" : "^4.17.21" ,
"validator" : "~13.12.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 8.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-11 03:34:16 +02:00
"node_modules/express/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/express/node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/express/node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/express/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"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"
} ,
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/fast-diff" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz" ,
"integrity" : "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" ,
"dev" : true ,
"license" : "Apache-2.0"
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8.6.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-glob" : "^4.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
} ,
"node_modules/fastq" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
"dev" : true ,
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"reusify" : "^1.0.4"
}
} ,
"node_modules/feature-policy" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/feature-policy/-/feature-policy-0.3.0.tgz" ,
"integrity" : "sha512-ZtijOTFN7TzCujt1fnNhfWPFPSHeZkesff9AXZj+UEjYBynWNUIYpC87Ve4wHzyexQsImicLu7WsC2LHq7/xrQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=4.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/figures" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz" ,
"integrity" : "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-unicode-supported" : "^2.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/figures/node_modules/is-unicode-supported" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz" ,
"integrity" : "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" ,
"integrity" : "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"flat-cache" : "^3.0.4"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^10.12.0 || >=12.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/finalhandler" : {
2024-09-17 20:00:09 +02:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" ,
"integrity" : "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" ,
2024-09-09 07:10:30 +02:00
"dependencies" : {
"debug" : "2.6.9" ,
2024-09-17 20:00:09 +02:00
"encodeurl" : "~2.0.0" ,
2024-09-09 07:10:30 +02:00
"escape-html" : "~1.0.3" ,
"on-finished" : "2.4.1" ,
"parseurl" : "~1.3.3" ,
"statuses" : "2.0.1" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
2023-11-04 11:38:23 +01:00
} ,
2024-09-17 20:00:09 +02:00
"node_modules/finalhandler/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-5.0.0.tgz" ,
"integrity" : "sha512-OuWNfjfP05JcpAP3JPgAKUhWefjMRfI5iAoSsvE24ANYWJaepAtlSgWECSVEuRgSXpyNEc9DJwG/TZpgcOqyig==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"common-path-prefix" : "^3.0.0" ,
"pkg-dir" : "^7.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/find-up" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz" ,
"integrity" : "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^7.1.0" ,
"path-exists" : "^5.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/locate-path" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz" ,
"integrity" : "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-locate" : "^6.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/p-limit" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz" ,
"integrity" : "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"yocto-queue" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/p-locate" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz" ,
"integrity" : "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-limit" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/find-cache-dir/node_modules/path-exists" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz" ,
"integrity" : "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" ,
"dev" : true ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/pkg-dir" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz" ,
"integrity" : "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"find-up" : "^6.3.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-cache-dir/node_modules/yocto-queue" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz" ,
"integrity" : "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12.20"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-root" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz" ,
"integrity" : "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/find-up-simple" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz" ,
"integrity" : "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/flat-cache" : {
2024-09-09 07:10:30 +02:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^10.12.0 || >=12.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/flatted" : {
2024-09-09 07:10:30 +02:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" ,
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/for-each" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz" ,
"integrity" : "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-callable" : "^1.1.3"
}
} ,
"node_modules/foreachasync" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==" ,
"license" : "Apache2"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/forwarded" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" ,
"integrity" : "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/function.prototype.name" : {
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz" ,
"integrity" : "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"define-properties" : "^1.2.0" ,
"es-abstract" : "^1.22.1" ,
"functions-have-names" : "^1.2.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/get-east-asian-width" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz" ,
"integrity" : "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/get-intrinsic" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" ,
"integrity" : "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"es-errors" : "^1.3.0" ,
2023-11-04 11:38:23 +01:00
"function-bind" : "^1.1.2" ,
"has-proto" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.0"
} ,
2024-09-09 07:10:30 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-set-props" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-set-props/-/get-set-props-0.1.0.tgz" ,
"integrity" : "sha512-7oKuKzAGKj0ag+eWZwcGw2fjiZ78tXnXQoBgY0aU7ZOxTu4bB7hSuQSDgtKy978EDH062P5FmD2EWiDpQS9K9Q==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/get-stdin" : {
2024-09-09 07:10:30 +02:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz" ,
"integrity" : "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/get-stream" : {
2024-09-09 07:10:30 +02:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz" ,
"integrity" : "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"@sec-ant/readable-stream" : "^0.4.1" ,
"is-stream" : "^4.0.1"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/get-symbol-description" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz" ,
"integrity" : "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/get-tsconfig" : {
"version" : "4.8.0" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz" ,
"integrity" : "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-09-09 07:10:30 +02:00
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
2024-09-09 07:10:30 +02:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-glob" : "^4.0.3"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10.13.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/glob-to-regexp" : {
2024-09-09 07:10:30 +02:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true
2023-11-04 11:38:23 +01:00
} ,
"node_modules/glob/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 ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/globals" : {
2024-09-09 07:10:30 +02:00
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/globalthis" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz" ,
"integrity" : "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/globby" : {
2024-09-09 07:10:30 +02:00
"version" : "14.0.2" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz" ,
"integrity" : "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@sindresorhus/merge-streams" : "^2.1.0" ,
"fast-glob" : "^3.3.2" ,
"ignore" : "^5.2.4" ,
"path-type" : "^5.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/gopd" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" ,
"integrity" : "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"get-intrinsic" : "^1.1.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "ISC"
} ,
"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"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/has-bigints" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" ,
"integrity" : "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-flag" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/has-property-descriptors" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"es-define-property" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-proto" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" ,
"integrity" : "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-symbols" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" ,
"integrity" : "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-tostringtag" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"has-symbols" : "^1.0.3"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/he" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/he/-/he-1.2.0.tgz" ,
"integrity" : "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"he" : "bin/he"
}
} ,
"node_modules/helmet" : {
"version" : "3.23.3" ,
"resolved" : "https://registry.npmjs.org/helmet/-/helmet-3.23.3.tgz" ,
"integrity" : "sha512-U3MeYdzPJQhtvqAVBPntVgAvNSOJyagwZwyKsFdyRa8TV3pOKVFljalPOCxbw5Wwf2kncGhmP0qHjyazIdNdSA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"depd" : "2.0.0" ,
"dont-sniff-mimetype" : "1.1.0" ,
"feature-policy" : "0.3.0" ,
"helmet-crossdomain" : "0.4.0" ,
"helmet-csp" : "2.10.0" ,
"hide-powered-by" : "1.1.0" ,
"hpkp" : "2.0.0" ,
"hsts" : "2.2.0" ,
"nocache" : "2.1.0" ,
"referrer-policy" : "1.2.0" ,
"x-xss-protection" : "1.3.0"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/helmet-crossdomain" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz" ,
"integrity" : "sha512-AB4DTykRw3HCOxovD1nPR16hllrVImeFp5VBV9/twj66lJ2nU75DP8FPL0/Jp4jj79JhTfG+pFI2MD02kWJ+fA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/helmet-csp" : {
"version" : "2.10.0" ,
"resolved" : "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.10.0.tgz" ,
"integrity" : "sha512-Rz953ZNEFk8sT2XvewXkYN0Ho4GEZdjAZy4stjiEQV3eN7GDxg1QKmYggH7otDyIA7uGA6XnUMVSgeJwbR5X+w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"bowser" : "2.9.0" ,
"camelize" : "1.0.0" ,
"content-security-policy-builder" : "2.1.0" ,
"dasherize" : "2.0.0"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/hide-powered-by" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/hide-powered-by/-/hide-powered-by-1.1.0.tgz" ,
"integrity" : "sha512-Io1zA2yOA1YJslkr+AJlWSf2yWFkKjvkcL9Ni1XSUqnGLr/qRQe2UI3Cn/J9MsJht7yEVCe0SscY1HgVMujbgg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/hosted-git-info" : {
"version" : "2.8.9" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" ,
"integrity" : "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/hpkp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/hpkp/-/hpkp-2.0.0.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-TaZpC6cO/k3DFsjfzz1LnOobbVSq+J+7WpJxrVtN4L+8+BPQj8iBDRB2Dx49613N+e7/+ZSQ9ra+xZm7Blf4wg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/hsts" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/hsts/-/hsts-2.2.0.tgz" ,
"integrity" : "sha512-ToaTnQ2TbJkochoVcdXYm4HOCliNozlviNsg+X2XQLQvZNI/kCHR9rZxVYpJB3UPcHz80PgxRyWQ7PdU1r+VBQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"depd" : "2.0.0"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/html-to-text" : {
2024-09-09 07:10:30 +02:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz" ,
"integrity" : "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@selderee/plugin-htmlparser2" : "^0.11.0" ,
"deepmerge" : "^4.3.1" ,
"dom-serializer" : "^2.0.0" ,
"htmlparser2" : "^8.0.2" ,
"selderee" : "^0.11.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/htmlparser2" : {
2024-09-09 07:10:30 +02:00
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz" ,
"integrity" : "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" ,
2023-11-04 11:38:23 +01:00
"funding" : [
2024-09-09 07:10:30 +02:00
"https://github.com/fb55/htmlparser2?sponsor=1" ,
2023-11-04 11:38:23 +01:00
{
"type" : "github" ,
2024-09-09 07:10:30 +02:00
"url" : "https://github.com/sponsors/fb55"
2023-11-04 11:38:23 +01:00
}
2024-09-09 07:10:30 +02:00
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"entities" : "^4.4.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/http-errors" : {
"version" : "1.6.3" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz" ,
"integrity" : "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.3" ,
"setprototypeof" : "1.1.0" ,
"statuses" : ">= 1.4.0 < 2"
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.6"
}
} ,
"node_modules/http-errors/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/http-errors/node_modules/setprototypeof" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" ,
"integrity" : "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" ,
"license" : "ISC"
} ,
"node_modules/http-errors/node_modules/statuses" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" ,
"integrity" : "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/human-signals" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-8.0.0.tgz" ,
"integrity" : "sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/iconv-lite" : {
2024-09-09 07:10:30 +02:00
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ignore" : {
2024-09-09 07:10:30 +02:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/imap" : {
"version" : "0.8.19" ,
"resolved" : "https://registry.npmjs.org/imap/-/imap-0.8.19.tgz" ,
"integrity" : "sha512-z5DxEA1uRnZG73UcPA4ES5NSCGnPuuouUx43OPX7KZx1yzq3N8/vx2mtXEShT5inxB3pRgnfG1hijfu7XN2YMw==" ,
"dependencies" : {
"readable-stream" : "1.1.x" ,
"utf7" : ">=1.0.2"
} ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/imap-simple" : {
2024-09-17 19:50:52 +02:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/imap-simple/-/imap-simple-4.3.0.tgz" ,
"integrity" : "sha512-SW3LtfEJFjlJKS/h2CmpX2IKpya2RXobR3ENJJW4iMQ3QYPxWxf5oeaz1K3P4eGUwfGEndkqt7uVDKnEyG9zeQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"iconv-lite" : "~0.4.13" ,
2024-09-17 19:50:52 +02:00
"imap" : "^0.8.18" ,
2023-11-04 11:38:23 +01:00
"nodeify" : "^1.0.0" ,
"quoted-printable" : "^1.0.0" ,
2024-09-17 19:50:52 +02:00
"utf8" : "^2.1.1" ,
"uuencode" : "0.0.4"
2023-11-04 11:38:23 +01:00
}
} ,
"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==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/import-fresh/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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/import-meta-resolve" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz" ,
"integrity" : "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/import-modules" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/import-modules/-/import-modules-2.1.0.tgz" ,
"integrity" : "sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/indent-string" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
2024-09-09 07:10:30 +02:00
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/internal-slot" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz" ,
"integrity" : "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"es-errors" : "^1.3.0" ,
2023-11-04 11:38:23 +01:00
"hasown" : "^2.0.0" ,
"side-channel" : "^1.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/interpret" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz" ,
"integrity" : "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.10"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/ipaddr.js" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" ,
"integrity" : "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/irregular-plurals" : {
2024-09-09 07:10:30 +02:00
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz" ,
"integrity" : "sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-absolute" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz" ,
"integrity" : "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-relative" : "^1.0.0" ,
"is-windows" : "^1.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.10.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-array-buffer" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz" ,
"integrity" : "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
2024-09-09 07:10:30 +02:00
"get-intrinsic" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/is-bigint" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" ,
"integrity" : "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"has-bigints" : "^1.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-boolean-object" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" ,
"integrity" : "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-builtin-module" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz" ,
"integrity" : "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"builtin-modules" : "^3.3.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2023-11-04 11:38:23 +01:00
} ,
"node_modules/is-callable" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz" ,
"integrity" : "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-core-module" : {
2024-09-09 07:10:30 +02:00
"version" : "2.15.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz" ,
"integrity" : "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-data-view" : {
2023-11-04 11:38:23 +01:00
"version" : "1.0.1" ,
2024-09-09 07:10:30 +02:00
"resolved" : "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz" ,
"integrity" : "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-typed-array" : "^1.1.13"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
2024-09-09 07:10:30 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-date-object" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" ,
"integrity" : "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-docker" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" ,
"integrity" : "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-get-set-prop" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-get-set-prop/-/is-get-set-prop-1.0.0.tgz" ,
"integrity" : "sha512-DvAYZ1ZgGUz4lzxKMPYlt08qAUqyG9ckSg2pIjfvcQ7+pkVNUHk8yVLXOnCLe5WKXhLop8oorWFBJHpwWQpszQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"get-set-props" : "^0.1.0" ,
"lowercase-keys" : "^1.0.0"
}
} ,
"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==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-inside-container" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz" ,
"integrity" : "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-docker" : "^3.0.0"
} ,
"bin" : {
"is-inside-container" : "cli.js"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-js-type" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-js-type/-/is-js-type-2.0.0.tgz" ,
"integrity" : "sha512-Aj13l47+uyTjlQNHtXBV8Cji3jb037vxwMWCgopRR8h6xocgBGW3qG8qGlIOEmbXQtkKShKuBM9e8AA1OeQ+xw==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"js-types" : "^1.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-negated-glob" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz" ,
"integrity" : "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/is-negative-zero" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz" ,
"integrity" : "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-number" : {
2024-09-09 07:10:30 +02:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.12.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-number-object" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz" ,
"integrity" : "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-obj-prop" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-obj-prop/-/is-obj-prop-1.0.0.tgz" ,
"integrity" : "sha512-5Idb61slRlJlsAzi0Wsfwbp+zZY+9LXKUAZpvT/1ySw+NxKLRWfa0Bzj+wXI3fX5O9hiddm5c3DAaRSNP/yl2w==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"lowercase-keys" : "^1.0.0" ,
"obj-props" : "^1.0.0"
}
} ,
"node_modules/is-path-inside" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-plain-obj" : {
2024-09-09 07:10:30 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" ,
"integrity" : "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-plain-object" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-promise" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-mjWH5XxnhMA8cFnDchr6qRP9S/kLntKuEfIYku+PaN1CnS8v+OG9O/BKpRCVRJvpIkgAZm0Pf5Is3iSSOILlcg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/is-proto-prop" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-proto-prop/-/is-proto-prop-2.0.0.tgz" ,
"integrity" : "sha512-jl3NbQ/fGLv5Jhan4uX+Ge9ohnemqyblWVVCpAvtTQzNFvV2xhJq+esnkIbYQ9F1nITXoLfDDQLp7LBw/zzncg==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"lowercase-keys" : "^1.0.0" ,
"proto-props" : "^2.0.0"
}
} ,
"node_modules/is-regex" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" ,
"integrity" : "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-relative" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz" ,
"integrity" : "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"is-unc-path" : "^1.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-shared-array-buffer" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-stream" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz" ,
"integrity" : "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/is-string" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" ,
"integrity" : "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"has-tostringtag" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-symbol" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" ,
"integrity" : "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"has-symbols" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-typed-array" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz" ,
"integrity" : "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"which-typed-array" : "^1.1.14"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/is-unc-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz" ,
"integrity" : "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"unc-path-regex" : "^0.1.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-unicode-supported" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz" ,
"integrity" : "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/is-weakref" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" ,
"integrity" : "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-windows" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" ,
"integrity" : "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-wsl" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz" ,
"integrity" : "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"is-inside-container" : "^1.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/isarray" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
}
} ,
"node_modules/jest-worker/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/js-types" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/js-types/-/js-types-1.0.0.tgz" ,
"integrity" : "sha512-bfwqBW9cC/Lp7xcRpug7YrXm0IVw+T9e3g4mCYnv0Pjr3zIzU9PCQElYU9oSGAWzXlbdl9X5SAMPejO9sxkeUw==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/js-yaml" : {
2024-09-09 07:10:30 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"argparse" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/jsesc" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz" ,
"integrity" : "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/json5" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" ,
"integrity" : "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"minimist" : "^1.2.0"
} ,
"bin" : {
"json5" : "lib/cli.js"
}
} ,
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/leac" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz" ,
"integrity" : "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/levn" : {
2024-09-09 07:10:30 +02:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/libbase64" : {
2024-09-09 07:10:30 +02:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/libbase64/-/libbase64-1.3.0.tgz" ,
"integrity" : "sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/libmime" : {
2024-09-09 07:10:30 +02:00
"version" : "5.3.5" ,
"resolved" : "https://registry.npmjs.org/libmime/-/libmime-5.3.5.tgz" ,
"integrity" : "sha512-nSlR1yRZ43L3cZCiWEw7ali3jY29Hz9CQQ96Oy+sSspYnIP5N54ucOPHqooBsXzwrX1pwn13VUE05q4WmzfaLg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"encoding-japanese" : "2.1.0" ,
"iconv-lite" : "0.6.3" ,
"libbase64" : "1.3.0" ,
"libqp" : "2.1.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/libmime/node_modules/iconv-lite" : {
2024-09-09 07:10:30 +02:00
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/libqp" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/libqp/-/libqp-2.1.0.tgz" ,
"integrity" : "sha512-O6O6/fsG5jiUVbvdgT7YX3xY3uIadR6wEZ7+vy9u7PKHAlSEB6blvC1o5pHBjgsi95Uo0aiBBdkyFecj6jtb7A==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/line-column-path" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/line-column-path/-/line-column-path-3.0.0.tgz" ,
"integrity" : "sha512-Atocnm7Wr9nuvAn97yEPQa3pcQI5eLQGBz+m6iTb+CVw+IOzYB9MrYK7jI7BfC9ISnT4Fu0eiwhAScV//rp4Hw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"type-fest" : "^2.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
} ,
"node_modules/linkify-it" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz" ,
"integrity" : "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"uc.micro" : "^2.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/loader-runner" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" ,
"integrity" : "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6.11.5"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/locate-path" : {
2024-09-09 07:10:30 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-locate" : "^5.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/locutus" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.32" ,
"resolved" : "https://registry.npmjs.org/locutus/-/locutus-2.0.32.tgz" ,
"integrity" : "sha512-fr7OCpbE4xeefhHqfh6hM2/l9ZB3XvClHgtgFnQNImrM/nqL950o6FO98vmUH8GysfQRCcyBYtZ4C8GcY52Edw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 10" ,
"yarn" : ">= 1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/lodash-es" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz" ,
"integrity" : "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" ,
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/lodash.merge" : {
2023-11-04 11:38:23 +01:00
"version" : "4.6.2" ,
2024-09-09 07:10:30 +02:00
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/log-symbols" : {
2024-09-09 07:10:30 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz" ,
"integrity" : "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"chalk" : "^5.3.0" ,
"is-unicode-supported" : "^1.3.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/log-symbols/node_modules/chalk" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" ,
"integrity" : "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/lowercase-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" ,
"integrity" : "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mailparser" : {
2024-09-09 07:10:30 +02:00
"version" : "3.7.1" ,
"resolved" : "https://registry.npmjs.org/mailparser/-/mailparser-3.7.1.tgz" ,
"integrity" : "sha512-RCnBhy5q8XtB3mXzxcAfT1huNqN93HTYYyL6XawlIKycfxM/rXPg9tXoZ7D46+SgCS1zxKzw+BayDQSvncSTTw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"encoding-japanese" : "2.1.0" ,
2023-11-04 11:38:23 +01:00
"he" : "1.2.0" ,
2024-09-09 07:10:30 +02:00
"html-to-text" : "9.0.5" ,
"iconv-lite" : "0.6.3" ,
"libmime" : "5.3.5" ,
"linkify-it" : "5.0.0" ,
"mailsplit" : "5.4.0" ,
"nodemailer" : "6.9.13" ,
"punycode.js" : "2.3.1" ,
"tlds" : "1.252.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/mailparser/node_modules/iconv-lite" : {
2024-09-09 07:10:30 +02:00
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mailparser/node_modules/nodemailer" : {
2024-09-09 07:10:30 +02:00
"version" : "6.9.13" ,
"resolved" : "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.13.tgz" ,
"integrity" : "sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==" ,
"license" : "MIT-0" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/mailsplit" : {
2024-09-09 07:10:30 +02:00
"version" : "5.4.0" ,
"resolved" : "https://registry.npmjs.org/mailsplit/-/mailsplit-5.4.0.tgz" ,
"integrity" : "sha512-wnYxX5D5qymGIPYLwnp6h8n1+6P6vz/MJn5AzGjZ8pwICWssL+CCQjWBIToOVHASmATot4ktvlLo6CyLfOXWYA==" ,
"license" : "(MIT OR EUPL-1.1+)" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"libbase64" : "1.2.1" ,
2024-09-09 07:10:30 +02:00
"libmime" : "5.2.0" ,
"libqp" : "2.0.1"
}
} ,
"node_modules/mailsplit/node_modules/encoding-japanese" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-2.0.0.tgz" ,
"integrity" : "sha512-++P0RhebUC8MJAwJOsT93dT+5oc5oPImp1HubZpAuCZ5kTLnhuuBhKHj2jJeO/Gj93idPBWmIuQ9QWMe5rX3pQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.10.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/mailsplit/node_modules/iconv-lite" : {
2024-09-09 07:10:30 +02:00
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/mailsplit/node_modules/libbase64" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/libbase64/-/libbase64-1.2.1.tgz" ,
"integrity" : "sha512-l+nePcPbIG1fNlqMzrh68MLkX/gTxk/+vdvAb388Ssi7UuUN31MI44w4Yf33mM3Cm4xDfw48mdf3rkdHszLNew==" ,
"license" : "MIT"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/mailsplit/node_modules/libmime" : {
2024-09-09 07:10:30 +02:00
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/libmime/-/libmime-5.2.0.tgz" ,
"integrity" : "sha512-X2U5Wx0YmK0rXFbk67ASMeqYIkZ6E5vY7pNWRKtnNzqjvdYYG8xtPDpCnuUEnPU9vlgNev+JoSrcaKSUaNvfsw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"encoding-japanese" : "2.0.0" ,
"iconv-lite" : "0.6.3" ,
2023-11-04 11:38:23 +01:00
"libbase64" : "1.2.1" ,
2024-09-09 07:10:30 +02:00
"libqp" : "2.0.1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/mailsplit/node_modules/libqp" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/libqp/-/libqp-2.0.1.tgz" ,
"integrity" : "sha512-Ka0eC5LkF3IPNQHJmYBWljJsw0UvM6j+QdKRbWyCdTmYwvIDE6a7bCm0UkTAL/K+3KXK5qXT/ClcInU01OpdLg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/map-age-cleaner" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz" ,
"integrity" : "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"p-defer" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/media-typer" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" ,
"integrity" : "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mem" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz" ,
"integrity" : "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"map-age-cleaner" : "^0.1.1" ,
"mimic-fn" : "^2.0.0" ,
"p-is-promise" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/memory-fs" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz" ,
"integrity" : "sha512-+y4mDxU4rvXXu5UDSGCGNiesFmwCHuefGMoPCO1WYucNYj7DsLqrFaa2fXVI0H+NNiPTwwzKwspn9yTZqUGqng==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/meow" : {
2024-09-09 07:10:30 +02:00
"version" : "13.2.0" ,
"resolved" : "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz" ,
"integrity" : "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/merge-descriptors" : {
2024-09-11 03:34:16 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" ,
"integrity" : "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2024-09-09 07:10:30 +02:00
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
2023-11-04 11:38:23 +01:00
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/methods" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" ,
"integrity" : "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/micro-spelling-correcter" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/micro-spelling-correcter/-/micro-spelling-correcter-1.1.1.tgz" ,
"integrity" : "sha512-lkJ3Rj/mtjlRcHk6YyCbvZhyWTOzdBvTHsxMmZSk5jxN1YyVSQ+JETAom55mdzfcyDrY/49Z7UCW760BK30crg==" ,
"dev" : true ,
"license" : "CC0-1.0"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/micromatch" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8.6"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/mime" : {
2024-09-09 07:10:30 +02:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" ,
"integrity" : "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"mime" : "cli.js"
2024-09-09 07:10:30 +02:00
} ,
"engines" : {
"node" : ">=4"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/mime-db" : {
2024-09-09 07:10:30 +02:00
"version" : "1.53.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz" ,
"integrity" : "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/mime-types/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/min-indent" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" ,
"integrity" : "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/minimatch" : {
"version" : "3.0.8" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" ,
"integrity" : "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==" ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/mnemonist" : {
"version" : "0.27.2" ,
"resolved" : "https://registry.npmjs.org/mnemonist/-/mnemonist-0.27.2.tgz" ,
"integrity" : "sha512-dJOzzaEZtSR23m8e/kTg0SNvV9WdDeYwRFQwT/6yb79z2rwXnd6L2xZkUBuArmBOug7xoKfImk/In1TC/Ry8lg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"obliterator" : "^1.5.0"
}
} ,
"node_modules/moment" : {
2024-09-09 07:10:30 +02:00
"version" : "2.30.1" ,
"resolved" : "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz" ,
"integrity" : "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/morgan" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz" ,
"integrity" : "sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"basic-auth" : "~2.0.0" ,
"debug" : "2.6.9" ,
"depd" : "~1.1.2" ,
"on-finished" : "~2.3.0" ,
"on-headers" : "~1.0.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/morgan/node_modules/depd" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" ,
"integrity" : "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/morgan/node_modules/on-finished" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" ,
"integrity" : "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ee-first" : "1.1.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/negotiator" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
2023-11-04 11:38:23 +01:00
} ,
"node_modules/nocache" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz" ,
"integrity" : "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/node-releases" : {
"version" : "2.0.18" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz" ,
"integrity" : "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/nodeify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/nodeify/-/nodeify-1.0.1.tgz" ,
"integrity" : "sha512-n7C2NyEze8GCo/z73KdbjRsBiLbv6eBn1FxwYKQ23IqGo7pQY3mhQan61Sv7eEDJCiyUjTVrVkXTzJCo1dW7Aw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-promise" : "~1.0.0" ,
"promise" : "~1.3.0"
}
} ,
"node_modules/nodemailer" : {
2024-09-09 07:10:30 +02:00
"version" : "6.9.15" ,
"resolved" : "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.15.tgz" ,
"integrity" : "sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ==" ,
"license" : "MIT-0" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/normalize-package-data" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" ,
"integrity" : "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/normalize-package-data/node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/normalize-package-data/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"path-key" : "^4.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/obj-props" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/obj-props/-/obj-props-1.4.0.tgz" ,
"integrity" : "sha512-p7p/7ltzPDiBs6DqxOrIbtRdwxxVRBj5ROukeNb9RgA+fawhrz5n2hpNz8DDmYR//tviJSj7nUnlppGmONkjiQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.10.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-inspect" : {
2024-09-09 07:10:30 +02:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz" ,
"integrity" : "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/object.assign" : {
2024-09-09 07:10:30 +02:00
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz" ,
"integrity" : "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.5" ,
"define-properties" : "^1.2.1" ,
2023-11-04 11:38:23 +01:00
"has-symbols" : "^1.0.3" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object.fromentries" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.8" ,
"resolved" : "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz" ,
"integrity" : "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2" ,
"es-object-atoms" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/object.groupby" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz" ,
"integrity" : "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/object.values" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz" ,
"integrity" : "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/obliterator" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/obliterator/-/obliterator-1.6.1.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-9WXswnqINnnhOG/5SLimUlzuU1hFJUc8zkwyD59Sd+dPOMf05PmnYG/d6Q7HZ+KmgkZJa1PxRso6QdM3sTNHig==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/on-finished" : {
2024-09-09 07:10:30 +02:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/on-headers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" ,
"integrity" : "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"wrappy" : "1"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/open" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/open/-/open-10.1.0.tgz" ,
"integrity" : "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"default-browser" : "^5.2.1" ,
"define-lazy-prop" : "^3.0.0" ,
"is-inside-container" : "^1.0.0" ,
"is-wsl" : "^3.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/open-editor" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/open-editor/-/open-editor-5.0.0.tgz" ,
"integrity" : "sha512-fRHi4my03WQSbWfqChs9AdFfSp6SLalB3zadfwfYIojoKanLDBfv2uAdiZCfzdvom7TBdlXu2UeiiydBc56/EQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"env-editor" : "^1.1.0" ,
"execa" : "^9.3.0" ,
"line-column-path" : "^3.0.0" ,
"open" : "^10.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/optionator" : {
2024-09-09 07:10:30 +02:00
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"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"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/p-defer" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz" ,
"integrity" : "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/p-is-promise" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz" ,
"integrity" : "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/p-limit" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"yocto-queue" : "^0.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/p-locate" : {
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-limit" : "^3.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/p-reduce" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz" ,
"integrity" : "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/p-series" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/p-series/-/p-series-2.1.0.tgz" ,
"integrity" : "sha512-vEAnkG1ikRT1kPBrKwpj7AFYQkd1hjt/oHeppxtpoPxy5gEt+OWiHZJN3tMqvFa+UJfVwO3lwHoMUpMYBLKnaQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"@sindresorhus/is" : "^0.15.0" ,
"p-reduce" : "^2.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/p-try" : {
2024-09-09 07:10:30 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6"
2023-11-04 11:38:23 +01:00
}
} ,
"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==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-json" : {
2024-09-09 07:10:30 +02:00
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@babel/code-frame" : "^7.0.0" ,
2023-11-04 11:38:23 +01:00
"error-ex" : "^1.3.1" ,
2024-09-09 07:10:30 +02:00
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/parse-ms" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz" ,
"integrity" : "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/parse-srcset" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/parseley" : {
"version" : "0.12.1" ,
"resolved" : "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz" ,
"integrity" : "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==" ,
"license" : "MIT" ,
"dependencies" : {
"leac" : "^0.6.0" ,
"peberminta" : "^0.9.0"
} ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
}
2023-11-04 11:38:23 +01:00
} ,
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/path-exists" : {
2024-09-09 07:10:30 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/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==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/path-to-regexp" : {
2024-09-11 03:34:16 +02:00
"version" : "0.1.10" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz" ,
"integrity" : "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/path-type" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz" ,
"integrity" : "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/peberminta" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz" ,
"integrity" : "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://ko-fi.com/killymxi"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/picocolors" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz" ,
"integrity" : "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8.6"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/pkg-dir" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz" ,
"integrity" : "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"find-up" : "^5.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/plur" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/plur/-/plur-5.1.0.tgz" ,
"integrity" : "sha512-VP/72JeXqak2KiOzjgKtQen5y3IZHn+9GOuLDafPv0eXa47xq0At93XahYBs26MsifCQ4enGKwbjBTKgb9QJXg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"irregular-plurals" : "^3.3.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/possible-typed-array-names" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz" ,
"integrity" : "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/postcss" : {
2024-09-09 07:10:30 +02:00
"version" : "8.4.45" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz" ,
"integrity" : "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"nanoid" : "^3.3.7" ,
"picocolors" : "^1.0.1" ,
"source-map-js" : "^1.2.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^10 || ^12 || >=14"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/prelude-ls" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/prettier" : {
2024-09-09 07:10:30 +02:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz" ,
"integrity" : "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
2024-09-09 07:10:30 +02:00
"prettier" : "bin/prettier.cjs"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/prettier-linter-helpers" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" ,
"integrity" : "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"fast-diff" : "^1.1.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/pretty-ms" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.1.0.tgz" ,
"integrity" : "sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"parse-ms" : "^4.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/promise" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/promise/-/promise-1.3.0.tgz" ,
"integrity" : "sha512-R9WrbTF3EPkVtWjp7B7umQGVndpsi+rsDAfrR4xAALQpFLa/+2OriecLhawxzvii2gd9+DZFwROWDuUUaqS5yA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-promise" : "~1"
}
} ,
"node_modules/proto-props" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/proto-props/-/proto-props-2.0.0.tgz" ,
"integrity" : "sha512-2yma2tog9VaRZY2mn3Wq51uiSW4NcPYT1cQdBagwyrznrilKSZwIZ0UG3ZPL/mx+axEns0hE35T5ufOYZXEnBQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/proxy-addr" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" ,
"integrity" : "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/punycode.js" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz" ,
"integrity" : "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/qs" : {
2024-09-17 20:00:09 +02:00
"version" : "6.13.0" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz" ,
"integrity" : "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" ,
2024-09-09 07:10:30 +02:00
"dependencies" : {
2024-09-17 20:00:09 +02:00
"side-channel" : "^1.0.6"
2024-09-09 07:10:30 +02:00
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.6"
2024-09-09 07:10:30 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"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"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/quoted-printable" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/quoted-printable/-/quoted-printable-1.0.1.tgz" ,
"integrity" : "sha512-cihC68OcGiQOjGiXuo5Jk6XHANTHl1K4JLk/xlEJRTIXfy19Sg6XzB95XonYgr+1rB88bCpr7WZE7D7AlZow4g==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"utf8" : "^2.1.0"
} ,
"bin" : {
"quoted-printable" : "bin/quoted-printable"
}
} ,
"node_modules/random-word" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/random-word/-/random-word-2.0.0.tgz" ,
"integrity" : "sha512-+Guq9cOBwUK1WSuwtV8ZpNqCyc9T1sbqYUh/sI17zKZuJo/VkyQgmgofZHPeqh75P1anTP7oKhyAMpO/uIbkzA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"unique-random-array" : "^1.0.0" ,
"word-list" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/raw-body" : {
2024-09-09 07:10:30 +02:00
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz" ,
"integrity" : "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" ,
"license" : "MIT" ,
"dependencies" : {
"bytes" : "3.1.2" ,
"http-errors" : "2.0.0" ,
"iconv-lite" : "0.4.24" ,
2023-11-04 11:38:23 +01:00
"unpipe" : "1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/raw-body/node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/raw-body/node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"engines" : {
"node" : ">= 0.8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/raw-body/node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
2023-11-04 11:38:23 +01:00
"node_modules/read-pkg" : {
2024-09-09 07:10:30 +02:00
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" ,
"integrity" : "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@types/normalize-package-data" : "^2.4.0" ,
"normalize-package-data" : "^2.5.0" ,
"parse-json" : "^5.0.0" ,
"type-fest" : "^0.6.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/read-pkg-up" : {
2024-09-09 07:10:30 +02:00
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" ,
"integrity" : "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"find-up" : "^4.1.0" ,
"read-pkg" : "^5.2.0" ,
"type-fest" : "^0.8.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/read-pkg-up/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/read-pkg-up/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-locate" : "^4.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/read-pkg-up/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/read-pkg-up/node_modules/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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"p-limit" : "^2.2.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/read-pkg-up/node_modules/type-fest" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" ,
"integrity" : "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg/node_modules/type-fest" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" ,
"integrity" : "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/readable-stream" : {
"version" : "1.1.14" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz" ,
"integrity" : "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.1" ,
"isarray" : "0.0.1" ,
"string_decoder" : "~0.10.x"
}
} ,
"node_modules/referrer-policy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/referrer-policy/-/referrer-policy-1.2.0.tgz" ,
"integrity" : "sha512-LgQJIuS6nAy1Jd88DCQRemyE3mS+ispwlqMk3b0yjZ257fI1v9c+/p6SD5gP5FGyXUIgrNOAfmyioHwZtYv2VA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/regexp-tree" : {
"version" : "0.1.27" ,
"resolved" : "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz" ,
"integrity" : "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"regexp-tree" : "bin/regexp-tree"
}
} ,
"node_modules/regexp.prototype.flags" : {
2024-09-09 07:10:30 +02:00
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz" ,
"integrity" : "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.6" ,
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
"set-function-name" : "^2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/regjsparser" : {
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz" ,
"integrity" : "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"jsesc" : "~0.5.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"bin" : {
"regjsparser" : "bin/parser"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/regjsparser/node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"bin" : {
"jsesc" : "bin/jsesc"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/resolve" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.0-next.5" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz" ,
"integrity" : "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-from" : {
2024-09-09 07:10:30 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/retry" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz" ,
"integrity" : "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/rimraf" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
2024-09-09 07:10:30 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/run-applescript" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz" ,
"integrity" : "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"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" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"queue-microtask" : "^1.2.2"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/safe-array-concat" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz" ,
"integrity" : "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"get-intrinsic" : "^1.2.4" ,
2023-11-04 11:38:23 +01:00
"has-symbols" : "^1.0.3" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/safe-array-concat/node_modules/isarray" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/safe-regex-test" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz" ,
"integrity" : "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.6" ,
"es-errors" : "^1.3.0" ,
2023-11-04 11:38:23 +01:00
"is-regex" : "^1.1.4"
} ,
2024-09-09 07:10:30 +02:00
"engines" : {
"node" : ">= 0.4"
} ,
2023-11-04 11:38:23 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/sanitize-html" : {
2024-09-09 07:10:30 +02:00
"version" : "2.13.0" ,
"resolved" : "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.0.tgz" ,
"integrity" : "sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==" ,
"license" : "MIT" ,
"dependencies" : {
"deepmerge" : "^4.2.2" ,
"escape-string-regexp" : "^4.0.0" ,
"htmlparser2" : "^8.0.0" ,
"is-plain-object" : "^5.0.0" ,
2023-11-04 11:38:23 +01:00
"parse-srcset" : "^1.0.2" ,
2024-09-09 07:10:30 +02:00
"postcss" : "^8.3.11"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/schema-utils" : {
2023-11-04 11:38:23 +01:00
"version" : "3.3.0" ,
2024-09-09 07:10:30 +02:00
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 10.13.0"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
2024-09-09 07:10:30 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/selderee" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz" ,
"integrity" : "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"parseley" : "^0.12.0"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
2024-09-09 07:10:30 +02:00
"url" : "https://ko-fi.com/killymxi"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/semver" : {
2024-09-09 07:10:30 +02:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"bin" : {
2024-09-09 07:10:30 +02:00
"semver" : "bin/semver.js"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/send" : {
2024-09-11 03:34:16 +02:00
"version" : "0.19.0" ,
"resolved" : "https://registry.npmjs.org/send/-/send-0.19.0.tgz" ,
"integrity" : "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"debug" : "2.6.9" ,
2024-09-09 07:10:30 +02:00
"depd" : "2.0.0" ,
"destroy" : "1.2.0" ,
2023-11-04 11:38:23 +01:00
"encodeurl" : "~1.0.2" ,
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
"fresh" : "0.5.2" ,
2024-09-09 07:10:30 +02:00
"http-errors" : "2.0.0" ,
"mime" : "1.6.0" ,
"ms" : "2.1.3" ,
"on-finished" : "2.4.1" ,
"range-parser" : "~1.2.1" ,
"statuses" : "2.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/send/node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/send/node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/send/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==" ,
"license" : "MIT"
} ,
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"peer" : true ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/serve-static" : {
2024-09-17 20:00:09 +02:00
"version" : "1.16.2" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" ,
"integrity" : "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-17 20:00:09 +02:00
"encodeurl" : "~2.0.0" ,
2023-11-04 11:38:23 +01:00
"escape-html" : "~1.0.3" ,
2024-09-09 07:10:30 +02:00
"parseurl" : "~1.3.3" ,
2024-09-17 20:00:09 +02:00
"send" : "0.19.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-09-17 20:00:09 +02:00
"node_modules/serve-static/node_modules/encodeurl" : {
2024-09-11 03:34:16 +02:00
"version" : "2.0.0" ,
2024-09-17 20:00:09 +02:00
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
2024-09-11 03:34:16 +02:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/set-function-length" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
2023-11-04 11:38:23 +01:00
"gopd" : "^1.0.1" ,
2024-09-09 07:10:30 +02:00
"has-property-descriptors" : "^1.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/set-function-name" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
2023-11-04 11:38:23 +01:00
"functions-have-names" : "^1.2.3" ,
2024-09-09 07:10:30 +02:00
"has-property-descriptors" : "^1.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/setprototypeof" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/shebang-command" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"shebang-regex" : "^3.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/shebang-regex" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/side-channel" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz" ,
"integrity" : "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.4" ,
"object-inspect" : "^1.13.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/signal-exit" : {
2024-09-09 07:10:30 +02:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.16"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/socket.io" : {
"version" : "4.7.5" ,
"resolved" : "https://registry.npmjs.org/socket.io/-/socket.io-4.7.5.tgz" ,
"integrity" : "sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"accepts" : "~1.3.4" ,
"base64id" : "~2.0.0" ,
"cors" : "~2.8.5" ,
"debug" : "~4.3.2" ,
"engine.io" : "~6.5.2" ,
"socket.io-adapter" : "~2.5.2" ,
"socket.io-parser" : "~4.2.4"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10.2.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/socket.io-adapter" : {
"version" : "2.5.5" ,
"resolved" : "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz" ,
"integrity" : "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"debug" : "~4.3.4" ,
"ws" : "~8.17.1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/socket.io-adapter/node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ms" : "^2.1.3"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=6.0"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/socket.io-adapter/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==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/socket.io-parser" : {
2024-09-09 07:10:30 +02:00
"version" : "4.2.4" ,
"resolved" : "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz" ,
"integrity" : "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@socket.io/component-emitter" : "~3.1.0" ,
"debug" : "~4.3.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/socket.io-parser/node_modules/debug" : {
2024-09-09 07:10:30 +02:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/socket.io-parser/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/socket.io/node_modules/debug" : {
2024-09-09 07:10:30 +02:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/socket.io/node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2024-09-09 07:10:30 +02:00
"dev" : true ,
"license" : "BSD-3-Clause" ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" ,
"integrity" : "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-exceptions" : {
2024-09-09 07:10:30 +02:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" ,
"dev" : true ,
"license" : "CC-BY-3.0"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.20" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz" ,
"integrity" : "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "CC0-1.0"
} ,
"node_modules/statuses" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 0.8"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/string_decoder" : {
"version" : "0.10.31" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" ,
"integrity" : "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"node_modules/string-width" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz" ,
"integrity" : "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"emoji-regex" : "^10.3.0" ,
"get-east-asian-width" : "^1.0.0" ,
"strip-ansi" : "^7.1.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/string-width/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" ,
"integrity" : "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/string-width/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ansi-regex" : "^6.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/string.prototype.trim" : {
2024-09-09 07:10:30 +02:00
"version" : "1.2.9" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz" ,
"integrity" : "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.0" ,
"es-object-atoms" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trimend" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz" ,
"integrity" : "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trimstart" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz" ,
"integrity" : "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/strip-ansi" : {
2024-09-09 07:10:30 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"ansi-regex" : "^5.0.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/strip-bom" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/strip-final-newline" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz" ,
"integrity" : "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/strip-indent" : {
2024-09-09 07:10:30 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" ,
"integrity" : "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"dependencies" : {
"min-indent" : "^1.0.0"
} ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/strip-json-comments" : {
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/supports-color" : {
2024-09-09 07:10:30 +02:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"has-flag" : "^4.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/supports-hyperlinks" : {
2024-09-09 07:10:30 +02:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz" ,
"integrity" : "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"has-flag" : "^4.0.0" ,
"supports-color" : "^7.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/synckit" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz" ,
"integrity" : "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@pkgr/core" : "^0.1.0" ,
"tslib" : "^2.6.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : "^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unts"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/tapable" : {
"version" : "0.1.10" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz" ,
"integrity" : "sha512-jX8Et4hHg57mug1/079yitEKWGB3LCwoxByLsNim89LABq8NqgiX+6iYVOsq0vX8uJHkU+DZ5fnq95f800bEsQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=0.6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/terser" : {
"version" : "5.31.6" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.31.6.tgz" ,
"integrity" : "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"bin" : {
"terser" : "bin/terser"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/terser-webpack-plugin" : {
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz" ,
"integrity" : "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"peer" : true ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"@jridgewell/trace-mapping" : "^0.3.20" ,
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^3.1.1" ,
"serialize-javascript" : "^6.0.1" ,
"terser" : "^5.26.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^5.1.0"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
} ,
"uglify-js" : {
"optional" : true
}
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/text-table" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/tlds" : {
2024-09-09 07:10:30 +02:00
"version" : "1.252.0" ,
"resolved" : "https://registry.npmjs.org/tlds/-/tlds-1.252.0.tgz" ,
"integrity" : "sha512-GA16+8HXvqtfEnw/DTcwB0UU354QE1n3+wh08oFjr6Znl7ZLAeUgYzCcK+/CCrOyE0vnHR8/pu3XXG3vDijXpQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"bin" : {
"tlds" : "bin.js"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/to-absolute-glob" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-3.0.0.tgz" ,
"integrity" : "sha512-loO/XEWTRqpfcpI7+Jr2RR2Umaaozx1t6OSVWtMi0oy5F/Fxg3IC+D/TToDnxyAGs7uZBGT/6XmyDUxgsObJXA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-absolute" : "^1.0.0" ,
"is-negated-glob" : "^1.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/to-regex-range" : {
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"is-number" : "^7.0.0"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=8.0"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/ts-api-utils" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz" ,
"integrity" : "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=16"
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/tsconfig-paths" : {
2024-09-09 07:10:30 +02:00
"version" : "3.15.0" ,
"resolved" : "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz" ,
"integrity" : "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"@types/json5" : "^0.0.29" ,
"json5" : "^1.0.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
}
} ,
"node_modules/tslib" : {
2024-09-09 07:10:30 +02:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" ,
"integrity" : "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" ,
"dev" : true ,
"license" : "0BSD"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/twig" : {
"version" : "0.10.3" ,
"resolved" : "https://registry.npmjs.org/twig/-/twig-0.10.3.tgz" ,
"integrity" : "sha512-e/OJTus3EUYWbeMTPQm2DYRTsiQq8ru7uMOg69ohfwzJHpzHfme7AfytPiUJwSX66tPdFOqVBGaO1jZf2Dtmng==" ,
"dependencies" : {
"locutus" : "^2.0.5" ,
"minimatch" : "3.0.x" ,
"walk" : "2.3.x"
} ,
"bin" : {
"twigjs" : "bin/twigjs"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/type-check" : {
2024-09-09 07:10:30 +02:00
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"prelude-ls" : "^1.2.1"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/type-fest" : {
"version" : "2.19.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz" ,
"integrity" : "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=12.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/type-is" : {
"version" : "1.6.18" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" ,
"integrity" : "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/typed-array-buffer" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz" ,
"integrity" : "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.13"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/typed-array-byte-length" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz" ,
"integrity" : "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
2023-11-04 11:38:23 +01:00
"for-each" : "^0.3.3" ,
2024-09-09 07:10:30 +02:00
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-byte-offset" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz" ,
"integrity" : "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
2023-11-04 11:38:23 +01:00
"for-each" : "^0.3.3" ,
2024-09-09 07:10:30 +02:00
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-length" : {
2024-09-09 07:10:30 +02:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz" ,
"integrity" : "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"call-bind" : "^1.0.7" ,
2023-11-04 11:38:23 +01:00
"for-each" : "^0.3.3" ,
2024-09-09 07:10:30 +02:00
"gopd" : "^1.0.1" ,
"has-proto" : "^1.0.3" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-04 11:38:23 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/typescript" : {
"version" : "5.5.4" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz" ,
"integrity" : "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/uc.micro" : {
2024-09-09 07:10:30 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz" ,
"integrity" : "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/unbox-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" ,
"integrity" : "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"call-bind" : "^1.0.2" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.0.3" ,
"which-boxed-primitive" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/unc-path-regex" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz" ,
"integrity" : "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/undici-types" : {
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" ,
"license" : "MIT"
} ,
"node_modules/unicorn-magic" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz" ,
"integrity" : "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/unique-random" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unique-random/-/unique-random-1.0.0.tgz" ,
"integrity" : "sha512-K1sUkPf9EXCZFNIlMCoX4icAqcvkR4FMPH4Z61HbyiWhQl1ZGo0zYeV2bJmocK8Cp6tnKYrCnpkeKGebXZoRTQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unique-random-array" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/unique-random-array/-/unique-random-array-1.0.1.tgz" ,
"integrity" : "sha512-z9J/SV8CUIhIRROcHe9YUoAT6XthUJt0oUyLGgobiXJprDP9O9dsErNevvSaAv5BkhwFEVPn6nIEOKeNE6Ck1Q==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"unique-random" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/update-browserslist-db" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz" ,
"integrity" : "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"escalade" : "^3.1.2" ,
"picocolors" : "^1.0.1"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"bin" : {
"update-browserslist-db" : "cli.js"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "BSD-2-Clause" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/url-or-path" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/url-or-path/-/url-or-path-2.3.0.tgz" ,
"integrity" : "sha512-5g9xpEJKjbAY8ikLU3XFpEg3hRLGt6SbCQmDElb1AL7JTW6vMi5Na5e3dMvONHisIu9VHgMAADLHJ8EznYR2ow==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/fisker/url-or-path?sponsor=1"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/utf7" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/utf7/-/utf7-1.0.2.tgz" ,
"integrity" : "sha512-qQrPtYLLLl12NF4DrM9CvfkxkYI97xOb5dsnGZHE3teFr0tWiEZ9UdgMPczv24vl708cYMpe6mGXGHrotIp3Bw==" ,
"dependencies" : {
"semver" : "~5.3.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/utf7/node_modules/semver" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz" ,
"integrity" : "sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/utf8" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/utf8/-/utf8-2.1.2.tgz" ,
2024-09-09 07:10:30 +02:00
"integrity" : "sha512-QXo+O/QkLP/x1nyi54uQiG0XrODxdysuQvE5dtVqv7F5K2Qb6FsN+qbr6KhF5wQ20tfcV3VQp0/2x1e1MRSPWg==" ,
"license" : "MIT"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/utils-merge" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" ,
"integrity" : "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2024-09-17 19:50:52 +02:00
"node_modules/uuencode" : {
"version" : "0.0.4" ,
"resolved" : "https://registry.npmjs.org/uuencode/-/uuencode-0.0.4.tgz" ,
"integrity" : "sha512-yEEhCuCi5wRV7Z5ZVf9iV2gWMvUZqKJhAs1ecFdKJ0qzbyaVelmsE3QjYAamehfp9FKLiZbKldd+jklG3O0LfA=="
} ,
2023-11-04 11:38:23 +01:00
"node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,
"integrity" : "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "Apache-2.0" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
"node_modules/validator" : {
2024-09-09 07:10:30 +02:00
"version" : "13.12.0" ,
"resolved" : "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz" ,
"integrity" : "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/vary" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" ,
"integrity" : "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/walk" : {
"version" : "2.3.15" ,
"resolved" : "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz" ,
"integrity" : "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==" ,
2024-09-09 07:10:30 +02:00
"license" : "(MIT OR Apache-2.0)" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"foreachasync" : "^3.0.0"
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/watchpack" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz" ,
"integrity" : "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.1.2"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/webpack" : {
"version" : "5.94.0" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz" ,
"integrity" : "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/estree" : "^1.0.5" ,
"@webassemblyjs/ast" : "^1.12.1" ,
"@webassemblyjs/wasm-edit" : "^1.12.1" ,
"@webassemblyjs/wasm-parser" : "^1.12.1" ,
"acorn" : "^8.7.1" ,
"acorn-import-attributes" : "^1.9.5" ,
"browserslist" : "^4.21.10" ,
"chrome-trace-event" : "^1.0.2" ,
"enhanced-resolve" : "^5.17.1" ,
"es-module-lexer" : "^1.2.1" ,
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.2.11" ,
"json-parse-even-better-errors" : "^2.3.1" ,
"loader-runner" : "^4.2.0" ,
"mime-types" : "^2.1.27" ,
"neo-async" : "^2.6.2" ,
"schema-utils" : "^3.2.0" ,
"tapable" : "^2.1.1" ,
"terser-webpack-plugin" : "^5.3.10" ,
"watchpack" : "^2.4.1" ,
"webpack-sources" : "^3.2.3"
} ,
"bin" : {
"webpack" : "bin/webpack.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
}
} ,
"node_modules/webpack-sources" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" ,
"integrity" : "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/webpack/node_modules/enhanced-resolve" : {
"version" : "5.17.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz" ,
"integrity" : "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/webpack/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/webpack/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"peer" : true ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/webpack/node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=6"
}
} ,
2023-11-04 11:38:23 +01:00
"node_modules/which" : {
2024-09-09 07:10:30 +02:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
2024-09-09 07:10:30 +02:00
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
2023-11-04 11:38:23 +01:00
}
} ,
"node_modules/which-boxed-primitive" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" ,
"integrity" : "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
"is-bigint" : "^1.0.1" ,
"is-boolean-object" : "^1.1.0" ,
"is-number-object" : "^1.0.4" ,
"is-string" : "^1.0.5" ,
"is-symbol" : "^1.0.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-typed-array" : {
2024-09-09 07:10:30 +02:00
"version" : "1.1.15" ,
"resolved" : "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"dependencies" : {
2024-09-09 07:10:30 +02:00
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.7" ,
2023-11-04 11:38:23 +01:00
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
2024-09-09 07:10:30 +02:00
"has-tostringtag" : "^1.0.2"
2023-11-04 11:38:23 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/word-list" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/word-list/-/word-list-2.0.0.tgz" ,
"integrity" : "sha512-DlZQRBKGq8MZgU451Wp5VuIIQZjArEuh/7P7z73RHUnXeVQB1JOjBLofNQadgDIr5o2odVsxOSq16HbzVj6T3A==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4"
}
} ,
"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 ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "ISC"
2023-11-04 11:38:23 +01:00
} ,
"node_modules/ws" : {
2024-09-09 07:10:30 +02:00
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz" ,
"integrity" : "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" ,
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10.0.0"
2023-11-04 11:38:23 +01:00
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
2024-09-09 07:10:30 +02:00
"utf-8-validate" : ">=5.0.2"
2023-11-04 11:38:23 +01:00
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/x-xss-protection" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.3.0.tgz" ,
"integrity" : "sha512-kpyBI9TlVipZO4diReZMAHWtS0MMa/7Kgx8hwG/EuZLiA6sg4Ah/4TRdASHhRRN3boobzcYgFRUFSgHRge6Qhg==" ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/xo" : {
2024-09-09 07:10:30 +02:00
"version" : "0.59.3" ,
"resolved" : "https://registry.npmjs.org/xo/-/xo-0.59.3.tgz" ,
"integrity" : "sha512-jjUplAF4kqNP22HIlgnW+Ej8/Z1utf4Mzw/dLsbOcSpnUgrEqcyaS/OhGFriFyEBbnWVkslnYgUHiDsb6lNiBQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint/eslintrc" : "^3.1.0" ,
"@typescript-eslint/eslint-plugin" : "^7.16.1" ,
"@typescript-eslint/parser" : "^7.16.1" ,
"arrify" : "^3.0.0" ,
"cosmiconfig" : "^9.0.0" ,
"define-lazy-prop" : "^3.0.0" ,
"eslint" : "^8.57.0" ,
"eslint-config-prettier" : "^9.1.0" ,
"eslint-config-xo" : "^0.45.0" ,
"eslint-config-xo-typescript" : "^5.0.0" ,
"eslint-formatter-pretty" : "^6.0.1" ,
"eslint-import-resolver-webpack" : "^0.13.8" ,
"eslint-plugin-ava" : "^14.0.0" ,
"eslint-plugin-eslint-comments" : "^3.2.0" ,
"eslint-plugin-import" : "^2.29.1" ,
"eslint-plugin-n" : "^17.9.0" ,
"eslint-plugin-no-use-extend-native" : "^0.5.0" ,
"eslint-plugin-prettier" : "^5.2.1" ,
"eslint-plugin-promise" : "^6.4.0" ,
"eslint-plugin-unicorn" : "^54.0.0" ,
"esm-utils" : "^4.3.0" ,
"find-cache-dir" : "^5.0.0" ,
"find-up-simple" : "^1.0.0" ,
"get-stdin" : "^9.0.0" ,
"get-tsconfig" : "^4.7.5" ,
"globby" : "^14.0.2" ,
"imurmurhash" : "^0.1.4" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash-es" : "^4.17.21" ,
"meow" : "^13.2.0" ,
"micromatch" : "^4.0.7" ,
"open-editor" : "^5.0.0" ,
"prettier" : "^3.3.3" ,
"semver" : "^7.6.3" ,
"slash" : "^5.1.0" ,
"to-absolute-glob" : "^3.0.0" ,
"typescript" : "^5.5.3"
2023-11-04 11:38:23 +01:00
} ,
"bin" : {
"xo" : "cli.js"
} ,
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"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==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
} ,
2024-09-09 07:10:30 +02:00
"node_modules/yoctocolors" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz" ,
"integrity" : "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==" ,
2023-11-04 11:38:23 +01:00
"dev" : true ,
2024-09-09 07:10:30 +02:00
"license" : "MIT" ,
2023-11-04 11:38:23 +01:00
"engines" : {
2024-09-09 07:10:30 +02:00
"node" : ">=18"
2023-11-04 11:38:23 +01:00
} ,
2024-09-09 07:10:30 +02:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-04 11:38:23 +01:00
}
}
}
}