2022-04-18 15:01:42 +02:00
{
"name" : "botanique" ,
"version" : "0.0.1" ,
2023-03-11 20:36:25 +01:00
"lockfileVersion" : 3 ,
2022-04-18 15:01:42 +02:00
"requires" : true ,
"packages" : {
"" : {
"name" : "botanique" ,
"version" : "0.0.1" ,
2023-09-17 09:29:44 +02:00
"license" : "AGPL-3.0-only" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2024-08-12 17:04:21 +02:00
"@discord-player/extractor" : "^4.5.1" ,
2024-09-04 09:20:09 +02:00
"@discordjs/rest" : "^2.4.0" ,
2023-11-08 00:20:20 +01:00
"@types/sqlite3" : "^3.1.11" ,
2024-07-31 13:47:47 +02:00
"@types/uuid" : "^10.0.0" ,
"discord-player" : "^6.7.1" ,
2024-09-04 09:20:09 +02:00
"discord-player-youtubei" : "^1.3.1" ,
"discord.js" : "^14.16.1" ,
2023-11-25 16:48:04 +01:00
"mediaplex" : "^0.0.9" ,
2024-04-02 00:11:54 +02:00
"sqlite3" : "^5.1.7" ,
2024-07-31 13:47:47 +02:00
"typescript" : "^5.5.4" ,
2024-06-10 20:39:26 +02:00
"uuid" : "^10.0.0"
2022-04-18 15:01:42 +02:00
} ,
"devDependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/eslint-plugin" : "~8.4.0" ,
"@typescript-eslint/parser" : "~8.4.0" ,
2024-04-02 00:11:54 +02:00
"dotenv" : "~16.4.5" ,
"prettier-eslint" : "~16.3.0" ,
2023-09-17 09:29:44 +02:00
"ts-node-dev" : "~2.0.0"
2022-07-20 23:01:47 +02:00
}
} ,
"node_modules/@cspotcode/source-map-support" : {
"version" : "0.8.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz" ,
"integrity" : "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@jridgewell/trace-mapping" : "0.3.9"
} ,
"engines" : {
"node" : ">=12"
2022-04-18 15:01:42 +02:00
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/@discord-player/equalizer" : {
2023-09-17 09:29:44 +02:00
"version" : "0.2.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discord-player/equalizer/-/equalizer-0.2.3.tgz" ,
"integrity" : "sha512-71UAepYMbHTg2QQLXQAgyuXYHrgAYpJDxjg9dRWfTUNf+zfOAlyJEiRRk/WFhQyGu6m23iLR/H/JxgF4AW8Csg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-02-12 01:11:07 +01:00
} ,
"node_modules/@discord-player/extractor" : {
2024-08-12 17:04:21 +02:00
"version" : "4.5.1" ,
"resolved" : "https://registry.npmjs.org/@discord-player/extractor/-/extractor-4.5.1.tgz" ,
"integrity" : "sha512-krsgdHD7sx4SWHKkIFDPcgYXR21EfleW0bjI6WvnJQbvTg9TZ4aYw77G6UVw/HaF7i3u3WuyGPZp1UqG0FRHaw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"file-type" : "^16.5.4" ,
2023-09-17 09:29:44 +02:00
"genius-lyrics" : "^4.4.6" ,
2023-08-06 20:34:25 +02:00
"isomorphic-unfetch" : "^4.0.2" ,
2023-02-12 01:11:07 +01:00
"node-html-parser" : "^6.1.4" ,
"reverbnation-scraper" : "^2.0.0" ,
2023-09-17 09:29:44 +02:00
"soundcloud.ts" : "^0.5.2" ,
2023-09-03 18:45:09 +02:00
"spotify-url-info" : "^3.2.6" ,
2023-11-08 00:20:20 +01:00
"youtube-sr" : "^4.3.9"
2023-02-12 01:11:07 +01:00
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/@discord-player/ffmpeg" : {
"version" : "0.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discord-player/ffmpeg/-/ffmpeg-0.1.0.tgz" ,
"integrity" : "sha512-0kW6q4gMQN2B4Z4EzmUgXrKQSXXmyhjdZBBZ/6jSHZ9fh814oOu+JXP01VvtWHwTylI7qJHIctEWtSyjEubCJg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-08-06 20:34:25 +02:00
} ,
2023-09-03 18:45:09 +02:00
"node_modules/@discord-player/opus" : {
"version" : "0.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discord-player/opus/-/opus-0.1.2.tgz" ,
"integrity" : "sha512-yF0m+pW7H9RCbRcgk/i6vv47tlWxaCHjp6/F0W4GXZMGZ0pcvZaxk8ic7aFPc3+IoDvrAHvWNomLq+JeFzdncA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-09-03 18:45:09 +02:00
} ,
2023-02-12 01:11:07 +01:00
"node_modules/@discord-player/utils" : {
2023-08-06 20:34:25 +02:00
"version" : "0.2.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discord-player/utils/-/utils-0.2.2.tgz" ,
"integrity" : "sha512-UklWUT7BcZEkBgywM9Cmpo2nwj3SQ9Wmhu6ml1uy/YRQnY8IRdZEHD84T2kfjOg4LVZek0ej1VerIqq7a9PAHQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"@discordjs/collection" : "^1.1.0"
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/@discord-player/utils/node_modules/@discordjs/collection" : {
2023-09-03 18:45:09 +02:00
"version" : "1.5.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-1.5.3.tgz" ,
"integrity" : "sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-03-15 13:39:23 +01:00
"engines" : {
2023-09-03 18:45:09 +02:00
"node" : ">=16.11.0"
2023-03-15 13:39:23 +01:00
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/@discordjs/builders" : {
2024-09-04 09:20:09 +02:00
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/@discordjs/builders/-/builders-1.9.0.tgz" ,
"integrity" : "sha512-0zx8DePNVvQibh5ly5kCEei5wtPBIUbSoE9n+91Rlladz4tgtFbJ36PZMxxZrTEOQ7AHMZ/b0crT/0fCy6FTKg==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@discordjs/formatters" : "^0.5.0" ,
"@discordjs/util" : "^1.1.1" ,
"@sapphire/shapeshift" : "^4.0.0" ,
"discord-api-types" : "0.37.97" ,
2023-11-25 16:48:04 +01:00
"fast-deep-equal" : "^3.1.3" ,
2024-06-01 21:51:35 +02:00
"ts-mixer" : "^6.0.4" ,
2024-09-04 09:20:09 +02:00
"tslib" : "^2.6.3"
2023-03-15 13:39:23 +01:00
} ,
2022-04-18 15:01:42 +02:00
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2022-04-18 15:01:42 +02:00
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/@discordjs/collection" : {
2024-09-04 09:20:09 +02:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-2.1.1.tgz" ,
"integrity" : "sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-11-25 16:48:04 +01:00
"engines" : {
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2023-02-12 01:11:07 +01:00
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/@discordjs/formatters" : {
2024-09-04 09:20:09 +02:00
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@discordjs/formatters/-/formatters-0.5.0.tgz" ,
"integrity" : "sha512-98b3i+Y19RFq1Xke4NkVY46x8KjJQjldHUuEbCqMvp1F5Iq9HgnGpu91jOi/Ufazhty32eRsKnnzS8n4c+L93g==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"discord-api-types" : "0.37.97"
2023-02-12 01:11:07 +01:00
} ,
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2023-02-12 01:11:07 +01:00
}
} ,
2022-07-03 21:09:57 +02:00
"node_modules/@discordjs/rest" : {
2024-09-04 09:20:09 +02:00
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/@discordjs/rest/-/rest-2.4.0.tgz" ,
"integrity" : "sha512-Xb2irDqNcq+O8F0/k/NaDp7+t091p+acb51iA4bCKfIn+WFWd6HrNvcsSbMMxIR9NjcMZS6NReTKygqiQN+ntw==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@discordjs/collection" : "^2.1.1" ,
"@discordjs/util" : "^1.1.1" ,
"@sapphire/async-queue" : "^1.5.3" ,
2024-06-01 21:51:35 +02:00
"@sapphire/snowflake" : "^3.5.3" ,
2024-09-04 09:20:09 +02:00
"@vladfrangu/async_event_emitter" : "^2.4.6" ,
"discord-api-types" : "0.37.97" ,
2024-06-01 21:51:35 +02:00
"magic-bytes.js" : "^1.10.0" ,
2024-09-04 09:20:09 +02:00
"tslib" : "^2.6.3" ,
"undici" : "6.19.8"
2022-07-03 21:09:57 +02:00
} ,
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2022-07-03 21:09:57 +02:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@discordjs/util" : {
2024-09-04 09:20:09 +02:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/util/-/util-1.1.1.tgz" ,
"integrity" : "sha512-eddz6UnOBEB1oITPinyrB2Pttej49M9FZQY8NxgEvc3tq6ZICZ19m70RsmzRdDHk80O9NoYN/25AqJl8vPVf/g==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-02-12 01:11:07 +01:00
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2023-02-12 01:11:07 +01:00
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/@discordjs/ws" : {
2024-06-10 20:39:26 +02:00
"version" : "1.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discordjs/ws/-/ws-1.1.1.tgz" ,
"integrity" : "sha512-PZ+vLpxGCRtmr2RMkqh8Zp+BenUaJqlS6xhgWKEZcgC/vfHLEzpHtKkB0sl3nZWpwtcKk6YWy+pU3okL2I97FA==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@discordjs/collection" : "^2.1.0" ,
"@discordjs/rest" : "^2.3.0" ,
"@discordjs/util" : "^1.1.0" ,
"@sapphire/async-queue" : "^1.5.2" ,
"@types/ws" : "^8.5.10" ,
"@vladfrangu/async_event_emitter" : "^2.2.4" ,
"discord-api-types" : "0.37.83" ,
2023-11-25 16:48:04 +01:00
"tslib" : "^2.6.2" ,
2024-06-01 21:51:35 +02:00
"ws" : "^8.16.0"
2023-08-06 20:34:25 +02:00
} ,
"engines" : {
2023-09-03 18:45:09 +02:00
"node" : ">=16.11.0"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2023-08-06 20:34:25 +02:00
}
} ,
2024-09-04 09:20:09 +02:00
"node_modules/@discordjs/ws/node_modules/discord-api-types" : {
"version" : "0.37.83" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.83.tgz" ,
"integrity" : "sha512-urGGYeWtWNYMKnYlZnOnDHm8fVRffQs3U0SpE8RHeiuLKb/u92APS8HoQnPTFbnXmY1vVnXjXO4dOxcAn3J+DA==" ,
"license" : "MIT"
} ,
2023-03-11 20:36:25 +01:00
"node_modules/@eslint-community/eslint-utils" : {
2023-03-24 14:32:49 +01:00
"version" : "4.4.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" ,
"integrity" : "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" ,
2023-03-11 20:36:25 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-03-11 20:36:25 +01:00
"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" : {
2024-07-31 13:47:47 +02:00
"version" : "4.11.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz" ,
"integrity" : "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==" ,
2023-03-11 20:36:25 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-03-11 20:36:25 +01:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
2023-02-12 01:11:07 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@eslint/eslintrc" : {
2023-12-05 14:25:04 +01:00
"version" : "2.1.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
2023-08-06 20:34:25 +02:00
"espree" : "^9.6.0" ,
2023-01-17 12:15:14 +01:00
"globals" : "^13.19.0" ,
2022-04-18 15:01:42 +02:00
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
2022-07-20 23:01:47 +02:00
"minimatch" : "^3.1.2" ,
2022-04-18 15:01:42 +02:00
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-01-17 12:15:14 +01:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-04-18 15:01:42 +02:00
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-03-11 20:36:25 +01:00
"node_modules/@eslint/js" : {
2024-04-02 00:11:54 +02:00
"version" : "8.57.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz" ,
"integrity" : "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" ,
2023-03-11 20:36:25 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-03-11 20:36:25 +01:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
2024-07-31 13:47:47 +02:00
"node_modules/@fastify/busboy" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz" ,
"integrity" : "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@gar/promisify" : {
"version" : "1.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" ,
"integrity" : "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@humanwhocodes/config-array" : {
2024-04-02 00:11:54 +02:00
"version" : "0.11.14" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" ,
"integrity" : "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" ,
"deprecated" : "Use @eslint/config-array instead" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2024-04-02 00:11:54 +02:00
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
2023-01-17 12:15:14 +01:00
"minimatch" : "^3.0.5"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@humanwhocodes/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@humanwhocodes/object-schema" : {
2024-06-01 21:51:35 +02:00
"version" : "2.0.3" ,
2024-08-12 17:04:21 +02:00
"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" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "BSD-3-Clause"
2022-04-18 15:01:42 +02:00
} ,
2023-11-08 00:20:20 +01:00
"node_modules/@jest/schemas" : {
"version" : "29.6.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
2023-11-08 00:20:20 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-08 00:20:20 +01:00
"dependencies" : {
"@sinclair/typebox" : "^0.27.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/@jridgewell/resolve-uri" : {
2024-04-02 00:11:54 +02:00
"version" : "3.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
2024-07-31 13:47:47 +02:00
"version" : "1.5.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.9" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" ,
"integrity" : "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.0.3" ,
"@jridgewell/sourcemap-codec" : "^1.4.10"
}
} ,
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@npmcli/fs" : {
"version" : "1.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" ,
"integrity" : "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"@gar/promisify" : "^1.0.1" ,
"semver" : "^7.3.5"
}
} ,
"node_modules/@npmcli/move-file" : {
"version" : "1.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" ,
"integrity" : "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==" ,
"deprecated" : "This functionality has been moved to @npmcli/fs" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"mkdirp" : "^1.0.4" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@sapphire/async-queue" : {
2024-07-31 13:47:47 +02:00
"version" : "1.5.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@sapphire/async-queue/-/async-queue-1.5.3.tgz" ,
"integrity" : "sha512-x7zadcfJGxFka1Q3f8gCts1F0xMwCKbZweM85xECGI0hBTeIZJGGCrHgLggihBoprlQ/hBmDR5LKfIPqnmHM3w==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/@sapphire/shapeshift" : {
2024-09-04 09:20:09 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sapphire/shapeshift/-/shapeshift-4.0.0.tgz" ,
"integrity" : "sha512-d9dUmWVA7MMiKobL3VpLF8P2aeanRTu6ypG2OIaEv/ZHH/SUQ2iHOVyi5wAPjQ+HmnMuL0whK9ez8I/raWbtIg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
2023-01-17 12:15:14 +01:00
"lodash" : "^4.17.21"
2022-07-27 21:46:09 +02:00
} ,
2022-07-03 18:43:31 +02:00
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : ">=v16"
2022-07-03 18:43:31 +02:00
}
} ,
2022-07-03 21:09:57 +02:00
"node_modules/@sapphire/snowflake" : {
2024-04-02 00:11:54 +02:00
"version" : "3.5.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@sapphire/snowflake/-/snowflake-3.5.3.tgz" ,
"integrity" : "sha512-jjmJywLAFoWeBi1W7994zZyiNWPIiqRRNAmSERxyg93xRGzNYvGjlZ0gR6x0F4gPRi2+0O6S71kOZYyr3cxaIQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 21:09:57 +02:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
2023-11-08 00:20:20 +01:00
"node_modules/@sinclair/typebox" : {
"version" : "0.27.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" ,
"integrity" : "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-08 00:20:20 +01:00
} ,
2022-07-27 21:46:09 +02:00
"node_modules/@tokenizer/token" : {
"version" : "0.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz" ,
"integrity" : "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@tootallnate/once" : {
"version" : "1.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" ,
"integrity" : "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"engines" : {
"node" : ">= 6"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/@tsconfig/node10" : {
2024-04-02 00:11:54 +02:00
"version" : "1.0.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz" ,
"integrity" : "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/@tsconfig/node12" : {
"version" : "1.0.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz" ,
"integrity" : "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/@tsconfig/node14" : {
"version" : "1.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz" ,
"integrity" : "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/@tsconfig/node16" : {
2023-08-06 20:34:25 +02:00
"version" : "1.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz" ,
"integrity" : "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-03 18:43:31 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@types/node" : {
2024-09-04 09:20:09 +02:00
"version" : "22.5.3" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.5.3.tgz" ,
"integrity" : "sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-08 00:20:20 +01:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"undici-types" : "~6.19.2"
2023-11-08 00:20:20 +01:00
}
2023-01-17 23:11:22 +01:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@types/sqlite3" : {
2023-11-08 00:20:20 +01:00
"version" : "3.1.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@types/sqlite3/-/sqlite3-3.1.11.tgz" ,
"integrity" : "sha512-KYF+QgxAnnAh7DWPdNDroxkDI3/MspH1NMx6m/N/6fT1G6+jvsw4/ZePt8R8cr7ta58aboeTfYFBDxTJ5yv15w==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"@types/node" : "*"
}
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/@types/strip-bom" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/@types/strip-json-comments" : {
"version" : "0.0.30" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz" ,
"integrity" : "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/@types/uuid" : {
2024-07-31 13:47:47 +02:00
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/@types/ws" : {
2024-07-31 13:47:47 +02:00
"version" : "8.5.12" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz" ,
"integrity" : "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"@types/node" : "*"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/@typescript-eslint/eslint-plugin" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.4.0.tgz" ,
"integrity" : "sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-06-01 21:51:35 +02:00
"@eslint-community/regexpp" : "^4.10.0" ,
2024-09-04 09:20:09 +02:00
"@typescript-eslint/scope-manager" : "8.4.0" ,
"@typescript-eslint/type-utils" : "8.4.0" ,
"@typescript-eslint/utils" : "8.4.0" ,
"@typescript-eslint/visitor-keys" : "8.4.0" ,
2023-08-06 20:34:25 +02:00
"graphemer" : "^1.4.0" ,
2024-06-01 21:51:35 +02:00
"ignore" : "^5.3.1" ,
2023-08-06 20:34:25 +02:00
"natural-compare" : "^1.4.0" ,
2024-06-01 21:51:35 +02:00
"ts-api-utils" : "^1.3.0"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-08-12 17:04:21 +02:00
"@typescript-eslint/parser" : "^8.0.0 || ^8.0.0-alpha.0" ,
"eslint" : "^8.57.0 || ^9.0.0"
2022-07-20 23:01:47 +02:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/parser" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.4.0.tgz" ,
"integrity" : "sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/scope-manager" : "8.4.0" ,
"@typescript-eslint/types" : "8.4.0" ,
"@typescript-eslint/typescript-estree" : "8.4.0" ,
"@typescript-eslint/visitor-keys" : "8.4.0" ,
2022-07-20 23:01:47 +02:00
"debug" : "^4.3.4"
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-08-12 17:04:21 +02:00
"eslint" : "^8.57.0 || ^9.0.0"
2022-07-20 23:01:47 +02:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/scope-manager" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz" ,
"integrity" : "sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/types" : "8.4.0" ,
"@typescript-eslint/visitor-keys" : "8.4.0"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/type-utils" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.4.0.tgz" ,
"integrity" : "sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/typescript-estree" : "8.4.0" ,
"@typescript-eslint/utils" : "8.4.0" ,
2022-07-20 23:01:47 +02:00
"debug" : "^4.3.4" ,
2024-06-01 21:51:35 +02:00
"ts-api-utils" : "^1.3.0"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/types" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.4.0.tgz" ,
"integrity" : "sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz" ,
"integrity" : "sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/types" : "8.4.0" ,
"@typescript-eslint/visitor-keys" : "8.4.0" ,
2022-07-20 23:01:47 +02:00
"debug" : "^4.3.4" ,
2024-09-04 09:20:09 +02:00
"fast-glob" : "^3.3.2" ,
2022-07-20 23:01:47 +02:00
"is-glob" : "^4.0.3" ,
2024-06-01 21:51:35 +02:00
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
"ts-api-utils" : "^1.3.0"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@typescript-eslint/utils" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.4.0.tgz" ,
"integrity" : "sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2023-08-06 20:34:25 +02:00
"@eslint-community/eslint-utils" : "^4.4.0" ,
2024-09-04 09:20:09 +02:00
"@typescript-eslint/scope-manager" : "8.4.0" ,
"@typescript-eslint/types" : "8.4.0" ,
"@typescript-eslint/typescript-estree" : "8.4.0"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-08-12 17:04:21 +02:00
"eslint" : "^8.57.0 || ^9.0.0"
2022-07-20 23:01:47 +02:00
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
2024-09-04 09:20:09 +02:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz" ,
"integrity" : "sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@typescript-eslint/types" : "8.4.0" ,
2024-06-01 21:51:35 +02:00
"eslint-visitor-keys" : "^3.4.3"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
2024-08-12 17:04:21 +02:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2022-07-20 23:01:47 +02:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
2022-07-03 18:43:31 +02:00
} ,
2023-11-08 00:20:20 +01:00
"node_modules/@ungap/structured-clone" : {
"version" : "1.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" ,
"integrity" : "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "ISC"
2023-11-08 00:20:20 +01:00
} ,
2023-08-06 20:34:25 +02:00
"node_modules/@vladfrangu/async_event_emitter" : {
2024-09-04 09:20:09 +02:00
"version" : "2.4.6" ,
"resolved" : "https://registry.npmjs.org/@vladfrangu/async_event_emitter/-/async_event_emitter-2.4.6.tgz" ,
"integrity" : "sha512-RaI5qZo6D2CVS6sTHFKg1v5Ohq/+Bo2LZ5gzUEwZ/WkHhwtGTCB/sVLw8ijOkAUxasZ+WshN/Rzj4ywsABJ5ZA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
2024-06-01 21:51:35 +02:00
"node_modules/@web-scrobbler/metadata-filter" : {
2024-07-31 13:47:47 +02:00
"version" : "3.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@web-scrobbler/metadata-filter/-/metadata-filter-3.2.0.tgz" ,
"integrity" : "sha512-K2Wkq9AOJkgj4Hk9g0flKnNWYkJy1GTPpHTgpNLU5OXaXgqPKLyrtb62M1cIxMN3ESH6XGvPKM92VEl/Gc3Rog==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/abbrev" : {
"version" : "1.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" ,
"integrity" : "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/acorn" : {
2024-07-31 13:47:47 +02:00
"version" : "8.12.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz" ,
"integrity" : "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/acorn-walk" : {
2024-07-31 13:47:47 +02:00
"version" : "8.3.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz" ,
"integrity" : "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
2024-07-31 13:47:47 +02:00
"acorn" : "^8.11.0"
2023-01-17 12:15:14 +01:00
} ,
"engines" : {
2024-07-31 13:47:47 +02:00
"node" : ">=0.4.0"
2023-01-17 12:15:14 +01:00
}
} ,
2024-08-12 17:04:21 +02:00
"node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/agentkeepalive" : {
2023-08-06 20:34:25 +02:00
"version" : "4.5.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz" ,
"integrity" : "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"humanize-ms" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02: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"
}
} ,
"node_modules/ansi-regex" : {
2023-11-08 00:20:20 +01:00
"version" : "5.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : ">=8"
2022-04-18 15:01:42 +02:00
}
} ,
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/anymatch" : {
2023-01-17 12:15:14 +01:00
"version" : "3.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/aproba" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" ,
"integrity" : "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
"node_modules/are-we-there-yet" : {
2024-04-02 00:11:54 +02:00
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" ,
"integrity" : "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==" ,
"deprecated" : "This package is no longer supported." ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"delegates" : "^1.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-01-17 12:15:14 +01:00
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/arg" : {
"version" : "4.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" ,
"integrity" : "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/argparse" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "Python-2.0"
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/array-union" : {
"version" : "2.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
2024-06-01 21:51:35 +02:00
"devOptional" : true ,
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
2024-04-02 00:11:54 +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"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2022-07-03 18:43:31 +02:00
"node_modules/binary-extensions" : {
2024-04-02 00:11:54 +02:00
"version" : "2.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=8"
2024-04-02 00:11:54 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/bl" : {
"version" : "4.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
2022-07-03 18:43:31 +02:00
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/boolbase" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2023-02-12 01:11:07 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/brace-expansion" : {
2024-04-02 00:11:54 +02:00
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2024-04-02 00:11:54 +02:00
"balanced-match" : "^1.0.0"
2022-04-18 15:01:42 +02:00
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/braces" : {
2024-06-01 21:51:35 +02:00
"version" : "3.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2024-06-01 21:51:35 +02:00
"fill-range" : "^7.1.1"
2022-07-03 18:43:31 +02:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/buffer" : {
"version" : "5.7.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
2024-04-02 00:11:54 +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"
}
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-03 18:43:31 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/cacache" : {
"version" : "15.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" ,
"integrity" : "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"@npmcli/fs" : "^1.0.0" ,
"@npmcli/move-file" : "^1.0.1" ,
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"glob" : "^7.1.4" ,
"infer-owner" : "^1.0.4" ,
"lru-cache" : "^6.0.0" ,
"minipass" : "^3.1.1" ,
"minipass-collect" : "^1.0.2" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.2" ,
"mkdirp" : "^1.0.3" ,
"p-map" : "^4.0.0" ,
"promise-inflight" : "^1.0.1" ,
"rimraf" : "^3.0.2" ,
"ssri" : "^8.0.1" ,
"tar" : "^6.0.2" ,
"unique-filename" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/chokidar" : {
2024-04-02 00:11:54 +02:00
"version" : "3.6.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
2024-04-02 00:11:54 +02:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
2022-07-03 18:43:31 +02:00
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
2023-03-11 20:36:25 +01:00
"node_modules/chokidar/node_modules/glob-parent" : {
"version" : "5.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2023-03-11 20:36:25 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-03-11 20:36:25 +01:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/chownr" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" ,
"integrity" : "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/color-support" : {
"version" : "1.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" ,
"integrity" : "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"bin" : {
"color-support" : "bin.js"
}
} ,
2023-01-17 23:11:22 +01:00
"node_modules/common-tags" : {
"version" : "1.8.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz" ,
"integrity" : "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
2024-06-01 21:51:35 +02:00
"devOptional" : true ,
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
"node_modules/console-control-strings" : {
"version" : "1.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" ,
"integrity" : "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/create-require" : {
"version" : "1.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" ,
"integrity" : "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" ,
"integrity" : "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/css-select" : {
"version" : "5.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/css-what" : {
"version" : "6.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"engines" : {
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/data-uri-to-buffer" : {
"version" : "4.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz" ,
"integrity" : "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"engines" : {
"node" : ">= 12"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/debug" : {
2024-07-31 13:47:47 +02:00
"version" : "4.3.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz" ,
"integrity" : "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==" ,
2024-07-31 13:47:47 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"mimic-response" : "^3.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/delegates" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
"node_modules/detect-libc" : {
2024-04-02 00:11:54 +02:00
"version" : "2.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/diff" : {
"version" : "4.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" ,
"integrity" : "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-3-Clause" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/discord-api-types" : {
2024-09-04 09:20:09 +02:00
"version" : "0.37.97" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.97.tgz" ,
"integrity" : "sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-02-12 01:11:07 +01:00
} ,
"node_modules/discord-player" : {
2024-07-31 13:47:47 +02:00
"version" : "6.7.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/discord-player/-/discord-player-6.7.1.tgz" ,
"integrity" : "sha512-ScQmChpZebpVzs+RMsSkCXSORUIXUR3aHsEssGZSLKrbWnregt3jVc39emftTt6EfarZ2TvTK262mXeAYPzpcQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
2023-09-17 09:29:44 +02:00
"@discord-player/equalizer" : "^0.2.3" ,
2023-08-06 20:34:25 +02:00
"@discord-player/ffmpeg" : "^0.1.0" ,
"@discord-player/utils" : "^0.2.2" ,
2024-06-10 20:39:26 +02:00
"@web-scrobbler/metadata-filter" : "^3.1.0" ,
2023-09-03 18:45:09 +02:00
"discord-voip" : "^0.1.3" ,
2024-04-02 00:11:54 +02:00
"libsodium-wrappers" : "^0.7.13"
2023-02-12 01:11:07 +01:00
} ,
"funding" : {
"url" : "https://github.com/Androz2091/discord-player?sponsor=1"
} ,
"peerDependencies" : {
2024-07-31 13:47:47 +02:00
"@discord-player/extractor" : "^4.5.0"
}
} ,
"node_modules/discord-player-youtubei" : {
2024-09-04 09:20:09 +02:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/discord-player-youtubei/-/discord-player-youtubei-1.3.1.tgz" ,
"integrity" : "sha512-0JtWAux1SKBMG543PktNKrsydBLBarOvPn9dsu1xNfXQYbUSglOZgGRjcKxK6MgGj5MluSEer5QXE/UJYseIJg==" ,
2024-07-31 13:47:47 +02:00
"license" : "Creative Commons" ,
"dependencies" : {
2024-08-12 17:04:21 +02:00
"tiny-typed-emitter" : "^2.1.0" ,
2024-09-04 09:20:09 +02:00
"youtubei.js" : "^10.4.0"
2024-07-31 13:47:47 +02:00
} ,
"bin" : {
"discord-player-youtubei" : "bin/index.js"
}
} ,
2023-09-03 18:45:09 +02:00
"node_modules/discord-voip" : {
"version" : "0.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/discord-voip/-/discord-voip-0.1.3.tgz" ,
"integrity" : "sha512-9DWY5/BLPXeldVwPr8/ggGjggTYOTw77aGQc3+4n5K54bRbbiJ9DUJc+mJzDiSLoHN3f286eRGACJYtrUu27xA==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-09-03 18:45:09 +02:00
"dependencies" : {
"@discord-player/ffmpeg" : "^0.1.0" ,
"@discord-player/opus" : "^0.1.2" ,
"@types/ws" : "^8.5.5" ,
"discord-api-types" : "^0.37.50" ,
"prism-media" : "^1.3.5" ,
"tslib" : "^2.6.1" ,
"ws" : "^8.13.0"
} ,
"engines" : {
"node" : ">=16.9.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/discord.js" : {
2024-09-04 09:20:09 +02:00
"version" : "14.16.1" ,
"resolved" : "https://registry.npmjs.org/discord.js/-/discord.js-14.16.1.tgz" ,
"integrity" : "sha512-/diX4shp3q1F3EySGQbQl10el+KIpffLSOJdtM35gGV7zw2ED7rKbASKJT7UIR9L/lTd0KtNenZ/h739TN7diA==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-11-25 16:48:04 +01:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"@discordjs/builders" : "^1.9.0" ,
2023-11-25 16:48:04 +01:00
"@discordjs/collection" : "1.5.3" ,
2024-09-04 09:20:09 +02:00
"@discordjs/formatters" : "^0.5.0" ,
"@discordjs/rest" : "^2.4.0" ,
"@discordjs/util" : "^1.1.1" ,
"@discordjs/ws" : "1.1.1" ,
2024-06-01 21:51:35 +02:00
"@sapphire/snowflake" : "3.5.3" ,
2024-09-04 09:20:09 +02:00
"discord-api-types" : "0.37.97" ,
2023-11-25 16:48:04 +01:00
"fast-deep-equal" : "3.1.3" ,
"lodash.snakecase" : "4.1.1" ,
2024-09-04 09:20:09 +02:00
"tslib" : "^2.6.3" ,
"undici" : "6.19.8"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18"
2024-06-01 21:51:35 +02:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2022-04-18 15:01:42 +02:00
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/discord.js/node_modules/@discordjs/collection" : {
"version" : "1.5.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-1.5.3.tgz" ,
"integrity" : "sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-11-25 16:48:04 +01:00
"engines" : {
"node" : ">=16.11.0"
}
} ,
2023-01-17 23:11:22 +01:00
"node_modules/dlv" : {
"version" : "1.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" ,
"integrity" : "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-01-17 23:11:22 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/doctrine" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
2023-02-12 01:11:07 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "BSD-2-Clause"
2023-02-12 01:11:07 +01:00
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
2023-08-06 20:34:25 +02:00
"version" : "3.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
2023-08-06 20:34:25 +02:00
"domhandler" : "^5.0.3"
2023-02-12 01:11:07 +01:00
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
2022-04-18 15:38:01 +02:00
"node_modules/dotenv" : {
2024-04-02 00:11:54 +02:00
"version" : "16.4.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz" ,
"integrity" : "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:38:01 +02:00
"engines" : {
"node" : ">=12"
2023-08-06 20:34:25 +02:00
} ,
"funding" : {
2024-04-02 00:11:54 +02:00
"url" : "https://dotenvx.com"
2022-04-18 15:38:01 +02:00
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/dynamic-dedupe" : {
"version" : "0.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/dynamic-dedupe/-/dynamic-dedupe-0.3.0.tgz" ,
"integrity" : "sha512-ssuANeD+z97meYOqd50e04Ze5qp4bPqo8cCkI4TRjZkzAUgIDTrXV1R8QCdINpiI+hw14+rYazvTRdQrz0/rFQ==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2022-07-20 23:01:47 +02:00
"xtend" : "^4.0.0"
2022-07-03 18:43:31 +02:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
"node_modules/encoding" : {
"version" : "0.1.13" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" ,
"integrity" : "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.2"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/end-of-stream" : {
"version" : "1.4.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" ,
"integrity" : "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"once" : "^1.4.0"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/entities" : {
2023-04-27 22:11:28 +02:00
"version" : "4.5.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/env-paths" : {
"version" : "2.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-03-24 14:32:49 +01:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/err-code" : {
"version" : "2.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" ,
"integrity" : "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2022-04-18 15:01:42 +02:00
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint" : {
2024-04-02 00:11:54 +02:00
"version" : "8.57.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz" ,
"integrity" : "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2023-03-11 20:36:25 +01:00
"@eslint-community/eslint-utils" : "^4.2.0" ,
2023-08-06 20:34:25 +02:00
"@eslint-community/regexpp" : "^4.6.1" ,
2023-12-05 14:25:04 +01:00
"@eslint/eslintrc" : "^2.1.4" ,
2024-04-02 00:11:54 +02:00
"@eslint/js" : "8.57.0" ,
"@humanwhocodes/config-array" : "^0.11.14" ,
2023-01-17 12:15:14 +01:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@nodelib/fs.walk" : "^1.2.8" ,
2023-11-08 00:20:20 +01:00
"@ungap/structured-clone" : "^1.2.0" ,
2023-08-06 20:34:25 +02:00
"ajv" : "^6.12.4" ,
2022-04-18 15:01:42 +02:00
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.2" ,
"debug" : "^4.3.2" ,
"doctrine" : "^3.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
2023-08-06 20:34:25 +02:00
"eslint-scope" : "^7.2.2" ,
2023-09-03 18:45:09 +02:00
"eslint-visitor-keys" : "^3.4.3" ,
2023-08-06 20:34:25 +02:00
"espree" : "^9.6.1" ,
2023-03-11 20:36:25 +01:00
"esquery" : "^1.4.2" ,
2022-04-18 15:01:42 +02:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^6.0.1" ,
2023-01-17 12:15:14 +01:00
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"globals" : "^13.19.0" ,
2023-08-06 20:34:25 +02:00
"graphemer" : "^1.4.0" ,
2022-04-18 15:01:42 +02:00
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
2023-01-17 12:15:14 +01:00
"is-path-inside" : "^3.0.3" ,
2022-04-18 15:01:42 +02:00
"js-yaml" : "^4.1.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"levn" : "^0.4.1" ,
"lodash.merge" : "^4.6.2" ,
2022-07-20 23:01:47 +02:00
"minimatch" : "^3.1.2" ,
2022-04-18 15:01:42 +02:00
"natural-compare" : "^1.4.0" ,
2023-08-06 20:34:25 +02:00
"optionator" : "^0.9.3" ,
2022-04-18 15:01:42 +02:00
"strip-ansi" : "^6.0.1" ,
2023-01-17 12:15:14 +01:00
"text-table" : "^0.2.0"
2022-04-18 15:01:42 +02:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-scope" : {
2023-08-06 20:34:25 +02:00
"version" : "7.2.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
2023-08-06 20:34:25 +02:00
"estraverse" : "^5.2.0"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-04-07 03:12:54 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-04-18 15:01:42 +02:00
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/eslint-visitor-keys" : {
2023-09-03 18:45:09 +02:00
"version" : "3.4.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-04-27 22:11:28 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-07-20 23:01:47 +02:00
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/eslint/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/espree" : {
2023-08-06 20:34:25 +02:00
"version" : "9.6.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2023-08-06 20:34:25 +02:00
"acorn" : "^8.9.0" ,
2022-07-20 23:01:47 +02:00
"acorn-jsx" : "^5.3.2" ,
2023-08-06 20:34:25 +02:00
"eslint-visitor-keys" : "^3.4.1"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-01-17 12:15:14 +01:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2022-04-18 15:01:42 +02:00
}
} ,
"node_modules/esquery" : {
2024-07-31 13:47:47 +02:00
"version" : "1.6.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-3-Clause" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/estraverse" : {
2022-04-18 15:01:42 +02:00
"version" : "5.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/expand-template" : {
"version" : "2.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" ,
"integrity" : "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" ,
2024-06-01 21:51:35 +02:00
"license" : "(MIT OR WTFPL)" ,
2024-04-02 00:11:54 +02:00
"engines" : {
"node" : ">=6"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/fast-glob" : {
2023-11-08 00:20:20 +01:00
"version" : "3.3.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@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"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
2023-03-11 20:36:25 +01:00
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2023-03-11 20:36:25 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-03-11 20:36:25 +01:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/fastq" : {
2024-04-02 00:11:54 +02:00
"version" : "1.17.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/fetch-blob" : {
"version" : "3.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz" ,
"integrity" : "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" ,
2023-08-06 20:34:25 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"dependencies" : {
"node-domexception" : "^1.0.0" ,
"web-streams-polyfill" : "^3.0.3"
} ,
"engines" : {
"node" : "^12.20 || >= 14.13"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/file-entry-cache" : {
"version" : "6.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" ,
"integrity" : "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"flat-cache" : "^3.0.4"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/file-type" : {
2023-02-12 01:11:07 +01:00
"version" : "16.5.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz" ,
"integrity" : "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
2023-02-12 01:11:07 +01:00
"readable-web-to-node-stream" : "^3.0.0" ,
"strtok3" : "^6.2.4" ,
"token-types" : "^4.1.1"
2022-07-27 21:46:09 +02:00
} ,
"engines" : {
2023-02-12 01:11:07 +01:00
"node" : ">=10"
2022-07-27 21:46:09 +02:00
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/file-type?sponsor=1"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
2022-07-03 18:43:31 +02:00
"node_modules/fill-range" : {
2024-06-01 21:51:35 +02:00
"version" : "7.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/find-up" : {
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/flat-cache" : {
2023-11-25 16:48:04 +01:00
"version" : "3.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2023-11-08 00:20:20 +01:00
"flatted" : "^3.2.9" ,
2023-09-03 18:45:09 +02:00
"keyv" : "^4.5.3" ,
2022-04-18 15:01:42 +02:00
"rimraf" : "^3.0.2"
} ,
"engines" : {
2023-11-25 16:48:04 +01:00
"node" : "^10.12.0 || >=12.0.0"
2022-04-18 15:01:42 +02:00
}
} ,
"node_modules/flatted" : {
2024-04-02 00:11:54 +02:00
"version" : "3.3.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "ISC"
2022-04-18 15:01:42 +02:00
} ,
2023-08-06 20:34:25 +02:00
"node_modules/formdata-polyfill" : {
"version" : "4.0.10" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz" ,
"integrity" : "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"dependencies" : {
"fetch-blob" : "^3.1.2"
} ,
"engines" : {
"node" : ">=12.20.0"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/fs-minipass" : {
"version" : "2.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" ,
"integrity" : "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
2024-06-01 21:51:35 +02:00
"devOptional" : true ,
"license" : "ISC"
2022-04-18 15:01:42 +02:00
} ,
2024-08-12 17:04:21 +02:00
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/function-bind" : {
2023-11-08 00:20:20 +01:00
"version" : "1.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2023-11-08 00:20:20 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-08 00:20:20 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2022-07-20 23:01:47 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/gauge" : {
2024-04-02 00:11:54 +02:00
"version" : "4.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" ,
"integrity" : "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==" ,
"deprecated" : "This package is no longer supported." ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"aproba" : "^1.0.3 || ^2.0.0" ,
2024-04-02 00:11:54 +02:00
"color-support" : "^1.1.3" ,
"console-control-strings" : "^1.1.0" ,
2023-01-17 12:15:14 +01:00
"has-unicode" : "^2.0.1" ,
2024-04-02 00:11:54 +02:00
"signal-exit" : "^3.0.7" ,
2023-01-17 12:15:14 +01:00
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1" ,
2024-04-02 00:11:54 +02:00
"wide-align" : "^1.1.5"
2023-01-17 12:15:14 +01:00
} ,
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-01-17 12:15:14 +01:00
}
2022-04-18 15:01:42 +02:00
} ,
2023-02-12 01:11:07 +01:00
"node_modules/genius-lyrics" : {
2024-06-01 21:51:35 +02:00
"version" : "4.4.7" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/genius-lyrics/-/genius-lyrics-4.4.7.tgz" ,
"integrity" : "sha512-cgO5nSeFqtLZAUyWB+8XWMRBIRzPUSUC42N3CoDGRgKX1anGAyDUhM6/RVIJXCNnQa6XHZHswKcKgHaRiyl+GQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-09-17 09:29:44 +02:00
"dependencies" : {
2024-06-01 21:51:35 +02:00
"node-html-parser" : "^6.1.13" ,
"undici" : "^6.11.1"
2023-09-17 09:29:44 +02:00
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/github-from-package" : {
"version" : "0.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" ,
"integrity" : "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/glob" : {
2022-07-27 21:46:09 +02:00
"version" : "7.2.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
2022-07-27 21:46:09 +02:00
"minimatch" : "^3.1.1" ,
2022-04-18 15:01:42 +02:00
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
2023-03-11 20:36:25 +01:00
"version" : "6.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2023-03-11 20:36:25 +01:00
"is-glob" : "^4.0.3"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
2023-03-11 20:36:25 +01:00
"node" : ">=10.13.0"
2022-04-18 15:01:42 +02:00
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "3.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/globals" : {
2024-04-02 00:11:54 +02:00
"version" : "13.24.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2022-07-20 23:01:47 +02:00
"type-fest" : "^0.20.2"
2022-07-03 18:43:31 +02:00
} ,
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">=8"
2022-07-03 18:43:31 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/globby" : {
"version" : "11.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2022-07-20 23:01:47 +02:00
"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"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">=10"
2022-04-18 15:01:42 +02:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/graceful-fs" : {
2023-03-24 14:32:49 +01:00
"version" : "4.2.11" ,
2024-08-12 17:04:21 +02:00
"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-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2023-08-06 20:34:25 +02:00
"node_modules/graphemer" : {
"version" : "1.4.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
2023-01-17 23:11:22 +01:00
"node_modules/has-ansi" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" ,
"integrity" : "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-ansi/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/has-unicode" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" ,
"integrity" : "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
2023-11-08 00:20:20 +01:00
"node_modules/hasown" : {
2024-04-02 00:11:54 +02:00
"version" : "2.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2023-11-08 00:20:20 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-08 00:20:20 +01:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/he" : {
"version" : "1.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/he/-/he-1.2.0.tgz" ,
"integrity" : "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"bin" : {
"he" : "bin/he"
}
} ,
"node_modules/himalaya" : {
"version" : "1.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/himalaya/-/himalaya-1.1.0.tgz" ,
"integrity" : "sha512-LLase1dHCRMel68/HZTFft0N0wti0epHr3nNY7ynpLbyZpmrKMQ8YIpiOV77TM97cNpC8Wb2n6f66IRggwdWPw==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2023-02-12 01:11:07 +01:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/http-cache-semantics" : {
2023-02-12 01:11:07 +01:00
"version" : "4.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" ,
"integrity" : "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
"node_modules/http-proxy-agent" : {
"version" : "4.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" ,
"integrity" : "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"@tootallnate/once" : "1" ,
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/humanize-ms" : {
"version" : "1.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" ,
"integrity" : "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"ms" : "^2.0.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
2022-07-27 21:46:09 +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"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "BSD-3-Clause"
2022-07-27 21:46:09 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/ignore" : {
2024-08-12 17:04:21 +02:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
2023-01-17 12:15:14 +01:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=0.8.19"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/indent-string" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
2023-01-17 23:11:22 +01:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/infer-owner" : {
"version" : "1.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" ,
"integrity" : "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2022-04-18 15:01:42 +02:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"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." ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2022-04-18 15:01:42 +02:00
} ,
2024-04-02 00:11:54 +02:00
"node_modules/ini" : {
"version" : "1.3.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2024-04-02 00:11:54 +02:00
} ,
"node_modules/ip-address" : {
"version" : "9.0.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" ,
"integrity" : "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
"dependencies" : {
"jsbn" : "1.1.0" ,
"sprintf-js" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 12"
}
2023-01-17 12:15:14 +01:00
} ,
2022-07-03 18:43:31 +02:00
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2022-07-03 18:43:31 +02:00
"binary-extensions" : "^2.0.0"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
2022-07-03 18:43:31 +02:00
"node" : ">=8"
2022-04-18 15:01:42 +02:00
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/is-core-module" : {
2024-09-04 09:20:09 +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==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2024-07-31 13:47:47 +02:00
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
2022-07-03 18:43:31 +02:00
} ,
2022-07-20 23:01:47 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-07-03 18:43:31 +02:00
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/is-glob" : {
"version" : "4.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/is-lambda" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" ,
"integrity" : "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2022-07-03 18:43:31 +02:00
"node_modules/is-number" : {
"version" : "7.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2024-06-01 21:51:35 +02:00
"devOptional" : true ,
"license" : "ISC"
2023-01-17 12:15:14 +01:00
} ,
2023-08-06 20:34:25 +02:00
"node_modules/isomorphic-unfetch" : {
"version" : "4.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz" ,
"integrity" : "sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"dependencies" : {
"node-fetch" : "^3.2.0" ,
"unfetch" : "^5.0.0"
}
} ,
2024-07-31 13:47:47 +02:00
"node_modules/jintr" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/jintr/-/jintr-2.1.1.tgz" ,
"integrity" : "sha512-89cwX4ouogeDGOBsEVsVYsnWWvWjchmwXBB4kiBhmjOKw19FiOKhNhMhpxhTlK2ctl7DS+d/ethfmuBpzoNNgA==" ,
"funding" : [
"https://github.com/sponsors/LuanRT"
] ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.8.0"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/js-yaml" : {
2022-04-18 15:01:42 +02:00
"version" : "4.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/jsbn" : {
"version" : "1.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" ,
"integrity" : "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true
} ,
2023-09-03 18:45:09 +02:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-09-03 18:45:09 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"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-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2023-09-03 18:45:09 +02:00
"node_modules/keyv" : {
2023-11-08 00:20:20 +01:00
"version" : "4.5.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
2023-09-03 18:45:09 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-09-03 18:45:09 +02:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/levn" : {
"version" : "0.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/libsodium" : {
2024-09-04 09:20:09 +02:00
"version" : "0.7.15" ,
"resolved" : "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz" ,
"integrity" : "sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2023-02-12 01:11:07 +01:00
} ,
"node_modules/libsodium-wrappers" : {
2024-09-04 09:20:09 +02:00
"version" : "0.7.15" ,
"resolved" : "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz" ,
"integrity" : "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
2024-09-04 09:20:09 +02:00
"libsodium" : "^0.7.15"
2023-02-12 01:11:07 +01:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/locate-path" : {
"version" : "6.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/lodash" : {
"version" : "4.17.21" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2022-07-27 21:46:09 +02:00
"node_modules/lodash.snakecase" : {
"version" : "4.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz" ,
"integrity" : "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-07-27 21:46:09 +02:00
} ,
2023-01-17 23:11:22 +01:00
"node_modules/loglevel" : {
2024-04-02 00:11:54 +02:00
"version" : "1.9.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/loglevel/-/loglevel-1.9.1.tgz" ,
"integrity" : "sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">= 0.6.0"
} ,
"funding" : {
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/loglevel"
}
} ,
"node_modules/loglevel-colored-level-prefix" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz" ,
"integrity" : "sha512-u45Wcxxc+SdAlh4yeF/uKlC1SPUPCy0gullSNKXod5I4bmifzk+Q4lSLExNEVn19tGaJipbZ4V4jbFn79/6mVA==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
"chalk" : "^1.1.3" ,
"loglevel" : "^1.4.1"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/ansi-styles" : {
"version" : "2.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/chalk" : {
"version" : "1.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/loglevel-colored-level-prefix/node_modules/supports-color" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/lru-cache" : {
"version" : "6.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
"optional" : true ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/magic-bytes.js" : {
2024-04-02 00:11:54 +02:00
"version" : "1.10.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/magic-bytes.js/-/magic-bytes.js-1.10.0.tgz" ,
"integrity" : "sha512-/k20Lg2q8LE5xiaaSkMXk4sfvI+9EGEykFS4b0CHHGWqDYU0bGUFSwchNOMA56D7TCs9GwVTkqe9als1/ns8UQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/make-error" : {
"version" : "1.3.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" ,
"integrity" : "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "ISC"
2022-07-20 23:01:47 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/make-fetch-happen" : {
"version" : "9.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" ,
"integrity" : "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"agentkeepalive" : "^4.1.3" ,
"cacache" : "^15.2.0" ,
"http-cache-semantics" : "^4.1.0" ,
"http-proxy-agent" : "^4.0.1" ,
"https-proxy-agent" : "^5.0.0" ,
"is-lambda" : "^1.0.1" ,
"lru-cache" : "^6.0.0" ,
"minipass" : "^3.1.3" ,
"minipass-collect" : "^1.0.2" ,
"minipass-fetch" : "^1.3.2" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.2" ,
"promise-retry" : "^2.0.1" ,
"socks-proxy-agent" : "^6.0.0" ,
"ssri" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/mediaplex" : {
"version" : "0.0.9" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/mediaplex/-/mediaplex-0.0.9.tgz" ,
"integrity" : "sha512-D907iMYWey2RA5T0EtE82RgY3ufFYZ95/5jjty01SOSUOK8lIudjMpkaMwEewk1/tU1XpthR2/ca0U4MTGSIUw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-25 16:48:04 +01:00
"engines" : {
"node" : ">= 10"
} ,
"optionalDependencies" : {
"mediaplex-android-arm64" : "0.0.9" ,
"mediaplex-darwin-arm64" : "0.0.9" ,
"mediaplex-darwin-universal" : "0.0.9" ,
"mediaplex-darwin-x64" : "0.0.9" ,
"mediaplex-freebsd-x64" : "0.0.9" ,
"mediaplex-linux-arm-gnueabihf" : "0.0.9" ,
"mediaplex-linux-x64-gnu" : "0.0.9" ,
"mediaplex-win32-arm64-msvc" : "0.0.9" ,
"mediaplex-win32-ia32-msvc" : "0.0.9" ,
"mediaplex-win32-x64-msvc" : "0.0.9"
}
} ,
2024-08-12 17:04:21 +02:00
"node_modules/mediaplex-android-arm64" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-android-arm64/-/mediaplex-android-arm64-0.0.9.tgz" ,
"integrity" : "sha512-XAQlZwMcMO2Rk91CL4dK9OgsXa97Ahchd4bu3/DkzTxOXZQUmMZX4yEAN4FjjQctxMefBY9oh5ZdewBAffk+Fg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-darwin-arm64" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-darwin-arm64/-/mediaplex-darwin-arm64-0.0.9.tgz" ,
"integrity" : "sha512-Q79D2jxlJ8vtdj5rlV2HgzSqINSMxZC+wpcHkGHZ/lEATh0fC5OlKdjk3wZRgfEEnY851TBuVvZoRJgJYEnKag==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-darwin-universal" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-darwin-universal/-/mediaplex-darwin-universal-0.0.9.tgz" ,
"integrity" : "sha512-hyptA3BKr8SgDbdop8kTS9xQ4rwnYiiwqG3cHCdHj2qaWRjMus6JF6ep27A9GTDs4rFSsSXKivZZ2IlOHEW9OA==" ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-darwin-x64" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-darwin-x64/-/mediaplex-darwin-x64-0.0.9.tgz" ,
"integrity" : "sha512-gSznB2pTt0QikrqwvNUYcFfUVkVkZiNijw5aaIZDTZfWvyFQk3HtenSQ82zwk4UKt7IfrChgh/7RLmQqOnym2g==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-freebsd-x64" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-freebsd-x64/-/mediaplex-freebsd-x64-0.0.9.tgz" ,
"integrity" : "sha512-fcCEMLTkyPNb8dYwv+3xKIGBgLKvyw/DX4KDAw0gWy378j8aB+D7HjVupI/XWZODrzkSvIiYabCx0oy4Nyz8dg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-linux-arm-gnueabihf" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-linux-arm-gnueabihf/-/mediaplex-linux-arm-gnueabihf-0.0.9.tgz" ,
"integrity" : "sha512-ZmXcv81pxgM11/R4d5WVu0ss2Pgi2eTKR/uW9cz5wUHI5uAVsI1Wf8Gufv/h24JsvLDv2e31BUmls742WzvHIQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/mediaplex-linux-x64-gnu" : {
"version" : "0.0.9" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/mediaplex-linux-x64-gnu/-/mediaplex-linux-x64-gnu-0.0.9.tgz" ,
"integrity" : "sha512-Qfzb5BcxX1N1J5ukns5DTruze/ivJJIbK0OuKCBLMoufctPMPlZKKUUJNrro088Lp0AtDXzbQoV4cVAK5nm4UQ==" ,
2023-11-25 16:48:04 +01:00
"cpu" : [
"x64"
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-25 16:48:04 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-08-12 17:04:21 +02:00
"node_modules/mediaplex-win32-arm64-msvc" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-win32-arm64-msvc/-/mediaplex-win32-arm64-msvc-0.0.9.tgz" ,
"integrity" : "sha512-c3FDtvg2DAoe0EWSh0vIhPwfpHLgEmW8uGajtyON5W5/ygAslAuK9Q9CemHfLfUbeko2r0RlGm2gpygn1PAzLQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-win32-ia32-msvc" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-win32-ia32-msvc/-/mediaplex-win32-ia32-msvc-0.0.9.tgz" ,
"integrity" : "sha512-ScmLR3wB6norxTXrD4JRYs9EhnbhimjXieDfmgy9DJIagxDiWQ3oxfoj8aUg1bdiS62MIiW78jQxtGUb7z8xkw==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/mediaplex-win32-x64-msvc" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/mediaplex-win32-x64-msvc/-/mediaplex-win32-x64-msvc-0.0.9.tgz" ,
"integrity" : "sha512-0H6d4AdciOam1k2iBROjePNE5FA1QkQZ2PqmODAO4ElVEBylgWzGheyAKEyZcmdjNrHORJLl2+XpIssAvsKxag==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/merge2" : {
"version" : "1.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromatch" : {
2024-09-04 09:20:09 +02:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2024-06-01 21:51:35 +02:00
"braces" : "^3.0.3" ,
2022-07-20 23:01:47 +02:00
"picomatch" : "^2.3.1"
2022-07-03 18:43:31 +02:00
} ,
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">=8.6"
2022-07-03 18:43:31 +02:00
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/mimic-response" : {
"version" : "3.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/minimatch" : {
2024-07-31 13:47:47 +02:00
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
2024-04-02 00:11:54 +02:00
"brace-expansion" : "^2.0.1"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2022-04-18 15:01:42 +02:00
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/minimist" : {
2023-02-12 01:11:07 +01:00
"version" : "1.2.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
"version" : "3.3.6" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minipass-collect" : {
"version" : "1.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" ,
"integrity" : "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minipass-fetch" : {
"version" : "1.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" ,
"integrity" : "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.1.0" ,
"minipass-sized" : "^1.0.3" ,
"minizlib" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"optionalDependencies" : {
"encoding" : "^0.1.12"
}
} ,
"node_modules/minipass-flush" : {
"version" : "1.0.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" ,
"integrity" : "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minipass-pipeline" : {
"version" : "1.2.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" ,
"integrity" : "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minipass-sized" : {
"version" : "1.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" ,
"integrity" : "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib" : {
"version" : "2.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" ,
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
2022-07-03 18:43:31 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/ms" : {
"version" : "2.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" ,
"integrity" : "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" ,
2024-07-31 13:47:47 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2024-04-02 00:11:54 +02:00
"node_modules/napi-build-utils" : {
"version" : "1.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz" ,
"integrity" : "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/negotiator" : {
"version" : "0.6.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/node-abi" : {
2024-09-04 09:20:09 +02:00
"version" : "3.67.0" ,
"resolved" : "https://registry.npmjs.org/node-abi/-/node-abi-3.67.0.tgz" ,
"integrity" : "sha512-bLn/fU/ALVBE9wj+p4Y21ZJWYFjUXLXPi/IewyLZkx3ApxKDNBWCKdReeKOtD8dWpOdDCeMyLh6ZewzcLsG2Nw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/node-addon-api" : {
2024-07-31 13:47:47 +02:00
"version" : "7.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
2024-07-31 13:47:47 +02:00
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
2023-08-06 20:34:25 +02:00
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
2023-08-06 20:34:25 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"engines" : {
"node" : ">=10.5.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/node-fetch" : {
2023-11-25 16:48:04 +01:00
"version" : "3.3.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
2023-11-25 16:48:04 +01:00
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
2023-01-17 12:15:14 +01:00
} ,
"engines" : {
2023-11-25 16:48:04 +01:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-01-17 12:15:14 +01:00
} ,
2023-11-25 16:48:04 +01:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-fetch"
2023-01-17 12:15:14 +01:00
}
} ,
"node_modules/node-gyp" : {
"version" : "8.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" ,
"integrity" : "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"env-paths" : "^2.2.0" ,
"glob" : "^7.1.4" ,
"graceful-fs" : "^4.2.6" ,
"make-fetch-happen" : "^9.1.0" ,
"nopt" : "^5.0.0" ,
"npmlog" : "^6.0.0" ,
"rimraf" : "^3.0.2" ,
"semver" : "^7.3.5" ,
"tar" : "^6.1.2" ,
"which" : "^2.0.2"
} ,
"bin" : {
"node-gyp" : "bin/node-gyp.js"
} ,
"engines" : {
"node" : ">= 10.12.0"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/node-html-parser" : {
2024-04-02 00:11:54 +02:00
"version" : "6.1.13" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz" ,
"integrity" : "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"css-select" : "^5.1.0" ,
"he" : "1.2.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/nopt" : {
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" ,
"integrity" : "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"abbrev" : "1"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/npmlog" : {
2024-04-02 00:11:54 +02:00
"version" : "6.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz" ,
"integrity" : "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==" ,
"deprecated" : "This package is no longer supported." ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
2024-04-02 00:11:54 +02:00
"are-we-there-yet" : "^3.0.0" ,
2023-01-17 12:15:14 +01:00
"console-control-strings" : "^1.1.0" ,
2024-04-02 00:11:54 +02:00
"gauge" : "^4.0.3" ,
2023-01-17 12:15:14 +01:00
"set-blocking" : "^2.0.0"
2024-04-02 00:11:54 +02:00
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2023-01-17 12:15:14 +01:00
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/nth-check" : {
"version" : "2.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"boolbase" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/nth-check?sponsor=1"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/once" : {
"version" : "1.4.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/optionator" : {
2024-06-01 21:51:35 +02:00
"version" : "0.9.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
2024-06-01 21:51:35 +02:00
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2022-04-18 15:01:42 +02:00
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/p-limit" : {
"version" : "3.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-map" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" ,
"integrity" : "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"aggregate-error" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/path-type" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/peek-readable" : {
2023-02-12 01:11:07 +01:00
"version" : "4.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz" ,
"integrity" : "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"engines" : {
2023-02-12 01:11:07 +01:00
"node" : ">=8"
2022-07-27 21:46:09 +02:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/picomatch" : {
"version" : "2.3.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/prebuild-install" : {
"version" : "7.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz" ,
"integrity" : "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"detect-libc" : "^2.0.0" ,
"expand-template" : "^2.0.3" ,
"github-from-package" : "0.0.0" ,
"minimist" : "^1.2.3" ,
"mkdirp-classic" : "^0.5.3" ,
"napi-build-utils" : "^1.0.1" ,
"node-abi" : "^3.3.0" ,
"pump" : "^3.0.0" ,
"rc" : "^1.2.7" ,
"simple-get" : "^4.0.0" ,
"tar-fs" : "^2.0.0" ,
"tunnel-agent" : "^0.6.0"
} ,
"bin" : {
"prebuild-install" : "bin.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2023-01-17 23:11:22 +01:00
"node_modules/prettier" : {
2024-07-31 13:47:47 +02:00
"version" : "3.3.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz" ,
"integrity" : "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"bin" : {
2023-11-08 00:20:20 +01:00
"prettier" : "bin/prettier.cjs"
2023-01-17 23:11:22 +01:00
} ,
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : ">=14"
2023-01-17 23:11:22 +01:00
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/prettier-eslint" : {
2024-04-02 00:11:54 +02:00
"version" : "16.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-16.3.0.tgz" ,
"integrity" : "sha512-Lh102TIFCr11PJKUMQ2kwNmxGhTsv/KzUg9QYF2Gkw259g/kPgndZDWavk7/ycbRvj2oz4BPZ1gCU8bhfZH/Xg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
2023-11-08 00:20:20 +01:00
"@typescript-eslint/parser" : "^6.7.5" ,
2023-01-17 23:11:22 +01:00
"common-tags" : "^1.4.0" ,
"dlv" : "^1.1.0" ,
"eslint" : "^8.7.0" ,
"indent-string" : "^4.0.0" ,
"lodash.merge" : "^4.6.0" ,
"loglevel-colored-level-prefix" : "^1.0.0" ,
2023-11-08 00:20:20 +01:00
"prettier" : "^3.0.1" ,
"pretty-format" : "^29.7.0" ,
2023-01-17 23:11:22 +01:00
"require-relative" : "^0.8.7" ,
2023-11-08 00:20:20 +01:00
"typescript" : "^5.2.2" ,
"vue-eslint-parser" : "^9.1.0"
2023-08-06 20:34:25 +02:00
} ,
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : ">=16.10.0"
2024-04-02 00:11:54 +02:00
} ,
"peerDependencies" : {
"prettier-plugin-svelte" : "^3.0.0" ,
"svelte-eslint-parser" : "*"
} ,
"peerDependenciesMeta" : {
"prettier-plugin-svelte" : {
"optional" : true
} ,
"svelte-eslint-parser" : {
"optional" : true
}
}
} ,
"node_modules/prettier-eslint/node_modules/@typescript-eslint/parser" : {
"version" : "6.21.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz" ,
"integrity" : "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"@typescript-eslint/scope-manager" : "6.21.0" ,
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/typescript-estree" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/prettier-eslint/node_modules/@typescript-eslint/scope-manager" : {
"version" : "6.21.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz" ,
"integrity" : "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/prettier-eslint/node_modules/@typescript-eslint/types" : {
"version" : "6.21.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz" ,
"integrity" : "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/prettier-eslint/node_modules/@typescript-eslint/typescript-estree" : {
"version" : "6.21.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz" ,
"integrity" : "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"@typescript-eslint/visitor-keys" : "6.21.0" ,
"debug" : "^4.3.4" ,
"globby" : "^11.1.0" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "9.0.3" ,
"semver" : "^7.5.4" ,
"ts-api-utils" : "^1.0.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/prettier-eslint/node_modules/@typescript-eslint/visitor-keys" : {
"version" : "6.21.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz" ,
"integrity" : "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" ,
2024-04-02 00:11:54 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"@typescript-eslint/types" : "6.21.0" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^16.0.0 || >=18.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2023-08-06 20:34:25 +02:00
}
} ,
2024-06-01 21:51:35 +02:00
"node_modules/prettier-eslint/node_modules/minimatch" : {
"version" : "9.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" ,
"integrity" : "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2023-11-08 00:20:20 +01:00
"node_modules/pretty-format" : {
"version" : "29.7.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
2023-08-06 20:34:25 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"dependencies" : {
2023-11-08 00:20:20 +01:00
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
2023-08-06 20:34:25 +02:00
} ,
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
2023-08-06 20:34:25 +02:00
}
} ,
2023-11-08 00:20:20 +01:00
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
2023-08-06 20:34:25 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : ">=10"
2023-08-06 20:34:25 +02:00
} ,
"funding" : {
2023-11-08 00:20:20 +01:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2023-01-17 23:11:22 +01:00
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/prism-media" : {
2023-03-11 20:36:25 +01:00
"version" : "1.3.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/prism-media/-/prism-media-1.3.5.tgz" ,
"integrity" : "sha512-IQdl0Q01m4LrkN1EGIE9lphov5Hy7WWlH6ulf5QdGePLlPas9p2mhgddTEHrlaXYjjFToM1/rWuwF37VF4taaA==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2023-02-12 01:11:07 +01:00
"peerDependencies" : {
2023-03-11 20:36:25 +01:00
"@discordjs/opus" : ">=0.8.0 <1.0.0" ,
2023-02-12 01:11:07 +01:00
"ffmpeg-static" : "^5.0.2 || ^4.2.7 || ^3.0.0 || ^2.4.0" ,
"node-opus" : "^0.3.3" ,
"opusscript" : "^0.0.8"
} ,
"peerDependenciesMeta" : {
"@discordjs/opus" : {
"optional" : true
} ,
"ffmpeg-static" : {
"optional" : true
} ,
"node-opus" : {
"optional" : true
} ,
"opusscript" : {
"optional" : true
}
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/promise-inflight" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" ,
"integrity" : "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
"node_modules/promise-retry" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" ,
"integrity" : "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"err-code" : "^2.0.2" ,
"retry" : "^0.12.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/pump" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" ,
"integrity" : "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/punycode" : {
2023-11-08 00:20:20 +01:00
"version" : "2.3.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
2024-07-31 13:47:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=6"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2022-07-20 23:01:47 +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"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "MIT"
2022-07-03 18:43:31 +02:00
} ,
2024-04-02 00:11:54 +02:00
"node_modules/rc" : {
"version" : "1.2.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" ,
"integrity" : "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" ,
2024-06-01 21:51:35 +02:00
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"deep-extend" : "^0.6.0" ,
"ini" : "~1.3.0" ,
"minimist" : "^1.2.0" ,
"strip-json-comments" : "~2.0.1"
} ,
"bin" : {
"rc" : "cli.js"
}
} ,
"node_modules/rc/node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-11-08 00:20:20 +01:00
"node_modules/react-is" : {
2024-06-01 21:51:35 +02:00
"version" : "18.3.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-11-08 00:20:20 +01:00
} ,
2022-07-27 21:46:09 +02:00
"node_modules/readable-stream" : {
2023-03-11 20:36:25 +01:00
"version" : "3.6.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/readable-web-to-node-stream" : {
"version" : "3.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz" ,
"integrity" : "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2022-07-03 18:43:31 +02:00
"node_modules/readdirp" : {
"version" : "3.6.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
2023-01-17 23:11:22 +01:00
"node_modules/require-relative" : {
"version" : "0.8.7" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/require-relative/-/require-relative-0.8.7.tgz" ,
"integrity" : "sha512-AKGr4qvHiryxRb19m3PsLRGuKVAbJLUD7E6eOaHkfKhwc+vSgVOCY5xNvm9EkolBKTOf0GrQAZKLimOCz81Khg==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2023-01-17 23:11:22 +01:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/resolve" : {
2023-11-08 00:20:20 +01:00
"version" : "1.22.8" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
2023-08-06 20:34:25 +02:00
"is-core-module" : "^2.13.0" ,
2022-07-20 23:01:47 +02:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
2022-07-03 18:43:31 +02:00
} ,
2022-07-20 23:01:47 +02:00
"bin" : {
"resolve" : "bin/resolve"
2022-07-03 18:43:31 +02:00
} ,
2022-07-20 23:01:47 +02:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-07-03 18:43:31 +02:00
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=4"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/retry" : {
"version" : "0.12.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" ,
"integrity" : "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/reusify" : {
"version" : "1.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
2022-07-03 18:43:31 +02:00
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/reverbnation-scraper" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/reverbnation-scraper/-/reverbnation-scraper-2.0.0.tgz" ,
"integrity" : "sha512-t1Mew5QC9QEVEry5DXyagvci2O+TgXTGoMHbNoW5NRz6LTOzK/DLHUpnrQwloX8CVX5z1a802vwHM3YgUVOvKg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"node-fetch" : "^2.6.0"
}
} ,
2023-11-25 16:48:04 +01:00
"node_modules/reverbnation-scraper/node_modules/node-fetch" : {
"version" : "2.7.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-11-25 16:48:04 +01:00
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/rimraf" : {
"version" : "3.0.2" ,
2024-08-12 17:04:21 +02:00
"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" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2022-07-20 23:01:47 +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"
}
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
2022-07-03 18:43:31 +02:00
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
2022-07-27 21:46:09 +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"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "MIT"
2022-07-27 21:46:09 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true
} ,
2022-07-20 23:01:47 +02:00
"node_modules/semver" : {
2024-07-31 13:47:47 +02:00
"version" : "7.6.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-07-03 18:43:31 +02:00
"bin" : {
"semver" : "bin/semver.js"
2022-07-20 23:01:47 +02:00
} ,
"engines" : {
"node" : ">=10"
2022-07-03 18:43:31 +02:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" ,
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
2023-01-17 12:15:14 +01:00
} ,
2022-04-18 15:01:42 +02:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true
} ,
"node_modules/simple-concat" : {
"version" : "1.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" ,
"integrity" : "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" ,
2024-04-02 00:11:54 +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"
}
2024-06-01 21:51:35 +02:00
] ,
"license" : "MIT"
2024-04-02 00:11:54 +02:00
} ,
"node_modules/simple-get" : {
"version" : "4.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" ,
"integrity" : "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==" ,
2024-04-02 00:11:54 +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"
}
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"decompress-response" : "^6.0.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
}
2023-01-17 12:15:14 +01:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/slash" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
"node" : ">=8"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/smart-buffer" : {
"version" : "4.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" ,
"integrity" : "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks" : {
2024-06-01 21:51:35 +02:00
"version" : "2.8.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz" ,
"integrity" : "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
2024-04-02 00:11:54 +02:00
"ip-address" : "^9.0.5" ,
2023-01-17 12:15:14 +01:00
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : ">= 10.0.0" ,
2023-01-17 12:15:14 +01:00
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks-proxy-agent" : {
"version" : "6.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" ,
"integrity" : "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"agent-base" : "^6.0.2" ,
"debug" : "^4.3.3" ,
"socks" : "^2.6.2"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-06-01 21:51:35 +02:00
"node_modules/soundcloud.ts" : {
2024-08-12 17:04:21 +02:00
"version" : "0.5.5" ,
"resolved" : "https://registry.npmjs.org/soundcloud.ts/-/soundcloud.ts-0.5.5.tgz" ,
"integrity" : "sha512-bygjhC1w/w26Nk0Y+4D4cWSEJ1TdxLaE6+w4pCazFzPF+J4mzuB62ggWmFa7BiwnirzNf9lgPbjzrQYGege4Ew==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
2024-06-01 21:51:35 +02:00
"undici" : "^6.17.0"
2024-04-02 00:11:54 +02:00
}
2023-09-03 18:45:09 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/source-map" : {
"version" : "0.6.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-3-Clause" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
2023-02-12 01:11:07 +01:00
"node_modules/spotify-uri" : {
2024-06-01 21:51:35 +02:00
"version" : "4.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/spotify-uri/-/spotify-uri-4.1.0.tgz" ,
"integrity" : "sha512-SFpBt8pQqO7DOFBsdUjv3GxGZAKYP7UqcTflfE7h3YL1lynl/6Motq7NERoJJR8eF9kXQRSpcdMmV5ou84rbng==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"engines" : {
2023-08-06 20:34:25 +02:00
"node" : ">= 16"
2023-02-12 01:11:07 +01:00
}
} ,
"node_modules/spotify-url-info" : {
2024-07-31 13:47:47 +02:00
"version" : "3.2.16" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.2.16.tgz" ,
"integrity" : "sha512-szXt1PLt8lqhaXsTNYH7zPd+EBj6Ha0xtqitqicCijGX6x/jYvn6wgGaK2F1OQfJzx8lxDNfZbtarn4DxzaZ2Q==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-02-12 01:11:07 +01:00
"dependencies" : {
"himalaya" : "~1.1.0" ,
2024-06-01 21:51:35 +02:00
"spotify-uri" : "~4.1.0"
2023-02-12 01:11:07 +01:00
} ,
"engines" : {
"node" : ">= 12"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/sprintf-js" : {
"version" : "1.1.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" ,
"integrity" : "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-3-Clause" ,
2024-04-02 00:11:54 +02:00
"optional" : true
} ,
2023-01-17 12:15:14 +01:00
"node_modules/sqlite3" : {
2024-04-02 00:11:54 +02:00
"version" : "5.1.7" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz" ,
"integrity" : "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==" ,
2023-01-17 12:15:14 +01:00
"hasInstallScript" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-3-Clause" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
2024-04-02 00:11:54 +02:00
"bindings" : "^1.5.0" ,
"node-addon-api" : "^7.0.0" ,
"prebuild-install" : "^7.1.1" ,
2023-01-17 12:15:14 +01:00
"tar" : "^6.1.11"
} ,
"optionalDependencies" : {
"node-gyp" : "8.x"
} ,
"peerDependencies" : {
"node-gyp" : "8.x"
} ,
"peerDependenciesMeta" : {
"node-gyp" : {
"optional" : true
}
}
} ,
"node_modules/ssri" : {
"version" : "8.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" ,
"integrity" : "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"minipass" : "^3.1.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/string-width" : {
"version" : "4.2.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2024-04-02 00:11:54 +02:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/strip-bom" : {
"version" : "3.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=4"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/strtok3" : {
2023-02-12 01:11:07 +01:00
"version" : "6.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz" ,
"integrity" : "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
2023-02-12 01:11:07 +01:00
"peek-readable" : "^4.1.0"
2022-07-27 21:46:09 +02:00
} ,
"engines" : {
2023-02-12 01:11:07 +01:00
"node" : ">=10"
2022-07-27 21:46:09 +02:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/supports-color" : {
"version" : "7.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/supports-preserve-symlinks-flag" : {
2022-07-03 18:43:31 +02:00
"version" : "1.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2022-07-03 18:43:31 +02:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/tar" : {
2024-04-02 00:11:54 +02:00
"version" : "6.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" ,
"integrity" : "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
2023-08-06 20:34:25 +02:00
"minipass" : "^5.0.0" ,
2023-01-17 12:15:14 +01:00
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2024-04-02 00:11:54 +02:00
"node_modules/tar-fs" : {
"version" : "2.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" ,
"integrity" : "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"chownr" : "^1.1.1" ,
"mkdirp-classic" : "^0.5.2" ,
"pump" : "^3.0.0" ,
"tar-stream" : "^2.1.4"
}
} ,
"node_modules/tar-fs/node_modules/chownr" : {
"version" : "1.1.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2024-04-02 00:11:54 +02:00
} ,
"node_modules/tar-stream" : {
"version" : "2.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/tar/node_modules/minipass" : {
2023-08-06 20:34:25 +02:00
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" ,
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/text-table" : {
"version" : "0.2.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" ,
"integrity" : "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
2024-08-12 17:04:21 +02:00
"node_modules/tiny-typed-emitter" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/tiny-typed-emitter/-/tiny-typed-emitter-2.1.0.tgz" ,
"integrity" : "sha512-qVtvMxeXbVej0cQWKqVSSAHmKZEHAvxdF8HEUBFWts8h+xEo5m/lEiPakuyZ3BnCBjOD8i24kzNOiOLLgsSxhA==" ,
"license" : "MIT"
} ,
2022-07-03 18:43:31 +02:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/token-types" : {
2023-02-12 01:11:07 +01:00
"version" : "4.2.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz" ,
"integrity" : "sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-27 21:46:09 +02:00
"dependencies" : {
"@tokenizer/token" : "^0.3.0" ,
"ieee754" : "^1.2.1"
} ,
"engines" : {
2023-02-12 01:11:07 +01:00
"node" : ">=10"
2022-07-27 21:46:09 +02:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
2022-04-18 15:01:42 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-01-17 12:15:14 +01:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/tree-kill" : {
"version" : "1.2.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz" ,
"integrity" : "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"bin" : {
"tree-kill" : "cli.js"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/ts-api-utils" : {
2024-04-02 00:11:54 +02:00
"version" : "1.3.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz" ,
"integrity" : "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" ,
2023-08-06 20:34:25 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-08-06 20:34:25 +02:00
"engines" : {
2024-04-02 00:11:54 +02:00
"node" : ">=16"
2023-08-06 20:34:25 +02:00
} ,
"peerDependencies" : {
"typescript" : ">=4.2.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/ts-mixer" : {
2024-04-02 00:11:54 +02:00
"version" : "6.0.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz" ,
"integrity" : "sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/ts-node" : {
2024-04-02 00:11:54 +02:00
"version" : "10.9.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz" ,
"integrity" : "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@cspotcode/source-map-support" : "^0.8.0" ,
"@tsconfig/node10" : "^1.0.7" ,
"@tsconfig/node12" : "^1.0.7" ,
"@tsconfig/node14" : "^1.0.0" ,
"@tsconfig/node16" : "^1.0.2" ,
"acorn" : "^8.4.1" ,
"acorn-walk" : "^8.1.1" ,
"arg" : "^4.1.0" ,
"create-require" : "^1.1.0" ,
"diff" : "^4.0.1" ,
"make-error" : "^1.1.1" ,
"v8-compile-cache-lib" : "^3.0.1" ,
"yn" : "3.1.1"
} ,
"bin" : {
"ts-node" : "dist/bin.js" ,
"ts-node-cwd" : "dist/bin-cwd.js" ,
"ts-node-esm" : "dist/bin-esm.js" ,
"ts-node-script" : "dist/bin-script.js" ,
"ts-node-transpile-only" : "dist/bin-transpile.js" ,
"ts-script" : "dist/bin-script-deprecated.js"
} ,
"peerDependencies" : {
"@swc/core" : ">=1.2.50" ,
"@swc/wasm" : ">=1.2.50" ,
"@types/node" : "*" ,
"typescript" : ">=2.7"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"@swc/wasm" : {
"optional" : true
}
}
} ,
"node_modules/ts-node-dev" : {
"version" : "2.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-2.0.0.tgz" ,
"integrity" : "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"chokidar" : "^3.5.1" ,
"dynamic-dedupe" : "^0.3.0" ,
"minimist" : "^1.2.6" ,
"mkdirp" : "^1.0.4" ,
"resolve" : "^1.0.0" ,
"rimraf" : "^2.6.1" ,
"source-map-support" : "^0.5.12" ,
"tree-kill" : "^1.2.2" ,
"ts-node" : "^10.4.0" ,
"tsconfig" : "^7.0.0"
} ,
"bin" : {
"ts-node-dev" : "lib/bin.js" ,
"tsnd" : "lib/bin.js"
} ,
"engines" : {
"node" : ">=0.8.0"
} ,
"peerDependencies" : {
"node-notifier" : "*" ,
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
} ,
"node_modules/ts-node-dev/node_modules/rimraf" : {
"version" : "2.7.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz" ,
"integrity" : "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
"node_modules/tsconfig" : {
"version" : "7.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz" ,
"integrity" : "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"dependencies" : {
"@types/strip-bom" : "^3.0.0" ,
"@types/strip-json-comments" : "0.0.30" ,
"strip-bom" : "^3.0.0" ,
"strip-json-comments" : "^2.0.0"
}
} ,
"node_modules/tsconfig/node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/tslib" : {
2024-09-04 09:20:09 +02:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" ,
"integrity" : "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" ,
2024-06-01 21:51:35 +02:00
"license" : "0BSD"
2022-04-18 15:01:42 +02:00
} ,
2024-04-02 00:11:54 +02:00
"node_modules/tunnel-agent" : {
"version" : "0.6.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" ,
"integrity" : "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2024-04-02 00:11:54 +02:00
"dependencies" : {
"safe-buffer" : "^5.0.1"
} ,
"engines" : {
"node" : "*"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/type-check" : {
"version" : "0.4.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/type-fest" : {
"version" : "0.20.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "(MIT OR CC0-1.0)" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/typescript" : {
2024-07-31 13:47:47 +02:00
"version" : "5.5.4" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz" ,
"integrity" : "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0" ,
2022-07-20 23:01:47 +02:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
2023-08-06 20:34:25 +02:00
"node" : ">=14.17"
2022-07-03 18:43:31 +02:00
}
} ,
2022-07-03 21:09:57 +02:00
"node_modules/undici" : {
2024-09-04 09:20:09 +02:00
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz" ,
"integrity" : "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 21:09:57 +02:00
"engines" : {
2024-09-04 09:20:09 +02:00
"node" : ">=18.17"
2022-07-03 21:09:57 +02:00
}
} ,
2023-11-08 00:20:20 +01:00
"node_modules/undici-types" : {
2024-09-04 09:20:09 +02:00
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2023-11-08 00:20:20 +01:00
} ,
2023-08-06 20:34:25 +02:00
"node_modules/unfetch" : {
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz" ,
"integrity" : "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2024-04-02 00:11:54 +02:00
"workspaces" : [
"./packages/isomorphic-unfetch"
]
2023-08-06 20:34:25 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/unique-filename" : {
"version" : "1.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" ,
"integrity" : "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"unique-slug" : "^2.0.0"
}
} ,
"node_modules/unique-slug" : {
"version" : "2.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" ,
"integrity" : "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2023-01-17 12:15:14 +01:00
"optional" : true ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
2022-04-18 15:01:42 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2022-07-27 21:46:09 +02:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT"
2022-07-27 21:46:09 +02:00
} ,
2023-01-17 12:15:14 +01:00
"node_modules/uuid" : {
2024-06-10 20:39:26 +02:00
"version" : "10.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" ,
2023-09-17 09:29:44 +02:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"bin" : {
"uuid" : "dist/bin/uuid"
}
2022-04-18 15:01:42 +02:00
} ,
2022-07-20 23:01:47 +02:00
"node_modules/v8-compile-cache-lib" : {
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz" ,
"integrity" : "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT"
2022-07-20 23:01:47 +02:00
} ,
2023-01-17 23:11:22 +01:00
"node_modules/vue-eslint-parser" : {
2024-06-01 21:51:35 +02:00
"version" : "9.4.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz" ,
"integrity" : "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==" ,
2023-01-17 23:11:22 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"dependencies" : {
2023-11-08 00:20:20 +01:00
"debug" : "^4.3.4" ,
"eslint-scope" : "^7.1.1" ,
"eslint-visitor-keys" : "^3.3.0" ,
"espree" : "^9.3.1" ,
2023-01-17 23:11:22 +01:00
"esquery" : "^1.4.0" ,
"lodash" : "^4.17.21" ,
2023-11-08 00:20:20 +01:00
"semver" : "^7.3.6"
2023-01-17 23:11:22 +01:00
} ,
"engines" : {
2023-11-08 00:20:20 +01:00
"node" : "^14.17.0 || >=16.0.0"
2023-01-17 23:11:22 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=6.0.0"
}
} ,
2023-08-06 20:34:25 +02:00
"node_modules/web-streams-polyfill" : {
2024-04-02 00:11:54 +02:00
"version" : "3.3.3" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" ,
"integrity" : "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 23:11:22 +01:00
"engines" : {
2023-08-06 20:34:25 +02:00
"node" : ">= 8"
2023-01-17 23:11:22 +01:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "BSD-2-Clause"
2023-01-17 12:15:14 +01:00
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/which" : {
"version" : "2.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2023-01-17 12:15:14 +01:00
"devOptional" : true ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2022-04-18 15:01:42 +02:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">= 8"
2022-07-03 18:43:31 +02:00
}
} ,
2023-01-17 12:15:14 +01:00
"node_modules/wide-align" : {
"version" : "1.1.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" ,
"integrity" : "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC" ,
2024-04-02 00:11:54 +02:00
"optional" : true ,
2023-01-17 12:15:14 +01:00
"dependencies" : {
"string-width" : "^1.0.2 || 2 || 3 || 4"
}
} ,
2024-06-01 21:51:35 +02:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
2024-06-01 21:51:35 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-04-18 15:01:42 +02:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2022-04-18 15:01:42 +02:00
} ,
"node_modules/ws" : {
2024-07-31 13:47:47 +02:00
"version" : "8.18.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-04-18 15:01:42 +02:00
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
2023-01-17 12:15:14 +01:00
"utf-8-validate" : ">=5.0.2"
2022-04-18 15:01:42 +02:00
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
2022-07-20 23:01:47 +02:00
"node_modules/xtend" : {
"version" : "4.0.2" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2022-07-03 18:43:31 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-03 18:43:31 +02:00
"engines" : {
2022-07-20 23:01:47 +02:00
"node" : ">=0.4"
2022-04-18 15:01:42 +02:00
}
2022-07-03 18:43:31 +02:00
} ,
"node_modules/yallist" : {
"version" : "4.0.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
2024-06-01 21:51:35 +02:00
"license" : "ISC"
2022-07-20 23:01:47 +02:00
} ,
"node_modules/yn" : {
"version" : "3.1.1" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" ,
"integrity" : "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" ,
2022-07-20 23:01:47 +02:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2022-07-20 23:01:47 +02:00
"engines" : {
"node" : ">=6"
}
2023-01-17 12:15:14 +01:00
} ,
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
2023-01-17 12:15:14 +01:00
"dev" : true ,
2024-06-01 21:51:35 +02:00
"license" : "MIT" ,
2023-01-17 12:15:14 +01:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2023-02-12 01:11:07 +01:00
} ,
"node_modules/youtube-sr" : {
2024-06-01 21:51:35 +02:00
"version" : "4.3.11" ,
2024-08-12 17:04:21 +02:00
"resolved" : "https://registry.npmjs.org/youtube-sr/-/youtube-sr-4.3.11.tgz" ,
"integrity" : "sha512-3oHiS2x7PpMiDRW7Cq8nz1bkAIBOJHoOwkPl/oncM/+A9/3xxMDgMLGW2dsBEP1DHFyRXYTVABgfbdwHF8sXXQ==" ,
2024-06-01 21:51:35 +02:00
"license" : "Apache-2.0"
2024-07-31 13:47:47 +02:00
} ,
"node_modules/youtubei.js" : {
2024-09-04 09:20:09 +02:00
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/youtubei.js/-/youtubei.js-10.4.0.tgz" ,
"integrity" : "sha512-FZahkkg5ROyH/FgJ4czy/xDNkqHbJTCUQzumQlnR+2Q7m6HaWghAFWWJUTcexemGuu7t/5EuyQz98eBgKQRMog==" ,
2024-07-31 13:47:47 +02:00
"funding" : [
"https://github.com/sponsors/LuanRT"
] ,
"license" : "MIT" ,
"dependencies" : {
2024-08-12 17:04:21 +02:00
"jintr" : "^2.1.1" ,
2024-07-31 13:47:47 +02:00
"tslib" : "^2.5.0" ,
"undici" : "^5.19.1"
}
} ,
"node_modules/youtubei.js/node_modules/undici" : {
"version" : "5.28.4" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz" ,
"integrity" : "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==" ,
"license" : "MIT" ,
"dependencies" : {
"@fastify/busboy" : "^2.0.0"
} ,
"engines" : {
"node" : ">=14.0"
}
2022-04-18 15:01:42 +02:00
}
}
}