Template
1
0
mirror of https://github.com/aminya/setup-cpp synced 2024-11-30 21:22:30 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
0ad9460a52 chore(build): update dist 2024-09-28 01:57:11 +00:00
renovate[bot]
eae195f580
fix(deps): update dependencies 2024-09-28 01:55:54 +00:00
13 changed files with 228 additions and 116 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"admina": "^1.0.1",
"ci-info": "^4.0.0",
"escape-path-with-spaces": "^1.0.2",

View File

@ -17,7 +17,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"execa": "7.2.0",
"execa": "9.4.0",
"which": "^4.0.0",
"@types/node": "^22.0.0"
},

View File

@ -17,14 +17,14 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"admina": "^1.0.1",
"ci-info": "^4.0.0",
"path-exists": "^5.0.0",
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "7.2.0",
"execa": "9.4.0",
"escape-string-regexp": "^5.0.0",
"node-downloader-helper": "2.1.9",
"memoizee": "^0.4.17"

View File

@ -18,11 +18,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"ci-log": "workspace:*",
"envosman": "workspace:*",
"which": "4.0.0",
"execa": "7.2.0",
"execa": "9.4.0",
"setup-apt": "workspace:*",
"node-downloader-helper": "2.1.9"
},

View File

@ -45,7 +45,7 @@ importers:
version: 2.2.5
'@liuli-util/vite-plugin-node':
specifier: ^0.9.0
version: 0.9.0(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0))
version: 0.9.0(@types/node@22.7.4)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0))
'@octokit/core':
specifier: ^6.1.2
version: 6.1.2
@ -93,7 +93,7 @@ importers:
version: 0.4.11
'@types/node':
specifier: ^22.5.5
version: 22.5.5
version: 22.7.4
'@types/semver':
specifier: ^7.5.8
version: 7.5.8
@ -159,7 +159,7 @@ importers:
version: 1.5.0
jest:
specifier: ^29.7.0
version: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
version: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
lefthook:
specifier: ^1.7.15
version: 1.7.15
@ -249,7 +249,7 @@ importers:
version: 2.0.12
ts-node:
specifier: ^10.9.2
version: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)
version: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)
ts-readme:
specifier: ^1.1.3
version: 1.1.3(typescript@5.6.2)
@ -270,10 +270,10 @@ importers:
version: 0.0.2
vite:
specifier: ^5.4.6
version: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)
version: 5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)
vite-plugin-babel:
specifier: ^1.2.0
version: 1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0))
version: 1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0))
web-streams-polyfill:
specifier: ^4.0.0
version: 4.0.0
@ -296,8 +296,8 @@ importers:
specifier: ^1.10.1
version: 1.10.1
'@types/node':
specifier: 22.5.5
version: 22.5.5
specifier: 22.7.4
version: 22.7.4
admina:
specifier: ^1.0.1
version: 1.0.1
@ -337,10 +337,10 @@ importers:
dependencies:
'@types/node':
specifier: ^22.0.0
version: 22.5.5
version: 22.7.4
execa:
specifier: 7.2.0
version: 7.2.0
specifier: 9.4.0
version: 9.4.0
which:
specifier: ^4.0.0
version: 4.0.0
@ -352,8 +352,8 @@ importers:
packages/setup-apt:
dependencies:
'@types/node':
specifier: 22.5.5
version: 22.5.5
specifier: 22.7.4
version: 22.7.4
admina:
specifier: ^1.0.1
version: 1.0.1
@ -370,8 +370,8 @@ importers:
specifier: ^5.0.0
version: 5.0.0
execa:
specifier: 7.2.0
version: 7.2.0
specifier: 9.4.0
version: 9.4.0
memoizee:
specifier: ^0.4.17
version: 0.4.17
@ -395,8 +395,8 @@ importers:
packages/setup-brew:
dependencies:
'@types/node':
specifier: 22.5.5
version: 22.5.5
specifier: 22.7.4
version: 22.7.4
ci-log:
specifier: workspace:*
version: link:../ci-log
@ -404,8 +404,8 @@ importers:
specifier: workspace:*
version: link:../envosman
execa:
specifier: 7.2.0
version: 7.2.0
specifier: 9.4.0
version: 9.4.0
node-downloader-helper:
specifier: 2.1.9
version: 2.1.9
@ -1538,6 +1538,9 @@ packages:
'@rushstack/ts-command-line@4.22.8':
resolution: {integrity: sha512-XbFjOoV7qZHJnSuFUHv0pKaFA4ixyCuki+xMjsMfDwfvQjs5MYG0IK5COal3tRnG7KCDe2l/G+9LrzYE/RJhgg==}
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
'@shockpkg/archive-files@https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d':
resolution: {tarball: https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d}
version: 3.2.2
@ -1554,6 +1557,10 @@ packages:
'@sinclair/typebox@0.27.8':
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
'@sindresorhus/merge-streams@4.0.0':
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'}
'@sinonjs/commons@3.0.1':
resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==}
@ -1734,11 +1741,11 @@ packages:
'@types/ms@0.7.34':
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
'@types/node@18.19.50':
resolution: {integrity: sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==}
'@types/node@18.19.54':
resolution: {integrity: sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==}
'@types/node@22.5.5':
resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==}
'@types/node@22.7.4':
resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@ -3030,6 +3037,10 @@ packages:
resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==}
engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
execa@9.4.0:
resolution: {integrity: sha512-yKHlle2YGxZE842MERVIplWwNH5VYmqqcPFgtnlU//K8gxuFFXu0pwd/CrfXTumFpeEiufsP7+opT/bPJa1yVw==}
engines: {node: ^18.19.0 || >=20.5.0}
exit@0.1.2:
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
engines: {node: '>= 0.8.0'}
@ -3079,6 +3090,10 @@ packages:
resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
engines: {node: '>=8'}
figures@6.1.0:
resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
engines: {node: '>=18'}
file-entry-cache@6.0.1:
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
engines: {node: ^10.12.0 || >=12.0.0}
@ -3185,6 +3200,10 @@ packages:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
get-stream@9.0.1:
resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
engines: {node: '>=18'}
get-symbol-description@1.0.2:
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
engines: {node: '>= 0.4'}
@ -3344,6 +3363,10 @@ packages:
resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
engines: {node: '>=14.18.0'}
human-signals@8.0.0:
resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==}
engines: {node: '>=18.18.0'}
iconv-lite@0.4.24:
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
engines: {node: '>=0.10.0'}
@ -3547,6 +3570,10 @@ packages:
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
is-stream@4.0.1:
resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
engines: {node: '>=18'}
is-string@1.0.7:
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
engines: {node: '>= 0.4'}
@ -3559,6 +3586,10 @@ packages:
resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
engines: {node: '>= 0.4'}
is-unicode-supported@2.1.0:
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
engines: {node: '>=18'}
is-url-online@1.5.0:
resolution: {integrity: sha512-uN7eZhWzxuiJs0OeMIzzMcU5OqUrS0OBoLrorPi3gExjsIO1zkaT5kXfsSbai7FmPzLNg2j8NdbJqgr5l8S2xw==}
@ -4303,6 +4334,10 @@ packages:
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
npm-run-path@6.0.0:
resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
engines: {node: '>=18'}
numerous@1.0.3:
resolution: {integrity: sha512-jN2WTpfdMmR1d5ClpYguln+XAvgW7B0te6wlsyaZhyev7E2CyOmvXq5LTIV/p9mt9WrPW9Xw1g5+28iZh8BhFQ==}
@ -4409,6 +4444,10 @@ packages:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
parse-ms@4.0.0:
resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
engines: {node: '>=18'}
path-browserify@1.0.1:
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
@ -4525,6 +4564,10 @@ packages:
resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
pretty-ms@9.1.0:
resolution: {integrity: sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==}
engines: {node: '>=18'}
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
@ -4800,6 +4843,10 @@ packages:
signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
signal-exit@4.1.0:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
simple-update-notifier@2.0.0:
resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==}
engines: {node: '>=10'}
@ -4937,6 +4984,10 @@ packages:
resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
engines: {node: '>=12'}
strip-final-newline@4.0.0:
resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==}
engines: {node: '>=18'}
strip-json-comments@1.0.4:
resolution: {integrity: sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==}
engines: {node: '>=0.8.0'}
@ -5232,6 +5283,10 @@ packages:
resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==}
engines: {node: '>=14.0'}
unicorn-magic@0.3.0:
resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
engines: {node: '>=18'}
unique-string@2.0.0:
resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
engines: {node: '>=8'}
@ -5487,6 +5542,10 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
yoctocolors@2.1.1:
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'}
z-schema@5.0.5:
resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==}
engines: {node: '>=8.0.0'}
@ -6263,27 +6322,27 @@ snapshots:
'@jest/console@29.7.0':
dependencies:
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
jest-message-util: 29.7.0
jest-util: 29.7.0
slash: 3.0.0
'@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))':
'@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.9.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@ -6312,7 +6371,7 @@ snapshots:
dependencies:
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
jest-mock: 29.7.0
'@jest/expect-utils@29.7.0':
@ -6330,7 +6389,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@sinonjs/fake-timers': 10.3.0
'@types/node': 22.5.5
'@types/node': 22.7.4
jest-message-util: 29.7.0
jest-mock: 29.7.0
jest-util: 29.7.0
@ -6352,7 +6411,7 @@ snapshots:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.25
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
collect-v8-coverage: 1.0.2
exit: 0.1.2
@ -6422,7 +6481,7 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
'@types/node': 22.5.5
'@types/node': 22.7.4
'@types/yargs': 17.0.33
chalk: 4.1.2
@ -6453,45 +6512,45 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.0
'@liuli-util/vite-plugin-node@0.9.0(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0))':
'@liuli-util/vite-plugin-node@0.9.0(@types/node@22.7.4)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0))':
dependencies:
'@microsoft/api-extractor': 7.47.9(@types/node@22.5.5)
'@microsoft/api-extractor': 7.47.9(@types/node@22.7.4)
magic-string: 0.30.11
pathe: 1.1.2
rollup-plugin-node-externals: 7.1.3(rollup@4.22.2)
vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)
vite-plugin-dts: 3.9.1(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0))
vite: 5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)
vite-plugin-dts: 3.9.1(@types/node@22.7.4)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0))
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
- typescript
'@microsoft/api-extractor-model@7.28.13(@types/node@22.5.5)':
'@microsoft/api-extractor-model@7.28.13(@types/node@22.7.4)':
dependencies:
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
'@rushstack/node-core-library': 4.0.2(@types/node@22.5.5)
'@rushstack/node-core-library': 4.0.2(@types/node@22.7.4)
transitivePeerDependencies:
- '@types/node'
'@microsoft/api-extractor-model@7.29.8(@types/node@22.5.5)':
'@microsoft/api-extractor-model@7.29.8(@types/node@22.7.4)':
dependencies:
'@microsoft/tsdoc': 0.15.0
'@microsoft/tsdoc-config': 0.17.0
'@rushstack/node-core-library': 5.9.0(@types/node@22.5.5)
'@rushstack/node-core-library': 5.9.0(@types/node@22.7.4)
transitivePeerDependencies:
- '@types/node'
'@microsoft/api-extractor@7.43.0(@types/node@22.5.5)':
'@microsoft/api-extractor@7.43.0(@types/node@22.7.4)':
dependencies:
'@microsoft/api-extractor-model': 7.28.13(@types/node@22.5.5)
'@microsoft/api-extractor-model': 7.28.13(@types/node@22.7.4)
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
'@rushstack/node-core-library': 4.0.2(@types/node@22.5.5)
'@rushstack/node-core-library': 4.0.2(@types/node@22.7.4)
'@rushstack/rig-package': 0.5.2
'@rushstack/terminal': 0.10.0(@types/node@22.5.5)
'@rushstack/ts-command-line': 4.19.1(@types/node@22.5.5)
'@rushstack/terminal': 0.10.0(@types/node@22.7.4)
'@rushstack/ts-command-line': 4.19.1(@types/node@22.7.4)
lodash: 4.17.21
minimatch: 3.0.8
resolve: 1.22.8
@ -6501,15 +6560,15 @@ snapshots:
transitivePeerDependencies:
- '@types/node'
'@microsoft/api-extractor@7.47.9(@types/node@22.5.5)':
'@microsoft/api-extractor@7.47.9(@types/node@22.7.4)':
dependencies:
'@microsoft/api-extractor-model': 7.29.8(@types/node@22.5.5)
'@microsoft/api-extractor-model': 7.29.8(@types/node@22.7.4)
'@microsoft/tsdoc': 0.15.0
'@microsoft/tsdoc-config': 0.17.0
'@rushstack/node-core-library': 5.9.0(@types/node@22.5.5)
'@rushstack/node-core-library': 5.9.0(@types/node@22.7.4)
'@rushstack/rig-package': 0.5.3
'@rushstack/terminal': 0.14.2(@types/node@22.5.5)
'@rushstack/ts-command-line': 4.22.8(@types/node@22.5.5)
'@rushstack/terminal': 0.14.2(@types/node@22.7.4)
'@rushstack/ts-command-line': 4.22.8(@types/node@22.7.4)
lodash: 4.17.21
minimatch: 3.0.8
resolve: 1.22.8
@ -6674,7 +6733,7 @@ snapshots:
'@rtsao/scc@1.1.0': {}
'@rushstack/node-core-library@4.0.2(@types/node@22.5.5)':
'@rushstack/node-core-library@4.0.2(@types/node@22.7.4)':
dependencies:
fs-extra: 7.0.1
import-lazy: 4.0.0
@ -6683,9 +6742,9 @@ snapshots:
semver: 7.5.4
z-schema: 5.0.5
optionalDependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@rushstack/node-core-library@5.9.0(@types/node@22.5.5)':
'@rushstack/node-core-library@5.9.0(@types/node@22.7.4)':
dependencies:
ajv: 8.13.0
ajv-draft-04: 1.0.0(ajv@8.13.0)
@ -6696,7 +6755,7 @@ snapshots:
resolve: 1.22.8
semver: 7.5.4
optionalDependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@rushstack/rig-package@0.5.2':
dependencies:
@ -6708,38 +6767,40 @@ snapshots:
resolve: 1.22.8
strip-json-comments: 3.1.1
'@rushstack/terminal@0.10.0(@types/node@22.5.5)':
'@rushstack/terminal@0.10.0(@types/node@22.7.4)':
dependencies:
'@rushstack/node-core-library': 4.0.2(@types/node@22.5.5)
'@rushstack/node-core-library': 4.0.2(@types/node@22.7.4)
supports-color: 8.1.1
optionalDependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@rushstack/terminal@0.14.2(@types/node@22.5.5)':
'@rushstack/terminal@0.14.2(@types/node@22.7.4)':
dependencies:
'@rushstack/node-core-library': 5.9.0(@types/node@22.5.5)
'@rushstack/node-core-library': 5.9.0(@types/node@22.7.4)
supports-color: 8.1.1
optionalDependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@rushstack/ts-command-line@4.19.1(@types/node@22.5.5)':
'@rushstack/ts-command-line@4.19.1(@types/node@22.7.4)':
dependencies:
'@rushstack/terminal': 0.10.0(@types/node@22.5.5)
'@rushstack/terminal': 0.10.0(@types/node@22.7.4)
'@types/argparse': 1.0.38
argparse: 1.0.10
string-argv: 0.3.2
transitivePeerDependencies:
- '@types/node'
'@rushstack/ts-command-line@4.22.8(@types/node@22.5.5)':
'@rushstack/ts-command-line@4.22.8(@types/node@22.7.4)':
dependencies:
'@rushstack/terminal': 0.14.2(@types/node@22.5.5)
'@rushstack/terminal': 0.14.2(@types/node@22.7.4)
'@types/argparse': 1.0.38
argparse: 1.0.10
string-argv: 0.3.2
transitivePeerDependencies:
- '@types/node'
'@sec-ant/readable-stream@0.4.1': {}
'@shockpkg/archive-files@https://codeload.github.com/aminya/archive-files/tar.gz/54ec59fad46aca736ac6feb6c7bb526528141b9d':
dependencies:
'@shockpkg/hdi-mac': 3.1.4
@ -6757,6 +6818,8 @@ snapshots:
'@sinclair/typebox@0.27.8': {}
'@sindresorhus/merge-streams@4.0.0': {}
'@sinonjs/commons@3.0.1':
dependencies:
type-detect: 4.0.8
@ -6867,7 +6930,7 @@ snapshots:
'@types/cross-spawn@6.0.6':
dependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@types/debug@4.1.12':
dependencies:
@ -6887,15 +6950,15 @@ snapshots:
'@types/glob@7.2.0':
dependencies:
'@types/minimatch': 5.1.2
'@types/node': 22.5.5
'@types/node': 22.7.4
'@types/graceful-fs@4.1.9':
dependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@types/iarna__toml@2.0.5':
dependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
'@types/istanbul-lib-coverage@2.0.6': {}
@ -6926,12 +6989,12 @@ snapshots:
'@types/ms@0.7.34': {}
'@types/node@18.19.50':
'@types/node@18.19.54':
dependencies:
undici-types: 5.26.5
optional: true
'@types/node@22.5.5':
'@types/node@22.7.4':
dependencies:
undici-types: 6.19.8
@ -7782,13 +7845,13 @@ snapshots:
crc-32: 1.2.2
readable-stream: 3.6.2
create-jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)):
create-jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@ -8724,6 +8787,21 @@ snapshots:
signal-exit: 3.0.7
strip-final-newline: 3.0.0
execa@9.4.0:
dependencies:
'@sindresorhus/merge-streams': 4.0.0
cross-spawn: 7.0.3
figures: 6.1.0
get-stream: 9.0.1
human-signals: 8.0.0
is-plain-obj: 4.1.0
is-stream: 4.0.1
npm-run-path: 6.0.0
pretty-ms: 9.1.0
signal-exit: 4.1.0
strip-final-newline: 4.0.0
yoctocolors: 2.1.1
exit@0.1.2: {}
expect@29.7.0:
@ -8780,6 +8858,10 @@ snapshots:
dependencies:
escape-string-regexp: 1.0.5
figures@6.1.0:
dependencies:
is-unicode-supported: 2.1.0
file-entry-cache@6.0.1:
dependencies:
flat-cache: 3.2.0
@ -8885,6 +8967,11 @@ snapshots:
get-stream@6.0.1: {}
get-stream@9.0.1:
dependencies:
'@sec-ant/readable-stream': 0.4.1
is-stream: 4.0.1
get-symbol-description@1.0.2:
dependencies:
call-bind: 1.0.7
@ -9060,6 +9147,8 @@ snapshots:
human-signals@4.3.1: {}
human-signals@8.0.0: {}
iconv-lite@0.4.24:
dependencies:
safer-buffer: 2.1.2
@ -9240,6 +9329,8 @@ snapshots:
is-stream@3.0.0: {}
is-stream@4.0.1: {}
is-string@1.0.7:
dependencies:
has-tostringtag: 1.0.2
@ -9252,6 +9343,8 @@ snapshots:
dependencies:
which-typed-array: 1.1.15
is-unicode-supported@2.1.0: {}
is-url-online@1.5.0: {}
is-valid-path@0.1.1:
@ -9370,7 +9463,7 @@ snapshots:
'@jest/expect': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
co: 4.6.0
dedent: 1.5.3
@ -9390,16 +9483,16 @@ snapshots:
- babel-plugin-macros
- supports-color
jest-cli@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)):
jest-cli@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)):
dependencies:
'@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
'@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
create-jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
create-jest: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
exit: 0.1.2
import-local: 3.2.0
jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
jest-config: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@ -9409,7 +9502,7 @@ snapshots:
- supports-color
- ts-node
jest-config@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)):
jest-config@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)):
dependencies:
'@babel/core': 7.25.2
'@jest/test-sequencer': 29.7.0
@ -9434,8 +9527,8 @@ snapshots:
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
'@types/node': 22.5.5
ts-node: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)
'@types/node': 22.7.4
ts-node: 10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@ -9464,7 +9557,7 @@ snapshots:
'@jest/environment': 29.7.0
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
jest-mock: 29.7.0
jest-util: 29.7.0
@ -9474,7 +9567,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@types/graceful-fs': 4.1.9
'@types/node': 22.5.5
'@types/node': 22.7.4
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@ -9513,7 +9606,7 @@ snapshots:
jest-mock@29.7.0:
dependencies:
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
jest-util: 29.7.0
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@ -9548,7 +9641,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@ -9576,7 +9669,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
cjs-module-lexer: 1.4.1
collect-v8-coverage: 1.0.2
@ -9622,7 +9715,7 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@ -9641,7 +9734,7 @@ snapshots:
dependencies:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
'@types/node': 22.5.5
'@types/node': 22.7.4
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@ -9650,17 +9743,17 @@ snapshots:
jest-worker@29.7.0:
dependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2)):
jest@29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2)):
dependencies:
'@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
'@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
'@jest/types': 29.6.3
import-local: 3.2.0
jest-cli: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2))
jest-cli: 29.7.0(@types/node@22.7.4)(ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@ -10219,6 +10312,11 @@ snapshots:
dependencies:
path-key: 4.0.0
npm-run-path@6.0.0:
dependencies:
path-key: 4.0.0
unicorn-magic: 0.3.0
numerous@1.0.3: {}
object-assign@4.1.1: {}
@ -10341,6 +10439,8 @@ snapshots:
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
parse-ms@4.0.0: {}
path-browserify@1.0.1: {}
path-exists@4.0.0: {}
@ -10362,7 +10462,7 @@ snapshots:
escape-string-regexp: 5.0.0
replace-ext: 2.0.0
optionalDependencies:
'@types/node': 18.19.50
'@types/node': 18.19.54
'@types/replace-ext': 2.0.2
path-browserify: 1.0.1
process: 0.11.10
@ -10437,6 +10537,10 @@ snapshots:
ansi-styles: 5.2.0
react-is: 18.3.1
pretty-ms@9.1.0:
dependencies:
parse-ms: 4.0.0
process-nextick-args@2.0.1: {}
process@0.11.10:
@ -10753,6 +10857,8 @@ snapshots:
signal-exit@3.0.7: {}
signal-exit@4.1.0: {}
simple-update-notifier@2.0.0:
dependencies:
semver: 7.6.3
@ -10916,6 +11022,8 @@ snapshots:
strip-final-newline@3.0.0: {}
strip-final-newline@4.0.0: {}
strip-json-comments@1.0.4: {}
strip-json-comments@3.1.1: {}
@ -11032,14 +11140,14 @@ snapshots:
dependencies:
typescript: 5.6.2
ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.5.5)(typescript@5.6.2):
ts-node@10.9.2(@swc/core@1.7.23(@swc/helpers@0.5.13))(@types/node@22.7.4)(typescript@5.6.2):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 22.5.5
'@types/node': 22.7.4
acorn: 8.12.1
acorn-walk: 8.3.4
arg: 4.1.3
@ -11206,6 +11314,8 @@ snapshots:
dependencies:
'@fastify/busboy': 2.1.1
unicorn-magic@0.3.0: {}
unique-string@2.0.0:
dependencies:
crypto-random-string: 2.0.0
@ -11255,14 +11365,14 @@ snapshots:
validator@13.12.0: {}
vite-plugin-babel@1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)):
vite-plugin-babel@1.2.0(@babel/core@7.25.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)):
dependencies:
'@babel/core': 7.25.2
vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)
vite: 5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)
vite-plugin-dts@3.9.1(@types/node@22.5.5)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)):
vite-plugin-dts@3.9.1(@types/node@22.7.4)(rollup@4.22.2)(typescript@5.6.2)(vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)):
dependencies:
'@microsoft/api-extractor': 7.43.0(@types/node@22.5.5)
'@microsoft/api-extractor': 7.43.0(@types/node@22.7.4)
'@rollup/pluginutils': 5.1.0(rollup@4.22.2)
'@vue/language-core': 1.8.27(typescript@5.6.2)
debug: 4.3.7
@ -11271,19 +11381,19 @@ snapshots:
typescript: 5.6.2
vue-tsc: 1.8.27(typescript@5.6.2)
optionalDependencies:
vite: 5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0)
vite: 5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0)
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
vite@5.4.7(@types/node@22.5.5)(lightningcss@1.26.0)(terser@5.33.0):
vite@5.4.7(@types/node@22.7.4)(lightningcss@1.26.0)(terser@5.33.0):
dependencies:
esbuild: 0.21.5
postcss: 8.4.47
rollup: 4.22.2
optionalDependencies:
'@types/node': 22.5.5
'@types/node': 22.7.4
fsevents: 2.3.3
lightningcss: 1.26.0
terser: 5.33.0
@ -11470,6 +11580,8 @@ snapshots:
yocto-queue@0.1.0: {}
yoctocolors@2.1.1: {}
z-schema@5.0.5:
dependencies:
lodash.get: 4.4.2