2021-10-19 22:25:47 +01:00
{
"name" : "selector.web" ,
"version" : "1.0.0" ,
2023-01-06 21:24:10 +00:00
"lockfileVersion" : 3 ,
2021-10-19 22:25:47 +01:00
"requires" : true ,
2021-10-23 11:11:03 +01:00
"packages" : {
"" : {
"name" : "selector.web" ,
"version" : "1.0.0" ,
"license" : "ISC" ,
"dependencies" : {
2021-11-24 08:08:25 +00:00
"@microsoft/signalr" : "^6.0.0" ,
2021-11-09 18:17:22 +00:00
"bootstrap" : "^5.1.3" ,
2021-11-11 19:54:28 +00:00
"chart.js" : "^3.6.0" ,
2022-06-23 19:26:36 +01:00
"chartjs-adapter-luxon" : "^1.1.0" ,
"luxon" : "^2.4.0" ,
2021-11-24 08:08:25 +00:00
"vue" : "^3.2.22"
2021-10-23 11:11:03 +01:00
} ,
"devDependencies" : {
2022-06-23 19:26:36 +01:00
"@types/luxon" : "^2.3.2" ,
2021-10-23 11:11:03 +01:00
"clean-webpack-plugin" : "^4.0.0" ,
2021-11-09 22:47:49 +00:00
"file-loader" : "^6.2.0" ,
2021-12-08 00:01:18 +00:00
"sass" : "^1.44.0" ,
2021-11-09 22:47:49 +00:00
"sass-loader" : "^12.3.0" ,
2021-10-23 11:11:03 +01:00
"ts-loader" : "^9.2.6" ,
2021-11-24 08:08:25 +00:00
"typescript" : "^4.5.2" ,
2024-07-20 11:53:31 +01:00
"vue-loader" : "^17.4.2" ,
2021-11-24 08:08:25 +00:00
"webpack" : "^5.64.2" ,
2021-10-23 11:11:03 +01:00
"webpack-cli" : "^4.9.1" ,
"webpack-merge" : "^5.8.0"
2021-10-19 22:25:47 +01:00
}
} ,
2024-12-20 17:39:24 +00:00
"node_modules/@babel/helper-string-parser" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" ,
"integrity" : "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" ,
"integrity" : "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/@babel/parser" : {
2024-12-20 17:39:24 +00:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz" ,
"integrity" : "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2024-12-20 17:39:24 +00:00
"dependencies" : {
"@babel/types" : "^7.26.3"
} ,
2021-11-09 18:17:22 +00:00
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2024-12-20 17:39:24 +00:00
"node_modules/@babel/types" : {
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz" ,
"integrity" : "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@discoveryjs/json-ext" : {
2022-06-23 19:46:05 +01:00
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz" ,
"integrity" : "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=10.0.0"
2021-10-19 22:25:47 +01:00
}
} ,
2022-06-23 19:46:05 +01:00
"node_modules/@jridgewell/gen-mapping" : {
2024-12-20 17:39:24 +00:00
"version" : "0.3.8" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" ,
"integrity" : "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"@jridgewell/set-array" : "^1.2.1" ,
2022-06-23 19:46:05 +01:00
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
2024-07-20 11:53:31 +01:00
"@jridgewell/trace-mapping" : "^0.3.24"
2022-06-23 19:46:05 +01:00
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
2024-07-20 11:53:31 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
2024-07-20 11:53:31 +01:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
2024-07-20 11:53:31 +01:00
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
2022-06-23 19:46:05 +01:00
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
2024-07-20 11:53:31 +01:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"license" : "MIT"
2022-06-23 19:46:05 +01:00
} ,
"node_modules/@jridgewell/trace-mapping" : {
2024-07-20 11:53:31 +01:00
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"dependencies" : {
2023-09-19 18:14:01 +01:00
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
2022-06-23 19:46:05 +01:00
}
} ,
2021-10-31 19:47:07 +00:00
"node_modules/@microsoft/signalr" : {
2024-07-20 11:53:31 +01:00
"version" : "6.0.25" ,
"resolved" : "https://registry.npmjs.org/@microsoft/signalr/-/signalr-6.0.25.tgz" ,
"integrity" : "sha512-8AzrpxS+E0yn1tXSlv7+UlURLmSxTQDgbvOT0pGKXjZT7MkhnDP+/GLuk7veRtUjczou/x32d9PHhYlr2NBy6Q==" ,
"license" : "MIT" ,
2021-10-31 19:47:07 +00:00
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"eventsource" : "^1.0.7" ,
2021-11-24 08:08:25 +00:00
"fetch-cookie" : "^0.11.0" ,
2022-06-23 19:46:05 +01:00
"node-fetch" : "^2.6.7" ,
2021-11-24 08:08:25 +00:00
"ws" : "^7.4.5"
2021-10-31 19:47:07 +00:00
}
} ,
2024-12-20 17:39:24 +00:00
"node_modules/@parcel/watcher" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz" ,
"integrity" : "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"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" : {
"@parcel/watcher-android-arm64" : "2.5.0" ,
"@parcel/watcher-darwin-arm64" : "2.5.0" ,
"@parcel/watcher-darwin-x64" : "2.5.0" ,
"@parcel/watcher-freebsd-x64" : "2.5.0" ,
"@parcel/watcher-linux-arm-glibc" : "2.5.0" ,
"@parcel/watcher-linux-arm-musl" : "2.5.0" ,
"@parcel/watcher-linux-arm64-glibc" : "2.5.0" ,
"@parcel/watcher-linux-arm64-musl" : "2.5.0" ,
"@parcel/watcher-linux-x64-glibc" : "2.5.0" ,
"@parcel/watcher-linux-x64-musl" : "2.5.0" ,
"@parcel/watcher-win32-arm64" : "2.5.0" ,
"@parcel/watcher-win32-ia32" : "2.5.0" ,
"@parcel/watcher-win32-x64" : "2.5.0"
}
} ,
"node_modules/@parcel/watcher-android-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz" ,
"integrity" : "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz" ,
"integrity" : "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz" ,
"integrity" : "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-freebsd-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz" ,
"integrity" : "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz" ,
"integrity" : "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz" ,
"integrity" : "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz" ,
"integrity" : "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz" ,
"integrity" : "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz" ,
"integrity" : "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz" ,
"integrity" : "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz" ,
"integrity" : "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-ia32" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz" ,
"integrity" : "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz" ,
"integrity" : "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@popperjs/core" : {
2023-09-19 18:14:01 +01:00
"version" : "2.11.8" ,
"resolved" : "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" ,
"integrity" : "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"peer" : true ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/popperjs"
}
} ,
"node_modules/@types/eslint" : {
2024-12-20 17:39:24 +00:00
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz" ,
"integrity" : "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@types/eslint-scope" : {
2024-07-20 11:53:31 +01:00
"version" : "3.7.7" ,
"resolved" : "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz" ,
"integrity" : "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/eslint" : "*" ,
"@types/estree" : "*"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@types/estree" : {
2024-12-20 17:39:24 +00:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" ,
"integrity" : "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-23 11:11:03 +01:00
} ,
"node_modules/@types/glob" : {
"version" : "7.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" ,
"integrity" : "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/minimatch" : "*" ,
"@types/node" : "*"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@types/json-schema" : {
2024-07-20 11:53:31 +01:00
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2022-06-23 19:26:36 +01:00
"node_modules/@types/luxon" : {
2022-10-12 17:30:12 +01:00
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/@types/luxon/-/luxon-2.4.0.tgz" ,
"integrity" : "sha512-oCavjEjRXuR6URJEtQm0eBdfsBiEcGBZbq21of8iGkeKxU1+1xgKuFPClaBZl2KB8ZZBSWlgk61tH6Mf+nvZVw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2022-06-23 19:26:36 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@types/minimatch" : {
2022-10-12 17:30:12 +01:00
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz" ,
"integrity" : "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@types/node" : {
2024-12-20 17:39:24 +00:00
"version" : "22.10.2" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz" ,
"integrity" : "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-12-20 17:39:24 +00:00
"undici-types" : "~6.20.0"
2024-07-20 11:53:31 +01:00
}
2021-11-09 22:47:49 +00:00
} ,
2021-11-09 18:17:22 +00:00
"node_modules/@vue/compiler-core" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.13.tgz" ,
"integrity" : "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@babel/parser" : "^7.25.3" ,
"@vue/shared" : "3.5.13" ,
2024-07-20 11:53:31 +01:00
"entities" : "^4.5.0" ,
2021-11-09 18:17:22 +00:00
"estree-walker" : "^2.0.2" ,
2024-07-20 11:53:31 +01:00
"source-map-js" : "^1.2.0"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/compiler-dom" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz" ,
"integrity" : "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/compiler-core" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/compiler-sfc" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz" ,
"integrity" : "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@babel/parser" : "^7.25.3" ,
"@vue/compiler-core" : "3.5.13" ,
"@vue/compiler-dom" : "3.5.13" ,
"@vue/compiler-ssr" : "3.5.13" ,
"@vue/shared" : "3.5.13" ,
2021-11-09 18:17:22 +00:00
"estree-walker" : "^2.0.2" ,
2024-12-20 17:39:24 +00:00
"magic-string" : "^0.30.11" ,
"postcss" : "^8.4.48" ,
2024-07-20 11:53:31 +01:00
"source-map-js" : "^1.2.0"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/compiler-ssr" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz" ,
"integrity" : "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/compiler-dom" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/reactivity" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz" ,
"integrity" : "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/shared" : "3.5.13"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/runtime-core" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.13.tgz" ,
"integrity" : "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/reactivity" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/runtime-dom" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz" ,
"integrity" : "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/reactivity" : "3.5.13" ,
"@vue/runtime-core" : "3.5.13" ,
"@vue/shared" : "3.5.13" ,
2024-07-20 11:53:31 +01:00
"csstype" : "^3.1.3"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/server-renderer" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.13.tgz" ,
"integrity" : "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/compiler-ssr" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2021-11-09 18:17:22 +00:00
} ,
"peerDependencies" : {
2024-12-20 17:39:24 +00:00
"vue" : "3.5.13"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/@vue/shared" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.13.tgz" ,
"integrity" : "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT"
2021-11-09 18:17:22 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/ast" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz" ,
"integrity" : "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/helper-numbers" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz" ,
"integrity" : "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/helper-api-error" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz" ,
"integrity" : "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/helper-buffer" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz" ,
"integrity" : "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/helper-numbers" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz" ,
"integrity" : "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/floating-point-hex-parser" : "1.13.2" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
2021-10-23 11:11:03 +01:00
"@xtuc/long" : "4.2.2"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz" ,
"integrity" : "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/helper-wasm-section" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz" ,
"integrity" : "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/wasm-gen" : "1.14.1"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/ieee754" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz" ,
"integrity" : "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/leb128" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz" ,
"integrity" : "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "Apache-2.0" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/utf8" : {
2024-12-20 17:39:24 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz" ,
"integrity" : "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/wasm-edit" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz" ,
"integrity" : "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/helper-wasm-section" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-opt" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1" ,
"@webassemblyjs/wast-printer" : "1.14.1"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webassemblyjs/wasm-gen" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz" ,
"integrity" : "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
2021-10-23 11:11:03 +01:00
}
} ,
"node_modules/@webassemblyjs/wasm-opt" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz" ,
"integrity" : "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1"
2021-10-23 11:11:03 +01:00
}
} ,
"node_modules/@webassemblyjs/wasm-parser" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz" ,
"integrity" : "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
2021-10-23 11:11:03 +01:00
}
} ,
"node_modules/@webassemblyjs/wast-printer" : {
2024-12-20 17:39:24 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz" ,
"integrity" : "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
2021-10-23 11:11:03 +01:00
"@xtuc/long" : "4.2.2"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webpack-cli/configtest" : {
2022-06-23 19:46:05 +01:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz" ,
"integrity" : "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"peerDependencies" : {
"webpack" : "4.x.x || 5.x.x" ,
"webpack-cli" : "4.x.x"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webpack-cli/info" : {
2022-06-23 19:46:05 +01:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz" ,
"integrity" : "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"envinfo" : "^7.7.3"
} ,
"peerDependencies" : {
"webpack-cli" : "4.x.x"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@webpack-cli/serve" : {
2022-06-23 19:46:05 +01:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz" ,
"integrity" : "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"peerDependencies" : {
"webpack-cli" : "4.x.x"
} ,
"peerDependenciesMeta" : {
"webpack-dev-server" : {
"optional" : true
}
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "BSD-3-Clause"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "Apache-2.0"
2021-11-09 22:47:49 +00:00
} ,
2021-10-31 19:47:07 +00:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-31 19:47:07 +00:00
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/acorn" : {
2024-12-20 17:39:24 +00:00
"version" : "8.14.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz" ,
"integrity" : "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2021-10-19 22:25:47 +01:00
}
} ,
2024-12-20 17:39:24 +00:00
"node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
} ,
"node_modules/ajv-formats/node_modules/ajv" : {
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" ,
"integrity" : "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/ajv-formats/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT"
} ,
2021-10-23 11:11:03 +01:00
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"peerDependencies" : {
"ajv" : "^6.9.1"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/ansi-styles" : {
2021-12-07 23:31:17 +00:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2021-11-09 22:47:49 +00:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/array-union" : {
2021-10-19 22:25:47 +01:00
"version" : "1.0.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"array-uniq" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/array-uniq" : {
"version" : "1.0.3" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-11-09 18:17:22 +00:00
"node_modules/big.js" : {
"version" : "5.2.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz" ,
"integrity" : "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"engines" : {
"node" : "*"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/bootstrap" : {
2024-07-20 11:53:31 +01:00
"version" : "5.3.3" ,
"resolved" : "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz" ,
"integrity" : "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==" ,
2022-10-12 17:30:12 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/twbs"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/bootstrap"
}
] ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"peerDependencies" : {
2023-09-19 18:14:01 +01:00
"@popperjs/core" : "^2.11.8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/brace-expansion" : {
2021-10-19 22:25:47 +01:00
"version" : "1.1.11" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2021-10-19 22:25:47 +01:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/braces" : {
2024-07-20 11:53:31 +01:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"fill-range" : "^7.1.1"
2021-10-23 11:11:03 +01:00
} ,
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/browserslist" : {
2024-12-20 17:39:24 +00:00
"version" : "4.24.3" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz" ,
"integrity" : "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2022-06-23 19:46:05 +01:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
2023-09-19 18:14:01 +01:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-06-23 19:46:05 +01:00
}
] ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"caniuse-lite" : "^1.0.30001688" ,
"electron-to-chromium" : "^1.5.73" ,
"node-releases" : "^2.0.19" ,
"update-browserslist-db" : "^1.1.1"
2021-10-23 11:11:03 +01:00
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/buffer-from" : {
2021-10-19 22:25:47 +01:00
"version" : "1.1.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/caniuse-lite" : {
2024-12-20 17:39:24 +00:00
"version" : "1.0.30001690" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz" ,
"integrity" : "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2022-06-23 19:46:05 +01:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
2023-05-14 12:06:14 +01:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-06-23 19:46:05 +01:00
}
2024-07-20 11:53:31 +01:00
] ,
"license" : "CC-BY-4.0"
2021-10-19 22:25:47 +01:00
} ,
2021-11-24 08:08:25 +00:00
"node_modules/chalk" : {
2021-12-07 23:31:17 +00:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
2021-10-23 11:11:03 +01:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-11 19:54:28 +00:00
"node_modules/chart.js" : {
2022-10-12 17:30:12 +01:00
"version" : "3.9.1" ,
"resolved" : "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==" ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2022-06-23 19:26:36 +01:00
"node_modules/chartjs-adapter-luxon" : {
2023-05-14 12:06:14 +01:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/chartjs-adapter-luxon/-/chartjs-adapter-luxon-1.3.1.tgz" ,
"integrity" : "sha512-yxHov3X8y+reIibl1o+j18xzrcdddCLqsXhriV2+aQ4hCR66IYFchlRXUvrJVoxglJ380pgytU7YWtoqdIgqhg==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:26:36 +01:00
"peerDependencies" : {
2023-01-06 21:24:10 +00:00
"chart.js" : ">=3.0.0" ,
2022-10-12 17:30:12 +01:00
"luxon" : ">=1.0.0"
2022-06-23 19:26:36 +01:00
}
} ,
2021-12-08 00:01:18 +00:00
"node_modules/chokidar" : {
2024-12-20 17:39:24 +00:00
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
2021-12-08 00:01:18 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-08 00:01:18 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"readdirp" : "^4.0.1"
2021-12-08 00:01:18 +00:00
} ,
"engines" : {
2024-12-20 17:39:24 +00:00
"node" : ">= 14.16.0"
2021-12-08 00:01:18 +00:00
} ,
2024-07-20 11:53:31 +01:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
2021-12-08 00:01:18 +00:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/chrome-trace-event" : {
2024-07-20 11:53:31 +01: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==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6.0"
}
} ,
"node_modules/clean-webpack-plugin" : {
"version" : "4.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz" ,
"integrity" : "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"del" : "^4.1.1"
} ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"webpack" : ">=4.0.0 <6.0.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/clone-deep" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz" ,
"integrity" : "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"is-plain-object" : "^2.0.4" ,
"kind-of" : "^6.0.2" ,
"shallow-clone" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"color-name" : "~1.1.4"
2021-10-23 11:11:03 +01:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=7.0.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/color-name" : {
2021-12-07 23:31:17 +00:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/colorette" : {
2023-05-14 12:06:14 +01:00
"version" : "2.0.20" ,
"resolved" : "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz" ,
"integrity" : "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/commander" : {
"version" : "2.20.3" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT"
2021-11-09 18:17:22 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/cross-spawn" : {
2024-12-20 17:39:24 +00:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/csstype" : {
2024-07-20 11:53:31 +01:00
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/del" : {
"version" : "4.1.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/del/-/del-4.1.1.tgz" ,
"integrity" : "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/glob" : "^7.1.1" ,
"globby" : "^6.1.0" ,
"is-path-cwd" : "^2.0.0" ,
"is-path-in-cwd" : "^2.0.0" ,
"p-map" : "^2.0.0" ,
"pify" : "^4.0.1" ,
"rimraf" : "^2.6.3"
} ,
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2024-12-20 17:39:24 +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 ,
"license" : "Apache-2.0" ,
"optional" : true ,
"bin" : {
"detect-libc" : "bin/detect-libc.js"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/electron-to-chromium" : {
2024-12-20 17:39:24 +00:00
"version" : "1.5.75" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz" ,
"integrity" : "sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "ISC"
2021-11-09 22:47:49 +00:00
} ,
2021-11-09 18:17:22 +00:00
"node_modules/emojis-list" : {
"version" : "3.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz" ,
"integrity" : "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"engines" : {
"node" : ">= 4"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/enhanced-resolve" : {
2024-12-20 17:39:24 +00:00
"version" : "5.18.0" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz" ,
"integrity" : "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
2021-10-19 22:25:47 +01:00
}
} ,
2024-07-20 11:53:31 +01:00
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/envinfo" : {
2024-12-20 17:39:24 +00:00
"version" : "7.14.0" ,
"resolved" : "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz" ,
"integrity" : "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"bin" : {
"envinfo" : "dist/cli.js"
} ,
"engines" : {
"node" : ">=4"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/es-module-lexer" : {
2024-07-20 11:53:31 +01:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz" ,
"integrity" : "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==" ,
"dev" : true ,
"license" : "MIT"
2021-10-31 19:47:07 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/escalade" : {
2024-12-20 17:39:24 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/eslint-scope" : {
"version" : "5.1.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/esrecurse/node_modules/estraverse" : {
2021-11-24 08:08:25 +00:00
"version" : "5.3.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=4.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/estraverse" : {
"version" : "4.3.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=4.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
2021-11-09 18:17:22 +00:00
} ,
2021-10-31 19:47:07 +00:00
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-31 19:47:07 +00:00
"engines" : {
"node" : ">=6"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/events" : {
"version" : "3.3.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.8.x"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-31 19:47:07 +00:00
"node_modules/eventsource" : {
2022-06-23 19:46:05 +01:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/eventsource/-/eventsource-1.1.2.tgz" ,
"integrity" : "sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-31 19:47:07 +00:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2024-12-20 17:39:24 +00:00
"node_modules/fast-uri" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz" ,
"integrity" : "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" ,
"dev" : true ,
"license" : "BSD-3-Clause"
} ,
2021-10-23 11:11:03 +01:00
"node_modules/fastest-levenshtein" : {
2022-10-12 17:30:12 +01:00
"version" : "1.0.16" ,
"resolved" : "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz" ,
"integrity" : "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" ,
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-10-12 17:30:12 +01:00
"engines" : {
"node" : ">= 4.9.1"
}
2021-10-23 11:11:03 +01:00
} ,
2021-10-31 19:47:07 +00:00
"node_modules/fetch-cookie" : {
2021-11-24 08:08:25 +00:00
"version" : "0.11.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-0.11.0.tgz" ,
"integrity" : "sha512-BQm7iZLFhMWFy5CZ/162sAGjBfdNWb7a8LEqqnzsHFhxT/X/SVj/z2t2nu3aJvjlbQkrAlTUApplPRjWyH4mhA==" ,
2024-07-20 11:53:31 +01:00
"license" : "Unlicense" ,
2021-10-31 19:47:07 +00:00
"dependencies" : {
2021-11-24 08:08:25 +00:00
"tough-cookie" : "^2.3.3 || ^3.0.1 || ^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2021-10-31 19:47:07 +00:00
}
} ,
2021-11-09 22:47:49 +00:00
"node_modules/file-loader" : {
"version" : "6.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz" ,
"integrity" : "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2021-11-09 22:47:49 +00:00
"loader-utils" : "^2.0.0" ,
"schema-utils" : "^3.0.0"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"engines" : {
2021-11-09 22:47:49 +00:00
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^4.0.0 || ^5.0.0"
}
} ,
"node_modules/fill-range" : {
2024-07-20 11:53:31 +01:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/find-up" : {
"version" : "4.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2024-07-20 11:53:31 +01:00
"node_modules/flat" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" ,
"integrity" : "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"bin" : {
"flat" : "cli.js"
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "ISC"
2021-12-07 23:31:17 +00:00
} ,
"node_modules/function-bind" : {
2024-07-20 11:53:31 +01:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2021-12-07 23:31:17 +00:00
} ,
"node_modules/glob" : {
2022-06-23 19:46:05 +01:00
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2024-07-20 11:53:31 +01:00
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
2022-06-23 19:46:05 +01:00
"minimatch" : "^3.1.1" ,
2021-12-07 23:31:17 +00:00
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/glob-to-regexp" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "BSD-2-Clause"
2021-12-07 23:31:17 +00:00
} ,
"node_modules/globby" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"array-union" : "^1.0.1" ,
"glob" : "^7.0.3" ,
"object-assign" : "^4.0.1" ,
"pify" : "^2.0.0" ,
"pinkie-promise" : "^2.0.0"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=0.10.0"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/globby/node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
2021-11-24 08:08:25 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-07 23:31:17 +00:00
"engines" : {
"node" : ">=0.10.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-12-07 23:31:17 +00:00
"node_modules/graceful-fs" : {
2023-05-14 12:06:14 +01:00
"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==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/has-flag" : {
2021-12-07 23:31:17 +00:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/hash-sum" : {
2024-07-20 11:53:31 +01:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz" ,
"integrity" : "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==" ,
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2024-07-20 11:53:31 +01:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
2021-11-09 18:17:22 +00:00
} ,
2024-07-20 11:53:31 +01:00
"engines" : {
"node" : ">= 0.4"
2021-11-09 18:17:22 +00:00
}
} ,
2021-12-08 00:01:18 +00:00
"node_modules/immutable" : {
2024-12-20 17:39:24 +00:00
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz" ,
"integrity" : "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-12-08 00:01:18 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/import-local" : {
2024-12-20 17:39:24 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" ,
"integrity" : "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
} ,
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
} ,
"engines" : {
"node" : ">=8"
2022-06-23 19:46:05 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/inflight" : {
"version" : "1.0.6" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
2024-07-20 11:53:31 +01:00
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "ISC"
2021-10-23 11:11:03 +01:00
} ,
"node_modules/interpret" : {
"version" : "2.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz" ,
"integrity" : "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">= 0.10"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-core-module" : {
2024-12-20 17:39:24 +00:00
"version" : "2.16.0" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz" ,
"integrity" : "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
2021-10-23 11:11:03 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-10-19 22:25:47 +01:00
}
} ,
2021-12-08 00:01:18 +00:00
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2021-12-08 00:01:18 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2024-12-20 17:39:24 +00:00
"optional" : true ,
2021-12-08 00:01:18 +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-07-20 11:53:31 +01:00
"license" : "MIT" ,
2024-12-20 17:39:24 +00:00
"optional" : true ,
2021-12-08 00:01:18 +00:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-number" : {
"version" : "7.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.12.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-path-cwd" : {
"version" : "2.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz" ,
"integrity" : "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-path-in-cwd" : {
"version" : "2.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz" ,
"integrity" : "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"is-path-inside" : "^2.1.0"
} ,
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-path-inside" : {
"version" : "2.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz" ,
"integrity" : "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"path-is-inside" : "^1.0.2"
} ,
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/is-plain-object" : {
"version" : "2.0.4" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz" ,
"integrity" : "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"isobject" : "^3.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "ISC"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/isobject" : {
"version" : "3.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/jest-worker" : {
2022-06-23 19:46:05 +01:00
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-11-24 08:08:25 +00:00
"node_modules/jest-worker/node_modules/supports-color" : {
"version" : "8.1.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
2021-11-24 08:08:25 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-24 08:08:25 +00:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
2022-06-23 19:46:05 +01:00
"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-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-11-09 18:17:22 +00:00
"node_modules/json5" : {
2023-01-06 21:24:10 +00:00
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"bin" : {
"json5" : "lib/cli.js"
2021-11-24 08:08:25 +00:00
} ,
"engines" : {
"node" : ">=6"
2021-11-09 18:17:22 +00:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/kind-of" : {
"version" : "6.0.3" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 22:47:49 +00:00
"node_modules/klona" : {
2023-01-27 23:38:15 +00:00
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" ,
"integrity" : "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"engines" : {
"node" : ">= 8"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/loader-runner" : {
2022-06-23 19:46:05 +01:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" ,
"integrity" : "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6.11.5"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/loader-utils" : {
2022-11-15 19:07:15 +00:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz" ,
"integrity" : "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
"big.js" : "^5.2.2" ,
"emojis-list" : "^3.0.0" ,
2021-11-24 08:08:25 +00:00
"json5" : "^2.1.2"
2021-11-09 18:17:22 +00:00
} ,
"engines" : {
2021-11-24 08:08:25 +00:00
"node" : ">=8.9.0"
2021-11-09 18:17:22 +00:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/locate-path" : {
"version" : "5.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2022-06-23 19:26:36 +01:00
"node_modules/luxon" : {
2023-01-06 21:24:10 +00:00
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz" ,
"integrity" : "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:26:36 +01:00
"engines" : {
"node" : ">=12"
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/magic-string" : {
2024-12-20 17:39:24 +00:00
"version" : "0.30.17" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz" ,
"integrity" : "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@jridgewell/sourcemap-codec" : "^1.5.0"
2021-11-09 18:17:22 +00:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/micromatch" : {
2024-12-20 17:39:24 +00:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-31 19:47:07 +00:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"braces" : "^3.0.3" ,
2022-06-23 19:46:05 +01:00
"picomatch" : "^2.3.1"
2021-10-31 19:47:07 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=8.6"
2021-10-31 19:47:07 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/mime-db" : {
2022-06-23 19:46:05 +01:00
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">= 0.6"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/mime-types" : {
2022-06-23 19:46:05 +01:00
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2022-06-23 19:46:05 +01:00
"mime-db" : "1.52.0"
2021-11-09 22:47:49 +00:00
} ,
2021-12-07 23:31:17 +00:00
"engines" : {
"node" : ">= 0.6"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/minimatch" : {
2022-06-23 19:46:05 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"brace-expansion" : "^1.1.7"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : "*"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/nanoid" : {
2024-12-20 17:39:24 +00:00
"version" : "3.3.8" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz" ,
"integrity" : "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" ,
2023-05-14 12:06:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-24 08:08:25 +00:00
"bin" : {
2021-12-07 23:31:17 +00:00
"nanoid" : "bin/nanoid.cjs"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-12-07 23:31:17 +00:00
} ,
2024-12-20 17:39:24 +00:00
"node_modules/node-addon-api" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true
} ,
2021-12-07 23:31:17 +00:00
"node_modules/node-fetch" : {
2023-09-19 18:14:01 +01:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"whatwg-url" : "^5.0.0"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : "4.x || >=6.0.0"
2022-02-13 12:15:10 +00:00
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/node-releases" : {
2024-12-20 17:39:24 +00:00
"version" : "2.0.19" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz" ,
"integrity" : "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-12-07 23:31:17 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/once" : {
"version" : "1.4.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"wrappy" : "1"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/p-limit" : {
2021-11-24 08:08:25 +00:00
"version" : "2.3.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2021-11-24 08:08:25 +00:00
"p-try" : "^2.0.0"
2021-10-23 11:11:03 +01:00
} ,
"engines" : {
2021-11-24 08:08:25 +00:00
"node" : ">=6"
2021-10-23 11:11:03 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/p-locate" : {
"version" : "4.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/p-map" : {
"version" : "2.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz" ,
"integrity" : "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/path-exists" : {
"version" : "4.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/path-is-inside" : {
2021-10-19 22:25:47 +01:00
"version" : "1.0.2" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "(WTFPL OR MIT)"
2021-10-23 11:11:03 +01:00
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/picocolors" : {
2024-12-20 17:39:24 +00:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
2024-07-20 11:53:31 +01:00
"license" : "ISC"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/picomatch" : {
2022-06-23 19:46:05 +01:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8.6"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pify" : {
"version" : "4.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz" ,
"integrity" : "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/pinkie" : {
"version" : "2.0.4" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/pinkie-promise" : {
"version" : "2.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"pinkie" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/pkg-dir" : {
"version" : "4.2.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"find-up" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/postcss" : {
2024-12-20 17:39:24 +00:00
"version" : "8.4.49" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz" ,
"integrity" : "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==" ,
2022-06-23 19:46:05 +01:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
2023-05-14 12:06:14 +01:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-06-23 19:46:05 +01:00
}
] ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"nanoid" : "^3.3.7" ,
2024-12-20 17:39:24 +00:00
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
2021-11-09 18:17:22 +00:00
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
2021-10-31 19:47:07 +00:00
"node_modules/psl" : {
2024-12-20 17:39:24 +00:00
"version" : "1.15.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz" ,
"integrity" : "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==" ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/lupomontero"
}
2021-10-31 19:47:07 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/punycode" : {
2024-07-20 11:53:31 +01:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
2021-10-19 22:25:47 +01:00
}
} ,
2022-10-12 17:30:12 +01:00
"node_modules/querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" ,
"license" : "MIT"
2022-10-12 17:30:12 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-24 08:08:25 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"safe-buffer" : "^5.1.0"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-08 00:01:18 +00:00
"node_modules/readdirp" : {
2024-12-20 17:39:24 +00:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz" ,
"integrity" : "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==" ,
2021-12-08 00:01:18 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-08 00:01:18 +00:00
"engines" : {
2024-12-20 17:39:24 +00:00
"node" : ">= 14.16.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2021-12-08 00:01:18 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/rechoir" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz" ,
"integrity" : "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==" ,
2021-11-24 08:08:25 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-07 23:31:17 +00:00
"dependencies" : {
"resolve" : "^1.9.0"
} ,
"engines" : {
"node" : ">= 0.10"
}
2021-11-09 22:47:49 +00:00
} ,
2024-12-20 17:39:24 +00:00
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-10-12 17:30:12 +01:00
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" ,
"license" : "MIT"
2022-10-12 17:30:12 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/resolve" : {
2024-12-20 17:39:24 +00:00
"version" : "1.22.10" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz" ,
"integrity" : "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"is-core-module" : "^2.16.0" ,
2022-06-23 19:46:05 +01:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
2021-10-19 22:25:47 +01:00
} ,
2024-12-20 17:39:24 +00:00
"engines" : {
"node" : ">= 0.4"
} ,
2021-10-23 11:11:03 +01:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-cwd" : {
"version" : "3.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" ,
"integrity" : "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"resolve-from" : "^5.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/resolve-from" : {
"version" : "5.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/rimraf" : {
"version" : "2.7.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz" ,
"integrity" : "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==" ,
2024-07-20 11:53:31 +01:00
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
"node_modules/safe-buffer" : {
2021-12-07 23:31:17 +00:00
"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-07-20 11:53:31 +01:00
] ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-12-08 00:01:18 +00:00
"node_modules/sass" : {
2024-12-20 17:39:24 +00:00
"version" : "1.83.0" ,
"resolved" : "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz" ,
"integrity" : "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==" ,
2021-12-08 00:01:18 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-08 00:01:18 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"chokidar" : "^4.0.0" ,
"immutable" : "^5.0.2" ,
2022-06-23 19:46:05 +01:00
"source-map-js" : ">=0.6.2 <2.0.0"
2021-12-08 00:01:18 +00:00
} ,
"bin" : {
"sass" : "sass.js"
} ,
"engines" : {
2023-05-14 12:06:14 +01:00
"node" : ">=14.0.0"
2024-12-20 17:39:24 +00:00
} ,
"optionalDependencies" : {
"@parcel/watcher" : "^2.4.1"
2021-12-08 00:01:18 +00:00
}
} ,
2021-11-09 22:47:49 +00:00
"node_modules/sass-loader" : {
2022-06-23 19:46:05 +01:00
"version" : "12.6.0" ,
"resolved" : "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz" ,
"integrity" : "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
"klona" : "^2.0.4" ,
"neo-async" : "^2.6.2"
} ,
"engines" : {
"node" : ">= 12.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"fibers" : ">= 3.1.0" ,
2021-12-07 23:31:17 +00:00
"node-sass" : "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" ,
2021-11-09 22:47:49 +00:00
"sass" : "^1.3.0" ,
2022-06-23 19:46:05 +01:00
"sass-embedded" : "*" ,
2021-11-09 22:47:49 +00:00
"webpack" : "^5.0.0"
} ,
"peerDependenciesMeta" : {
"fibers" : {
"optional" : true
} ,
"node-sass" : {
"optional" : true
} ,
"sass" : {
"optional" : true
2022-06-23 19:46:05 +01:00
} ,
"sass-embedded" : {
"optional" : true
2021-11-09 22:47:49 +00:00
}
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/schema-utils" : {
2023-09-19 18:14:01 +01:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/semver" : {
2024-07-20 11:53:31 +01:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-10-23 11:11:03 +01:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/serialize-javascript" : {
2024-07-20 11:53:31 +01:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-3-Clause" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"randombytes" : "^2.1.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/shallow-clone" : {
"version" : "3.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz" ,
"integrity" : "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"kind-of" : "^6.0.2"
} ,
"engines" : {
"node" : ">=8"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=8"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/source-map" : {
2024-07-20 11:53:31 +01:00
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" ,
"integrity" : "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" ,
2023-05-14 12:06:14 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-3-Clause" ,
2021-11-09 18:17:22 +00:00
"engines" : {
2024-07-20 11:53:31 +01:00
"node" : ">= 8"
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/source-map-js" : {
2024-12-20 17:39:24 +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==" ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-3-Clause" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=0.10.0"
}
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/source-map-support" : {
2021-11-24 08:08:25 +00:00
"version" : "0.5.21" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
2021-10-19 22:25:47 +01:00
} ,
2024-07-20 11:53:31 +01:00
"node_modules/source-map-support/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 ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-12-07 23:31:17 +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==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"has-flag" : "^4.0.0"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2022-06-23 19:46:05 +01:00
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/tapable" : {
"version" : "2.2.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/terser" : {
2024-12-20 17:39:24 +00:00
"version" : "5.37.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.37.0.tgz" ,
"integrity" : "sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
2023-09-19 18:14:01 +01:00
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
2021-10-23 11:11:03 +01:00
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/terser-webpack-plugin" : {
2024-12-20 17:39:24 +00:00
"version" : "5.3.11" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz" ,
"integrity" : "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@jridgewell/trace-mapping" : "^0.3.25" ,
2022-06-23 19:46:05 +01:00
"jest-worker" : "^27.4.5" ,
2024-12-20 17:39:24 +00:00
"schema-utils" : "^4.3.0" ,
"serialize-javascript" : "^6.0.2" ,
"terser" : "^5.31.1"
2021-10-23 11:11:03 +01:00
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^5.1.0"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
} ,
"uglify-js" : {
"optional" : true
2021-10-19 22:25:47 +01:00
}
}
} ,
2024-12-20 17:39:24 +00:00
"node_modules/terser-webpack-plugin/node_modules/ajv" : {
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" ,
"integrity" : "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/terser-webpack-plugin/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
} ,
"peerDependencies" : {
"ajv" : "^8.8.2"
}
} ,
"node_modules/terser-webpack-plugin/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/terser-webpack-plugin/node_modules/schema-utils" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz" ,
"integrity" : "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
2021-10-19 22:25:47 +01:00
}
} ,
2021-10-31 19:47:07 +00:00
"node_modules/tough-cookie" : {
2024-07-20 11:53:31 +01:00
"version" : "4.1.4" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz" ,
"integrity" : "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" ,
"license" : "BSD-3-Clause" ,
2021-10-31 19:47:07 +00:00
"dependencies" : {
2021-11-24 08:08:25 +00:00
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
2022-10-12 17:30:12 +01:00
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
2021-11-24 08:08:25 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=6"
2021-11-24 08:08:25 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
2021-11-24 08:08:25 +00:00
} ,
2021-12-07 23:31:17 +00:00
"node_modules/ts-loader" : {
2024-07-20 11:53:31 +01:00
"version" : "9.5.1" ,
"resolved" : "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.1.tgz" ,
"integrity" : "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==" ,
2021-11-24 08:08:25 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-12-07 23:31:17 +00:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"enhanced-resolve" : "^5.0.0" ,
"micromatch" : "^4.0.0" ,
2024-07-20 11:53:31 +01:00
"semver" : "^7.3.4" ,
"source-map" : "^0.7.4"
2021-12-07 23:31:17 +00:00
} ,
2021-11-24 08:08:25 +00:00
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=12.0.0"
2021-11-24 08:08:25 +00:00
} ,
2021-12-07 23:31:17 +00:00
"peerDependencies" : {
"typescript" : "*" ,
"webpack" : "^5.0.0"
2021-11-24 08:08:25 +00:00
}
} ,
"node_modules/typescript" : {
2023-05-14 12:06:14 +01:00
"version" : "4.9.5" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" ,
"integrity" : "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" ,
2024-07-20 11:53:31 +01:00
"devOptional" : true ,
"license" : "Apache-2.0" ,
2021-11-24 08:08:25 +00:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=4.2.0"
}
} ,
2024-07-20 11:53:31 +01:00
"node_modules/undici-types" : {
2024-12-20 17:39:24 +00:00
"version" : "6.20.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz" ,
"integrity" : "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
} ,
2021-11-24 08:08:25 +00:00
"node_modules/universalify" : {
2022-10-12 17:30:12 +01:00
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-24 08:08:25 +00:00
"engines" : {
"node" : ">= 4.0.0"
}
} ,
2022-06-23 19:46:05 +01:00
"node_modules/update-browserslist-db" : {
2024-12-20 17:39:24 +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==" ,
2022-06-23 19:46:05 +01:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
2023-05-14 12:06:14 +01:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2022-06-23 19:46:05 +01:00
}
] ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-06-23 19:46:05 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.0"
2022-06-23 19:46:05 +01:00
} ,
"bin" : {
2023-05-14 12:06:14 +01:00
"update-browserslist-db" : "cli.js"
2022-06-23 19:46:05 +01:00
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "BSD-2-Clause" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"punycode" : "^2.1.0"
2021-10-19 22:25:47 +01:00
}
} ,
2022-10-12 17:30:12 +01:00
"node_modules/url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2022-10-12 17:30:12 +01:00
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
2021-11-09 18:17:22 +00:00
"node_modules/vue" : {
2024-12-20 17:39:24 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.5.13.tgz" ,
"integrity" : "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@vue/compiler-dom" : "3.5.13" ,
"@vue/compiler-sfc" : "3.5.13" ,
"@vue/runtime-dom" : "3.5.13" ,
"@vue/server-renderer" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-07-20 11:53:31 +01:00
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
2021-11-09 18:17:22 +00:00
}
} ,
"node_modules/vue-loader" : {
2024-07-20 11:53:31 +01:00
"version" : "17.4.2" ,
"resolved" : "https://registry.npmjs.org/vue-loader/-/vue-loader-17.4.2.tgz" ,
"integrity" : "sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==" ,
2021-11-09 18:17:22 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 18:17:22 +00:00
"dependencies" : {
2024-07-20 11:53:31 +01:00
"chalk" : "^4.1.0" ,
"hash-sum" : "^2.0.0" ,
"watchpack" : "^2.4.0"
2021-11-09 18:17:22 +00:00
} ,
"peerDependencies" : {
2024-07-20 11:53:31 +01:00
"webpack" : "^4.1.0 || ^5.0.0-0"
2021-11-09 18:17:22 +00:00
} ,
"peerDependenciesMeta" : {
2024-07-20 11:53:31 +01:00
"@vue/compiler-sfc" : {
2023-09-19 18:14:01 +01:00
"optional" : true
} ,
2024-07-20 11:53:31 +01:00
"vue" : {
2021-11-09 18:17:22 +00:00
"optional" : true
}
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/watchpack" : {
2024-12-20 17:39:24 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz" ,
"integrity" : "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-23 11:11:03 +01:00
"dependencies" : {
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.1.2"
2021-10-19 22:25:47 +01:00
} ,
2021-10-23 11:11:03 +01:00
"engines" : {
"node" : ">=10.13.0"
}
} ,
2021-10-31 19:47:07 +00:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
2021-12-07 23:31:17 +00:00
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
2024-07-20 11:53:31 +01:00
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
2021-10-31 19:47:07 +00:00
} ,
2021-10-23 11:11:03 +01:00
"node_modules/webpack" : {
2024-12-20 17:39:24 +00:00
"version" : "5.97.1" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz" ,
"integrity" : "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==" ,
2021-10-23 11:11:03 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2024-12-20 17:39:24 +00:00
"@types/eslint-scope" : "^3.7.7" ,
"@types/estree" : "^1.0.6" ,
"@webassemblyjs/ast" : "^1.14.1" ,
"@webassemblyjs/wasm-edit" : "^1.14.1" ,
"@webassemblyjs/wasm-parser" : "^1.14.1" ,
"acorn" : "^8.14.0" ,
"browserslist" : "^4.24.0" ,
2021-10-23 11:11:03 +01:00
"chrome-trace-event" : "^1.0.2" ,
2024-12-20 17:39:24 +00:00
"enhanced-resolve" : "^5.17.1" ,
2023-05-14 12:06:14 +01:00
"es-module-lexer" : "^1.2.1" ,
2021-10-23 11:11:03 +01:00
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
2024-07-20 11:53:31 +01:00
"graceful-fs" : "^4.2.11" ,
2022-06-23 19:46:05 +01:00
"json-parse-even-better-errors" : "^2.3.1" ,
2021-10-23 11:11:03 +01:00
"loader-runner" : "^4.2.0" ,
"mime-types" : "^2.1.27" ,
"neo-async" : "^2.6.2" ,
2023-09-19 18:14:01 +01:00
"schema-utils" : "^3.2.0" ,
2021-10-23 11:11:03 +01:00
"tapable" : "^2.1.1" ,
2024-07-20 11:53:31 +01:00
"terser-webpack-plugin" : "^5.3.10" ,
"watchpack" : "^2.4.1" ,
2022-06-23 19:46:05 +01:00
"webpack-sources" : "^3.2.3"
2021-10-23 11:11:03 +01:00
} ,
"bin" : {
"webpack" : "bin/webpack.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
2021-10-19 22:25:47 +01:00
}
}
} ,
2021-10-23 11:11:03 +01:00
"node_modules/webpack-cli" : {
2022-06-23 19:46:05 +01:00
"version" : "4.10.0" ,
"resolved" : "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz" ,
"integrity" : "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==" ,
2021-10-19 22:25:47 +01:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-10-19 22:25:47 +01:00
"dependencies" : {
2021-10-23 11:11:03 +01:00
"@discoveryjs/json-ext" : "^0.5.0" ,
2022-06-23 19:46:05 +01:00
"@webpack-cli/configtest" : "^1.2.0" ,
"@webpack-cli/info" : "^1.5.0" ,
"@webpack-cli/serve" : "^1.7.0" ,
2021-10-23 11:11:03 +01:00
"colorette" : "^2.0.14" ,
"commander" : "^7.0.0" ,
2022-06-23 19:46:05 +01:00
"cross-spawn" : "^7.0.3" ,
2021-10-23 11:11:03 +01:00
"fastest-levenshtein" : "^1.0.12" ,
"import-local" : "^3.0.2" ,
"interpret" : "^2.2.0" ,
"rechoir" : "^0.7.0" ,
"webpack-merge" : "^5.7.3"
} ,
"bin" : {
"webpack-cli" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
2022-06-23 19:46:05 +01:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
2021-10-23 11:11:03 +01:00
"peerDependencies" : {
"webpack" : "4.x.x || 5.x.x"
} ,
"peerDependenciesMeta" : {
2021-12-07 23:31:17 +00:00
"@webpack-cli/generators" : {
"optional" : true
} ,
"@webpack-cli/migrate" : {
"optional" : true
} ,
"webpack-bundle-analyzer" : {
"optional" : true
} ,
"webpack-dev-server" : {
"optional" : true
}
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/webpack-cli/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==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">= 10"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/webpack-merge" : {
2024-07-20 11:53:31 +01:00
"version" : "5.10.0" ,
"resolved" : "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz" ,
"integrity" : "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"clone-deep" : "^4.0.1" ,
2024-07-20 11:53:31 +01:00
"flat" : "^5.0.2" ,
2021-12-07 23:31:17 +00:00
"wildcard" : "^2.0.0"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=10.0.0"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/webpack-sources" : {
2022-06-23 19:46:05 +01:00
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" ,
"integrity" : "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">=10.13.0"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
2024-07-20 11:53:31 +01:00
"license" : "MIT" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2021-11-09 22:47:49 +00:00
"dev" : true ,
2024-07-20 11:53:31 +01:00
"license" : "ISC" ,
2021-11-09 22:47:49 +00:00
"dependencies" : {
2021-12-07 23:31:17 +00:00
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
2021-11-09 22:47:49 +00:00
} ,
"engines" : {
2021-12-07 23:31:17 +00:00
"node" : ">= 8"
2021-11-09 22:47:49 +00:00
}
} ,
2021-12-07 23:31:17 +00:00
"node_modules/wildcard" : {
2023-05-14 12:06:14 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz" ,
"integrity" : "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "MIT"
2021-11-09 22:47:49 +00:00
} ,
2021-12-07 23:31:17 +00:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2022-06-23 19:46:05 +01:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
2024-07-20 11:53:31 +01:00
"dev" : true ,
"license" : "ISC"
2021-11-09 22:47:49 +00:00
} ,
2021-12-07 23:31:17 +00:00
"node_modules/ws" : {
2024-07-20 11:53:31 +01:00
"version" : "7.5.10" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" ,
"integrity" : "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" ,
"license" : "MIT" ,
2021-12-07 23:31:17 +00:00
"engines" : {
"node" : ">=8.3.0"
2021-11-09 22:47:49 +00:00
} ,
2021-12-07 23:31:17 +00:00
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : "^5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
2021-11-09 22:47:49 +00:00
} ,
2021-12-07 23:31:17 +00:00
"utf-8-validate" : {
"optional" : true
2021-11-09 22:47:49 +00:00
}
}
2021-12-07 23:31:17 +00:00
}
2021-10-19 22:25:47 +01:00
}
}