2023-08-05 00:08:25 +00:00
{
"name" : "ui" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"dependencies" : {
2023-08-05 02:39:03 +00:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0" ,
2024-05-16 00:00:49 +00:00
"word_grid" : "file:../wasm/pkg"
2023-08-05 00:08:25 +00:00
} ,
"devDependencies" : {
2023-08-06 02:24:15 +00:00
"@parcel/transformer-less" : "^2.9.3" ,
2023-08-06 01:59:30 +00:00
"@types/react" : "^18.2.18" ,
"@types/react-dom" : "^18.2.7" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0" ,
2023-08-06 01:59:30 +00:00
"process" : "^0.11.10"
2023-08-05 00:08:25 +00:00
}
} ,
2024-05-16 00:00:49 +00:00
"../wasm/pkg" : {
"name" : "wasm" ,
"version" : "0.1.0"
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@babel/code-frame" : {
2024-05-16 00:00:49 +00:00
"version" : "7.25.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz" ,
"integrity" : "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@babel/highlight" : "^7.25.7" ,
"picocolors" : "^1.0.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
2024-05-16 00:00:49 +00:00
"version" : "7.25.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz" ,
"integrity" : "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
2024-05-16 00:00:49 +00:00
"version" : "7.25.7" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz" ,
"integrity" : "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@babel/helper-validator-identifier" : "^7.25.7" ,
2023-10-14 04:16:30 +00:00
"chalk" : "^2.4.2" ,
2024-05-16 00:00:49 +00:00
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/@babel/highlight/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@lezer/common" : {
2024-05-16 00:00:49 +00:00
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/@lezer/common/-/common-1.2.2.tgz" ,
"integrity" : "sha512-Z+R3hN6kXbgBWAuejUNPihylAL1Z5CaFqnIe0nTX8Ej+XlIy3EGtXxn6WtLMO+os2hRkQvm2yvaGMYliUzlJaw==" ,
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/@lezer/lr" : {
2024-05-16 00:00:49 +00:00
"version" : "1.4.2" ,
"resolved" : "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz" ,
"integrity" : "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2023-10-14 04:16:30 +00:00
"@lezer/common" : "^1.0.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@lmdb/lmdb-darwin-arm64" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.8.5.tgz" ,
"integrity" : "sha512-KPDeVScZgA1oq0CiPBcOa3kHIqU+pTOwRFDIhxvmf8CTNvqdZQYp5cCKW0bUk69VygB2PuTiINFWbY78aR2pQw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@lmdb/lmdb-darwin-x64" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.8.5.tgz" ,
"integrity" : "sha512-w/sLhN4T7MW1nB3R/U8WK5BgQLz904wh+/SmA2jD8NnF7BLLoUgflCNxOeSPOWp8geP6nP/+VjWzZVip7rZ1ug==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@lmdb/lmdb-linux-arm" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.8.5.tgz" ,
"integrity" : "sha512-c0TGMbm2M55pwTDIfkDLB6BpIsgxV4PjYck2HiOX+cy/JWiBXz32lYbarPqejKs9Flm7YVAKSILUducU9g2RVg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-linux-arm64" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.8.5.tgz" ,
"integrity" : "sha512-vtbZRHH5UDlL01TT5jB576Zox3+hdyogvpcbvVJlmU5PdL3c5V7cj1EODdh1CHPksRl+cws/58ugEHi8bcj4Ww==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-linux-x64" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.8.5.tgz" ,
"integrity" : "sha512-Xkc8IUx9aEhP0zvgeKy7IQ3ReX2N8N1L0WPcQwnZweWmOuKfwpS3GRIYqLtK5za/w3E60zhFfNdS+3pBZPytqQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@lmdb/lmdb-win32-x64" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.8.5.tgz" ,
"integrity" : "sha512-4wvrf5BgnR8RpogHhtpCPJMKBmvyZPhhUtEwMJbXh0ni2BucpfF07jlmyM11zRqQ2XIq6PbC2j7W7UCCcm1rRQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@mischnic/json-sourcemap" : {
2023-10-14 04:16:30 +00:00
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz" ,
"integrity" : "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2023-10-14 04:16:30 +00:00
"@lezer/common" : "^1.0.0" ,
"@lezer/lr" : "^1.0.0" ,
2023-08-05 00:08:25 +00:00
"json5" : "^2.2.1"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz" ,
"integrity" : "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz" ,
"integrity" : "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz" ,
"integrity" : "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz" ,
"integrity" : "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-linux-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz" ,
"integrity" : "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@msgpackr-extract/msgpackr-extract-win32-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz" ,
"integrity" : "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@parcel/bundler-default" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.12.0.tgz" ,
"integrity" : "sha512-3ybN74oYNMKyjD6V20c9Gerdbh7teeNvVMwIoHIQMzuIFT6IGX53PyOLlOKRLbjxMc0TMimQQxIt2eQqxR5LsA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/graph" : "3.2.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/cache" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/cache/-/cache-2.12.0.tgz" ,
"integrity" : "sha512-FX5ZpTEkxvq/yvWklRHDESVRz+c7sLTXgFuzz6uEnBcXV38j6dMSikflNpHA6q/L4GKkCqRywm9R6XQwhwIMyw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-10-14 04:16:30 +00:00
"lmdb" : "2.8.5"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/codeframe" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.12.0.tgz" ,
"integrity" : "sha512-v2VmneILFiHZJTxPiR7GEF1wey1/IXPdZMcUlNXBiPZyWDfcuNgGGVQkx/xW561rULLIvDPharOMdxz5oHOKQg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"chalk" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/compressor-raw" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.12.0.tgz" ,
"integrity" : "sha512-h41Q3X7ZAQ9wbQ2csP8QGrwepasLZdXiuEdpUryDce6rF9ZiHoJ97MRpdLxOhOPyASTw/xDgE1xyaPQr0Q3f5A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/config-default" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.12.0.tgz" ,
"integrity" : "sha512-dPNe2n9eEsKRc1soWIY0yToMUPirPIa2QhxcCB3Z5RjpDGIXm0pds+BaiqY6uGLEEzsjhRO0ujd4v2Rmm0vuFg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/bundler-default" : "2.12.0" ,
"@parcel/compressor-raw" : "2.12.0" ,
"@parcel/namer-default" : "2.12.0" ,
"@parcel/optimizer-css" : "2.12.0" ,
"@parcel/optimizer-htmlnano" : "2.12.0" ,
"@parcel/optimizer-image" : "2.12.0" ,
"@parcel/optimizer-svgo" : "2.12.0" ,
"@parcel/optimizer-swc" : "2.12.0" ,
"@parcel/packager-css" : "2.12.0" ,
"@parcel/packager-html" : "2.12.0" ,
"@parcel/packager-js" : "2.12.0" ,
"@parcel/packager-raw" : "2.12.0" ,
"@parcel/packager-svg" : "2.12.0" ,
"@parcel/packager-wasm" : "2.12.0" ,
"@parcel/reporter-dev-server" : "2.12.0" ,
"@parcel/resolver-default" : "2.12.0" ,
"@parcel/runtime-browser-hmr" : "2.12.0" ,
"@parcel/runtime-js" : "2.12.0" ,
"@parcel/runtime-react-refresh" : "2.12.0" ,
"@parcel/runtime-service-worker" : "2.12.0" ,
"@parcel/transformer-babel" : "2.12.0" ,
"@parcel/transformer-css" : "2.12.0" ,
"@parcel/transformer-html" : "2.12.0" ,
"@parcel/transformer-image" : "2.12.0" ,
"@parcel/transformer-js" : "2.12.0" ,
"@parcel/transformer-json" : "2.12.0" ,
"@parcel/transformer-postcss" : "2.12.0" ,
"@parcel/transformer-posthtml" : "2.12.0" ,
"@parcel/transformer-raw" : "2.12.0" ,
"@parcel/transformer-react-refresh-wrap" : "2.12.0" ,
"@parcel/transformer-svg" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/core" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/core/-/core-2.12.0.tgz" ,
"integrity" : "sha512-s+6pwEj+GfKf7vqGUzN9iSEPueUssCCQrCBUlcAfKrJe0a22hTUCjewpB0I7lNrCIULt8dkndD+sMdOrXsRl6Q==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
2024-05-16 00:00:49 +00:00
"@parcel/cache" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/graph" : "3.2.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/profiler" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"abortcontroller-polyfill" : "^1.1.9" ,
"base-x" : "^3.0.8" ,
"browserslist" : "^4.6.6" ,
"clone" : "^2.1.1" ,
"dotenv" : "^7.0.0" ,
"dotenv-expand" : "^5.1.0" ,
"json5" : "^2.2.0" ,
2024-05-16 00:00:49 +00:00
"msgpackr" : "^1.9.9" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/diagnostic" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.12.0.tgz" ,
"integrity" : "sha512-8f1NOsSFK+F4AwFCKynyIu9Kr/uWHC+SywAv4oS6Bv3Acig0gtwUjugk0C9UaB8ztBZiW5TQZhw+uPZn9T/lJA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/events" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/events/-/events-2.12.0.tgz" ,
"integrity" : "sha512-nmAAEIKLjW1kB2cUbCYSmZOGbnGj8wCzhqnK727zCCWaA25ogzAtt657GPOeFyqW77KyosU728Tl63Fc8hphIA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/fs" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/fs/-/fs-2.12.0.tgz" ,
"integrity" : "sha512-NnFkuvou1YBtPOhTdZr44WN7I60cGyly2wpHzqRl62yhObyi1KvW0SjwOMa0QGNcBOIzp4G0CapoZ93hD0RG5Q==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/rust" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/watcher" : "^2.0.7" ,
2024-05-16 00:00:49 +00:00
"@parcel/workers" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/graph" : {
2024-05-16 00:00:49 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/graph/-/graph-3.2.0.tgz" ,
"integrity" : "sha512-xlrmCPqy58D4Fg5umV7bpwDx5Vyt7MlnQPxW68vae5+BA4GSWetfZt+Cs5dtotMG2oCHzZxhIPt7YZ7NRyQzLA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/logger" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/logger/-/logger-2.12.0.tgz" ,
"integrity" : "sha512-cJ7Paqa7/9VJ7C+KwgJlwMqTQBOjjn71FbKk0G07hydUEBISU2aDfmc/52o60ErL9l+vXB26zTrIBanbxS8rVg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/markdown-ansi" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.12.0.tgz" ,
"integrity" : "sha512-WZz3rzL8k0H3WR4qTHX6Ic8DlEs17keO9gtD4MNGyMNQbqQEvQ61lWJaIH0nAtgEetu0SOITiVqdZrb8zx/M7w==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"chalk" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/namer-default" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.12.0.tgz" ,
"integrity" : "sha512-9DNKPDHWgMnMtqqZIMiEj/R9PNWW16lpnlHjwK3ciRlMPgjPJ8+UNc255teZODhX0T17GOzPdGbU/O/xbxVPzA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/node-resolver-core" : {
2024-05-16 00:00:49 +00:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-3.3.0.tgz" ,
"integrity" : "sha512-rhPW9DYPEIqQBSlYzz3S0AjXxjN6Ub2yS6tzzsW/4S3Gpsgk/uEq4ZfxPvoPf/6TgZndVxmKwpmxaKtGMmf3cA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@mischnic/json-sourcemap" : "^0.1.0" ,
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-css" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.12.0.tgz" ,
"integrity" : "sha512-ifbcC97fRzpruTjaa8axIFeX4MjjSIlQfem3EJug3L2AVqQUXnM1XO8L0NaXGNLTW2qnh1ZjIJ7vXT/QhsphsA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"browserslist" : "^4.6.6" ,
2024-05-16 00:00:49 +00:00
"lightningcss" : "^1.22.1" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-htmlnano" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.12.0.tgz" ,
"integrity" : "sha512-MfPMeCrT8FYiOrpFHVR+NcZQlXAptK2r4nGJjfT+ndPBhEEZp4yyL7n1y7HfX9geg5altc4WTb4Gug7rCoW8VQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"htmlnano" : "^2.0.0" ,
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"svgo" : "^2.4.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/css-select" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz" ,
"integrity" : "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.0.1" ,
"domhandler" : "^4.3.1" ,
"domutils" : "^2.8.0" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "CC0-1.0"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/@parcel/optimizer-htmlnano/node_modules/svgo" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz" ,
"integrity" : "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^4.1.3" ,
"css-tree" : "^1.1.3" ,
"csso" : "^4.2.0" ,
"picocolors" : "^1.0.0" ,
"stable" : "^0.1.8"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@parcel/optimizer-image" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.12.0.tgz" ,
"integrity" : "sha512-bo1O7raeAIbRU5nmNVtx8divLW9Xqn0c57GVNGeAK4mygnQoqHqRZ0mR9uboh64pxv6ijXZHPhKvU9HEpjPjBQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/optimizer-svgo" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.12.0.tgz" ,
"integrity" : "sha512-Kyli+ZZXnoonnbeRQdoWwee9Bk2jm/49xvnfb+2OO8NN0d41lblBoRhOyFiScRnJrw7eVl1Xrz7NTkXCIO7XFQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"svgo" : "^2.4.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/css-select" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz" ,
"integrity" : "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.0.1" ,
"domhandler" : "^4.3.1" ,
"domutils" : "^2.8.0" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "CC0-1.0"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/@parcel/optimizer-svgo/node_modules/svgo" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz" ,
"integrity" : "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^4.1.3" ,
"css-tree" : "^1.1.3" ,
"csso" : "^4.2.0" ,
"picocolors" : "^1.0.0" ,
"stable" : "^0.1.8"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@parcel/optimizer-swc" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/optimizer-swc/-/optimizer-swc-2.12.0.tgz" ,
"integrity" : "sha512-iBi6LZB3lm6WmbXfzi8J3DCVPmn4FN2lw7DGXxUXu7MouDPVWfTsM6U/5TkSHJRNRogZ2gqy5q9g34NPxHbJcw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@swc/core" : "^1.3.36" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/package-manager" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.12.0.tgz" ,
"integrity" : "sha512-0nvAezcjPx9FT+hIL+LS1jb0aohwLZXct7jAh7i0MLMtehOi0z1Sau+QpgMlA9rfEZZ1LIeFdnZZwqSy7Ccspw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/node-resolver-core" : "3.3.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
"@swc/core" : "^1.3.36" ,
2023-08-05 00:08:25 +00:00
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/packager-css" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.12.0.tgz" ,
"integrity" : "sha512-j3a/ODciaNKD19IYdWJT+TP+tnhhn5koBGBWWtrKSu0UxWpnezIGZetit3eE+Y9+NTePalMkvpIlit2eDhvfJA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
"lightningcss" : "^1.22.1" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-html" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.12.0.tgz" ,
"integrity" : "sha512-PpvGB9hFFe+19NXGz2ApvPrkA9GwEqaDAninT+3pJD57OVBaxB8U+HN4a5LICKxjUppPPqmrLb6YPbD65IX4RA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-js" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.12.0.tgz" ,
"integrity" : "sha512-viMF+FszITRRr8+2iJyk+4ruGiL27Y6AF7hQ3xbJfzqnmbOhGFtLTQwuwhOLqN/mWR2VKdgbLpZSarWaO3yAMg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"globals" : "^13.2.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-raw" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.12.0.tgz" ,
"integrity" : "sha512-tJZqFbHqP24aq1F+OojFbQIc09P/u8HAW5xfndCrFnXpW4wTgM3p03P0xfw3gnNq+TtxHJ8c3UFE5LnXNNKhYA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-svg" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.12.0.tgz" ,
"integrity" : "sha512-ldaGiacGb2lLqcXas97k8JiZRbAnNREmcvoY2W2dvW4loVuDT9B9fU777mbV6zODpcgcHWsLL3lYbJ5Lt3y9cg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"posthtml" : "^0.16.4"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-10-14 04:16:30 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/packager-wasm" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/packager-wasm/-/packager-wasm-2.12.0.tgz" ,
"integrity" : "sha512-fYqZzIqO9fGYveeImzF8ll6KRo2LrOXfD+2Y5U3BiX/wp9wv17dz50QLDQm9hmTcKGWxK4yWqKQh+Evp/fae7A==" ,
2023-10-14 04:16:30 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-10-14 04:16:30 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0"
2023-10-14 04:16:30 +00:00
} ,
"engines" : {
"node" : ">=12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/plugin" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.12.0.tgz" ,
"integrity" : "sha512-nc/uRA8DiMoe4neBbzV6kDndh/58a4wQuGKw5oEoIwBCHUvE2W8ZFSu7ollSXUGRzfacTt4NdY8TwS73ScWZ+g==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/types" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/profiler" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/profiler/-/profiler-2.12.0.tgz" ,
"integrity" : "sha512-q53fvl5LDcFYzMUtSusUBZSjQrKjMlLEBgKeQHFwkimwR1mgoseaDBDuNz0XvmzDzF1UelJ02TUKCGacU8W2qA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"chrome-trace-event" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-cli" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.12.0.tgz" ,
"integrity" : "sha512-TqKsH4GVOLPSCanZ6tcTPj+rdVHERnt5y4bwTM82cajM21bCX1Ruwp8xOKU+03091oV2pv5ieB18pJyRF7IpIw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"chalk" : "^4.1.0" ,
"term-size" : "^2.2.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-dev-server" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.12.0.tgz" ,
"integrity" : "sha512-tIcDqRvAPAttRlTV28dHcbWT5K2r/MBFks7nM4nrEDHWtnrCwimkDmZTc1kD8QOCCjGVwRHcQybpHvxfwol6GA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/reporter-tracer" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/reporter-tracer/-/reporter-tracer-2.12.0.tgz" ,
"integrity" : "sha512-g8rlu9GxB8Ut/F8WGx4zidIPQ4pcYFjU9bZO+fyRIPrSUFH2bKijCnbZcr4ntqzDGx74hwD6cCG4DBoleq2UlQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"chrome-trace-event" : "^1.0.3" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/resolver-default" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.12.0.tgz" ,
"integrity" : "sha512-uuhbajTax37TwCxu7V98JtRLiT6hzE4VYSu5B7Qkauy14/WFt2dz6GOUXPgVsED569/hkxebPx3KCMtZW6cHHA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/node-resolver-core" : "3.3.0" ,
"@parcel/plugin" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-browser-hmr" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.12.0.tgz" ,
"integrity" : "sha512-4ZLp2FWyD32r0GlTulO3+jxgsA3oO1P1b5oO2IWuWilfhcJH5LTiazpL5YdusUjtNn9PGN6QLAWfxmzRIfM+Ow==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-js" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.12.0.tgz" ,
"integrity" : "sha512-sBerP32Z1crX5PfLNGDSXSdqzlllM++GVnVQVeM7DgMKS8JIFG3VLi28YkX+dYYGtPypm01JoIHCkvwiZEcQJg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-react-refresh" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.12.0.tgz" ,
"integrity" : "sha512-SCHkcczJIDFTFdLTzrHTkQ0aTrX3xH6jrA4UsCBL6ji61+w+ohy4jEEe9qCgJVXhnJfGLE43HNXek+0MStX+Mw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"react-error-overlay" : "6.0.9" ,
"react-refresh" : "^0.9.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/runtime-service-worker" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.12.0.tgz" ,
"integrity" : "sha512-BXuMBsfiwpIEnssn+jqfC3jkgbS8oxeo3C7xhSQsuSv+AF2FwY3O3AO1c1RBskEW3XrBLNINOJujroNw80VTKA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-10-14 04:16:30 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/rust" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/rust/-/rust-2.12.0.tgz" ,
"integrity" : "sha512-005cldMdFZFDPOjbDVEXcINQ3wT4vrxvSavRWI3Az0e3E18exO/x/mW9f648KtXugOXMAqCEqhFHcXECL9nmMw==" ,
2023-10-14 04:16:30 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-10-14 04:16:30 +00:00
"engines" : {
"node" : ">= 12.0.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/source-map" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.1.tgz" ,
"integrity" : "sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3"
} ,
"engines" : {
"node" : "^12.18.3 || >=14"
}
} ,
"node_modules/@parcel/transformer-babel" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.12.0.tgz" ,
"integrity" : "sha512-zQaBfOnf/l8rPxYGnsk/ufh/0EuqvmnxafjBIpKZ//j6rGylw5JCqXSb1QvvAqRYruKeccxGv7+HrxpqKU6V4A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"browserslist" : "^4.6.6" ,
"json5" : "^2.2.0" ,
"nullthrows" : "^1.1.1" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-css" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.12.0.tgz" ,
"integrity" : "sha512-vXhOqoAlQGATYyQ433Z1DXKmiKmzOAUmKysbYH3FD+LKEKLMEl/pA14goqp00TW+A/EjtSKKyeMyHlMIIUqj4Q==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"browserslist" : "^4.6.6" ,
2024-05-16 00:00:49 +00:00
"lightningcss" : "^1.22.1" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-html" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.12.0.tgz" ,
"integrity" : "sha512-5jW4dFFBlYBvIQk4nrH62rfA/G/KzVzEDa6S+Nne0xXhglLjkm64Ci9b/d4tKZfuGWUbpm2ASAq8skti/nfpXw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2" ,
"srcset" : "4"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-05-16 00:00:49 +00:00
"node_modules/@parcel/transformer-html/node_modules/srcset" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz" ,
"integrity" : "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@parcel/transformer-image" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.12.0.tgz" ,
"integrity" : "sha512-8hXrGm2IRII49R7lZ0RpmNk27EhcsH+uNKsvxuMpXPuEnWgC/ha/IrjaI29xCng1uGur74bJF43NUSQhR4aTdw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/transformer-js" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.12.0.tgz" ,
"integrity" : "sha512-OSZpOu+FGDbC/xivu24v092D9w6EGytB3vidwbdiJ2FaPgfV7rxS0WIUjH4I0OcvHAcitArRXL0a3+HrNTdQQw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/utils" : "2.12.0" ,
"@parcel/workers" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@swc/helpers" : "^0.5.0" ,
"browserslist" : "^4.6.6" ,
"nullthrows" : "^1.1.1" ,
"regenerator-runtime" : "^0.13.7" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/transformer-json" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.12.0.tgz" ,
"integrity" : "sha512-Utv64GLRCQILK5r0KFs4o7I41ixMPllwOLOhkdjJKvf1hZmN6WqfOmB1YLbWS/y5Zb/iB52DU2pWZm96vLFQZQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"json5" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/@parcel/transformer-less" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-less/-/transformer-less-2.12.0.tgz" ,
"integrity" : "sha512-eBgDLKX+5HU2IhZxdKabUflt2Aza8ZlV70G95GPZAW80PKlXPHxI10JTlYLAUiUy3G38TM3dvL6W0FhtCRbgSQ==" ,
2023-08-06 02:24:15 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
2023-08-06 02:24:15 +00:00
"@parcel/source-map" : "^2.1.1" ,
"less" : "^4.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-06 02:24:15 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@parcel/transformer-postcss" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.12.0.tgz" ,
"integrity" : "sha512-FZqn+oUtiLfPOn67EZxPpBkfdFiTnF4iwiXPqvst3XI8H+iC+yNgzmtJkunOOuylpYY6NOU5jT8d7saqWSDv2Q==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"clone" : "^2.1.1" ,
"nullthrows" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-posthtml" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.12.0.tgz" ,
"integrity" : "sha512-z6Z7rav/pcaWdeD+2sDUcd0mmNZRUvtHaUGa50Y2mr+poxrKilpsnFMSiWBT+oOqPt7j71jzDvrdnAF4XkCljg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-raw" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.12.0.tgz" ,
"integrity" : "sha512-Ht1fQvXxix0NncdnmnXZsa6hra20RXYh1VqhBYZLsDfkvGGFnXIgO03Jqn4Z8MkKoa0tiNbDhpKIeTjyclbBxQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-react-refresh-wrap" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.12.0.tgz" ,
"integrity" : "sha512-GE8gmP2AZtkpBIV5vSCVhewgOFRhqwdM5Q9jNPOY5PKcM3/Ff0qCqDiTzzGLhk0/VMBrdjssrfZkVx6S/lHdJw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/plugin" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"react-refresh" : "^0.9.0"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/transformer-svg" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.12.0.tgz" ,
"integrity" : "sha512-cZJqGRJ4JNdYcb+vj94J7PdOuTnwyy45dM9xqbIMH+HSiiIkfrMsdEwYft0GTyFTdsnf+hdHn3tau7Qa5hhX+A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/plugin" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1" ,
"posthtml" : "^0.16.5" ,
"posthtml-parser" : "^0.10.1" ,
"posthtml-render" : "^3.0.0" ,
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">= 12.0.0" ,
2024-05-16 00:00:49 +00:00
"parcel" : "^2.12.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/types" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/types/-/types-2.12.0.tgz" ,
"integrity" : "sha512-8zAFiYNCwNTQcglIObyNwKfRYQK5ELlL13GuBOrSMxueUiI5ylgsGbTS1N7J3dAGZixHO8KhHGv5a71FILn9rQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/cache" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
2024-05-16 00:00:49 +00:00
"@parcel/workers" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"utility-types" : "^3.10.0"
}
} ,
"node_modules/@parcel/utils" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/utils/-/utils-2.12.0.tgz" ,
"integrity" : "sha512-z1JhLuZ8QmDaYoEIuUCVZlhcFrS7LMfHrb2OCRui5SQFntRWBH2fNM6H/fXXUkT9SkxcuFP2DUA6/m4+Gkz72g==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/codeframe" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/markdown-ansi" : "2.12.0" ,
"@parcel/rust" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"@parcel/source-map" : "^2.1.1" ,
"chalk" : "^4.1.0" ,
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz" ,
"integrity" : "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3" ,
"is-glob" : "^4.0.3" ,
"micromatch" : "^4.0.5" ,
"node-addon-api" : "^7.0.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/watcher-android-arm64" : "2.4.1" ,
"@parcel/watcher-darwin-arm64" : "2.4.1" ,
"@parcel/watcher-darwin-x64" : "2.4.1" ,
"@parcel/watcher-freebsd-x64" : "2.4.1" ,
"@parcel/watcher-linux-arm-glibc" : "2.4.1" ,
"@parcel/watcher-linux-arm64-glibc" : "2.4.1" ,
"@parcel/watcher-linux-arm64-musl" : "2.4.1" ,
"@parcel/watcher-linux-x64-glibc" : "2.4.1" ,
"@parcel/watcher-linux-x64-musl" : "2.4.1" ,
"@parcel/watcher-win32-arm64" : "2.4.1" ,
"@parcel/watcher-win32-ia32" : "2.4.1" ,
"@parcel/watcher-win32-x64" : "2.4.1"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@parcel/watcher-android-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz" ,
"integrity" : "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz" ,
"integrity" : "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz" ,
"integrity" : "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/@parcel/watcher-freebsd-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz" ,
"integrity" : "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==" ,
2023-10-14 04:16:30 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-10-14 04:16:30 +00:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@parcel/watcher-linux-arm-glibc" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz" ,
"integrity" : "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz" ,
"integrity" : "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz" ,
"integrity" : "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-glibc" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz" ,
"integrity" : "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz" ,
"integrity" : "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz" ,
"integrity" : "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/@parcel/watcher-win32-ia32" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz" ,
"integrity" : "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==" ,
2023-10-14 04:16:30 +00:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-10-14 04:16:30 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@parcel/watcher-win32-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz" ,
"integrity" : "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/workers" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/workers/-/workers-2.12.0.tgz" ,
"integrity" : "sha512-zv5We5Jmb+ZWXlU6A+AufyjY4oZckkxsZ8J4dvyWL0W8IQvGO1JB4FGeryyttzQv3RM3OxcN/BpTGPiDG6keBw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/profiler" : "2.12.0" ,
"@parcel/types" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"nullthrows" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@parcel/core" : "^2.12.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/@swc/core" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core/-/core-1.7.35.tgz" ,
"integrity" : "sha512-3cUteCTbr2r5jqfgx0r091sfq5Mgh6F1SQh8XAOnSvtKzwv2bC31mvBHVAieD1uPa2kHJhLav20DQgXOhpEitw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"hasInstallScript" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-10-14 04:16:30 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"@swc/counter" : "^0.1.3" ,
"@swc/types" : "^0.1.13"
2023-10-14 04:16:30 +00:00
} ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/swc"
} ,
"optionalDependencies" : {
2024-05-16 00:00:49 +00:00
"@swc/core-darwin-arm64" : "1.7.35" ,
"@swc/core-darwin-x64" : "1.7.35" ,
"@swc/core-linux-arm-gnueabihf" : "1.7.35" ,
"@swc/core-linux-arm64-gnu" : "1.7.35" ,
"@swc/core-linux-arm64-musl" : "1.7.35" ,
"@swc/core-linux-x64-gnu" : "1.7.35" ,
"@swc/core-linux-x64-musl" : "1.7.35" ,
"@swc/core-win32-arm64-msvc" : "1.7.35" ,
"@swc/core-win32-ia32-msvc" : "1.7.35" ,
"@swc/core-win32-x64-msvc" : "1.7.35"
2023-08-05 00:08:25 +00:00
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"@swc/helpers" : "*"
2023-08-05 00:08:25 +00:00
} ,
"peerDependenciesMeta" : {
"@swc/helpers" : {
"optional" : true
}
}
} ,
"node_modules/@swc/core-darwin-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.35.tgz" ,
"integrity" : "sha512-BQSSozVxjxS+SVQz6e3GC/+OBWGIK3jfe52pWdANmycdjF3ch7lrCKTHTU7eHwyoJ96mofszPf5AsiVJF34Fwg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-darwin-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.35.tgz" ,
"integrity" : "sha512-44TYdKN/EWtkU88foXR7IGki9JzhEJzaFOoPevfi9Xe7hjAD/x2+AJOWWqQNzDPMz9+QewLdUVLyR6s5okRgtg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-arm-gnueabihf" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.35.tgz" ,
"integrity" : "sha512-ccfA5h3zxwioD+/z/AmYtkwtKz9m4rWTV7RoHq6Jfsb0cXHrd6tbcvgqRWXra1kASlE+cDWsMtEZygs9dJRtUQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-arm64-gnu" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.35.tgz" ,
"integrity" : "sha512-hx65Qz+G4iG/IVtxJKewC5SJdki8PAPFGl6gC/57Jb0+jA4BIoGLD/J3Q3rCPeoHfdqpkCYpahtyUq8CKx41Jg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-arm64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.35.tgz" ,
"integrity" : "sha512-kL6tQL9No7UEoEvDRuPxzPTpxrvbwYteNRbdChSSP74j13/55G2/2hLmult5yFFaWuyoyU/2lvzjRL/i8OLZxg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-x64-gnu" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.35.tgz" ,
"integrity" : "sha512-Ke4rcLQSwCQ2LHdJX1FtnqmYNQ3IX6BddKlUtS7mcK13IHkQzZWp0Dcu6MgNA3twzb/dBpKX5GLy07XdGgfmyw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-linux-x64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.35.tgz" ,
"integrity" : "sha512-T30tlLnz0kYyDFyO5RQF5EQ4ENjW9+b56hEGgFUYmfhFhGA4E4V67iEx7KIG4u0whdPG7oy3qjyyIeTb7nElEw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-arm64-msvc" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.35.tgz" ,
"integrity" : "sha512-CfM/k8mvtuMyX+okRhemfLt784PLS0KF7Q9djA8/Dtavk0L5Ghnq+XsGltO3d8B8+XZ7YOITsB14CrjehzeHsg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-ia32-msvc" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.35.tgz" ,
"integrity" : "sha512-ATB3uuH8j/RmS64EXQZJSbo2WXfRNpTnQszHME/sGaexsuxeijrp3DTYSFAA3R2Bu6HbIIX6jempe1Au8I3j+A==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"ia32"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@swc/core-win32-x64-msvc" : {
2024-05-16 00:00:49 +00:00
"version" : "1.7.35" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.35.tgz" ,
"integrity" : "sha512-iDGfQO1571NqWUXtLYDhwIELA/wadH42ioGn+J9R336nWx40YICzy9UQyslWRhqzhQ5kT+QXAW/MoCWc058N6Q==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0 AND MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/@swc/counter" : {
2024-05-16 00:00:49 +00:00
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
"dev" : true ,
"license" : "Apache-2.0"
2023-10-14 04:16:30 +00:00
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@swc/helpers" : {
2024-05-16 00:00:49 +00:00
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz" ,
"integrity" : "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/@swc/types" : {
2024-05-16 00:00:49 +00:00
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/@swc/types/-/types-0.1.13.tgz" ,
"integrity" : "sha512-JL7eeCk6zWCbiYQg2xQSdLXQJl8Qoc9rXmG2cEKvHe3CKwMHwHGpfOb8frzNLmbycOo6I51qxnLnn9ESf4I20Q==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@swc/counter" : "^0.1.3"
}
2023-10-14 04:16:30 +00:00
} ,
2023-08-05 00:08:25 +00:00
"node_modules/@trysound/sax" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz" ,
"integrity" : "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "ISC" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=10.13.0"
}
} ,
2023-08-05 02:39:03 +00:00
"node_modules/@types/prop-types" : {
2024-05-16 00:00:49 +00:00
"version" : "15.7.13" ,
"resolved" : "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz" ,
"integrity" : "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==" ,
"dev" : true ,
"license" : "MIT"
2023-08-05 02:39:03 +00:00
} ,
"node_modules/@types/react" : {
2024-05-16 00:00:49 +00:00
"version" : "18.3.11" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz" ,
"integrity" : "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==" ,
2023-08-06 01:59:30 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"@types/prop-types" : "*" ,
"csstype" : "^3.0.2"
}
} ,
"node_modules/@types/react-dom" : {
2024-05-16 00:00:49 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz" ,
"integrity" : "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==" ,
2023-08-06 01:59:30 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"@types/react" : "*"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/abortcontroller-polyfill" : {
"version" : "1.7.5" ,
"resolved" : "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz" ,
"integrity" : "sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "Python-2.0"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/base-x" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.10" ,
"resolved" : "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz" ,
"integrity" : "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "ISC"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/braces" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"fill-range" : "^7.1.1"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/browserslist" : {
2024-05-16 00:00:49 +00:00
"version" : "4.24.0" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz" ,
"integrity" : "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"caniuse-lite" : "^1.0.30001663" ,
"electron-to-chromium" : "^1.5.28" ,
"node-releases" : "^2.0.18" ,
"update-browserslist-db" : "^1.1.0"
2023-08-05 00:08:25 +00:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/caniuse-lite" : {
2024-05-16 00:00:49 +00:00
"version" : "1.0.30001668" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz" ,
"integrity" : "sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
2024-05-16 00:00:49 +00:00
] ,
"license" : "CC-BY-4.0"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/chrome-trace-event" : {
2024-05-16 00:00:49 +00:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz" ,
"integrity" : "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6.0"
}
} ,
"node_modules/clone" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz" ,
"integrity" : "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/commander" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" ,
"integrity" : "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">= 10"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/copy-anything" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz" ,
"integrity" : "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"dependencies" : {
"is-what" : "^3.14.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/cosmiconfig" : {
2024-05-16 00:00:49 +00:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" ,
"integrity" : "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"env-paths" : "^2.2.1" ,
2023-10-14 04:16:30 +00:00
"import-fresh" : "^3.3.0" ,
2023-08-05 00:08:25 +00:00
"js-yaml" : "^4.1.0" ,
2024-05-16 00:00:49 +00:00
"parse-json" : "^5.2.0"
2023-08-05 00:08:25 +00:00
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
2023-10-14 04:16:30 +00:00
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/css-select" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"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-select/node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"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/css-select/node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/css-select/node_modules/domutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
"node_modules/css-select/node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/css-tree" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz" ,
"integrity" : "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"mdn-data" : "2.0.30" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
} ,
"node_modules/css-what" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/csso" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz" ,
"integrity" : "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"css-tree" : "~2.2.0"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/csso/node_modules/css-tree" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz" ,
"integrity" : "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"mdn-data" : "2.0.28" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.28" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz" ,
"integrity" : "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "CC0-1.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true
} ,
2023-08-05 02:39:03 +00:00
"node_modules/csstype" : {
2024-05-16 00:00:49 +00:00
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
2023-08-06 02:24:15 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT"
2023-08-06 02:24:15 +00:00
} ,
2023-08-05 00:08:25 +00:00
"node_modules/detect-libc" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" ,
"integrity" : "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-08-05 00:08:25 +00:00
"bin" : {
"detect-libc" : "bin/detect-libc.js"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/dom-serializer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz" ,
"integrity" : "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.0" ,
"entities" : "^2.0.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/dom-serializer/node_modules/entities" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" ,
"integrity" : "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2024-05-16 00:00:49 +00:00
] ,
"license" : "BSD-2-Clause"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/domhandler" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz" ,
"integrity" : "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"domelementtype" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz" ,
"integrity" : "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"dom-serializer" : "^1.0.1" ,
"domelementtype" : "^2.2.0" ,
"domhandler" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
"node_modules/dotenv" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz" ,
"integrity" : "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/dotenv-expand" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz" ,
"integrity" : "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "BSD-2-Clause"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/electron-to-chromium" : {
2024-05-16 00:00:49 +00:00
"version" : "1.5.36" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.36.tgz" ,
"integrity" : "sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==" ,
"dev" : true ,
"license" : "ISC"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/entities" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz" ,
"integrity" : "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2024-05-16 00:00:49 +00:00
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/errno" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz" ,
"integrity" : "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"dependencies" : {
"prr" : "~1.0.1"
} ,
"bin" : {
"errno" : "cli.js"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/escalade" : {
2024-05-16 00:00:49 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/fill-range" : {
2024-05-16 00:00:49 +00:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/get-port" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz" ,
"integrity" : "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/globals" : {
2024-05-16 00:00:49 +00:00
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-08-06 02:24:15 +00: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==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "ISC" ,
2023-08-06 02:24:15 +00:00
"optional" : true
} ,
2023-08-05 00:08:25 +00:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/htmlnano" : {
2024-05-16 00:00:49 +00:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/htmlnano/-/htmlnano-2.1.1.tgz" ,
"integrity" : "sha512-kAERyg/LuNZYmdqgCdYvugyLWNFAm8MWXpQMz1pLpetmCbFwoMxvkSoaAMlFrOC4OKTWI4KlZGT/RsNxg4ghOw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"cosmiconfig" : "^9.0.0" ,
2023-08-05 00:08:25 +00:00
"posthtml" : "^0.16.5" ,
"timsort" : "^0.3.0"
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"cssnano" : "^7.0.0" ,
2023-08-05 00:08:25 +00:00
"postcss" : "^8.3.11" ,
2024-05-16 00:00:49 +00:00
"purgecss" : "^6.0.0" ,
2023-08-05 00:08:25 +00:00
"relateurl" : "^0.2.7" ,
2024-05-16 00:00:49 +00:00
"srcset" : "5.0.1" ,
2023-08-05 00:08:25 +00:00
"svgo" : "^3.0.2" ,
"terser" : "^5.10.0" ,
"uncss" : "^0.17.3"
} ,
"peerDependenciesMeta" : {
"cssnano" : {
"optional" : true
} ,
"postcss" : {
"optional" : true
} ,
"purgecss" : {
"optional" : true
} ,
"relateurl" : {
"optional" : true
} ,
"srcset" : {
"optional" : true
} ,
"svgo" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"uncss" : {
"optional" : true
}
}
} ,
"node_modules/htmlparser2" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz" ,
"integrity" : "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==" ,
"dev" : true ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.2" ,
"domutils" : "^2.8.0" ,
"entities" : "^3.0.1"
}
} ,
2023-08-06 02:24:15 +00:00
"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==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/image-size" : {
"version" : "0.5.5" ,
"resolved" : "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz" ,
"integrity" : "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"bin" : {
"image-size" : "bin/image-size.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-json" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz" ,
"integrity" : "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "ISC"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/is-what" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz" ,
"integrity" : "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-06 02:24:15 +00:00
} ,
2023-08-05 00:08:25 +00:00
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
2024-05-16 00:00:49 +00:00
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/less" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/less/-/less-4.2.0.tgz" ,
"integrity" : "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-08-06 02:24:15 +00:00
"dependencies" : {
"copy-anything" : "^2.0.1" ,
"parse-node-version" : "^1.0.1" ,
"tslib" : "^2.3.0"
} ,
"bin" : {
"lessc" : "bin/lessc"
} ,
"engines" : {
"node" : ">=6"
} ,
"optionalDependencies" : {
"errno" : "^0.1.1" ,
"graceful-fs" : "^4.1.2" ,
"image-size" : "~0.5.0" ,
"make-dir" : "^2.1.0" ,
"mime" : "^1.4.1" ,
"needle" : "^3.1.0" ,
"source-map" : "~0.6.0"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/lightningcss" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.27.0.tgz" ,
"integrity" : "sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"detect-libc" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
2024-05-16 00:00:49 +00:00
"lightningcss-darwin-arm64" : "1.27.0" ,
"lightningcss-darwin-x64" : "1.27.0" ,
"lightningcss-freebsd-x64" : "1.27.0" ,
"lightningcss-linux-arm-gnueabihf" : "1.27.0" ,
"lightningcss-linux-arm64-gnu" : "1.27.0" ,
"lightningcss-linux-arm64-musl" : "1.27.0" ,
"lightningcss-linux-x64-gnu" : "1.27.0" ,
"lightningcss-linux-x64-musl" : "1.27.0" ,
"lightningcss-win32-arm64-msvc" : "1.27.0" ,
"lightningcss-win32-x64-msvc" : "1.27.0"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.27.0.tgz" ,
"integrity" : "sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.27.0.tgz" ,
"integrity" : "sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/lightningcss-freebsd-x64" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.27.0.tgz" ,
"integrity" : "sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==" ,
2023-10-14 04:16:30 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-10-14 04:16:30 +00:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/lightningcss-linux-arm-gnueabihf" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.27.0.tgz" ,
"integrity" : "sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.27.0.tgz" ,
"integrity" : "sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.27.0.tgz" ,
"integrity" : "sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"arm64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.27.0.tgz" ,
"integrity" : "sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.27.0.tgz" ,
"integrity" : "sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2024-05-16 00:00:49 +00:00
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.27.0.tgz" ,
"integrity" : "sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/lightningcss-win32-x64-msvc" : {
2024-05-16 00:00:49 +00:00
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.27.0.tgz" ,
"integrity" : "sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==" ,
2023-08-05 00:08:25 +00:00
"cpu" : [
"x64"
] ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MPL-2.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/lmdb" : {
2023-10-14 04:16:30 +00:00
"version" : "2.8.5" ,
"resolved" : "https://registry.npmjs.org/lmdb/-/lmdb-2.8.5.tgz" ,
"integrity" : "sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"hasInstallScript" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2023-10-14 04:16:30 +00:00
"msgpackr" : "^1.9.5" ,
"node-addon-api" : "^6.1.0" ,
"node-gyp-build-optional-packages" : "5.1.1" ,
"ordered-binary" : "^1.4.1" ,
2023-08-05 00:08:25 +00:00
"weak-lru-cache" : "^1.2.2"
} ,
"bin" : {
"download-lmdb-prebuilds" : "bin/download-prebuilds.js"
} ,
"optionalDependencies" : {
2023-10-14 04:16:30 +00:00
"@lmdb/lmdb-darwin-arm64" : "2.8.5" ,
"@lmdb/lmdb-darwin-x64" : "2.8.5" ,
"@lmdb/lmdb-linux-arm" : "2.8.5" ,
"@lmdb/lmdb-linux-arm64" : "2.8.5" ,
"@lmdb/lmdb-linux-x64" : "2.8.5" ,
"@lmdb/lmdb-win32-x64" : "2.8.5"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/lmdb/node_modules/node-addon-api" : {
2023-10-14 04:16:30 +00:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz" ,
"integrity" : "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
2023-08-05 02:39:03 +00:00
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/make-dir" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz" ,
"integrity" : "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"dependencies" : {
"pify" : "^4.0.1" ,
"semver" : "^5.6.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/make-dir/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "ISC" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"bin" : {
"semver" : "bin/semver"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/mdn-data" : {
"version" : "2.0.30" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz" ,
"integrity" : "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "CC0-1.0" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true
} ,
"node_modules/micromatch" : {
2024-05-16 00:00:49 +00:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"braces" : "^3.0.3" ,
2023-08-05 00:08:25 +00:00
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/mime" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" ,
"integrity" : "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/msgpackr" : {
2024-05-16 00:00:49 +00:00
"version" : "1.11.0" ,
"resolved" : "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.0.tgz" ,
"integrity" : "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optionalDependencies" : {
"msgpackr-extract" : "^3.0.2"
}
} ,
"node_modules/msgpackr-extract" : {
2024-05-16 00:00:49 +00:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz" ,
"integrity" : "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"hasInstallScript" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"dependencies" : {
2024-05-16 00:00:49 +00:00
"node-gyp-build-optional-packages" : "5.2.2"
2023-08-05 00:08:25 +00:00
} ,
"bin" : {
"download-msgpackr-prebuilds" : "bin/download-prebuilds.js"
} ,
"optionalDependencies" : {
2024-05-16 00:00:49 +00:00
"@msgpackr-extract/msgpackr-extract-darwin-arm64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-darwin-x64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-arm" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-arm64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-linux-x64" : "3.0.3" ,
"@msgpackr-extract/msgpackr-extract-win32-x64" : "3.0.3"
}
} ,
"node_modules/msgpackr-extract/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==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"engines" : {
"node" : ">=8"
2023-08-05 00:08:25 +00:00
}
} ,
"node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages" : {
2024-05-16 00:00:49 +00:00
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz" ,
"integrity" : "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
2024-05-16 00:00:49 +00:00
"dependencies" : {
"detect-libc" : "^2.0.1"
} ,
2023-08-05 00:08:25 +00:00
"bin" : {
"node-gyp-build-optional-packages" : "bin.js" ,
"node-gyp-build-optional-packages-optional" : "optional.js" ,
"node-gyp-build-optional-packages-test" : "build-test.js"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/needle" : {
2024-05-16 00:00:49 +00:00
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz" ,
"integrity" : "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" ,
2023-08-06 02:24:15 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.3" ,
"sax" : "^1.2.4"
} ,
"bin" : {
"needle" : "bin/needle"
} ,
"engines" : {
"node" : ">= 4.4.x"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/node-addon-api" : {
2024-05-16 00:00:49 +00:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/node-gyp-build-optional-packages" : {
2023-10-14 04:16:30 +00:00
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz" ,
"integrity" : "sha512-+P72GAjVAbTxjjwUmwjVrqrdZROD4nf8KgpBoDxqXXTiYZZt/ud60dE5yvCSr9lRO8e8yv6kgJIC0K0PfZFVQw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-10-14 04:16:30 +00:00
"dependencies" : {
"detect-libc" : "^2.0.1"
} ,
2023-08-05 00:08:25 +00:00
"bin" : {
"node-gyp-build-optional-packages" : "bin.js" ,
"node-gyp-build-optional-packages-optional" : "optional.js" ,
"node-gyp-build-optional-packages-test" : "build-test.js"
}
} ,
2023-10-14 04:16:30 +00:00
"node_modules/node-gyp-build-optional-packages/node_modules/detect-libc" : {
2024-05-16 00:00:49 +00:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
2023-10-14 04:16:30 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "Apache-2.0" ,
2023-10-14 04:16:30 +00:00
"engines" : {
"node" : ">=8"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/node-releases" : {
2024-05-16 00:00:49 +00:00
"version" : "2.0.18" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz" ,
"integrity" : "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" ,
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-2-Clause" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"boolbase" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/nth-check?sponsor=1"
}
} ,
"node_modules/nullthrows" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz" ,
"integrity" : "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/ordered-binary" : {
2024-05-16 00:00:49 +00:00
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.2.tgz" ,
"integrity" : "sha512-JTo+4+4Fw7FreyAvlSLjb1BBVaxEQAacmjD3jjuyPZclpbEghTvQZbXBb2qPd2LeIMxiHwXBZUcpmG2Gl/mDEA==" ,
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/parcel" : {
2024-05-16 00:00:49 +00:00
"version" : "2.12.0" ,
"resolved" : "https://registry.npmjs.org/parcel/-/parcel-2.12.0.tgz" ,
"integrity" : "sha512-W+gxAq7aQ9dJIg/XLKGcRT0cvnStFAQHPaI0pvD0U2l6IVLueUAm3nwN7lkY62zZNmlvNx6jNtE4wlbS+CyqSg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/config-default" : "2.12.0" ,
"@parcel/core" : "2.12.0" ,
"@parcel/diagnostic" : "2.12.0" ,
"@parcel/events" : "2.12.0" ,
"@parcel/fs" : "2.12.0" ,
"@parcel/logger" : "2.12.0" ,
"@parcel/package-manager" : "2.12.0" ,
"@parcel/reporter-cli" : "2.12.0" ,
"@parcel/reporter-dev-server" : "2.12.0" ,
"@parcel/reporter-tracer" : "2.12.0" ,
"@parcel/utils" : "2.12.0" ,
2023-08-05 00:08:25 +00:00
"chalk" : "^4.1.0" ,
"commander" : "^7.0.0" ,
"get-port" : "^4.2.0"
} ,
"bin" : {
"parcel" : "lib/bin.js"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/parse-node-version" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz" ,
"integrity" : "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"engines" : {
"node" : ">= 0.10"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/picocolors" : {
2024-05-16 00:00:49 +00:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz" ,
"integrity" : "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" ,
"dev" : true ,
"license" : "ISC"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/pify" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" ,
"integrity" : "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/posthtml" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz" ,
"integrity" : "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"posthtml-parser" : "^0.11.0" ,
"posthtml-render" : "^3.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/posthtml-parser" : {
"version" : "0.10.2" ,
"resolved" : "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.10.2.tgz" ,
"integrity" : "sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"htmlparser2" : "^7.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/posthtml-render" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz" ,
"integrity" : "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"is-json" : "^2.0.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/posthtml/node_modules/posthtml-parser" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz" ,
"integrity" : "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"htmlparser2" : "^7.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2023-08-06 01:59:30 +00:00
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 01:59:30 +00:00
"engines" : {
"node" : ">= 0.6.0"
}
} ,
2023-08-06 02:24:15 +00:00
"node_modules/prr" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" ,
"integrity" : "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true
} ,
2023-08-05 02:39:03 +00:00
"node_modules/react" : {
2024-05-16 00:00:49 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react/-/react-18.3.1.tgz" ,
"integrity" : "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" ,
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
2024-05-16 00:00:49 +00:00
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" ,
"integrity" : "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" ,
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0" ,
2024-05-16 00:00:49 +00:00
"scheduler" : "^0.23.2"
2023-08-05 02:39:03 +00:00
} ,
"peerDependencies" : {
2024-05-16 00:00:49 +00:00
"react" : "^18.3.1"
2023-08-05 02:39:03 +00:00
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/react-error-overlay" : {
"version" : "6.0.9" ,
"resolved" : "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz" ,
"integrity" : "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/react-refresh" : {
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/react-refresh/-/react-refresh-0.9.0.tgz" ,
"integrity" : "sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/regenerator-runtime" : {
"version" : "0.13.11" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" ,
"integrity" : "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=4"
}
} ,
"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==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2024-05-16 00:00:49 +00:00
] ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
2023-08-06 02:24:15 +00:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-06 02:24:15 +00:00
"optional" : true
} ,
"node_modules/sax" : {
2024-05-16 00:00:49 +00:00
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz" ,
"integrity" : "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" ,
2023-08-06 02:24:15 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "ISC" ,
2023-08-06 02:24:15 +00:00
"optional" : true
} ,
2023-08-05 02:39:03 +00:00
"node_modules/scheduler" : {
2024-05-16 00:00:49 +00:00
"version" : "0.23.2" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" ,
"integrity" : "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" ,
"license" : "MIT" ,
2023-08-05 02:39:03 +00:00
"dependencies" : {
"loose-envify" : "^1.1.0"
}
} ,
2023-08-05 00:08:25 +00:00
"node_modules/semver" : {
2024-05-16 00:00:49 +00:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "ISC" ,
2023-08-05 00:08:25 +00:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-3-Clause" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
2024-05-16 00:00:49 +00:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "BSD-3-Clause" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/srcset" : {
2024-05-16 00:00:49 +00:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/srcset/-/srcset-5.0.1.tgz" ,
"integrity" : "sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
2023-08-05 00:08:25 +00:00
"engines" : {
2024-05-16 00:00:49 +00:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2023-08-05 00:08:25 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/stable" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" ,
"integrity" : "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" ,
"deprecated" : "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/svgo" : {
2024-05-16 00:00:49 +00:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz" ,
"integrity" : "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"optional" : true ,
"peer" : true ,
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^5.1.0" ,
2024-05-16 00:00:49 +00:00
"css-tree" : "^2.3.1" ,
"css-what" : "^6.1.0" ,
2023-08-05 00:08:25 +00:00
"csso" : "^5.0.5" ,
"picocolors" : "^1.0.0"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/svgo"
}
} ,
"node_modules/term-size" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz" ,
"integrity" : "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/timsort" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz" ,
"integrity" : "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/tslib" : {
2024-05-16 00:00:49 +00:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" ,
"integrity" : "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" ,
"dev" : true ,
"license" : "0BSD"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/type-fest" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "(MIT OR CC0-1.0)" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/update-browserslist-db" : {
2024-05-16 00:00:49 +00:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz" ,
"integrity" : "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"dependencies" : {
2024-05-16 00:00:49 +00:00
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.0"
2023-08-05 00:08:25 +00:00
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/utility-types" : {
2024-05-16 00:00:49 +00:00
"version" : "3.11.0" ,
"resolved" : "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz" ,
"integrity" : "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==" ,
2023-08-05 00:08:25 +00:00
"dev" : true ,
2024-05-16 00:00:49 +00:00
"license" : "MIT" ,
2023-08-05 00:08:25 +00:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/weak-lru-cache" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz" ,
"integrity" : "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==" ,
2024-05-16 00:00:49 +00:00
"dev" : true ,
"license" : "MIT"
2023-08-05 00:08:25 +00:00
} ,
"node_modules/word_grid" : {
2024-05-16 00:00:49 +00:00
"resolved" : "../wasm/pkg" ,
2023-08-05 00:08:25 +00:00
"link" : true
}
}
}