Add and fix missing projects
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
To report a vulnerability, please DO NOT create an issue for it
|
To report a vulnerability, please DO NOT create an issue for it
|
||||||
as this may lead to the vulnerability being exploited before it
|
as this may lead to the vulnerability being exploited before it
|
||||||
can be fixed. Instead, please email [security@deepcore.dev](mailto:security@deepcore.dev)
|
can be fixed. Instead, please email [security@droposs.org](mailto:security@droposs.org)
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"vue": "latest"
|
"vue": "latest"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/vue": "^1.7.23",
|
"@headlessui/vue": "^1.7.23",
|
||||||
"@heroicons/vue": "^2.2.0"
|
"@heroicons/vue": "^2.2.0"
|
||||||
|
|||||||
Generated
+8465
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
|||||||
|
onlyBuiltDependencies:
|
||||||
|
- '@parcel/watcher'
|
||||||
|
- esbuild
|
||||||
|
- unrs-resolver
|
||||||
-6248
File diff suppressed because it is too large
Load Diff
@@ -1,6 +0,0 @@
|
|||||||
[submodule "drop-base"]
|
|
||||||
path = drop-base
|
|
||||||
url = https://github.com/Drop-OSS/drop-base.git
|
|
||||||
[submodule "torrential"]
|
|
||||||
path = torrential
|
|
||||||
url = https://github.com/Drop-OSS/torrential.git
|
|
||||||
@@ -3,3 +3,6 @@ plugins:
|
|||||||
- local: protoc-gen-es
|
- local: protoc-gen-es
|
||||||
out: server/internal/proto
|
out: server/internal/proto
|
||||||
opt: target=ts
|
opt: target=ts
|
||||||
|
|
||||||
|
inputs:
|
||||||
|
- directory: ../
|
||||||
@@ -1,544 +0,0 @@
|
|||||||
## Release 0.2.0-beta
|
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- fix recursive dirs util #02d6346
|
|
||||||
- Fix username length requirement #0a5a649
|
|
||||||
- remove dynamic imports #0f10626
|
|
||||||
- fix for missing developers or publishers #25fc957
|
|
||||||
- split prisma schemas #2859005
|
|
||||||
- results are returned alphabetically #33d3770
|
|
||||||
- update prisma schemas #36776cc
|
|
||||||
- removed global flag #43e32b4
|
|
||||||
- properly disconnect websockets from task handler #5358f1f
|
|
||||||
- follow best practices #54c5d55
|
|
||||||
- future lenience #5c78b20
|
|
||||||
- fix width of token breaking things #61d88c3
|
|
||||||
- fixed websocket authentication #62ea9a1
|
|
||||||
- fix delta manifest generation #6df560c
|
|
||||||
- admin invitation w/ system user #8463e35
|
|
||||||
- properly import icons #8945196
|
|
||||||
- prisma create footprint #952ece8
|
|
||||||
- game panel now always shows 3 lines exactly #9c2249e
|
|
||||||
- remove unnecessary import #a361c38
|
|
||||||
- fix disconnect code #a8f2106
|
|
||||||
- fix types #b511b40
|
|
||||||
- add drop-base as git submodule #b75ebd1
|
|
||||||
- Update README.md with discord link #c6bb21d
|
|
||||||
- fix expires requirement in the admin endpoint #c7b675f
|
|
||||||
- fix always being created as admin #c7eb11a
|
|
||||||
- moved icons and created PlatformClient so we can use the enum on the frontend #cada630
|
|
||||||
- recurse submodules #db103de
|
|
||||||
- fix FATAL: "root"... message #dbb315a
|
|
||||||
- only show versions that are directories #ef8f3ae
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- update prisma & delete games #089c3e0
|
|
||||||
- manual handshake #12e3125
|
|
||||||
- fetch game endpoint #1f4d075
|
|
||||||
- under the hood organisation and consolidation #26a31f6
|
|
||||||
- 'no images' slide on image carousel #28baabc
|
|
||||||
- improve feedback when metadata fails #2c19e13
|
|
||||||
- introduction of 'system user' #2c21a23
|
|
||||||
- change name, description and icon #2cfe75a
|
|
||||||
- 'manual' metadata provider #2f52a16
|
|
||||||
- add disabled state #38fc6b8
|
|
||||||
- overhauled version importing #39d7ce7
|
|
||||||
- automatically create library folder if it doesn't exist #39fe9d5
|
|
||||||
- smoother bar in admin task ui #4488ae2
|
|
||||||
- add noWrapper option #4f9b949
|
|
||||||
- add version metadata route #5393db3
|
|
||||||
- completed admin UI, with minor changes to backend #599da0e
|
|
||||||
- adjust gradient #5a1f841
|
|
||||||
- keep track of last connected #69e4c25
|
|
||||||
- added notification system w/ interwoven refactoring #6e6f09d
|
|
||||||
- content length header for chunk downloads #76bceb1
|
|
||||||
- add title to tab #7b0756c
|
|
||||||
- add button to open in admin panel #7b3b919
|
|
||||||
- client capability framework + peer API configuration #7d72a86
|
|
||||||
- customisable image carousel and new layout #937954f
|
|
||||||
- support more types #9b12d45
|
|
||||||
- generate a server certificate for mtls APIs #9c4b6f3
|
|
||||||
- new endpoints, ui and beginnings of main store page #9cbdcbc
|
|
||||||
- backend #a309651
|
|
||||||
- more subtle design improvements #a815542
|
|
||||||
- add aden's carousel pagination design #a86045c
|
|
||||||
- add header #a8a152e
|
|
||||||
- client side search #b50e27f
|
|
||||||
- new ws handler #bc0c47c
|
|
||||||
- user widget now redirects to actual page #bfafe02
|
|
||||||
- require lowercase usernames #d7160ab
|
|
||||||
- more ui improvements #e408ac5
|
|
||||||
- add modifying game descriptions #e505e58
|
|
||||||
- mobile nav #e5cf13f
|
|
||||||
- slightly improved game page #e796b46
|
|
||||||
- game carousel #ecc819e
|
|
||||||
- add enum dictionary type #f2e0182
|
|
||||||
- improved ux #f3ed0f6
|
|
||||||
- cleanup and raw accessors #f7d767d
|
|
||||||
- add support for overriding UMU id #fd4a7d1
|
|
||||||
- add .sh for linux #fe9373a
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
- quexeky <git@quexeky.dev>
|
|
||||||
- fixed manifest generation #03a37f7
|
|
||||||
- manual ci/cd #03b0b0c
|
|
||||||
- ability to fetch client certs for p2p #0a715fe
|
|
||||||
- disable tls in build #0f80fcd
|
|
||||||
- Updated README.md #17971e0
|
|
||||||
- Merge pull request #18 from Drop-OSS/develop
|
|
||||||
- initial work on metadata system #196f87c
|
|
||||||
- more ui #1bd19ad
|
|
||||||
- remove log statements #1d5e1bd
|
|
||||||
- small fixes & SSR disabled #1f575b2
|
|
||||||
- update information and setup guide #2236622
|
|
||||||
- metadata engine #22ac7f6
|
|
||||||
- Update CONTRIBUTING.md #2309407
|
|
||||||
- slight bug fixes and clean up #24a0d11
|
|
||||||
- almst complete admin ui and initial store designs #27070b6
|
|
||||||
- handshakes #2b4382d
|
|
||||||
- user mobile header #2e44ef3
|
|
||||||
- more consistent naming for globals #305de9f
|
|
||||||
- replaced markdown-it with micromark #31e8359
|
|
||||||
- fixes to store page for mobile clients #328b9ba
|
|
||||||
- game version re-ordering #329c74d
|
|
||||||
- verbose yarn install #36568c3
|
|
||||||
- patch for no version check in manifest generation #395219d
|
|
||||||
- migrate bcrypt to bcryptjs #3a51c9c
|
|
||||||
- added download chunk endpoint #3dd6062
|
|
||||||
- Update README.md #425934d
|
|
||||||
- build only ci #4273a20
|
|
||||||
- object storage + full permission system + testing #435551c
|
|
||||||
- rename admin socket session map #44c6028
|
|
||||||
- bump droplet and add vue carousel #46551f9
|
|
||||||
- version importing #46c8f0c
|
|
||||||
- back to yarn, with nuxt telemetry force disabled #46d35ad
|
|
||||||
- finished object endpoints #486bce8
|
|
||||||
- update dependencies and add note about optional dependencies #4fa771a
|
|
||||||
- use configuration from docs for ci/cd #52315d0
|
|
||||||
- slight fixes to register logic #583301f
|
|
||||||
- removed yarn.lock #584bcf1
|
|
||||||
- Version bump #5f29c28
|
|
||||||
- immutable application settings framework #5fe2036
|
|
||||||
- fixed docker daemon location #62a111b
|
|
||||||
- copy autodevops configuration #6328c24
|
|
||||||
- Delete .gitlab-ci.yml #69f341b
|
|
||||||
- admin ui shell #6b5e48d
|
|
||||||
- bump @drop/droplet version for windows developers #6ba5cdd
|
|
||||||
- Add LICENSE #6e2dc89
|
|
||||||
- custom dind #716eac7
|
|
||||||
- task API #718f5ba
|
|
||||||
- use gitlab ci variable declaration #7194d35
|
|
||||||
- move icons into dedicated folder #74fa671
|
|
||||||
- another stage of client authentication #7523e53
|
|
||||||
- refactoring #7869043
|
|
||||||
- moved windows logo into logos dir #789d3ba
|
|
||||||
- updated text colours across app #7a88f4c
|
|
||||||
- starting docs infra #7d2a1c6
|
|
||||||
- more cleaning #7e17626
|
|
||||||
- slight patch to rename query to be more consistent #7f4db0c
|
|
||||||
- move to raw docker #803752e
|
|
||||||
- server side and user client side completed for registration #848a611
|
|
||||||
- beginnings of download implementation #8674ac7
|
|
||||||
- more consistent naming for object handler #87230fb
|
|
||||||
- use autodevops build stage #886beb6
|
|
||||||
- Updated tailwind config #88c95d6
|
|
||||||
- change name of store file #8999303
|
|
||||||
- split prisma schemas #9011cf5
|
|
||||||
- client initiate #909432a
|
|
||||||
- more client routes to support Drop app update #91b7e10
|
|
||||||
- additional polish and QoL features #93bc143
|
|
||||||
- upload images to games #9b7ee4e
|
|
||||||
- migrate to pnpm due to ci/cd issues with yarn #9cb2d6d
|
|
||||||
- run yarn install in CI/CD non interactively #a208fbe
|
|
||||||
- completed game importing; partial work on version importing #a7c33e7
|
|
||||||
- remove canvas from dependencies #a8f58eb
|
|
||||||
- fix registry authentication #ad25d3e
|
|
||||||
- consolidate type utils #adb4b73
|
|
||||||
- Updated README.md #b0ef675
|
|
||||||
- add proper carousel to store page #b2ab827
|
|
||||||
- move to yarn v2 #b744671
|
|
||||||
- remove client API deadweight #b9ae26c
|
|
||||||
- add expires field #be6c30d
|
|
||||||
- ca groundwork #bfafd2a
|
|
||||||
- cleanup & polish #c355f6f
|
|
||||||
- remove bcrypt (debug) #c3914cc
|
|
||||||
- non rounded bottom #c4391d3
|
|
||||||
- failed gracefully on invalid chunk index #c4a3e4e
|
|
||||||
- update deploy template #c4a419f
|
|
||||||
- migrate to new droplet ca system #c4d8113
|
|
||||||
- docker based deployment #c5d00b4
|
|
||||||
- updated CONTRIBUTING.md #cd0d2bf
|
|
||||||
- update prisma version #ce0a9ab
|
|
||||||
- README update #ceacd84
|
|
||||||
- patch metadata handler #cf578bd
|
|
||||||
- Added SECURITY.md #d3d93b0
|
|
||||||
- finalised client APIs and authentication method #d4e2dc8
|
|
||||||
- Update README.md #db916bf
|
|
||||||
- object storage interface + utility functions #de388a9
|
|
||||||
- initial commit #e1a789f
|
|
||||||
- fixed task system #e1c1d7e
|
|
||||||
- Update file chunk.get.ts #e4339c3
|
|
||||||
- ui groundwork #e52f072
|
|
||||||
- Update changelog #eadcaa1
|
|
||||||
- check for no version in manifest generation #eb3f9f9
|
|
||||||
- break into single column store on lg devices #ecb381e
|
|
||||||
- better server side signin redirects #ef13b68
|
|
||||||
- patch signin #f3672f8
|
|
||||||
|
|
||||||
_changelog generated by_ [go-conventional-commits](https://github.com/joselitofilho/go-conventional-commits)
|
|
||||||
|
|
||||||
## Release 0.2.0-beta
|
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- fix recursive dirs util #02d6346
|
|
||||||
- Fix username length requirement #0a5a649
|
|
||||||
- remove dynamic imports #0f10626
|
|
||||||
- fix for missing developers or publishers #25fc957
|
|
||||||
- split prisma schemas #2859005
|
|
||||||
- results are returned alphabetically #33d3770
|
|
||||||
- update prisma schemas #36776cc
|
|
||||||
- removed global flag #43e32b4
|
|
||||||
- properly disconnect websockets from task handler #5358f1f
|
|
||||||
- follow best practices #54c5d55
|
|
||||||
- future lenience #5c78b20
|
|
||||||
- fix width of token breaking things #61d88c3
|
|
||||||
- fixed websocket authentication #62ea9a1
|
|
||||||
- fix delta manifest generation #6df560c
|
|
||||||
- admin invitation w/ system user #8463e35
|
|
||||||
- properly import icons #8945196
|
|
||||||
- prisma create footprint #952ece8
|
|
||||||
- game panel now always shows 3 lines exactly #9c2249e
|
|
||||||
- remove unnecessary import #a361c38
|
|
||||||
- fix disconnect code #a8f2106
|
|
||||||
- fix types #b511b40
|
|
||||||
- add drop-base as git submodule #b75ebd1
|
|
||||||
- Update README.md with discord link #c6bb21d
|
|
||||||
- fix expires requirement in the admin endpoint #c7b675f
|
|
||||||
- fix always being created as admin #c7eb11a
|
|
||||||
- moved icons and created PlatformClient so we can use the enum on the frontend #cada630
|
|
||||||
- recurse submodules #db103de
|
|
||||||
- fix FATAL: "root"... message #dbb315a
|
|
||||||
- only show versions that are directories #ef8f3ae
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- update prisma & delete games #089c3e0
|
|
||||||
- manual handshake #12e3125
|
|
||||||
- fetch game endpoint #1f4d075
|
|
||||||
- under the hood organisation and consolidation #26a31f6
|
|
||||||
- 'no images' slide on image carousel #28baabc
|
|
||||||
- improve feedback when metadata fails #2c19e13
|
|
||||||
- introduction of 'system user' #2c21a23
|
|
||||||
- change name, description and icon #2cfe75a
|
|
||||||
- 'manual' metadata provider #2f52a16
|
|
||||||
- add disabled state #38fc6b8
|
|
||||||
- overhauled version importing #39d7ce7
|
|
||||||
- automatically create library folder if it doesn't exist #39fe9d5
|
|
||||||
- smoother bar in admin task ui #4488ae2
|
|
||||||
- add noWrapper option #4f9b949
|
|
||||||
- add version metadata route #5393db3
|
|
||||||
- completed admin UI, with minor changes to backend #599da0e
|
|
||||||
- adjust gradient #5a1f841
|
|
||||||
- keep track of last connected #69e4c25
|
|
||||||
- added notification system w/ interwoven refactoring #6e6f09d
|
|
||||||
- content length header for chunk downloads #76bceb1
|
|
||||||
- add title to tab #7b0756c
|
|
||||||
- add button to open in admin panel #7b3b919
|
|
||||||
- client capability framework + peer API configuration #7d72a86
|
|
||||||
- customisable image carousel and new layout #937954f
|
|
||||||
- support more types #9b12d45
|
|
||||||
- generate a server certificate for mtls APIs #9c4b6f3
|
|
||||||
- new endpoints, ui and beginnings of main store page #9cbdcbc
|
|
||||||
- backend #a309651
|
|
||||||
- more subtle design improvements #a815542
|
|
||||||
- add aden's carousel pagination design #a86045c
|
|
||||||
- add header #a8a152e
|
|
||||||
- client side search #b50e27f
|
|
||||||
- new ws handler #bc0c47c
|
|
||||||
- user widget now redirects to actual page #bfafe02
|
|
||||||
- require lowercase usernames #d7160ab
|
|
||||||
- more ui improvements #e408ac5
|
|
||||||
- add modifying game descriptions #e505e58
|
|
||||||
- mobile nav #e5cf13f
|
|
||||||
- slightly improved game page #e796b46
|
|
||||||
- game carousel #ecc819e
|
|
||||||
- add enum dictionary type #f2e0182
|
|
||||||
- improved ux #f3ed0f6
|
|
||||||
- cleanup and raw accessors #f7d767d
|
|
||||||
- add support for overriding UMU id #fd4a7d1
|
|
||||||
- add .sh for linux #fe9373a
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
- quexeky <git@quexeky.dev>
|
|
||||||
- fixed manifest generation #03a37f7
|
|
||||||
- manual ci/cd #03b0b0c
|
|
||||||
- ability to fetch client certs for p2p #0a715fe
|
|
||||||
- disable tls in build #0f80fcd
|
|
||||||
- Updated README.md #17971e0
|
|
||||||
- Merge pull request #18 from Drop-OSS/develop
|
|
||||||
- initial work on metadata system #196f87c
|
|
||||||
- more ui #1bd19ad
|
|
||||||
- remove log statements #1d5e1bd
|
|
||||||
- small fixes & SSR disabled #1f575b2
|
|
||||||
- update information and setup guide #2236622
|
|
||||||
- metadata engine #22ac7f6
|
|
||||||
- Update CONTRIBUTING.md #2309407
|
|
||||||
- slight bug fixes and clean up #24a0d11
|
|
||||||
- almst complete admin ui and initial store designs #27070b6
|
|
||||||
- handshakes #2b4382d
|
|
||||||
- user mobile header #2e44ef3
|
|
||||||
- more consistent naming for globals #305de9f
|
|
||||||
- replaced markdown-it with micromark #31e8359
|
|
||||||
- fixes to store page for mobile clients #328b9ba
|
|
||||||
- game version re-ordering #329c74d
|
|
||||||
- verbose yarn install #36568c3
|
|
||||||
- patch for no version check in manifest generation #395219d
|
|
||||||
- migrate bcrypt to bcryptjs #3a51c9c
|
|
||||||
- added download chunk endpoint #3dd6062
|
|
||||||
- Update README.md #425934d
|
|
||||||
- build only ci #4273a20
|
|
||||||
- object storage + full permission system + testing #435551c
|
|
||||||
- rename admin socket session map #44c6028
|
|
||||||
- bump droplet and add vue carousel #46551f9
|
|
||||||
- version importing #46c8f0c
|
|
||||||
- back to yarn, with nuxt telemetry force disabled #46d35ad
|
|
||||||
- finished object endpoints #486bce8
|
|
||||||
- update dependencies and add note about optional dependencies #4fa771a
|
|
||||||
- use configuration from docs for ci/cd #52315d0
|
|
||||||
- slight fixes to register logic #583301f
|
|
||||||
- removed yarn.lock #584bcf1
|
|
||||||
- Version bump #5f29c28
|
|
||||||
- immutable application settings framework #5fe2036
|
|
||||||
- fixed docker daemon location #62a111b
|
|
||||||
- copy autodevops configuration #6328c24
|
|
||||||
- Delete .gitlab-ci.yml #69f341b
|
|
||||||
- admin ui shell #6b5e48d
|
|
||||||
- bump @drop/droplet version for windows developers #6ba5cdd
|
|
||||||
- Add LICENSE #6e2dc89
|
|
||||||
- custom dind #716eac7
|
|
||||||
- task API #718f5ba
|
|
||||||
- use gitlab ci variable declaration #7194d35
|
|
||||||
- move icons into dedicated folder #74fa671
|
|
||||||
- another stage of client authentication #7523e53
|
|
||||||
- refactoring #7869043
|
|
||||||
- moved windows logo into logos dir #789d3ba
|
|
||||||
- updated text colours across app #7a88f4c
|
|
||||||
- starting docs infra #7d2a1c6
|
|
||||||
- more cleaning #7e17626
|
|
||||||
- slight patch to rename query to be more consistent #7f4db0c
|
|
||||||
- move to raw docker #803752e
|
|
||||||
- server side and user client side completed for registration #848a611
|
|
||||||
- beginnings of download implementation #8674ac7
|
|
||||||
- more consistent naming for object handler #87230fb
|
|
||||||
- use autodevops build stage #886beb6
|
|
||||||
- Updated tailwind config #88c95d6
|
|
||||||
- change name of store file #8999303
|
|
||||||
- split prisma schemas #9011cf5
|
|
||||||
- client initiate #909432a
|
|
||||||
- more client routes to support Drop app update #91b7e10
|
|
||||||
- additional polish and QoL features #93bc143
|
|
||||||
- upload images to games #9b7ee4e
|
|
||||||
- migrate to pnpm due to ci/cd issues with yarn #9cb2d6d
|
|
||||||
- run yarn install in CI/CD non interactively #a208fbe
|
|
||||||
- completed game importing; partial work on version importing #a7c33e7
|
|
||||||
- remove canvas from dependencies #a8f58eb
|
|
||||||
- fix registry authentication #ad25d3e
|
|
||||||
- consolidate type utils #adb4b73
|
|
||||||
- Updated README.md #b0ef675
|
|
||||||
- add proper carousel to store page #b2ab827
|
|
||||||
- move to yarn v2 #b744671
|
|
||||||
- remove client API deadweight #b9ae26c
|
|
||||||
- add expires field #be6c30d
|
|
||||||
- ca groundwork #bfafd2a
|
|
||||||
- cleanup & polish #c355f6f
|
|
||||||
- remove bcrypt (debug) #c3914cc
|
|
||||||
- non rounded bottom #c4391d3
|
|
||||||
- failed gracefully on invalid chunk index #c4a3e4e
|
|
||||||
- update deploy template #c4a419f
|
|
||||||
- migrate to new droplet ca system #c4d8113
|
|
||||||
- docker based deployment #c5d00b4
|
|
||||||
- updated CONTRIBUTING.md #cd0d2bf
|
|
||||||
- update prisma version #ce0a9ab
|
|
||||||
- README update #ceacd84
|
|
||||||
- patch metadata handler #cf578bd
|
|
||||||
- Added SECURITY.md #d3d93b0
|
|
||||||
- finalised client APIs and authentication method #d4e2dc8
|
|
||||||
- Update README.md #db916bf
|
|
||||||
- object storage interface + utility functions #de388a9
|
|
||||||
- initial commit #e1a789f
|
|
||||||
- fixed task system #e1c1d7e
|
|
||||||
- Update file chunk.get.ts #e4339c3
|
|
||||||
- ui groundwork #e52f072
|
|
||||||
- Update changelog #eadcaa1
|
|
||||||
- check for no version in manifest generation #eb3f9f9
|
|
||||||
- break into single column store on lg devices #ecb381e
|
|
||||||
- better server side signin redirects #ef13b68
|
|
||||||
- patch signin #f3672f8
|
|
||||||
|
|
||||||
_changelog generated by_ [go-conventional-commits](https://github.com/joselitofilho/go-conventional-commits)
|
|
||||||
|
|
||||||
## Release 0.1.0-beta
|
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- remove dynamic imports #0f10626
|
|
||||||
- fix for missing developers or publishers #25fc957
|
|
||||||
- split prisma schemas #2859005
|
|
||||||
- results are returned alphabetically #33d3770
|
|
||||||
- properly disconnect websockets from task handler #5358f1f
|
|
||||||
- follow best practices #54c5d55
|
|
||||||
- future lenience #5c78b20
|
|
||||||
- fixed websocket authentication #62ea9a1
|
|
||||||
- fix delta manifest generation #6df560c
|
|
||||||
- admin invitation w/ system user #8463e35
|
|
||||||
- properly import icons #8945196
|
|
||||||
- prisma create footprint #952ece8
|
|
||||||
- game panel now always shows 3 lines exactly #9c2249e
|
|
||||||
- remove unnecessary import #a361c38
|
|
||||||
- fix types #b511b40
|
|
||||||
- fix expires requirement in the admin endpoint #c7b675f
|
|
||||||
- moved icons and created PlatformClient so we can use the enum on the frontend #cada630
|
|
||||||
- only show versions that are directories #ef8f3ae
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- update prisma & delete games #089c3e0
|
|
||||||
- fetch game endpoint #1f4d075
|
|
||||||
- under the hood organisation and consolidation #26a31f6
|
|
||||||
- introduction of 'system user' #2c21a23
|
|
||||||
- automatically create library folder if it doesn't exist #39fe9d5
|
|
||||||
- smoother bar in admin task ui #4488ae2
|
|
||||||
- add version metadata route #5393db3
|
|
||||||
- completed admin UI, with minor changes to backend #599da0e
|
|
||||||
- keep track of last connected #69e4c25
|
|
||||||
- added notification system w/ interwoven refactoring #6e6f09d
|
|
||||||
- content length header for chunk downloads #76bceb1
|
|
||||||
- add title to tab #7b0756c
|
|
||||||
- add button to open in admin panel #7b3b919
|
|
||||||
- client capability framework + peer API configuration #7d72a86
|
|
||||||
- generate a server certificate for mtls APIs #9c4b6f3
|
|
||||||
- new endpoints, ui and beginnings of main store page #9cbdcbc
|
|
||||||
- more subtle design improvements #a815542
|
|
||||||
- add header #a8a152e
|
|
||||||
- client side search #b50e27f
|
|
||||||
- new ws handler #bc0c47c
|
|
||||||
- user widget now redirects to actual page #bfafe02
|
|
||||||
- require lowercase usernames #d7160ab
|
|
||||||
- more ui improvements #e408ac5
|
|
||||||
- slightly improved game page #e796b46
|
|
||||||
- game carousel #ecc819e
|
|
||||||
- add enum dictionary type #f2e0182
|
|
||||||
- cleanup and raw accessors #f7d767d
|
|
||||||
- add support for overriding UMU id #fd4a7d1
|
|
||||||
|
|
||||||
### Other Changes
|
|
||||||
|
|
||||||
- quexeky <git@quexeky.dev>
|
|
||||||
- fixed manifest generation #03a37f7
|
|
||||||
- manual ci/cd #03b0b0c
|
|
||||||
- ability to fetch client certs for p2p #0a715fe
|
|
||||||
- disable tls in build #0f80fcd
|
|
||||||
- Updated README.md #17971e0
|
|
||||||
- initial work on metadata system #196f87c
|
|
||||||
- more ui #1bd19ad
|
|
||||||
- remove log statements #1d5e1bd
|
|
||||||
- small fixes & SSR disabled #1f575b2
|
|
||||||
- update information and setup guide #2236622
|
|
||||||
- metadata engine #22ac7f6
|
|
||||||
- Update CONTRIBUTING.md #2309407
|
|
||||||
- slight bug fixes and clean up #24a0d11
|
|
||||||
- almst complete admin ui and initial store designs #27070b6
|
|
||||||
- handshakes #2b4382d
|
|
||||||
- user mobile header #2e44ef3
|
|
||||||
- more consistent naming for globals #305de9f
|
|
||||||
- replaced markdown-it with micromark #31e8359
|
|
||||||
- fixes to store page for mobile clients #328b9ba
|
|
||||||
- game version re-ordering #329c74d
|
|
||||||
- verbose yarn install #36568c3
|
|
||||||
- patch for no version check in manifest generation #395219d
|
|
||||||
- migrate bcrypt to bcryptjs #3a51c9c
|
|
||||||
- added download chunk endpoint #3dd6062
|
|
||||||
- Update README.md #425934d
|
|
||||||
- build only ci #4273a20
|
|
||||||
- object storage + full permission system + testing #435551c
|
|
||||||
- rename admin socket session map #44c6028
|
|
||||||
- bump droplet and add vue carousel #46551f9
|
|
||||||
- version importing #46c8f0c
|
|
||||||
- back to yarn, with nuxt telemetry force disabled #46d35ad
|
|
||||||
- finished object endpoints #486bce8
|
|
||||||
- update dependencies and add note about optional dependencies #4fa771a
|
|
||||||
- use configuration from docs for ci/cd #52315d0
|
|
||||||
- slight fixes to register logic #583301f
|
|
||||||
- removed yarn.lock #584bcf1
|
|
||||||
- Version bump #5f29c28
|
|
||||||
- immutable application settings framework #5fe2036
|
|
||||||
- fixed docker daemon location #62a111b
|
|
||||||
- copy autodevops configuration #6328c24
|
|
||||||
- Delete .gitlab-ci.yml #69f341b
|
|
||||||
- admin ui shell #6b5e48d
|
|
||||||
- bump @drop/droplet version for windows developers #6ba5cdd
|
|
||||||
- Add LICENSE #6e2dc89
|
|
||||||
- task API #718f5ba
|
|
||||||
- use gitlab ci variable declaration #7194d35
|
|
||||||
- move icons into dedicated folder #74fa671
|
|
||||||
- another stage of client authentication #7523e53
|
|
||||||
- refactoring #7869043
|
|
||||||
- moved windows logo into logos dir #789d3ba
|
|
||||||
- updated text colours across app #7a88f4c
|
|
||||||
- starting docs infra #7d2a1c6
|
|
||||||
- more cleaning #7e17626
|
|
||||||
- slight patch to rename query to be more consistent #7f4db0c
|
|
||||||
- move to raw docker #803752e
|
|
||||||
- server side and user client side completed for registration #848a611
|
|
||||||
- beginnings of download implementation #8674ac7
|
|
||||||
- more consistent naming for object handler #87230fb
|
|
||||||
- use autodevops build stage #886beb6
|
|
||||||
- Updated tailwind config #88c95d6
|
|
||||||
- change name of store file #8999303
|
|
||||||
- split prisma schemas #9011cf5
|
|
||||||
- client initiate #909432a
|
|
||||||
- more client routes to support Drop app update #91b7e10
|
|
||||||
- additional polish and QoL features #93bc143
|
|
||||||
- upload images to games #9b7ee4e
|
|
||||||
- migrate to pnpm due to ci/cd issues with yarn #9cb2d6d
|
|
||||||
- run yarn install in CI/CD non interactively #a208fbe
|
|
||||||
- completed game importing; partial work on version importing #a7c33e7
|
|
||||||
- remove canvas from dependencies #a8f58eb
|
|
||||||
- fix registry authentication #ad25d3e
|
|
||||||
- consolidate type utils #adb4b73
|
|
||||||
- Updated README.md #b0ef675
|
|
||||||
- add proper carousel to store page #b2ab827
|
|
||||||
- move to yarn v2 #b744671
|
|
||||||
- remove client API deadweight #b9ae26c
|
|
||||||
- add expires field #be6c30d
|
|
||||||
- ca groundwork #bfafd2a
|
|
||||||
- cleanup & polish #c355f6f
|
|
||||||
- remove bcrypt (debug) #c3914cc
|
|
||||||
- non rounded bottom #c4391d3
|
|
||||||
- failed gracefully on invalid chunk index #c4a3e4e
|
|
||||||
- update deploy template #c4a419f
|
|
||||||
- migrate to new droplet ca system #c4d8113
|
|
||||||
- docker based deployment #c5d00b4
|
|
||||||
- updated CONTRIBUTING.md #cd0d2bf
|
|
||||||
- update prisma version #ce0a9ab
|
|
||||||
- README update #ceacd84
|
|
||||||
- patch metadata handler #cf578bd
|
|
||||||
- Added SECURITY.md #d3d93b0
|
|
||||||
- finalised client APIs and authentication method #d4e2dc8
|
|
||||||
- Update README.md #db916bf
|
|
||||||
- object storage interface + utility functions #de388a9
|
|
||||||
- initial commit #e1a789f
|
|
||||||
- fixed task system #e1c1d7e
|
|
||||||
- Update file chunk.get.ts #e4339c3
|
|
||||||
- ui groundwork #e52f072
|
|
||||||
- check for no version in manifest generation #eb3f9f9
|
|
||||||
- break into single column store on lg devices #ecb381e
|
|
||||||
- better server side signin redirects #ef13b68
|
|
||||||
- patch signin #f3672f8
|
|
||||||
|
|
||||||
_changelog generated by_ [go-conventional-commits](https://github.com/joselitofilho/go-conventional-commits)
|
|
||||||
@@ -36,7 +36,7 @@ console.log(`Drop ${dropVersion} #${commitHash}`);
|
|||||||
|
|
||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: ["./drop-base"],
|
extends: ["../base"],
|
||||||
// Module config from here down
|
// Module config from here down
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
|
|||||||
Generated
-528
@@ -238,31 +238,6 @@ importers:
|
|||||||
specifier: ^3.0.1
|
specifier: ^3.0.1
|
||||||
version: 3.0.4(typescript@5.8.3)
|
version: 3.0.4(typescript@5.8.3)
|
||||||
|
|
||||||
drop-base:
|
|
||||||
dependencies:
|
|
||||||
'@headlessui/vue':
|
|
||||||
specifier: ^1.7.23
|
|
||||||
version: 1.7.23(vue@3.5.30(typescript@5.8.3))
|
|
||||||
'@heroicons/vue':
|
|
||||||
specifier: ^2.2.0
|
|
||||||
version: 2.2.0(vue@3.5.30(typescript@5.8.3))
|
|
||||||
devDependencies:
|
|
||||||
'@nuxt/eslint':
|
|
||||||
specifier: latest
|
|
||||||
version: 1.15.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(magicast@0.5.1)(typescript@5.8.3)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))
|
|
||||||
eslint:
|
|
||||||
specifier: ^9.17.0
|
|
||||||
version: 9.31.0(jiti@2.6.1)
|
|
||||||
nuxt:
|
|
||||||
specifier: ^3.14.1592
|
|
||||||
version: 3.20.1(@electric-sql/pglite@0.3.15)(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.16.5)(@vue/compiler-sfc@3.5.30)(db0@0.3.4(@electric-sql/pglite@0.3.15)(mysql2@3.15.3))(eslint@9.31.0(jiti@2.6.1))(ioredis@5.8.2)(lightningcss@1.30.1)(magicast@0.5.1)(ms@2.1.3)(mysql2@3.15.3)(optionator@0.9.4)(rollup@4.53.3)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))(vue-tsc@3.0.4(typescript@5.8.3))(yaml@2.8.2)
|
|
||||||
typescript:
|
|
||||||
specifier: ^5.7.2
|
|
||||||
version: 5.8.3
|
|
||||||
vue:
|
|
||||||
specifier: latest
|
|
||||||
version: 3.5.30(typescript@5.8.3)
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@ampproject/remapping@2.3.0':
|
'@ampproject/remapping@2.3.0':
|
||||||
@@ -489,15 +464,9 @@ packages:
|
|||||||
'@clack/core@1.0.0':
|
'@clack/core@1.0.0':
|
||||||
resolution: {integrity: sha512-Orf9Ltr5NeiEuVJS8Rk2XTw3IxNC2Bic3ash7GgYeA8LJ/zmSNpSQ/m5UAhe03lA6KFgklzZ5KTHs4OAMA/SAQ==}
|
resolution: {integrity: sha512-Orf9Ltr5NeiEuVJS8Rk2XTw3IxNC2Bic3ash7GgYeA8LJ/zmSNpSQ/m5UAhe03lA6KFgklzZ5KTHs4OAMA/SAQ==}
|
||||||
|
|
||||||
'@clack/core@1.1.0':
|
|
||||||
resolution: {integrity: sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==}
|
|
||||||
|
|
||||||
'@clack/prompts@1.0.0':
|
'@clack/prompts@1.0.0':
|
||||||
resolution: {integrity: sha512-rWPXg9UaCFqErJVQ+MecOaWsozjaxol4yjnmYcGNipAWzdaWa2x+VJmKfGq7L0APwBohQOYdHC+9RO4qRXej+A==}
|
resolution: {integrity: sha512-rWPXg9UaCFqErJVQ+MecOaWsozjaxol4yjnmYcGNipAWzdaWa2x+VJmKfGq7L0APwBohQOYdHC+9RO4qRXej+A==}
|
||||||
|
|
||||||
'@clack/prompts@1.1.0':
|
|
||||||
resolution: {integrity: sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==}
|
|
||||||
|
|
||||||
'@cloudflare/kv-asset-handler@0.4.0':
|
'@cloudflare/kv-asset-handler@0.4.0':
|
||||||
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
@@ -881,15 +850,6 @@ packages:
|
|||||||
eslint:
|
eslint:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint/compat@2.0.3':
|
|
||||||
resolution: {integrity: sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==}
|
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^8.40 || 9 || 10
|
|
||||||
peerDependenciesMeta:
|
|
||||||
eslint:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.0':
|
||||||
resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
|
resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -920,10 +880,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==}
|
resolution: {integrity: sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
|
|
||||||
'@eslint/core@1.1.1':
|
|
||||||
resolution: {integrity: sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==}
|
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
||||||
|
|
||||||
'@eslint/eslintrc@3.3.1':
|
'@eslint/eslintrc@3.3.1':
|
||||||
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -936,10 +892,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
|
resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.39.4':
|
|
||||||
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6':
|
'@eslint/object-schema@2.1.6':
|
||||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -1254,11 +1206,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=6.0'
|
vite: '>=6.0'
|
||||||
|
|
||||||
'@nuxt/devtools-kit@3.2.3':
|
|
||||||
resolution: {integrity: sha512-5zj7Xx5CDI6P84kMalXoxGLd470buF6ncsRhiEPq8UlwdpVeR7bwi8QnparZNFBdG79bZ5KUkfi5YDXpLYPoIA==}
|
|
||||||
peerDependencies:
|
|
||||||
vite: '>=6.0'
|
|
||||||
|
|
||||||
'@nuxt/devtools-wizard@3.1.0':
|
'@nuxt/devtools-wizard@3.1.0':
|
||||||
resolution: {integrity: sha512-XYYWnG6SAvALCdXbM+xklqv7sEiVZbKgGparv8jFE5Tt6l8sg80Eb+vM40+Xpdu2KE3VlFKj4F4oFwDXMvAkgA==}
|
resolution: {integrity: sha512-XYYWnG6SAvALCdXbM+xklqv7sEiVZbKgGparv8jFE5Tt6l8sg80Eb+vM40+Xpdu2KE3VlFKj4F4oFwDXMvAkgA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -1282,25 +1229,11 @@ packages:
|
|||||||
eslint-plugin-format:
|
eslint-plugin-format:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@nuxt/eslint-config@1.15.2':
|
|
||||||
resolution: {integrity: sha512-vS6mWB87tYjB8h3TxG/QziaZ6CGJpEOBd7N/j+64/tjNipUJzNgKwDzyGoOifNqyDDnlvgi6T3m9XpeYm4qRaA==}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.0.0 || ^10.0.0
|
|
||||||
eslint-plugin-format: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
eslint-plugin-format:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@nuxt/eslint-plugin@1.14.0':
|
'@nuxt/eslint-plugin@1.14.0':
|
||||||
resolution: {integrity: sha512-NT53GrmGaCQVXzScKSPe8scflxOZeFLONmmwHYh8sUKlnNZyFoxsmnN/AiZcDKDZ+OUjWhBrirDgDIXTTdM6xg==}
|
resolution: {integrity: sha512-NT53GrmGaCQVXzScKSPe8scflxOZeFLONmmwHYh8sUKlnNZyFoxsmnN/AiZcDKDZ+OUjWhBrirDgDIXTTdM6xg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.0.0
|
eslint: ^9.0.0
|
||||||
|
|
||||||
'@nuxt/eslint-plugin@1.15.2':
|
|
||||||
resolution: {integrity: sha512-LZ4gEcPP5GjzAkb6Kk04a4v0vvkTLOpmnEvdDatnkSlxtQLUSwX8v11vcDGXL92ZQ98dFoC1Q1IA6Tz3jdFIig==}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.0.0 || ^10.0.0
|
|
||||||
|
|
||||||
'@nuxt/eslint@1.14.0':
|
'@nuxt/eslint@1.14.0':
|
||||||
resolution: {integrity: sha512-3gSJhCYAR7AV5k2xKJwfjXbr7kvpeaJhGZQ4E45hJQnnUjLIeWPDAqHlKaYKro/pYcXQJ0sIDPJHWJbsF5Ty8g==}
|
resolution: {integrity: sha512-3gSJhCYAR7AV5k2xKJwfjXbr7kvpeaJhGZQ4E45hJQnnUjLIeWPDAqHlKaYKro/pYcXQJ0sIDPJHWJbsF5Ty8g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1313,18 +1246,6 @@ packages:
|
|||||||
vite-plugin-eslint2:
|
vite-plugin-eslint2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@nuxt/eslint@1.15.2':
|
|
||||||
resolution: {integrity: sha512-LwDavQoLl+y0sIDqWEYbOnM6FOmXVIYSEjuvkO1hgAqhb0CvG3hgTnfE1qkf1jOAZp3CZGP+6rxRAJ0dxhueIQ==}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.0.0 || ^10.0.0
|
|
||||||
eslint-webpack-plugin: ^4.1.0
|
|
||||||
vite-plugin-eslint2: ^5.0.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
eslint-webpack-plugin:
|
|
||||||
optional: true
|
|
||||||
vite-plugin-eslint2:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@nuxt/fonts@0.11.4':
|
'@nuxt/fonts@0.11.4':
|
||||||
resolution: {integrity: sha512-GbLavsC+9FejVwY+KU4/wonJsKhcwOZx/eo4EuV57C4osnF/AtEmev8xqI0DNlebMEhEGZbu1MGwDDDYbeR7Bw==}
|
resolution: {integrity: sha512-GbLavsC+9FejVwY+KU4/wonJsKhcwOZx/eo4EuV57C4osnF/AtEmev8xqI0DNlebMEhEGZbu1MGwDDDYbeR7Bw==}
|
||||||
|
|
||||||
@@ -1757,9 +1678,6 @@ packages:
|
|||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@package-json/types@0.0.12':
|
|
||||||
resolution: {integrity: sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==}
|
|
||||||
|
|
||||||
'@parcel/watcher-android-arm64@2.5.1':
|
'@parcel/watcher-android-arm64@2.5.1':
|
||||||
resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
|
resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
|
||||||
engines: {node: '>= 10.0.0'}
|
engines: {node: '>= 10.0.0'}
|
||||||
@@ -2218,12 +2136,6 @@ packages:
|
|||||||
'@standard-schema/spec@1.1.0':
|
'@standard-schema/spec@1.1.0':
|
||||||
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@5.10.0':
|
|
||||||
resolution: {integrity: sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.0.0 || ^10.0.0
|
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@5.7.1':
|
'@stylistic/eslint-plugin@5.7.1':
|
||||||
resolution: {integrity: sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==}
|
resolution: {integrity: sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -2409,14 +2321,6 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.57.0':
|
|
||||||
resolution: {integrity: sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
'@typescript-eslint/parser': ^8.57.0
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.54.0':
|
'@typescript-eslint/parser@8.54.0':
|
||||||
resolution: {integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==}
|
resolution: {integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -2424,45 +2328,22 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.57.0':
|
|
||||||
resolution: {integrity: sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.54.0':
|
'@typescript-eslint/project-service@8.54.0':
|
||||||
resolution: {integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==}
|
resolution: {integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.57.0':
|
|
||||||
resolution: {integrity: sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.54.0':
|
'@typescript-eslint/scope-manager@8.54.0':
|
||||||
resolution: {integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==}
|
resolution: {integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.57.0':
|
|
||||||
resolution: {integrity: sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.54.0':
|
'@typescript-eslint/tsconfig-utils@8.54.0':
|
||||||
resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==}
|
resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.57.0':
|
|
||||||
resolution: {integrity: sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.54.0':
|
'@typescript-eslint/type-utils@8.54.0':
|
||||||
resolution: {integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==}
|
resolution: {integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -2470,13 +2351,6 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.57.0':
|
|
||||||
resolution: {integrity: sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/types@8.54.0':
|
'@typescript-eslint/types@8.54.0':
|
||||||
resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==}
|
resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -2491,12 +2365,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.57.0':
|
|
||||||
resolution: {integrity: sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.54.0':
|
'@typescript-eslint/utils@8.54.0':
|
||||||
resolution: {integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==}
|
resolution: {integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -2504,21 +2372,10 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.57.0':
|
|
||||||
resolution: {integrity: sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.54.0':
|
'@typescript-eslint/visitor-keys@8.54.0':
|
||||||
resolution: {integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==}
|
resolution: {integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.57.0':
|
|
||||||
resolution: {integrity: sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
'@typescript/vfs@1.6.2':
|
'@typescript/vfs@1.6.2':
|
||||||
resolution: {integrity: sha512-hoBwJwcbKHmvd2QVebiytN1aELvpk9B74B4L1mFm/XT1Q/VOYAWl2vQ9AWRFtQq8zmz6enTpfTV8WRc4ATjW/g==}
|
resolution: {integrity: sha512-hoBwJwcbKHmvd2QVebiytN1aELvpk9B74B4L1mFm/XT1Q/VOYAWl2vQ9AWRFtQq8zmz6enTpfTV8WRc4ATjW/g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -2983,10 +2840,6 @@ packages:
|
|||||||
balanced-match@1.0.2:
|
balanced-match@1.0.2:
|
||||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||||
|
|
||||||
balanced-match@4.0.4:
|
|
||||||
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
||||||
engines: {node: 18 || 20 || >=22}
|
|
||||||
|
|
||||||
bare-events@2.6.0:
|
bare-events@2.6.0:
|
||||||
resolution: {integrity: sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==}
|
resolution: {integrity: sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==}
|
||||||
|
|
||||||
@@ -3060,10 +2913,6 @@ packages:
|
|||||||
brace-expansion@2.0.2:
|
brace-expansion@2.0.2:
|
||||||
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
||||||
|
|
||||||
brace-expansion@5.0.4:
|
|
||||||
resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==}
|
|
||||||
engines: {node: 18 || 20 || >=22}
|
|
||||||
|
|
||||||
braces@3.0.3:
|
braces@3.0.3:
|
||||||
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -3671,11 +3520,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.5.0
|
eslint: ^9.5.0
|
||||||
|
|
||||||
eslint-config-flat-gitignore@2.2.1:
|
|
||||||
resolution: {integrity: sha512-wA5EqN0era7/7Gt5Botlsfin/UNY0etJSEeBgbUlFLFrBi47rAN//+39fI7fpYcl8RENutlFtvp/zRa/M/pZNg==}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.5.0 || ^10.0.0
|
|
||||||
|
|
||||||
eslint-config-prettier@10.1.8:
|
eslint-config-prettier@10.1.8:
|
||||||
resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
|
resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -3705,12 +3549,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=9.0.0'
|
eslint: '>=9.0.0'
|
||||||
|
|
||||||
eslint-plugin-import-lite@0.5.2:
|
|
||||||
resolution: {integrity: sha512-XvfdWOC5dSLEI9krIPRlNmKSI2ViIE9pVylzfV9fCq0ZpDaNeUk6o0wZv0OzN83QdadgXp1NsY0qjLINxwYCsw==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: '>=9.0.0'
|
|
||||||
|
|
||||||
eslint-plugin-import-x@4.16.1:
|
eslint-plugin-import-x@4.16.1:
|
||||||
resolution: {integrity: sha512-vPZZsiOKaBAIATpFE2uMI4w5IRwdv/FpQ+qZZMR4E+PeOcM4OeoEbqxRMnywdxP19TyB/3h6QBB0EWon7letSQ==}
|
resolution: {integrity: sha512-vPZZsiOKaBAIATpFE2uMI4w5IRwdv/FpQ+qZZMR4E+PeOcM4OeoEbqxRMnywdxP19TyB/3h6QBB0EWon7letSQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -3724,55 +3562,24 @@ packages:
|
|||||||
eslint-import-resolver-node:
|
eslint-import-resolver-node:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
eslint-plugin-import-x@4.16.2:
|
|
||||||
resolution: {integrity: sha512-rM9K8UBHcWKpzQzStn1YRN2T5NvdeIfSVoKu/lKF41znQXHAUcBbYXe5wd6GNjZjTrP7viQ49n1D83x/2gYgIw==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
'@typescript-eslint/utils': ^8.56.0
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
eslint-import-resolver-node: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@typescript-eslint/utils':
|
|
||||||
optional: true
|
|
||||||
eslint-import-resolver-node:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
eslint-plugin-jsdoc@62.5.4:
|
eslint-plugin-jsdoc@62.5.4:
|
||||||
resolution: {integrity: sha512-U+Q5ppErmC17VFQl542eBIaXcuq975BzoIHBXyx7UQx/i4gyHXxPiBkonkuxWyFA98hGLALLUuD+NJcXqSGKxg==}
|
resolution: {integrity: sha512-U+Q5ppErmC17VFQl542eBIaXcuq975BzoIHBXyx7UQx/i4gyHXxPiBkonkuxWyFA98hGLALLUuD+NJcXqSGKxg==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
|
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
|
||||||
|
|
||||||
eslint-plugin-jsdoc@62.7.1:
|
|
||||||
resolution: {integrity: sha512-4Zvx99Q7d1uggYBUX/AIjvoyqXhluGbbKrRmG8SQTLprPFg6fa293tVJH1o1GQwNe3lUydd8ZHzn37OaSncgSQ==}
|
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
|
|
||||||
|
|
||||||
eslint-plugin-regexp@3.0.0:
|
eslint-plugin-regexp@3.0.0:
|
||||||
resolution: {integrity: sha512-iW7hgAV8NOG6E2dz+VeKpq67YLQ9jaajOKYpoOSic2/q8y9BMdXBKkSR9gcMtbqEhNQzdW41E3wWzvhp8ExYwQ==}
|
resolution: {integrity: sha512-iW7hgAV8NOG6E2dz+VeKpq67YLQ9jaajOKYpoOSic2/q8y9BMdXBKkSR9gcMtbqEhNQzdW41E3wWzvhp8ExYwQ==}
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=9.38.0'
|
eslint: '>=9.38.0'
|
||||||
|
|
||||||
eslint-plugin-regexp@3.1.0:
|
|
||||||
resolution: {integrity: sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==}
|
|
||||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: '>=9.38.0'
|
|
||||||
|
|
||||||
eslint-plugin-unicorn@62.0.0:
|
eslint-plugin-unicorn@62.0.0:
|
||||||
resolution: {integrity: sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==}
|
resolution: {integrity: sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==}
|
||||||
engines: {node: ^20.10.0 || >=21.0.0}
|
engines: {node: ^20.10.0 || >=21.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=9.38.0'
|
eslint: '>=9.38.0'
|
||||||
|
|
||||||
eslint-plugin-unicorn@63.0.0:
|
|
||||||
resolution: {integrity: sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==}
|
|
||||||
engines: {node: ^20.10.0 || >=21.0.0}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: '>=9.38.0'
|
|
||||||
|
|
||||||
eslint-plugin-vue@10.7.0:
|
eslint-plugin-vue@10.7.0:
|
||||||
resolution: {integrity: sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==}
|
resolution: {integrity: sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -3787,20 +3594,6 @@ packages:
|
|||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
eslint-plugin-vue@10.8.0:
|
|
||||||
resolution: {integrity: sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
peerDependencies:
|
|
||||||
'@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
|
|
||||||
'@typescript-eslint/parser': ^7.0.0 || ^8.0.0
|
|
||||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
||||||
vue-eslint-parser: ^10.0.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@stylistic/eslint-plugin':
|
|
||||||
optional: true
|
|
||||||
'@typescript-eslint/parser':
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
eslint-processor-vue-blocks@2.0.0:
|
eslint-processor-vue-blocks@2.0.0:
|
||||||
resolution: {integrity: sha512-u4W0CJwGoWY3bjXAuFpc/b6eK3NQEI8MoeW7ritKj3G3z/WtHrKjkqf+wk8mPEy5rlMGS+k6AZYOw2XBoN/02Q==}
|
resolution: {integrity: sha512-u4W0CJwGoWY3bjXAuFpc/b6eK3NQEI8MoeW7ritKj3G3z/WtHrKjkqf+wk8mPEy5rlMGS+k6AZYOw2XBoN/02Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -3820,11 +3613,6 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.0.0
|
eslint: ^9.0.0
|
||||||
|
|
||||||
eslint-typegen@2.3.1:
|
|
||||||
resolution: {integrity: sha512-zVdh8rThBvv2o5T/K524Fr5iy1Jo0q09rHL7y7FbOhgMB177T2gw+shxfC4ChCEqdq6/y6LJA4j8Fbr/Xls9aw==}
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^9.0.0 || ^10.0.0
|
|
||||||
|
|
||||||
eslint-visitor-keys@3.4.3:
|
eslint-visitor-keys@3.4.3:
|
||||||
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
@@ -4123,10 +3911,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==}
|
resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
globals@17.4.0:
|
|
||||||
resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==}
|
|
||||||
engines: {node: '>=18'}
|
|
||||||
|
|
||||||
globby@15.0.0:
|
globby@15.0.0:
|
||||||
resolution: {integrity: sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==}
|
resolution: {integrity: sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==}
|
||||||
engines: {node: '>=20'}
|
engines: {node: '>=20'}
|
||||||
@@ -4822,10 +4606,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
|
resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
|
||||||
engines: {node: 20 || >=22}
|
engines: {node: 20 || >=22}
|
||||||
|
|
||||||
minimatch@10.2.4:
|
|
||||||
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
|
|
||||||
engines: {node: 18 || 20 || >=22}
|
|
||||||
|
|
||||||
minimatch@3.1.2:
|
minimatch@3.1.2:
|
||||||
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
||||||
|
|
||||||
@@ -6995,21 +6775,12 @@ snapshots:
|
|||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
sisteransi: 1.0.5
|
sisteransi: 1.0.5
|
||||||
|
|
||||||
'@clack/core@1.1.0':
|
|
||||||
dependencies:
|
|
||||||
sisteransi: 1.0.5
|
|
||||||
|
|
||||||
'@clack/prompts@1.0.0':
|
'@clack/prompts@1.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@clack/core': 1.0.0
|
'@clack/core': 1.0.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
sisteransi: 1.0.5
|
sisteransi: 1.0.5
|
||||||
|
|
||||||
'@clack/prompts@1.1.0':
|
|
||||||
dependencies:
|
|
||||||
'@clack/core': 1.1.0
|
|
||||||
sisteransi: 1.0.5
|
|
||||||
|
|
||||||
'@cloudflare/kv-asset-handler@0.4.0':
|
'@cloudflare/kv-asset-handler@0.4.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
mime: 3.0.0
|
mime: 3.0.0
|
||||||
@@ -7242,12 +7013,6 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
eslint: 9.31.0(jiti@2.6.1)
|
||||||
|
|
||||||
'@eslint/compat@2.0.3(eslint@9.31.0(jiti@2.6.1))':
|
|
||||||
dependencies:
|
|
||||||
'@eslint/core': 1.1.1
|
|
||||||
optionalDependencies:
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.6
|
'@eslint/object-schema': 2.1.6
|
||||||
@@ -7289,10 +7054,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
'@eslint/core@1.1.1':
|
|
||||||
dependencies:
|
|
||||||
'@types/json-schema': 7.0.15
|
|
||||||
|
|
||||||
'@eslint/eslintrc@3.3.1':
|
'@eslint/eslintrc@3.3.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
@@ -7311,8 +7072,6 @@ snapshots:
|
|||||||
|
|
||||||
'@eslint/js@9.39.2': {}
|
'@eslint/js@9.39.2': {}
|
||||||
|
|
||||||
'@eslint/js@9.39.4': {}
|
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6': {}
|
'@eslint/object-schema@2.1.6': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.3.4':
|
'@eslint/plugin-kit@0.3.4':
|
||||||
@@ -7698,14 +7457,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
|
|
||||||
'@nuxt/devtools-kit@3.2.3(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
|
||||||
dependencies:
|
|
||||||
'@nuxt/kit': 4.3.1(magicast@0.5.1)
|
|
||||||
execa: 8.0.1
|
|
||||||
vite: 7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- magicast
|
|
||||||
|
|
||||||
'@nuxt/devtools-wizard@3.1.0':
|
'@nuxt/devtools-wizard@3.1.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
@@ -7789,37 +7540,6 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@nuxt/eslint-config@1.15.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@antfu/install-pkg': 1.1.0
|
|
||||||
'@clack/prompts': 1.1.0
|
|
||||||
'@eslint/js': 9.39.4
|
|
||||||
'@nuxt/eslint-plugin': 1.15.2(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@stylistic/eslint-plugin': 5.10.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@typescript-eslint/eslint-plugin': 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/parser': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
eslint-config-flat-gitignore: 2.2.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-flat-config-utils: 3.0.1
|
|
||||||
eslint-merge-processors: 2.0.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-import-lite: 0.5.2(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-jsdoc: 62.7.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-regexp: 3.1.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-unicorn: 63.0.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint-plugin-vue: 10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@9.31.0(jiti@2.6.1)))(@typescript-eslint/parser@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@9.31.0(jiti@2.6.1)))
|
|
||||||
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
globals: 17.4.0
|
|
||||||
local-pkg: 1.1.2
|
|
||||||
pathe: 2.0.3
|
|
||||||
vue-eslint-parser: 10.4.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@typescript-eslint/utils'
|
|
||||||
- '@vue/compiler-sfc'
|
|
||||||
- eslint-import-resolver-node
|
|
||||||
- supports-color
|
|
||||||
- typescript
|
|
||||||
|
|
||||||
'@nuxt/eslint-plugin@1.14.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
'@nuxt/eslint-plugin@1.14.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.54.0
|
'@typescript-eslint/types': 8.54.0
|
||||||
@@ -7829,15 +7549,6 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@nuxt/eslint-plugin@1.15.2(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/utils': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
- typescript
|
|
||||||
|
|
||||||
'@nuxt/eslint@1.14.0(@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(magicast@0.5.1)(typescript@5.8.3)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
'@nuxt/eslint@1.14.0(@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(magicast@0.5.1)(typescript@5.8.3)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/config-inspector': 1.4.2(eslint@9.31.0(jiti@2.6.1))
|
'@eslint/config-inspector': 1.4.2(eslint@9.31.0(jiti@2.6.1))
|
||||||
@@ -7866,34 +7577,6 @@ snapshots:
|
|||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
- vite
|
- vite
|
||||||
|
|
||||||
'@nuxt/eslint@1.15.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(magicast@0.5.1)(typescript@5.8.3)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
|
||||||
dependencies:
|
|
||||||
'@eslint/config-inspector': 1.4.2(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@nuxt/devtools-kit': 3.2.3(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))
|
|
||||||
'@nuxt/eslint-config': 1.15.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@nuxt/eslint-plugin': 1.15.2(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@nuxt/kit': 4.3.1(magicast@0.5.1)
|
|
||||||
chokidar: 5.0.0
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
eslint-flat-config-utils: 3.0.1
|
|
||||||
eslint-typegen: 2.3.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
find-up: 8.0.0
|
|
||||||
get-port-please: 3.2.0
|
|
||||||
mlly: 1.8.0
|
|
||||||
pathe: 2.0.3
|
|
||||||
unimport: 5.6.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@typescript-eslint/utils'
|
|
||||||
- '@vue/compiler-sfc'
|
|
||||||
- bufferutil
|
|
||||||
- eslint-import-resolver-node
|
|
||||||
- eslint-plugin-format
|
|
||||||
- magicast
|
|
||||||
- supports-color
|
|
||||||
- typescript
|
|
||||||
- utf-8-validate
|
|
||||||
- vite
|
|
||||||
|
|
||||||
'@nuxt/fonts@0.11.4(@netlify/blobs@9.1.2)(db0@0.3.4(@electric-sql/pglite@0.3.15)(mysql2@3.15.3))(ioredis@5.8.2)(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
'@nuxt/fonts@0.11.4(@netlify/blobs@9.1.2)(db0@0.3.4(@electric-sql/pglite@0.3.15)(mysql2@3.15.3))(ioredis@5.8.2)(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devtools-kit': 2.6.2(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))
|
'@nuxt/devtools-kit': 2.6.2(magicast@0.5.1)(vite@7.2.2(@types/node@22.16.5)(jiti@2.6.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.2))
|
||||||
@@ -8409,8 +8092,6 @@ snapshots:
|
|||||||
'@oxc-transform/binding-win32-x64-msvc@0.96.0':
|
'@oxc-transform/binding-win32-x64-msvc@0.96.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@package-json/types@0.0.12': {}
|
|
||||||
|
|
||||||
'@parcel/watcher-android-arm64@2.5.1':
|
'@parcel/watcher-android-arm64@2.5.1':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
@@ -8856,16 +8537,6 @@ snapshots:
|
|||||||
|
|
||||||
'@standard-schema/spec@1.1.0': {}
|
'@standard-schema/spec@1.1.0': {}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@5.10.0(eslint@9.31.0(jiti@2.6.1))':
|
|
||||||
dependencies:
|
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
eslint-visitor-keys: 4.2.1
|
|
||||||
espree: 10.4.0
|
|
||||||
estraverse: 5.3.0
|
|
||||||
picomatch: 4.0.3
|
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@5.7.1(eslint@9.31.0(jiti@2.6.1))':
|
'@stylistic/eslint-plugin@5.7.1(eslint@9.31.0(jiti@2.6.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
@@ -9038,22 +8709,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@eslint-community/regexpp': 4.12.2
|
|
||||||
'@typescript-eslint/parser': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/scope-manager': 8.57.0
|
|
||||||
'@typescript-eslint/type-utils': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/utils': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/visitor-keys': 8.57.0
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
ignore: 7.0.5
|
|
||||||
natural-compare: 1.4.0
|
|
||||||
ts-api-utils: 2.4.0(typescript@5.8.3)
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
'@typescript-eslint/parser@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.54.0
|
'@typescript-eslint/scope-manager': 8.54.0
|
||||||
@@ -9066,18 +8721,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/scope-manager': 8.57.0
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/visitor-keys': 8.57.0
|
|
||||||
debug: 4.4.3
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.54.0(typescript@5.8.3)':
|
'@typescript-eslint/project-service@8.54.0(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.8.3)
|
'@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.8.3)
|
||||||
@@ -9087,33 +8730,15 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.57.0(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
debug: 4.4.3
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.54.0':
|
'@typescript-eslint/scope-manager@8.54.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.54.0
|
'@typescript-eslint/types': 8.54.0
|
||||||
'@typescript-eslint/visitor-keys': 8.54.0
|
'@typescript-eslint/visitor-keys': 8.54.0
|
||||||
|
|
||||||
'@typescript-eslint/scope-manager@8.57.0':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/visitor-keys': 8.57.0
|
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.8.3)':
|
'@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.8.3
|
typescript: 5.8.3
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.57.0(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
typescript: 5.8.3
|
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
'@typescript-eslint/type-utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.54.0
|
'@typescript-eslint/types': 8.54.0
|
||||||
@@ -9126,18 +8751,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/utils': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
debug: 4.4.3
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
ts-api-utils: 2.4.0(typescript@5.8.3)
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/types@8.54.0': {}
|
'@typescript-eslint/types@8.54.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/types@8.57.0': {}
|
'@typescript-eslint/types@8.57.0': {}
|
||||||
@@ -9157,21 +8770,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.57.0(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/project-service': 8.57.0(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.8.3)
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/visitor-keys': 8.57.0
|
|
||||||
debug: 4.4.3
|
|
||||||
minimatch: 10.2.4
|
|
||||||
semver: 7.7.4
|
|
||||||
tinyglobby: 0.2.15
|
|
||||||
ts-api-utils: 2.4.0(typescript@5.8.3)
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
'@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
@@ -9183,27 +8781,11 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)':
|
|
||||||
dependencies:
|
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@typescript-eslint/scope-manager': 8.57.0
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.8.3)
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
typescript: 5.8.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.54.0':
|
'@typescript-eslint/visitor-keys@8.54.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.54.0
|
'@typescript-eslint/types': 8.54.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
|
|
||||||
'@typescript-eslint/visitor-keys@8.57.0':
|
|
||||||
dependencies:
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
eslint-visitor-keys: 5.0.1
|
|
||||||
|
|
||||||
'@typescript/vfs@1.6.2(typescript@5.4.5)':
|
'@typescript/vfs@1.6.2(typescript@5.4.5)':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3
|
debug: 4.4.3
|
||||||
@@ -9777,8 +9359,6 @@ snapshots:
|
|||||||
|
|
||||||
balanced-match@1.0.2: {}
|
balanced-match@1.0.2: {}
|
||||||
|
|
||||||
balanced-match@4.0.4: {}
|
|
||||||
|
|
||||||
bare-events@2.6.0:
|
bare-events@2.6.0:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
@@ -9844,10 +9424,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
balanced-match: 1.0.2
|
balanced-match: 1.0.2
|
||||||
|
|
||||||
brace-expansion@5.0.4:
|
|
||||||
dependencies:
|
|
||||||
balanced-match: 4.0.4
|
|
||||||
|
|
||||||
braces@3.0.3:
|
braces@3.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
fill-range: 7.1.1
|
fill-range: 7.1.1
|
||||||
@@ -10495,11 +10071,6 @@ snapshots:
|
|||||||
'@eslint/compat': 1.3.1(eslint@9.31.0(jiti@2.6.1))
|
'@eslint/compat': 1.3.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
eslint: 9.31.0(jiti@2.6.1)
|
||||||
|
|
||||||
eslint-config-flat-gitignore@2.2.1(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
'@eslint/compat': 2.0.3(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
|
|
||||||
eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.6.1)):
|
eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
eslint: 9.31.0(jiti@2.6.1)
|
||||||
@@ -10524,10 +10095,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
eslint: 9.31.0(jiti@2.6.1)
|
||||||
|
|
||||||
eslint-plugin-import-lite@0.5.2(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
|
|
||||||
eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1)):
|
eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.57.0
|
'@typescript-eslint/types': 8.57.0
|
||||||
@@ -10545,24 +10112,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
'@package-json/types': 0.0.12
|
|
||||||
'@typescript-eslint/types': 8.57.0
|
|
||||||
comment-parser: 1.4.5
|
|
||||||
debug: 4.4.3
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
|
||||||
is-glob: 4.0.3
|
|
||||||
minimatch: 10.2.4
|
|
||||||
semver: 7.7.4
|
|
||||||
stable-hash-x: 0.2.0
|
|
||||||
unrs-resolver: 1.11.1
|
|
||||||
optionalDependencies:
|
|
||||||
'@typescript-eslint/utils': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
eslint-plugin-jsdoc@62.5.4(eslint@9.31.0(jiti@2.6.1)):
|
eslint-plugin-jsdoc@62.5.4(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@es-joy/jsdoccomment': 0.84.0
|
'@es-joy/jsdoccomment': 0.84.0
|
||||||
@@ -10583,26 +10132,6 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-jsdoc@62.7.1(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
'@es-joy/jsdoccomment': 0.84.0
|
|
||||||
'@es-joy/resolve.exports': 1.2.0
|
|
||||||
are-docs-informative: 0.0.2
|
|
||||||
comment-parser: 1.4.5
|
|
||||||
debug: 4.4.3
|
|
||||||
escape-string-regexp: 4.0.0
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
espree: 11.2.0
|
|
||||||
esquery: 1.7.0
|
|
||||||
html-entities: 2.6.0
|
|
||||||
object-deep-merge: 2.0.0
|
|
||||||
parse-imports-exports: 0.2.4
|
|
||||||
semver: 7.7.4
|
|
||||||
spdx-expression-parse: 4.0.0
|
|
||||||
to-valid-identifier: 1.0.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
eslint-plugin-regexp@3.0.0(eslint@9.31.0(jiti@2.6.1)):
|
eslint-plugin-regexp@3.0.0(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
@@ -10614,17 +10143,6 @@ snapshots:
|
|||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-regexp@3.1.0(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@eslint-community/regexpp': 4.12.2
|
|
||||||
comment-parser: 1.4.5
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
jsdoc-type-pratt-parser: 7.1.1
|
|
||||||
refa: 0.12.1
|
|
||||||
regexp-ast-analysis: 0.7.1
|
|
||||||
scslre: 0.3.0
|
|
||||||
|
|
||||||
eslint-plugin-unicorn@62.0.0(eslint@9.31.0(jiti@2.6.1)):
|
eslint-plugin-unicorn@62.0.0(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-validator-identifier': 7.28.5
|
'@babel/helper-validator-identifier': 7.28.5
|
||||||
@@ -10647,26 +10165,6 @@ snapshots:
|
|||||||
semver: 7.7.4
|
semver: 7.7.4
|
||||||
strip-indent: 4.1.1
|
strip-indent: 4.1.1
|
||||||
|
|
||||||
eslint-plugin-unicorn@63.0.0(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
'@babel/helper-validator-identifier': 7.28.5
|
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
change-case: 5.4.4
|
|
||||||
ci-info: 4.4.0
|
|
||||||
clean-regexp: 1.0.0
|
|
||||||
core-js-compat: 3.48.0
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
find-up-simple: 1.0.1
|
|
||||||
globals: 16.5.0
|
|
||||||
indent-string: 5.0.0
|
|
||||||
is-builtin-module: 5.0.0
|
|
||||||
jsesc: 3.1.0
|
|
||||||
pluralize: 8.0.0
|
|
||||||
regexp-tree: 0.1.27
|
|
||||||
regjsparser: 0.13.0
|
|
||||||
semver: 7.7.4
|
|
||||||
strip-indent: 4.1.1
|
|
||||||
|
|
||||||
eslint-plugin-vue@10.7.0(@stylistic/eslint-plugin@5.7.1(eslint@9.31.0(jiti@2.6.1)))(@typescript-eslint/parser@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.6.1))):
|
eslint-plugin-vue@10.7.0(@stylistic/eslint-plugin@5.7.1(eslint@9.31.0(jiti@2.6.1)))(@typescript-eslint/parser@8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.31.0(jiti@2.6.1))):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
@@ -10681,20 +10179,6 @@ snapshots:
|
|||||||
'@stylistic/eslint-plugin': 5.7.1(eslint@9.31.0(jiti@2.6.1))
|
'@stylistic/eslint-plugin': 5.7.1(eslint@9.31.0(jiti@2.6.1))
|
||||||
'@typescript-eslint/parser': 8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
'@typescript-eslint/parser': 8.54.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
||||||
|
|
||||||
eslint-plugin-vue@10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@9.31.0(jiti@2.6.1)))(@typescript-eslint/parser@8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.31.0(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@9.31.0(jiti@2.6.1))):
|
|
||||||
dependencies:
|
|
||||||
'@eslint-community/eslint-utils': 4.9.1(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
natural-compare: 1.4.0
|
|
||||||
nth-check: 2.1.1
|
|
||||||
postcss-selector-parser: 7.1.1
|
|
||||||
semver: 7.7.4
|
|
||||||
vue-eslint-parser: 10.4.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
xml-name-validator: 4.0.0
|
|
||||||
optionalDependencies:
|
|
||||||
'@stylistic/eslint-plugin': 5.10.0(eslint@9.31.0(jiti@2.6.1))
|
|
||||||
'@typescript-eslint/parser': 8.57.0(eslint@9.31.0(jiti@2.6.1))(typescript@5.8.3)
|
|
||||||
|
|
||||||
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1)):
|
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.30)(eslint@9.31.0(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.30
|
'@vue/compiler-sfc': 3.5.30
|
||||||
@@ -10718,12 +10202,6 @@ snapshots:
|
|||||||
json-schema-to-typescript-lite: 15.0.0
|
json-schema-to-typescript-lite: 15.0.0
|
||||||
ohash: 2.0.11
|
ohash: 2.0.11
|
||||||
|
|
||||||
eslint-typegen@2.3.1(eslint@9.31.0(jiti@2.6.1)):
|
|
||||||
dependencies:
|
|
||||||
eslint: 9.31.0(jiti@2.6.1)
|
|
||||||
json-schema-to-typescript-lite: 15.0.0
|
|
||||||
ohash: 2.0.11
|
|
||||||
|
|
||||||
eslint-visitor-keys@3.4.3: {}
|
eslint-visitor-keys@3.4.3: {}
|
||||||
|
|
||||||
eslint-visitor-keys@4.2.1: {}
|
eslint-visitor-keys@4.2.1: {}
|
||||||
@@ -11077,8 +10555,6 @@ snapshots:
|
|||||||
|
|
||||||
globals@17.3.0: {}
|
globals@17.3.0: {}
|
||||||
|
|
||||||
globals@17.4.0: {}
|
|
||||||
|
|
||||||
globby@15.0.0:
|
globby@15.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sindresorhus/merge-streams': 4.0.0
|
'@sindresorhus/merge-streams': 4.0.0
|
||||||
@@ -11814,10 +11290,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@isaacs/brace-expansion': 5.0.0
|
'@isaacs/brace-expansion': 5.0.0
|
||||||
|
|
||||||
minimatch@10.2.4:
|
|
||||||
dependencies:
|
|
||||||
brace-expansion: 5.0.4
|
|
||||||
|
|
||||||
minimatch@3.1.2:
|
minimatch@3.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 1.1.12
|
brace-expansion: 1.1.12
|
||||||
|
|||||||
Submodule server/torrential deleted from f469744ebf
Reference in New Issue
Block a user