2024-03-13 22:43:08 -04:00
{
"name" : "solana-price" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"dependencies" : {
2024-11-14 14:53:15 -05:00
"discord.js" : "^14.16.3" ,
2024-03-13 22:43:08 -04:00
"dotenv" : "^16.4.5" ,
2024-11-14 14:53:15 -05:00
"node-fetch" : "^3.3.2" ,
"sqlite3" : "^5.1.7"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@discordjs/builders" : {
2024-11-14 14:53:15 -05:00
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/@discordjs/builders/-/builders-1.9.0.tgz" ,
"integrity" : "sha512-0zx8DePNVvQibh5ly5kCEei5wtPBIUbSoE9n+91Rlladz4tgtFbJ36PZMxxZrTEOQ7AHMZ/b0crT/0fCy6FTKg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@discordjs/formatters" : "^0.5.0" ,
"@discordjs/util" : "^1.1.1" ,
"@sapphire/shapeshift" : "^4.0.0" ,
"discord-api-types" : "0.37.97" ,
2024-03-13 22:43:08 -04:00
"fast-deep-equal" : "^3.1.3" ,
2024-11-14 14:53:15 -05:00
"ts-mixer" : "^6.0.4" ,
"tslib" : "^2.6.3"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/@discordjs/builders/node_modules/discord-api-types" : {
"version" : "0.37.97" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.97.tgz" ,
"integrity" : "sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==" ,
"license" : "MIT"
} ,
2024-03-13 22:43:08 -04:00
"node_modules/@discordjs/collection" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-1.5.3.tgz" ,
"integrity" : "sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==" ,
"engines" : {
"node" : ">=16.11.0"
}
} ,
"node_modules/@discordjs/formatters" : {
2024-11-14 14:53:15 -05:00
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@discordjs/formatters/-/formatters-0.5.0.tgz" ,
"integrity" : "sha512-98b3i+Y19RFq1Xke4NkVY46x8KjJQjldHUuEbCqMvp1F5Iq9HgnGpu91jOi/Ufazhty32eRsKnnzS8n4c+L93g==" ,
"license" : "Apache-2.0" ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
2024-11-14 14:53:15 -05:00
"discord-api-types" : "0.37.97"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/@discordjs/formatters/node_modules/discord-api-types" : {
"version" : "0.37.97" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.97.tgz" ,
"integrity" : "sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==" ,
"license" : "MIT"
} ,
2024-03-13 22:43:08 -04:00
"node_modules/@discordjs/rest" : {
2024-11-14 14:53:15 -05: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==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@discordjs/collection" : "^2.1.1" ,
"@discordjs/util" : "^1.1.1" ,
"@sapphire/async-queue" : "^1.5.3" ,
"@sapphire/snowflake" : "^3.5.3" ,
"@vladfrangu/async_event_emitter" : "^2.4.6" ,
"discord-api-types" : "0.37.97" ,
"magic-bytes.js" : "^1.10.0" ,
"tslib" : "^2.6.3" ,
"undici" : "6.19.8"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@discordjs/rest/node_modules/@discordjs/collection" : {
2024-11-14 14:53:15 -05:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-2.1.1.tgz" ,
"integrity" : "sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg==" ,
"license" : "Apache-2.0" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=18"
2024-11-14 14:53:15 -05:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/@discordjs/rest/node_modules/discord-api-types" : {
"version" : "0.37.97" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.97.tgz" ,
"integrity" : "sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==" ,
"license" : "MIT"
} ,
2024-03-13 22:43:08 -04:00
"node_modules/@discordjs/util" : {
2024-11-14 14:53:15 -05:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/util/-/util-1.1.1.tgz" ,
"integrity" : "sha512-eddz6UnOBEB1oITPinyrB2Pttej49M9FZQY8NxgEvc3tq6ZICZ19m70RsmzRdDHk80O9NoYN/25AqJl8vPVf/g==" ,
"license" : "Apache-2.0" ,
2024-03-13 22:43:08 -04:00
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@discordjs/ws" : {
2024-11-14 14:53:15 -05:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/ws/-/ws-1.1.1.tgz" ,
"integrity" : "sha512-PZ+vLpxGCRtmr2RMkqh8Zp+BenUaJqlS6xhgWKEZcgC/vfHLEzpHtKkB0sl3nZWpwtcKk6YWy+pU3okL2I97FA==" ,
"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" ,
2024-03-13 22:43:08 -04:00
"tslib" : "^2.6.2" ,
2024-11-14 14:53:15 -05:00
"ws" : "^8.16.0"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
"node" : ">=16.11.0"
2024-11-14 14:53:15 -05:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@discordjs/ws/node_modules/@discordjs/collection" : {
2024-11-14 14:53:15 -05:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@discordjs/collection/-/collection-2.1.1.tgz" ,
"integrity" : "sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg==" ,
"license" : "Apache-2.0" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=18"
2024-11-14 14:53:15 -05:00
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05: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"
} ,
"node_modules/@gar/promisify" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" ,
"integrity" : "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/@npmcli/fs" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" ,
"integrity" : "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"@gar/promisify" : "^1.0.1" ,
"semver" : "^7.3.5"
}
} ,
"node_modules/@npmcli/move-file" : {
"version" : "1.1.2" ,
"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" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"mkdirp" : "^1.0.4" ,
"rimraf" : "^3.0.2"
} ,
2024-03-13 22:43:08 -04:00
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=10"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@sapphire/async-queue" : {
2024-11-14 14:53:15 -05:00
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@sapphire/async-queue/-/async-queue-1.5.5.tgz" ,
"integrity" : "sha512-cvGzxbba6sav2zZkH8GPf2oGk9yYoD5qrNWdu9fRehifgnFZJMV+nuy2nON2roRO4yQQ+v7MK/Pktl/HgfsUXg==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/@sapphire/shapeshift" : {
2024-11-14 14:53:15 -05:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sapphire/shapeshift/-/shapeshift-4.0.0.tgz" ,
"integrity" : "sha512-d9dUmWVA7MMiKobL3VpLF8P2aeanRTu6ypG2OIaEv/ZHH/SUQ2iHOVyi5wAPjQ+HmnMuL0whK9ez8I/raWbtIg==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"lodash" : "^4.17.21"
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=v16"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@sapphire/snowflake" : {
2024-11-14 14:53:15 -05:00
"version" : "3.5.3" ,
"resolved" : "https://registry.npmjs.org/@sapphire/snowflake/-/snowflake-3.5.3.tgz" ,
"integrity" : "sha512-jjmJywLAFoWeBi1W7994zZyiNWPIiqRRNAmSERxyg93xRGzNYvGjlZ0gR6x0F4gPRi2+0O6S71kOZYyr3cxaIQ==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/@tootallnate/once" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" ,
"integrity" : "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-03-13 22:43:08 -04:00
"node_modules/@types/node" : {
2024-11-14 14:53:15 -05:00
"version" : "22.9.0" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz" ,
"integrity" : "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
2024-11-14 14:53:15 -05:00
"undici-types" : "~6.19.8"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/@types/ws" : {
2024-11-14 14:53:15 -05:00
"version" : "8.5.13" ,
"resolved" : "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz" ,
"integrity" : "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@vladfrangu/async_event_emitter" : {
2024-11-14 14:53:15 -05: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==" ,
"license" : "MIT" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=v14.0.0" ,
"npm" : ">=7.0.0"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/abbrev" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" ,
"integrity" : "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" ,
"license" : "ISC" ,
"optional" : true
} ,
"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"
}
} ,
"node_modules/agentkeepalive" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz" ,
"integrity" : "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"humanize-ms" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/aproba" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" ,
"integrity" : "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/are-we-there-yet" : {
"version" : "3.0.1" ,
"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." ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"delegates" : "^1.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"license" : "MIT" ,
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/cacache" : {
"version" : "15.3.0" ,
"resolved" : "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" ,
"integrity" : "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==" ,
"license" : "ISC" ,
"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"
}
} ,
"node_modules/chownr" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" ,
"integrity" : "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/color-support" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" ,
"integrity" : "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" ,
"license" : "ISC" ,
"optional" : true ,
"bin" : {
"color-support" : "bin.js"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/console-control-strings" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" ,
"integrity" : "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
2024-03-13 22:43:08 -04:00
"node_modules/data-uri-to-buffer" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz" ,
"integrity" : "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" ,
"engines" : {
"node" : ">= 12"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/debug" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decompress-response" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" ,
"integrity" : "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-response" : "^3.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" ,
"integrity" : "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/delegates" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-03-13 22:43:08 -04:00
"node_modules/discord-api-types" : {
2024-11-14 14:53:15 -05:00
"version" : "0.37.100" ,
"resolved" : "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.100.tgz" ,
"integrity" : "sha512-a8zvUI0GYYwDtScfRd/TtaNBDTXwP5DiDVX7K5OmE+DRT57gBqKnwtOC5Ol8z0mRW8KQfETIgiB8U0YZ9NXiCA==" ,
"license" : "MIT"
2024-03-13 22:43:08 -04:00
} ,
"node_modules/discord.js" : {
2024-11-14 14:53:15 -05:00
"version" : "14.16.3" ,
"resolved" : "https://registry.npmjs.org/discord.js/-/discord.js-14.16.3.tgz" ,
"integrity" : "sha512-EPCWE9OkA9DnFFNrO7Kl1WHHDYFXu3CNVFJg63bfU7hVtjZGyhShwZtSBImINQRWxWP2tgo2XI+QhdXx28r0aA==" ,
"license" : "Apache-2.0" ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
2024-11-14 14:53:15 -05:00
"@discordjs/builders" : "^1.9.0" ,
2024-03-13 22:43:08 -04:00
"@discordjs/collection" : "1.5.3" ,
2024-11-14 14:53:15 -05:00
"@discordjs/formatters" : "^0.5.0" ,
"@discordjs/rest" : "^2.4.0" ,
"@discordjs/util" : "^1.1.1" ,
"@discordjs/ws" : "1.1.1" ,
"@sapphire/snowflake" : "3.5.3" ,
"discord-api-types" : "0.37.100" ,
2024-03-13 22:43:08 -04:00
"fast-deep-equal" : "3.1.3" ,
"lodash.snakecase" : "4.1.1" ,
2024-11-14 14:53:15 -05:00
"tslib" : "^2.6.3" ,
"undici" : "6.19.8"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/discordjs/discord.js?sponsor"
2024-03-13 22:43:08 -04:00
}
} ,
"node_modules/dotenv" : {
"version" : "16.4.5" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz" ,
"integrity" : "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" ,
2024-11-14 14:53:15 -05:00
"license" : "BSD-2-Clause" ,
2024-03-13 22:43:08 -04:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/encoding" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" ,
"integrity" : "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.2"
}
} ,
"node_modules/end-of-stream" : {
"version" : "1.4.4" ,
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" ,
"integrity" : "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" ,
"license" : "MIT" ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/err-code" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" ,
"integrity" : "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/expand-template" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz" ,
"integrity" : "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" ,
"license" : "(MIT OR WTFPL)" ,
"engines" : {
"node" : ">=6"
}
} ,
2024-03-13 22:43:08 -04:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
2024-11-14 14:53:15 -05:00
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"license" : "MIT"
2024-03-13 22:43:08 -04:00
} ,
"node_modules/fetch-blob" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz" ,
"integrity" : "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"dependencies" : {
"node-domexception" : "^1.0.0" ,
"web-streams-polyfill" : "^3.0.3"
} ,
"engines" : {
"node" : "^12.20 || >= 14.13"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"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==" ,
"license" : "MIT"
} ,
2024-03-13 22:43:08 -04:00
"node_modules/formdata-polyfill" : {
"version" : "4.0.10" ,
"resolved" : "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz" ,
"integrity" : "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" ,
"dependencies" : {
"fetch-blob" : "^3.1.2"
} ,
"engines" : {
"node" : ">=12.20.0"
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT"
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
"node_modules/fs-minipass" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" ,
"integrity" : "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
"node_modules/fs.realpath" : {
2024-03-13 22:43:08 -04:00
"version" : "1.0.0" ,
2024-11-14 14:53:15 -05:00
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/gauge" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" ,
"integrity" : "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==" ,
"deprecated" : "This package is no longer supported." ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"aproba" : "^1.0.3 || ^2.0.0" ,
"color-support" : "^1.1.3" ,
"console-control-strings" : "^1.1.0" ,
"has-unicode" : "^2.0.1" ,
"signal-exit" : "^3.0.7" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1" ,
"wide-align" : "^1.1.5"
} ,
2024-03-13 22:43:08 -04:00
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/github-from-package" : {
"version" : "0.0.0" ,
"resolved" : "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz" ,
"integrity" : "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" ,
"license" : "MIT"
} ,
"node_modules/glob" : {
"version" : "7.2.3" ,
"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" ,
"license" : "ISC" ,
"optional" : true ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
2024-11-14 14:53:15 -05:00
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : "*"
2024-03-13 22:43:08 -04:00
} ,
"funding" : {
2024-11-14 14:53:15 -05:00
"url" : "https://github.com/sponsors/isaacs"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC" ,
"optional" : true
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
"node_modules/has-unicode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" ,
"integrity" : "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" ,
"license" : "ISC" ,
"optional" : true
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
"node_modules/http-cache-semantics" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" ,
"integrity" : "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" ,
"license" : "BSD-2-Clause" ,
"optional" : true
} ,
"node_modules/http-proxy-agent" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" ,
"integrity" : "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" ,
"license" : "MIT" ,
"optional" : true ,
2024-03-13 22:43:08 -04:00
"dependencies" : {
2024-11-14 14:53:15 -05:00
"@tootallnate/once" : "1" ,
"agent-base" : "6" ,
"debug" : "4"
2024-03-13 22:43:08 -04:00
} ,
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">= 6"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
2024-03-13 22:43:08 -04:00
"engines" : {
2024-11-14 14:53:15 -05:00
"node" : ">= 6"
2024-03-13 22:43:08 -04:00
}
} ,
2024-11-14 14:53:15 -05:00
"node_modules/humanize-ms" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" ,
"integrity" : "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ms" : "^2.0.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
2024-03-13 22:43:08 -04:00
} ,
2024-11-14 14:53:15 -05:00
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
2024-03-13 22:43:08 -04:00
}
2024-11-14 14:53:15 -05:00
] ,
"license" : "BSD-3-Clause"
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/infer-owner" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" ,
"integrity" : "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"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." ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
"license" : "ISC"
} ,
"node_modules/ip-address" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz" ,
"integrity" : "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"jsbn" : "1.1.0" ,
"sprintf-js" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-lambda" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" ,
"integrity" : "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/jsbn" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz" ,
"integrity" : "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.snakecase" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz" ,
"integrity" : "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw=="
} ,
"node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/magic-bytes.js" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/magic-bytes.js/-/magic-bytes.js-1.10.0.tgz" ,
"integrity" : "sha512-/k20Lg2q8LE5xiaaSkMXk4sfvI+9EGEykFS4b0CHHGWqDYU0bGUFSwchNOMA56D7TCs9GwVTkqe9als1/ns8UQ==" ,
"license" : "MIT"
} ,
"node_modules/make-fetch-happen" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" ,
"integrity" : "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==" ,
"license" : "ISC" ,
"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"
}
} ,
"node_modules/mimic-response" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" ,
"integrity" : "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minipass-collect" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" ,
"integrity" : "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minipass-fetch" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" ,
"integrity" : "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==" ,
"license" : "MIT" ,
"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" ,
"resolved" : "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" ,
"integrity" : "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minipass-pipeline" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" ,
"integrity" : "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minipass-sized" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" ,
"integrity" : "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" ,
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" ,
"license" : "MIT"
} ,
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/napi-build-utils" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz" ,
"integrity" : "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" ,
"license" : "MIT"
} ,
"node_modules/negotiator" : {
"version" : "0.6.4" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz" ,
"integrity" : "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/node-abi" : {
"version" : "3.71.0" ,
"resolved" : "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz" ,
"integrity" : "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==" ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/node-addon-api" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"license" : "MIT"
} ,
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"engines" : {
"node" : ">=10.5.0"
}
} ,
"node_modules/node-fetch" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
"license" : "MIT" ,
"dependencies" : {
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-fetch"
}
} ,
"node_modules/node-gyp" : {
"version" : "8.4.1" ,
"resolved" : "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" ,
"integrity" : "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==" ,
"license" : "MIT" ,
"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"
}
} ,
"node_modules/nopt" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" ,
"integrity" : "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"abbrev" : "1"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/npmlog" : {
"version" : "6.0.2" ,
"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." ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"are-we-there-yet" : "^3.0.0" ,
"console-control-strings" : "^1.1.0" ,
"gauge" : "^4.0.3" ,
"set-blocking" : "^2.0.0"
} ,
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/p-map" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" ,
"integrity" : "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"aggregate-error" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/prebuild-install" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz" ,
"integrity" : "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==" ,
"license" : "MIT" ,
"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"
}
} ,
"node_modules/promise-inflight" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" ,
"integrity" : "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/promise-retry" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" ,
"integrity" : "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"err-code" : "^2.0.2" ,
"retry" : "^0.12.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/pump" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz" ,
"integrity" : "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==" ,
"license" : "MIT" ,
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
}
} ,
"node_modules/rc" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" ,
"integrity" : "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" ,
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
"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/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/retry" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" ,
"integrity" : "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" ,
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"license" : "ISC" ,
"optional" : true
} ,
"node_modules/simple-concat" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" ,
"integrity" : "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/simple-get" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" ,
"integrity" : "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"decompress-response" : "^6.0.0" ,
"once" : "^1.3.1" ,
"simple-concat" : "^1.0.0"
}
} ,
"node_modules/smart-buffer" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" ,
"integrity" : "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks" : {
"version" : "2.8.3" ,
"resolved" : "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz" ,
"integrity" : "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ip-address" : "^9.0.5" ,
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
"node" : ">= 10.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/socks-proxy-agent" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" ,
"integrity" : "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"agent-base" : "^6.0.2" ,
"debug" : "^4.3.3" ,
"socks" : "^2.6.2"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/sprintf-js" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz" ,
"integrity" : "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" ,
"license" : "BSD-3-Clause" ,
"optional" : true
} ,
"node_modules/sqlite3" : {
"version" : "5.1.7" ,
"resolved" : "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz" ,
"integrity" : "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==" ,
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"bindings" : "^1.5.0" ,
"node-addon-api" : "^7.0.0" ,
"prebuild-install" : "^7.1.1" ,
"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" ,
"resolved" : "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" ,
"integrity" : "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"minipass" : "^3.1.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" ,
"integrity" : "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/tar" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" ,
"integrity" : "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" ,
"license" : "ISC" ,
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"minipass" : "^5.0.0" ,
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/tar-fs" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" ,
"integrity" : "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==" ,
"license" : "MIT" ,
"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" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" ,
"license" : "ISC"
} ,
"node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
"license" : "MIT" ,
"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"
}
} ,
"node_modules/tar/node_modules/minipass" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" ,
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ts-mixer" : {
"version" : "6.0.4" ,
"resolved" : "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz" ,
"integrity" : "sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==" ,
"license" : "MIT"
} ,
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
} ,
"node_modules/tunnel-agent" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" ,
"integrity" : "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/undici" : {
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz" ,
"integrity" : "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.17"
}
} ,
"node_modules/undici-types" : {
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" ,
"license" : "MIT"
} ,
"node_modules/unique-filename" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" ,
"integrity" : "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"unique-slug" : "^2.0.0"
}
} ,
"node_modules/unique-slug" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" ,
"integrity" : "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
}
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
"node_modules/web-streams-polyfill" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" ,
"integrity" : "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/wide-align" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" ,
"integrity" : "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" ,
"license" : "ISC" ,
"optional" : true ,
"dependencies" : {
"string-width" : "^1.0.2 || 2 || 3 || 4"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
"node_modules/ws" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"license" : "ISC"
2024-03-13 22:43:08 -04:00
}
}
}