2020-09-25 16:42:39 +02:00
{
"name" : "rust-cache" ,
2026-08-06 08:20:11 +02:00
"version" : "2.9.2" ,
2023-07-31 16:01:23 +02:00
"lockfileVersion" : 3 ,
2020-09-25 16:42:39 +02:00
"requires" : true ,
2020-10-21 09:43:08 +02:00
"packages" : {
"" : {
2023-02-24 10:58:39 +01:00
"name" : "rust-cache" ,
2026-08-06 08:20:11 +02:00
"version" : "2.9.2" ,
2020-10-21 09:43:08 +02:00
"license" : "LGPL-3.0" ,
"dependencies" : {
2026-07-26 16:34:10 +02:00
"@actions/cache" : "^6.2.0" ,
2026-06-06 13:55:47 +02:00
"@actions/core" : "^3.0.1" ,
2026-03-12 08:27:56 +01:00
"@actions/exec" : "^3.0.0" ,
2026-06-06 13:55:47 +02:00
"@actions/glob" : "^0.7.0" ,
2026-03-12 08:27:56 +01:00
"@actions/io" : "^3.0.2" ,
2025-07-26 20:53:41 +02:00
"@actions/warpbuild-cache" : "npm:github-actions.warp-cache@1.4.7" ,
2026-07-26 16:34:10 +02:00
"smol-toml" : "^1.7.1"
2020-10-21 09:43:08 +02:00
},
"devDependencies" : {
2026-06-06 13:55:47 +02:00
"@rollup/plugin-commonjs" : "^29.0.3" ,
"@rollup/plugin-json" : "^6.1.0" ,
"@rollup/plugin-node-resolve" : "^16.0.3" ,
2026-07-27 21:44:21 +00:00
"@types/node" : "^26.1.2" ,
2023-05-11 22:19:46 +01:00
"linefix" : "^0.1.1" ,
2026-08-06 08:19:44 +02:00
"rollup" : "^4.62.4" ,
2026-07-26 16:34:10 +02:00
"typescript" : "7.0.2"
2020-10-21 09:43:08 +02:00
},
"funding" : {
"url" : "https://github.com/sponsors/Swatinem"
}
},
"node_modules/@actions/cache" : {
2026-07-26 16:34:10 +02:00
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/@actions/cache/-/cache-6.2.0.tgz" ,
"integrity" : "sha512-Nv0xWRmbxfDbAn/70flO/F6tj2Nv4XTYMAsQHiDFSojCDfso/Zni+fRKa14ToI9hnmOW/rQcY1WYb6wsM7Pgwg==" ,
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"dependencies" : {
"@actions/core" : "^3.0.1" ,
"@actions/exec" : "^3.0.0" ,
2026-07-26 16:34:10 +02:00
"@actions/glob" : "^0.6.1" ,
2026-06-06 13:55:47 +02:00
"@actions/http-client" : "^4.0.1" ,
"@actions/io" : "^3.0.2" ,
"@azure/core-rest-pipeline" : "^1.23.0" ,
"@azure/storage-blob" : "^12.31.0" ,
"@protobuf-ts/runtime-rpc" : "^2.11.1" ,
"semver" : "^7.7.4"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@actions/core" : {
2026-06-06 13:55:47 +02:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz" ,
"integrity" : "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2021-12-24 08:55:35 +01:00
"dependencies" : {
2026-03-12 08:27:56 +01:00
"@actions/exec" : "^3.0.0" ,
"@actions/http-client" : "^4.0.0"
2025-12-16 11:55:34 +01:00
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@actions/exec" : {
2026-03-12 08:27:56 +01:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@actions/exec/-/exec-3.0.0.tgz" ,
"integrity" : "sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2026-03-12 08:27:56 +01:00
"@actions/io" : "^3.0.2"
2020-10-21 09:43:08 +02:00
}
},
2025-06-24 12:04:05 -05:00
"node_modules/@actions/github" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz" ,
"integrity" : "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@actions/http-client" : "^2.2.0" ,
"@octokit/core" : "^5.0.1" ,
"@octokit/plugin-paginate-rest" : "^9.2.2" ,
"@octokit/plugin-rest-endpoint-methods" : "^10.4.0" ,
"@octokit/request" : "^8.4.1" ,
"@octokit/request-error" : "^5.1.1" ,
"undici" : "^5.28.5"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@actions/github/node_modules/@actions/http-client" : {
2024-10-12 12:14:29 +02:00
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz" ,
"integrity" : "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2023-10-21 10:36:18 +02:00
"tunnel" : "^0.0.6" ,
"undici" : "^5.25.4"
2020-10-21 09:43:08 +02:00
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@actions/github/node_modules/undici" : {
"version" : "5.29.0" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz" ,
"integrity" : "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==" ,
"license" : "MIT" ,
"dependencies" : {
"@fastify/busboy" : "^2.0.0"
},
"engines" : {
"node" : ">=14.0"
}
},
"node_modules/@actions/glob" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/@actions/glob/-/glob-0.7.0.tgz" ,
"integrity" : "sha512-+7s3wM+cXapDLmLL1NVWHawqcJOZzXZy2df/VhNn8DnZtS/x83iTCKaUn9F0llur4h3CII0AilvKKH4CMPL8Gw==" ,
"license" : "MIT" ,
"dependencies" : {
"@actions/core" : "^3.0.0" ,
"minimatch" : "^10.2.5"
}
},
"node_modules/@actions/http-client" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.1.tgz" ,
"integrity" : "sha512-+Nvd1ImaOZBSoPbsUtEhv+1z99H12xzncCkz0a3RuehINE81FZSe2QTj3uvAPTcJX/SCzUQHQ0D1GrPMbrPitg==" ,
"license" : "MIT" ,
"dependencies" : {
"tunnel" : "^0.0.6" ,
"undici" : "^6.23.0"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@actions/io" : {
2026-03-12 08:27:56 +01:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==" ,
"license" : "MIT"
2020-10-21 09:43:08 +02:00
},
2025-06-24 12:04:05 -05:00
"node_modules/@actions/warpbuild-cache" : {
"name" : "github-actions.warp-cache" ,
2025-07-26 20:53:41 +02:00
"version" : "1.4.7" ,
"resolved" : "https://registry.npmjs.org/github-actions.warp-cache/-/github-actions.warp-cache-1.4.7.tgz" ,
"integrity" : "sha512-TwYF+iv/l1uZRp3D0iBj+zoPZPhd3gpvKuarLxnB9de7KUFvG79M3fDIqhjjXa4l53XcfZKBt31H6UcsKiXlTw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@actions/core" : "^1.10.0" ,
"@actions/exec" : "^1.0.1" ,
"@actions/github" : "^6.0.0" ,
"@actions/glob" : "^0.1.0" ,
2025-07-26 20:53:41 +02:00
"@actions/http-client" : "^2.2.3" ,
2025-06-24 12:04:05 -05:00
"@actions/io" : "^1.0.1" ,
"@azure/abort-controller" : "^1.1.0" ,
"@azure/ms-rest-js" : "^2.6.0" ,
"@azure/storage-blob" : "^12.25.0" ,
"@google-cloud/storage" : "^7.9.0" ,
"@octokit/webhooks-definitions" : "^3.67.3" ,
"axios" : "^1.6.2" ,
"google-auth-library" : "^9.7.0" ,
"semver" : "^6.3.1" ,
"uuid" : "^3.3.3"
}
},
2025-12-16 11:55:34 +01:00
"node_modules/@actions/warpbuild-cache/node_modules/@actions/core" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz" ,
"integrity" : "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-12-16 11:55:34 +01:00
"dependencies" : {
"@actions/exec" : "^1.1.1" ,
"@actions/http-client" : "^2.0.1"
}
},
"node_modules/@actions/warpbuild-cache/node_modules/@actions/exec" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz" ,
"integrity" : "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-12-16 11:55:34 +01:00
"dependencies" : {
"@actions/io" : "^1.0.1"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/@actions/warpbuild-cache/node_modules/@actions/glob" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz" ,
"integrity" : "sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@actions/core" : "^1.2.6" ,
"minimatch" : "^3.0.4"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@actions/warpbuild-cache/node_modules/@actions/http-client" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz" ,
"integrity" : "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==" ,
"license" : "MIT" ,
"dependencies" : {
"tunnel" : "^0.0.6" ,
"undici" : "^5.25.4"
}
},
2025-11-18 21:03:14 +01:00
"node_modules/@actions/warpbuild-cache/node_modules/@actions/io" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" ,
"license" : "MIT"
2025-11-18 21:03:14 +01:00
},
2026-06-06 13:55:47 +02:00
"node_modules/@actions/warpbuild-cache/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
},
"node_modules/@actions/warpbuild-cache/node_modules/brace-expansion" : {
2026-07-26 16:34:10 +02:00
"version" : "1.1.16" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.16.tgz" ,
"integrity" : "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==" ,
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
},
"node_modules/@actions/warpbuild-cache/node_modules/minimatch" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
},
"engines" : {
"node" : "*"
}
},
"node_modules/@actions/warpbuild-cache/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
},
"node_modules/@actions/warpbuild-cache/node_modules/undici" : {
"version" : "5.29.0" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz" ,
"integrity" : "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==" ,
"license" : "MIT" ,
"dependencies" : {
"@fastify/busboy" : "^2.0.0"
},
"engines" : {
"node" : ">=14.0"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@azure/abort-controller" : {
2022-06-26 12:35:07 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz" ,
"integrity" : "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2022-06-26 12:35:07 +02:00
"tslib" : "^2.2.0"
2021-01-10 09:30:57 +01:00
},
2022-04-08 17:25:03 +02:00
"engines" : {
"node" : ">=12.0.0"
}
2020-10-21 09:43:08 +02:00
},
"node_modules/@azure/core-auth" : {
2026-07-26 16:34:10 +02:00
"version" : "1.11.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.11.0.tgz" ,
"integrity" : "sha512-IUZydyTUkDnYdstOW9pFOOUQlBjAepK5teihDE3x6yxsPJs/hsAaaYpeGxdxrgtOiJbBKSjKW7MDk7AEhb4LRg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2025-09-18 08:37:35 +02:00
"@azure/abort-controller" : "^2.1.2" ,
"@azure/core-util" : "^1.13.0" ,
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-02-04 09:29:45 +01:00
}
},
"node_modules/@azure/core-auth/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-02-04 09:29:45 +01:00
"dependencies" : {
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2024-02-04 09:29:45 +01:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
2024-10-12 12:14:29 +02:00
"node_modules/@azure/core-client" : {
2026-07-26 16:34:10 +02:00
"version" : "1.11.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-client/-/core-client-1.11.0.tgz" ,
"integrity" : "sha512-JjQWO6akOck45PH/XBrxzsQGAiKrfFl4m5iggJ0ItMIz5omRufOXWpqCPpdjKN3vKDzlSUvFjaMb7Zwf0gvAdA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2025-09-18 08:37:35 +02:00
"@azure/abort-controller" : "^2.1.2" ,
"@azure/core-auth" : "^1.10.0" ,
"@azure/core-rest-pipeline" : "^1.22.0" ,
"@azure/core-tracing" : "^1.3.0" ,
"@azure/core-util" : "^1.13.0" ,
"@azure/logger" : "^1.3.0" ,
2024-10-12 12:14:29 +02:00
"tslib" : "^2.6.2"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
2024-10-12 12:14:29 +02:00
"node_modules/@azure/core-client/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2024-10-12 12:14:29 +02:00
"tslib" : "^2.6.2"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
2024-10-12 12:14:29 +02:00
"node_modules/@azure/core-http-compat" : {
2026-07-26 16:34:10 +02:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.5.0.tgz" ,
"integrity" : "sha512-BoSmXPx2er1Ai+wKlDvj29jIQespCNBwEmKyZVHO2kEFsWbGjAjwMCGzug3DJM5/QYIV3vej0S1zcU5bq9fa8w==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
2026-03-12 08:27:56 +01:00
"@azure/abort-controller" : "^2.1.2"
2024-10-12 12:14:29 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2026-03-12 08:27:56 +01:00
},
"peerDependencies" : {
"@azure/core-client" : "^1.10.0" ,
"@azure/core-rest-pipeline" : "^1.22.0"
2024-10-12 12:14:29 +02:00
}
},
"node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
"tslib" : "^2.6.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
"node_modules/@azure/core-lro" : {
2024-10-12 12:14:29 +02:00
"version" : "2.7.2" ,
"resolved" : "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2.tgz" ,
"integrity" : "sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2024-02-04 09:29:45 +01:00
"@azure/abort-controller" : "^2.0.0" ,
2023-05-02 22:03:29 +02:00
"@azure/core-util" : "^1.2.0" ,
2021-09-28 17:49:43 +02:00
"@azure/logger" : "^1.0.0" ,
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2021-01-10 09:30:57 +01:00
},
"engines" : {
2024-02-04 09:29:45 +01:00
"node" : ">=18.0.0"
}
},
"node_modules/@azure/core-lro/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-02-04 09:29:45 +01:00
"dependencies" : {
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2024-02-04 09:29:45 +01:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
"node_modules/@azure/core-paging" : {
2026-07-26 16:34:10 +02:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.7.0.tgz" ,
"integrity" : "sha512-7GEAoIsaoBr6KELNRb8nypowCqvk8dnCHFCYg4XD4lOQGY2GqjQg5IhkRjyBFRO18CGSMq05PaNqSOE9GQro3g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
"tslib" : "^2.6.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-10-12 12:14:29 +02:00
}
},
"node_modules/@azure/core-rest-pipeline" : {
2026-07-26 16:34:10 +02:00
"version" : "1.25.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.25.0.tgz" ,
"integrity" : "sha512-bMs8ekJLjX8wPV+9IPBges1SLPyuDtE9g5gLDWOpxzKcoOFQnpLGkbcT1tdw3FaAmDS1gnPmMmJ6y/T5B96kIA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
2025-09-18 08:37:35 +02:00
"@azure/abort-controller" : "^2.1.2" ,
"@azure/core-auth" : "^1.10.0" ,
"@azure/core-tracing" : "^1.3.0" ,
"@azure/core-util" : "^1.13.0" ,
"@azure/logger" : "^1.3.0" ,
2026-03-12 08:27:56 +01:00
"@typespec/ts-http-runtime" : "^0.3.4" ,
2024-10-12 12:14:29 +02:00
"tslib" : "^2.6.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-10-12 12:14:29 +02:00
}
},
"node_modules/@azure/core-rest-pipeline/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
"node_modules/@azure/core-tracing" : {
2026-07-26 16:34:10 +02:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.4.0.tgz" ,
"integrity" : "sha512-eGwxD0AtncrxeBM4tG8R55Pc3rdX1hNW2WibJAgYpCVA6E93mvvVH+LcssoVjOBrSKWS55yEIHsk0X8ctHmfOQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2024-10-12 12:14:29 +02:00
"tslib" : "^2.6.2"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
2022-09-04 12:03:43 +02:00
"node_modules/@azure/core-util" : {
2026-07-26 16:34:10 +02:00
"version" : "1.14.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-util/-/core-util-1.14.0.tgz" ,
"integrity" : "sha512-9n2pWK61veAuN0V20t9lOuoV4CFMdyAZ1ygZzvBGk/pBBJRib/PjL9PLXa/aI2CcPpyHfqVsxxqLCYl6uZlfDw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2022-09-04 12:03:43 +02:00
"dependencies" : {
2025-09-18 08:37:35 +02:00
"@azure/abort-controller" : "^2.1.2" ,
"@typespec/ts-http-runtime" : "^0.3.0" ,
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2022-09-04 12:03:43 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-02-04 09:29:45 +01:00
}
},
"node_modules/@azure/core-util/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-02-04 09:29:45 +01:00
"dependencies" : {
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2024-02-04 09:29:45 +01:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2022-09-04 12:03:43 +02:00
}
},
2024-10-12 12:14:29 +02:00
"node_modules/@azure/core-xml" : {
2026-07-26 16:34:10 +02:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.6.0.tgz" ,
"integrity" : "sha512-e7lX/dk//F6Qf7BB6PTY4+p2yuOQtyOeHGyapYHNwqSp2OnYpwQt49A/Nin2XmKBQ69pwagR4k/lQBq8lbHQkA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
2026-06-06 13:55:47 +02:00
"fast-xml-parser" : "^5.5.9" ,
2025-09-18 08:37:35 +02:00
"tslib" : "^2.8.1"
2024-10-12 12:14:29 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-10-12 12:14:29 +02:00
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@azure/logger" : {
2026-07-26 16:34:10 +02:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/logger/-/logger-1.4.0.tgz" ,
"integrity" : "sha512-rbAE25KUfjU/s3XHUdJgceoCP5dEOpMx85J04kF+QMdta73XkuG9JGHHinch+XIoKpBdqljin+KqURpJriSzLA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2025-09-18 08:37:35 +02:00
"@typespec/ts-http-runtime" : "^0.3.0" ,
2024-03-24 09:56:50 +01:00
"tslib" : "^2.6.2"
2021-01-10 09:30:57 +01:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
"node_modules/@azure/ms-rest-js" : {
2023-07-31 16:01:23 +02:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.7.0.tgz" ,
"integrity" : "sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==" ,
2026-07-26 16:34:10 +02:00
"deprecated" : "This package has been deprecated in favor of the new Azure SDK packages from [Azure SDK for JavaScript](https://github.com/azure/azure-sdk-for-js)." ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2021-02-16 08:53:35 +01:00
"@azure/core-auth" : "^1.1.4" ,
2020-10-21 09:43:08 +02:00
"abort-controller" : "^3.0.0" ,
"form-data" : "^2.5.0" ,
2022-04-08 17:25:03 +02:00
"node-fetch" : "^2.6.7" ,
2020-10-21 09:43:08 +02:00
"tslib" : "^1.10.0" ,
"tunnel" : "0.0.6" ,
2021-09-28 17:49:43 +02:00
"uuid" : "^8.3.2" ,
2023-05-02 22:03:29 +02:00
"xml2js" : "^0.5.0"
2020-10-21 09:43:08 +02:00
}
},
2023-02-24 10:58:39 +01:00
"node_modules/@azure/ms-rest-js/node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" ,
"license" : "0BSD"
2023-02-24 10:58:39 +01:00
},
2021-09-28 17:49:43 +02:00
"node_modules/@azure/ms-rest-js/node_modules/uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
2026-06-06 13:55:47 +02:00
"deprecated" : "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028)." ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2021-09-28 17:49:43 +02:00
"bin" : {
"uuid" : "dist/bin/uuid"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/@azure/storage-blob" : {
2026-07-26 16:34:10 +02:00
"version" : "12.33.0" ,
"resolved" : "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.33.0.tgz" ,
"integrity" : "sha512-2SX8oP8PyblUcAFZSg39c8Ls+tFjavM6sBeV+qpw33mRzRhI/5hrFJmJ/x0H9xx5l6ECPvgSP8uPxqTeVbHNIA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2024-10-12 12:14:29 +02:00
"@azure/abort-controller" : "^2.1.2" ,
2025-09-18 08:37:35 +02:00
"@azure/core-auth" : "^1.9.0" ,
"@azure/core-client" : "^1.9.3" ,
"@azure/core-http-compat" : "^2.2.0" ,
2021-09-28 17:49:43 +02:00
"@azure/core-lro" : "^2.2.0" ,
2025-09-18 08:37:35 +02:00
"@azure/core-paging" : "^1.6.2" ,
"@azure/core-rest-pipeline" : "^1.19.1" ,
"@azure/core-tracing" : "^1.2.0" ,
"@azure/core-util" : "^1.11.0" ,
"@azure/core-xml" : "^1.4.5" ,
"@azure/logger" : "^1.1.4" ,
2026-07-26 16:34:10 +02:00
"@azure/storage-common" : "^12.4.1" ,
2020-10-21 09:43:08 +02:00
"events" : "^3.0.0" ,
2025-09-18 08:37:35 +02:00
"tslib" : "^2.8.1"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2025-09-18 08:37:35 +02:00
}
},
"node_modules/@azure/storage-blob/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-09-18 08:37:35 +02:00
"dependencies" : {
"tslib" : "^2.6.2"
2021-02-16 08:53:35 +01:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2024-10-12 12:14:29 +02:00
}
},
2025-09-18 08:37:35 +02:00
"node_modules/@azure/storage-common" : {
2026-07-26 16:34:10 +02:00
"version" : "12.4.1" ,
"resolved" : "https://registry.npmjs.org/@azure/storage-common/-/storage-common-12.4.1.tgz" ,
"integrity" : "sha512-t14unw/WofGDUi7TKJrsyXyPsN+NLgRm7hMaq0llxNmTIzt7f257+6LE6FKIJPh88zLj6M7LPvzve0fEYg/L3A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-09-18 08:37:35 +02:00
"dependencies" : {
"@azure/abort-controller" : "^2.1.2" ,
"@azure/core-auth" : "^1.9.0" ,
"@azure/core-http-compat" : "^2.2.0" ,
2026-07-26 16:34:10 +02:00
"@azure/core-rest-pipeline" : "^1.24.0" ,
2025-09-18 08:37:35 +02:00
"@azure/core-tracing" : "^1.2.0" ,
"@azure/core-util" : "^1.11.0" ,
"@azure/logger" : "^1.1.4" ,
"events" : "^3.3.0" ,
"tslib" : "^2.8.1"
},
"engines" : {
"node" : ">=20.0.0"
}
},
"node_modules/@azure/storage-common/node_modules/@azure/abort-controller" : {
2026-07-26 16:34:10 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.2.0.tgz" ,
"integrity" : "sha512-fNAjWnA/nZ2jz31kxR/AqRaUT8ewHBw/WuBIosK0moMy1C9e5ValbDfFdIxJzVOOYaYkV/b2F1S4H/aHiqfVQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
"tslib" : "^2.6.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2020-10-21 09:43:08 +02:00
}
},
2023-10-21 10:36:18 +02:00
"node_modules/@fastify/busboy" : {
2024-03-24 09:56:50 +01:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz" ,
"integrity" : "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2023-10-21 10:36:18 +02:00
"engines" : {
"node" : ">=14"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/@google-cloud/paginator" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz" ,
"integrity" : "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"arrify" : "^2.0.0" ,
"extend" : "^3.0.2"
},
"engines" : {
"node" : ">=14.0.0"
}
},
"node_modules/@google-cloud/projectify" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz" ,
"integrity" : "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=14.0.0"
}
},
"node_modules/@google-cloud/promisify" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz" ,
"integrity" : "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=14"
}
},
"node_modules/@google-cloud/storage" : {
2026-07-26 16:34:10 +02:00
"version" : "7.21.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.21.0.tgz" ,
"integrity" : "sha512-l+IFTkd+6Y5LoAuXyYCKNAKtw/Ci+rAMqgdTB1jv4iZiLhw0rtq+0qjIRbBizXkNzEFmXiXUW0H7sZQQvk1ffA==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@google-cloud/paginator" : "^5.0.0" ,
"@google-cloud/projectify" : "^4.0.0" ,
"@google-cloud/promisify" : "<4.1.0" ,
"abort-controller" : "^3.0.0" ,
"async-retry" : "^1.3.3" ,
"duplexify" : "^4.1.3" ,
2026-03-12 08:27:56 +01:00
"fast-xml-parser" : "^5.3.4" ,
2025-06-24 12:04:05 -05:00
"gaxios" : "^6.0.2" ,
"google-auth-library" : "^9.6.3" ,
"html-entities" : "^2.5.2" ,
"mime" : "^3.0.0" ,
"p-limit" : "^3.0.1" ,
"retry-request" : "^7.0.0" ,
2026-07-26 16:34:10 +02:00
"teeny-request" : "^9.0.0"
2025-06-24 12:04:05 -05:00
},
"engines" : {
"node" : ">=14"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"dev" : true ,
"license" : "MIT"
},
2026-08-06 08:19:44 +02:00
"node_modules/@napi-rs/lzma-linux-x64-gnu" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/lzma-linux-x64-gnu/-/lzma-linux-x64-gnu-1.5.1.tgz" ,
"integrity" : "sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"libc" : [
"glibc"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : "^22.20 || ^24.12 || >=25"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@nodable/entities" : {
2026-07-26 16:34:10 +02:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz" ,
"integrity" : "sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw==" ,
2026-06-06 13:55:47 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/nodable"
}
],
"license" : "MIT"
},
2025-06-24 12:04:05 -05:00
"node_modules/@octokit/auth-token" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz" ,
"integrity" : "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/core" : {
2025-09-18 08:37:35 +02:00
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz" ,
"integrity" : "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/auth-token" : "^4.0.0" ,
"@octokit/graphql" : "^7.1.0" ,
"@octokit/request" : "^8.4.1" ,
"@octokit/request-error" : "^5.1.1" ,
"@octokit/types" : "^13.0.0" ,
"before-after-hook" : "^2.2.0" ,
"universal-user-agent" : "^6.0.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/endpoint" : {
"version" : "9.0.6" ,
"resolved" : "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz" ,
"integrity" : "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/types" : "^13.1.0" ,
"universal-user-agent" : "^6.0.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/graphql" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz" ,
"integrity" : "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/request" : "^8.4.1" ,
"@octokit/types" : "^13.0.0" ,
"universal-user-agent" : "^6.0.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/openapi-types" : {
"version" : "24.2.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/@octokit/plugin-paginate-rest" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz" ,
"integrity" : "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/types" : "^12.6.0"
},
"engines" : {
"node" : ">= 18"
},
"peerDependencies" : {
"@octokit/core" : "5"
}
},
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types" : {
"version" : "20.0.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types" : {
"version" : "12.6.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz" ,
"integrity" : "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/openapi-types" : "^20.0.0"
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods" : {
"version" : "10.4.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz" ,
"integrity" : "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/types" : "^12.6.0"
},
"engines" : {
"node" : ">= 18"
},
"peerDependencies" : {
"@octokit/core" : "5"
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types" : {
"version" : "20.0.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types" : {
"version" : "12.6.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz" ,
"integrity" : "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/openapi-types" : "^20.0.0"
}
},
"node_modules/@octokit/request" : {
"version" : "8.4.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz" ,
"integrity" : "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/endpoint" : "^9.0.6" ,
"@octokit/request-error" : "^5.1.1" ,
"@octokit/types" : "^13.1.0" ,
"universal-user-agent" : "^6.0.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/request-error" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz" ,
"integrity" : "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/types" : "^13.1.0" ,
"deprecation" : "^2.0.0" ,
"once" : "^1.4.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/@octokit/types" : {
"version" : "13.10.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz" ,
"integrity" : "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@octokit/openapi-types" : "^24.2.0"
}
},
"node_modules/@octokit/webhooks-definitions" : {
2026-03-12 18:09:29 +01:00
"version" : "3.68.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.68.1.tgz" ,
"integrity" : "sha512-wa8koFift24mUsMarWP/wfl9kIwqL5TK9smsCRIyJYfs9iYQEoJsQjcmhyKCmevPA8Ja/K1ZTE4W8ABA0yMM8g==" ,
"deprecated" : "Use @octokit/webhooks-types, @octokit/webhooks-schemas, or @octokit/webhooks-examples instead. See https://github.com/octokit/webhooks/issues/447" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2024-12-28 08:36:36 +01:00
"node_modules/@protobuf-ts/runtime" : {
2025-07-26 20:53:41 +02:00
"version" : "2.11.1" ,
"resolved" : "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.11.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==" ,
"license" : "(Apache-2.0 AND BSD-3-Clause)"
2024-12-28 08:36:36 +01:00
},
"node_modules/@protobuf-ts/runtime-rpc" : {
2025-07-26 20:53:41 +02:00
"version" : "2.11.1" ,
"resolved" : "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.11.1.tgz" ,
"integrity" : "sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2024-12-28 08:36:36 +01:00
"dependencies" : {
2025-07-26 20:53:41 +02:00
"@protobuf-ts/runtime" : "^2.11.1"
2024-12-28 08:36:36 +01:00
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@rollup/plugin-commonjs" : {
"version" : "29.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.3.tgz" ,
"integrity" : "sha512-ZaOxZceP7SOUW7Lqw5IRVweSQYWaeIPnXIGLiB690EBA3FGJTO40EEr2L5yZplJWsgTCogILRSpcAe7+U0Otdg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"commondir" : "^1.0.1" ,
"estree-walker" : "^2.0.2" ,
"fdir" : "^6.2.0" ,
"is-reference" : "1.2.1" ,
"magic-string" : "^0.30.3" ,
"picomatch" : "^4.0.2"
},
"engines" : {
"node" : ">=16.0.0 || 14 >= 14.17"
},
"peerDependencies" : {
"rollup" : "^2.68.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
},
"node_modules/@rollup/plugin-json" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz" ,
"integrity" : "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0"
},
"engines" : {
"node" : ">=14.0.0"
},
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
},
"node_modules/@rollup/plugin-node-resolve" : {
"version" : "16.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz" ,
"integrity" : "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"@types/resolve" : "1.20.2" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.22.1"
},
"engines" : {
"node" : ">=14.0.0"
},
"peerDependencies" : {
"rollup" : "^2.78.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
},
"node_modules/@rollup/pluginutils" : {
"version" : "5.4.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz" ,
"integrity" : "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
"picomatch" : "^4.0.2"
},
"engines" : {
"node" : ">=14.0.0"
},
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
},
"node_modules/@rollup/rollup-android-arm-eabi" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.4.tgz" ,
"integrity" : "sha512-RrPokAb7dmbxFoeO3TloqHyOjgye8RkBhSqmp4aJMIex4c9r46ZstPnleDQOq1t46VOVjwIuwNogIqbodV1Vvg==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
},
"node_modules/@rollup/rollup-android-arm64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.4.tgz" ,
"integrity" : "sha512-JKuJc+pnpks2pjy7L/N3v/cAkZxYlnmuZoD840ldbMI5KDbC4iO9NKwPKYdjYFCMAIIlBzYSFHxIJVYzRo2/8A==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
},
"node_modules/@rollup/rollup-darwin-arm64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.4.tgz" ,
"integrity" : "sha512-krw5uS2STmvJ02x0uTXHbqQNuz+9eZ1iw+qXk9dmW2gvV4jV7O2hEoOnuhFrpOPiel1mBFtqbxYZZtC46hXLOw==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@rollup/rollup-darwin-x64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.4.tgz" ,
"integrity" : "sha512-wsTxtgApb4PrOsNJIm0FZ1h3WvCC+k9uxLJ4ad75hgoS4NiRes2SoJFlDAyMwiUY8IssDqGcHbXuN0sx1tfF1A==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@rollup/rollup-freebsd-arm64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.4.tgz" ,
"integrity" : "sha512-GUOnQlyZe3yAXhWOtOMsn5Qkrv5E5mZXa0thbARWi5Ei2szlVXJFQhddZ4HbAzh8q92w5twp+CQvs/eFanz9YQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
},
"node_modules/@rollup/rollup-freebsd-x64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.4.tgz" ,
"integrity" : "sha512-/Y7f3QuxjzPKsjA/rfEDa3+0vXqyjmJ50Ln8dPpCmWkKTrUoWHG1cWhTqaAMLob2m2nESWuC7yGrREz019Ztqg==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
},
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.4.tgz" ,
"integrity" : "sha512-81wiiX3v7aqy+T+bT61TJ78yJjRquqFFTTbAPt08imfQQzkPIW8t6aJbkTagtCCrXMNc9D66+geqlK7ydLPNqA==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.4.tgz" ,
"integrity" : "sha512-9kmDIvNZqdoHOBZgNtpTBeLWYO/LVipM3H/j62P8848/l/VPEQL6N3uxU9pvP1oZAsXyC2MEnFP3ovRjo7WYNQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-CcnXHWnXg69g+DX5VWL3FHts3qMRN2uVEHX+BZvGLdd07/gXkn3ePjYtO1LDJvxkGKVHMclKBRa1QUTH+6toYQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm64-musl" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.4.tgz" ,
"integrity" : "sha512-iFOibiHnTRuhrWLlRsOQFdZJJIa7S8OwkneJr4ocALP16u5yk6lWLINFwhHaEqBFMsKDUZofLkGos7+CPzGB3g==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-XnWYMI7euHlb5a871xPja+Gm7DRCFU+FGRrtS2sMq9N8FvqtpagUy6gD4YOemC5MRk9xbh8+jYMEJbigFQwsgA==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"loong64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-loong64-musl" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.4.tgz" ,
"integrity" : "sha512-qGDAlO0U8xedCcsdRm9oaoQY8DAx/QT7uIxJWhCdx0ceIWX783UC9QSYkdpzAe29wNiVfp24+bZdQmn49o45SQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"loong64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-ru4H6ezD7ysA5EiEK6qkkaEb4modH8CTej6kUy/gQi20u3kB3G7Zn8snXXkeJSCOFKG/rbPPtM/+9Wgas1961w==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"ppc64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-ppc64-musl" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.4.tgz" ,
"integrity" : "sha512-2W4MO5WQVJnbJaZdvDb9rhBDuFU1nKIepPFpJUBsTh2k1YY2g+ODViaWuyOAjQ5cOP7NvrvLzt3wvHOoiAvc7w==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"ppc64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-+fxjfuoAmVMCYV5QyjoIpu0cp5DOiOTeqYFk1AVaxGr+/ravWLX89XfQmptsoWcaVy/TGf2hexzbUOrCQIL1CQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"riscv64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.4.tgz" ,
"integrity" : "sha512-jTn8JfHGL4djjFxPuM06LmNUJDsst2jeVlsd9OmIH6zc5sC9K6rIuO4YajXatLUpBmBKl6b35ro1QZocLi+tcA==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"riscv64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.4.tgz" ,
"integrity" : "sha512-oCJCJL4pXsoDcP2QZ+JVlPTIRc6266zsIaeJJsWImmF7HO0W8nb6HuSgZlMWxJwaPf8ehbSw8yo0EUw925hKsA==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"s390x"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-x64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"glibc"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-linux-x64-musl" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.4.tgz" ,
"integrity" : "sha512-qiXbGG2jkjXhzXpsFZSR2Xpb8DN/UaxYsbb/STbuR/6fpaDgRmmaq1B/LmtF2wQFOFOSsK2jdE0RZ3a0zHn4QA==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-06 21:44:21 +00:00
"libc" : [
"musl"
],
2026-06-06 13:55:47 +02:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@rollup/rollup-openbsd-x64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.4.tgz" ,
"integrity" : "sha512-nWeM//hxv8mIo6jD7Hu4o48DVmV9pbV6gsKaWU+4NFyqHoPKwrkRiZGLKUhOBk8qNmDmpwFtPKg80Bo/Tn4xiQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
]
},
"node_modules/@rollup/rollup-openharmony-arm64" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.4.tgz" ,
"integrity" : "sha512-s62SQ/vgsRSvMwDkOEfTqfgASF0f26ZNaQuTA6Aok5lrikf89yI2W0gFHvZb2Jpgc6N8JnOKZgCK2iciO3CsxQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
},
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.4.tgz" ,
"integrity" : "sha512-J6wGf8TVGbXJq+HH+ttTvrcfNKPbuZecV6KT1B8I18BC5IURUh5kl4Yl5OEP5eFIUoI5BWxCsyYMhFsDx8kekw==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.4.tgz" ,
"integrity" : "sha512-zmfrQd/0wu6oJs8Vq8KwY/YtsKSsLtKe/HwAP4Wqy8LhWjeT55fHRAkOhYQ12wI3ayS4Tt12d5CDRD7N96SAYQ==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"ia32"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
"node_modules/@rollup/rollup-win32-x64-gnu" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.4.tgz" ,
"integrity" : "sha512-qPzHqdj9rfUD+w79dtE07zi/kFwKyCJqplp5K5ygeLTp7jLpAoc16OAH39HSmRC9UpozaecsleI8uAdEj6v2yw==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
"node_modules/@rollup/rollup-win32-x64-msvc" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.4.tgz" ,
"integrity" : "sha512-zD6NdeWEByGE9QF9vCrlJ5YQB4oq9q91kPZS37Jwj5hOkvR1lTBSpsKhKDw4IJtbQ35LsTS1HD9DZYGKIshU1Q==" ,
2026-06-06 13:55:47 +02:00
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
2025-06-24 12:04:05 -05:00
"node_modules/@tootallnate/once" : {
2026-06-06 13:55:47 +02:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz" ,
"integrity" : "sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@types/caseless" : {
"version" : "0.12.5" ,
"resolved" : "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2026-06-06 13:55:47 +02:00
"node_modules/@types/estree" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz" ,
"integrity" : "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==" ,
"dev" : true ,
"license" : "MIT"
},
2020-10-21 09:43:08 +02:00
"node_modules/@types/node" : {
2026-07-27 21:44:21 +00:00
"version" : "26.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz" ,
"integrity" : "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2023-10-21 10:36:18 +02:00
"dependencies" : {
2026-07-26 16:34:10 +02:00
"undici-types" : "~8.3.0"
2020-10-21 09:43:08 +02:00
}
},
2025-06-24 12:04:05 -05:00
"node_modules/@types/request" : {
2025-09-18 08:37:35 +02:00
"version" : "2.48.13" ,
"resolved" : "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz" ,
"integrity" : "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@types/caseless" : "*" ,
"@types/node" : "*" ,
"@types/tough-cookie" : "*" ,
2025-09-18 08:37:35 +02:00
"form-data" : "^2.5.5"
2025-06-24 12:04:05 -05:00
}
},
2026-06-06 13:55:47 +02:00
"node_modules/@types/resolve" : {
"version" : "1.20.2" ,
"resolved" : "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz" ,
"integrity" : "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" ,
"dev" : true ,
"license" : "MIT"
},
2025-06-24 12:04:05 -05:00
"node_modules/@types/tough-cookie" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2026-07-26 16:34:10 +02:00
"node_modules/@typescript/typescript-aix-ppc64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz" ,
"integrity" : "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==" ,
"cpu" : [
"ppc64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"aix"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-darwin-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz" ,
"integrity" : "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-darwin-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz" ,
"integrity" : "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-freebsd-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz" ,
"integrity" : "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-freebsd-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz" ,
"integrity" : "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-arm" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz" ,
"integrity" : "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==" ,
"cpu" : [
"arm"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz" ,
"integrity" : "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-loong64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz" ,
"integrity" : "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==" ,
"cpu" : [
"loong64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-mips64el" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz" ,
"integrity" : "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==" ,
"cpu" : [
"mips64el"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-ppc64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz" ,
"integrity" : "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==" ,
"cpu" : [
"ppc64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-riscv64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz" ,
"integrity" : "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==" ,
"cpu" : [
"riscv64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-s390x" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz" ,
"integrity" : "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==" ,
"cpu" : [
"s390x"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-linux-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz" ,
"integrity" : "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-netbsd-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz" ,
"integrity" : "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"netbsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-netbsd-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz" ,
"integrity" : "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"netbsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-openbsd-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz" ,
"integrity" : "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"openbsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-openbsd-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz" ,
"integrity" : "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"openbsd"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-sunos-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz" ,
"integrity" : "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"sunos"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-win32-arm64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz" ,
"integrity" : "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==" ,
"cpu" : [
"arm64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">=16.20.0"
}
},
"node_modules/@typescript/typescript-win32-x64" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz" ,
"integrity" : "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">=16.20.0"
}
},
2025-09-18 08:37:35 +02:00
"node_modules/@typespec/ts-http-runtime" : {
2026-07-26 16:34:10 +02:00
"version" : "0.3.7" ,
"resolved" : "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.7.tgz" ,
"integrity" : "sha512-JVUD8X2tfDMWjcjLs4yVxxVrS8yR5vnh386GAXT9Qj79nBxxXSaHFQZg5FweLmT8HlPQ3kii6noUB+Z9RN7DvQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-09-18 08:37:35 +02:00
"dependencies" : {
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.0" ,
"tslib" : "^2.6.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=22.0.0"
2025-09-18 08:37:35 +02:00
}
},
2020-10-21 09:43:08 +02:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
"event-target-shim" : "^5.0.0"
},
"engines" : {
"node" : ">=6.5"
}
},
2024-10-12 12:14:29 +02:00
"node_modules/agent-base" : {
2025-09-18 08:37:35 +02:00
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"engines" : {
"node" : ">= 14"
}
},
2026-07-26 16:34:10 +02:00
"node_modules/anynum" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz" ,
"integrity" : "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
"license" : "MIT"
},
2025-06-24 12:04:05 -05:00
"node_modules/arrify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz" ,
"integrity" : "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/async-retry" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz" ,
"integrity" : "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"retry" : "0.13.1"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"license" : "MIT"
2020-10-21 09:43:08 +02:00
},
2025-06-24 12:04:05 -05:00
"node_modules/axios" : {
2026-07-26 16:34:10 +02:00
"version" : "1.18.1" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz" ,
"integrity" : "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
2026-06-06 13:55:47 +02:00
"follow-redirects" : "^1.16.0" ,
2026-03-12 08:27:56 +01:00
"form-data" : "^4.0.5" ,
2026-06-06 13:55:47 +02:00
"https-proxy-agent" : "^5.0.1" ,
"proxy-from-env" : "^2.1.0"
}
},
"node_modules/axios/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "4"
},
"engines" : {
"node" : ">= 6.0.0"
2025-06-24 12:04:05 -05:00
}
},
"node_modules/axios/node_modules/form-data" : {
2026-07-26 16:34:10 +02:00
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz" ,
"integrity" : "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"es-set-tostringtag" : "^2.1.0" ,
2026-07-26 16:34:10 +02:00
"hasown" : "^2.0.4" ,
"mime-types" : "^2.1.35"
2025-06-24 12:04:05 -05:00
},
"engines" : {
"node" : ">= 6"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/axios/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
},
"engines" : {
"node" : ">= 6"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/balanced-match" : {
2026-06-06 13:55:47 +02:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "18 || 20 || >=22"
}
2020-10-21 09:43:08 +02:00
},
2025-06-24 12:04:05 -05:00
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
},
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
},
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2026-03-12 18:09:29 +01:00
],
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/before-after-hook" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" ,
"license" : "Apache-2.0"
2025-06-24 12:04:05 -05:00
},
"node_modules/bignumber.js" : {
2025-09-18 08:37:35 +02:00
"version" : "9.3.1" ,
"resolved" : "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz" ,
"integrity" : "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : "*"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/brace-expansion" : {
2026-07-26 16:34:10 +02:00
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz" ,
"integrity" : "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2026-06-06 13:55:47 +02:00
"balanced-match" : "^4.0.2"
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : "20 || >=22"
2020-10-21 09:43:08 +02:00
}
},
2025-06-24 12:04:05 -05:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause"
2025-06-24 12:04:05 -05:00
},
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
},
"engines" : {
"node" : ">= 0.8"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/commondir" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz" ,
"integrity" : "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" ,
"dev" : true ,
"license" : "MIT"
},
2020-10-21 09:43:08 +02:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2020-10-21 09:43:08 +02:00
},
2024-10-12 12:14:29 +02:00
"node_modules/debug" : {
2025-09-18 08:37:35 +02:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
"ms" : "^2.1.3"
},
"engines" : {
"node" : ">=6.0"
},
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
},
2026-06-06 13:55:47 +02:00
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
2022-06-26 12:35:07 +02:00
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">=0.4.0"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/deprecation" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" ,
"license" : "ISC"
2025-06-24 12:04:05 -05:00
},
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/duplexify" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz" ,
"integrity" : "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"end-of-stream" : "^1.4.1" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1" ,
"stream-shift" : "^1.0.2"
}
},
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
},
"node_modules/end-of-stream" : {
"version" : "1.4.5" ,
"resolved" : "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz" ,
"integrity" : "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"once" : "^1.4.0"
}
},
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-object-atoms" : {
2026-06-06 13:55:47 +02:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz" ,
"integrity" : "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"es-errors" : "^1.3.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-set-tostringtag" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"dev" : true ,
"license" : "MIT"
},
2020-10-21 09:43:08 +02:00
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/events" : {
2021-05-19 10:05:17 +02:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">=0.8.x"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2026-03-12 08:27:56 +01:00
"node_modules/fast-xml-builder" : {
2026-07-26 16:34:10 +02:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.3.0.tgz" ,
"integrity" : "sha512-F74cZEdCvuw9P41GAC3rod4X04jjWGM1JPEv/GWSqFTWLsdyMSBMBMlm9Hk3GLBgLBbdBNY8yee0pQh2RBVESQ==" ,
2024-10-12 12:14:29 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
2026-07-26 16:34:10 +02:00
"path-expression-matcher" : "^1.6.2" ,
"xml-naming" : "^0.3.0"
2026-03-12 08:27:56 +01:00
}
},
"node_modules/fast-xml-parser" : {
2026-07-26 16:34:10 +02:00
"version" : "5.10.1" ,
"resolved" : "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz" ,
"integrity" : "sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==" ,
2026-03-12 08:27:56 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2026-03-12 08:27:56 +01:00
"dependencies" : {
2026-07-26 16:34:10 +02:00
"@nodable/entities" : "^3.0.0" ,
2026-06-06 13:55:47 +02:00
"fast-xml-builder" : "^1.2.0" ,
2026-07-26 16:34:10 +02:00
"is-unsafe" : "^2.0.0" ,
"path-expression-matcher" : "^1.6.2" ,
"strnum" : "^2.4.1" ,
"xml-naming" : "^0.3.0"
2024-10-12 12:14:29 +02:00
},
"bin" : {
"fxparser" : "src/cli/cli.js"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
},
"peerDependencies" : {
"picomatch" : "^3 || ^4"
},
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
},
2025-06-24 12:04:05 -05:00
"node_modules/follow-redirects" : {
2026-06-06 13:55:47 +02:00
"version" : "1.16.0" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz" ,
"integrity" : "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==" ,
2025-06-24 12:04:05 -05:00
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=4.0"
},
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
},
2020-10-21 09:43:08 +02:00
"node_modules/form-data" : {
2026-07-26 16:34:10 +02:00
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-2.5.6.tgz" ,
"integrity" : "sha512-Ogz/E85h9tlfJzpI6TuFpGcHZFhLrb9Gw8wq9v40CxSCPnv7ahKr6Xgtkn0KYCDQJ8DNn5VoMO8EXr9V5PadyA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
2025-09-18 08:37:35 +02:00
"combined-stream" : "^1.0.8" ,
"es-set-tostringtag" : "^2.1.0" ,
2026-07-26 16:34:10 +02:00
"hasown" : "^2.0.4" ,
2025-09-18 08:37:35 +02:00
"mime-types" : "^2.1.35" ,
2024-10-12 12:14:29 +02:00
"safe-buffer" : "^5.2.1"
2020-10-21 09:43:08 +02:00
},
"engines" : {
"node" : ">= 0.12"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/gaxios" : {
"version" : "6.7.1" ,
"resolved" : "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz" ,
"integrity" : "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"extend" : "^3.0.2" ,
"https-proxy-agent" : "^7.0.1" ,
"is-stream" : "^2.0.0" ,
"node-fetch" : "^2.6.9" ,
"uuid" : "^9.0.1"
},
"engines" : {
"node" : ">=14"
}
},
"node_modules/gaxios/node_modules/uuid" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
2026-06-06 13:55:47 +02:00
"deprecated" : "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028)." ,
2025-06-24 12:04:05 -05:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"bin" : {
"uuid" : "dist/bin/uuid"
}
},
"node_modules/gcp-metadata" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz" ,
"integrity" : "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"gaxios" : "^6.1.1" ,
"google-logging-utils" : "^0.0.2" ,
"json-bigint" : "^1.0.0"
},
"engines" : {
"node" : ">=14"
}
},
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/google-auth-library" : {
"version" : "9.15.1" ,
"resolved" : "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz" ,
"integrity" : "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"base64-js" : "^1.3.0" ,
"ecdsa-sig-formatter" : "^1.0.11" ,
"gaxios" : "^6.1.1" ,
"gcp-metadata" : "^6.1.0" ,
"gtoken" : "^7.0.0" ,
"jws" : "^4.0.0"
},
"engines" : {
"node" : ">=14"
}
},
"node_modules/google-logging-utils" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz" ,
"integrity" : "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=14"
}
},
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/gtoken" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz" ,
"integrity" : "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"gaxios" : "^6.0.0" ,
"jws" : "^4.0.0"
},
"engines" : {
"node" : ">=14.0.0"
}
},
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"has-symbols" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown" : {
2026-06-06 13:55:47 +02:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz" ,
"integrity" : "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/html-entities" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz" ,
"integrity" : "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/mdevils"
},
{
"type" : "patreon" ,
"url" : "https://patreon.com/mdevils"
}
2026-03-12 18:09:29 +01:00
],
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2024-10-12 12:14:29 +02:00
"node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
},
"engines" : {
"node" : ">= 14"
}
},
"node_modules/https-proxy-agent" : {
2024-12-28 08:36:36 +01:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2024-10-12 12:14:29 +02:00
"dependencies" : {
2024-12-28 08:36:36 +01:00
"agent-base" : "^7.1.2" ,
2024-10-12 12:14:29 +02:00
"debug" : "4"
},
"engines" : {
"node" : ">= 14"
}
},
2024-12-28 08:36:36 +01:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2024-12-28 08:36:36 +01:00
},
2026-06-06 13:55:47 +02:00
"node_modules/is-core-module" : {
"version" : "2.16.2" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz" ,
"integrity" : "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/is-reference" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz" ,
"integrity" : "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "*"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-26 16:34:10 +02:00
"node_modules/is-unsafe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-unsafe/-/is-unsafe-2.0.0.tgz" ,
"integrity" : "sha512-2LdV822R+wmI86unXA93WCFpL6g+av8ynWk0nrHyJqGop5VoocYsSLFgN8jrfalT6iGeLNM4KXuVSsULP53kEA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
"license" : "MIT"
},
2025-06-24 12:04:05 -05:00
"node_modules/json-bigint" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz" ,
"integrity" : "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"bignumber.js" : "^9.0.0"
}
},
"node_modules/jwa" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz" ,
"integrity" : "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"buffer-equal-constant-time" : "^1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
},
"node_modules/jws" : {
2026-03-12 08:27:56 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz" ,
"integrity" : "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
2026-03-12 08:27:56 +01:00
"jwa" : "^2.0.1" ,
2025-06-24 12:04:05 -05:00
"safe-buffer" : "^5.0.1"
}
},
2023-05-11 22:19:46 +01:00
"node_modules/linefix" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/linefix/-/linefix-0.1.1.tgz" ,
"integrity" : "sha512-fHYLcNWUGTs3QjR8GD8tzHmkVbIoTbjcB5MLXs1Iu1cZazTvcUKaCiuarDM0jVygLnpxLTVbbihLJevKARmqrA==" ,
"dev" : true ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2023-05-11 22:19:46 +01:00
"bin" : {
"linefix" : "bin/fix.js"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"bin" : {
"mime" : "cli.js"
},
"engines" : {
"node" : ">=10.0.0"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/mime-db" : {
2022-04-08 17:25:03 +02:00
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/mime-types" : {
2022-04-08 17:25:03 +02:00
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2022-04-08 17:25:03 +02:00
"mime-db" : "1.52.0"
2020-10-21 09:43:08 +02:00
},
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/minimatch" : {
2026-06-06 13:55:47 +02:00
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
"license" : "BlueOak-1.0.0" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
2026-06-06 13:55:47 +02:00
"brace-expansion" : "^5.0.5"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-06-06 13:55:47 +02:00
"node" : "18 || 20 || >=22"
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2020-10-21 09:43:08 +02:00
}
},
2024-10-12 12:14:29 +02:00
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2024-10-12 12:14:29 +02:00
},
2020-10-21 09:43:08 +02:00
"node_modules/node-fetch" : {
2023-10-21 10:36:18 +02:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2021-09-28 17:49:43 +02:00
"dependencies" : {
"whatwg-url" : "^5.0.0"
},
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : "4.x || >=6.0.0"
2022-04-08 17:25:03 +02:00
},
"peerDependencies" : {
"encoding" : "^0.1.0"
},
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
2020-10-21 09:43:08 +02:00
}
},
2024-12-28 08:36:36 +01:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
2026-03-12 18:09:29 +01:00
"license" : "ISC" ,
2024-12-28 08:36:36 +01:00
"dependencies" : {
"wrappy" : "1"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-03-12 08:27:56 +01:00
"node_modules/path-expression-matcher" : {
2026-07-26 16:34:10 +02:00
"version" : "1.6.2" ,
"resolved" : "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.2.tgz" ,
"integrity" : "sha512-enSlaiat05iasnzmgNxRj8reFdj3puY2QpNgP1aPIaVfT6nn9ICuPoFlKHk8EN22HcwewshO+mN2DGbkCEOtqQ==" ,
2026-03-12 08:27:56 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2026-03-12 08:27:56 +01:00
"engines" : {
"node" : ">=14.0.0"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"dev" : true ,
2026-03-12 18:09:29 +01:00
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2026-06-06 13:55:47 +02:00
"node_modules/picomatch" : {
2026-07-26 16:34:10 +02:00
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz" ,
"integrity" : "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==" ,
2026-06-06 13:55:47 +02:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/proxy-from-env" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz" ,
"integrity" : "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
},
"engines" : {
"node" : ">= 6"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/resolve" : {
"version" : "1.22.12" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz" ,
"integrity" : "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"is-core-module" : "^2.16.1" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
},
"bin" : {
"resolve" : "bin/resolve"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/retry" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz" ,
"integrity" : "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">= 4"
}
},
"node_modules/retry-request" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz" ,
"integrity" : "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@types/request" : "^2.48.8" ,
"extend" : "^3.0.2" ,
"teeny-request" : "^9.0.0"
},
"engines" : {
"node" : ">=14"
}
},
2026-06-06 13:55:47 +02:00
"node_modules/rollup" : {
2026-08-06 08:19:44 +02:00
"version" : "4.62.4" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.62.4.tgz" ,
"integrity" : "sha512-RXOqwaPsBGjMNMa4sQjDjHieHEZDFoj/Rdr46l2MU5DfEs16wHJPC2RPTPHWhNl+M3aI472LLqFkFKut4SblOg==" ,
2026-06-06 13:55:47 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "1.0.9"
},
"bin" : {
"rollup" : "dist/bin/rollup"
},
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
},
"optionalDependencies" : {
2026-08-06 08:19:44 +02:00
"@napi-rs/lzma-linux-x64-gnu" : "1.5.1" ,
"@rollup/rollup-android-arm-eabi" : "4.62.4" ,
"@rollup/rollup-android-arm64" : "4.62.4" ,
"@rollup/rollup-darwin-arm64" : "4.62.4" ,
"@rollup/rollup-darwin-x64" : "4.62.4" ,
"@rollup/rollup-freebsd-arm64" : "4.62.4" ,
"@rollup/rollup-freebsd-x64" : "4.62.4" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.62.4" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.62.4" ,
"@rollup/rollup-linux-arm64-gnu" : "4.62.4" ,
"@rollup/rollup-linux-arm64-musl" : "4.62.4" ,
"@rollup/rollup-linux-loong64-gnu" : "4.62.4" ,
"@rollup/rollup-linux-loong64-musl" : "4.62.4" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.62.4" ,
"@rollup/rollup-linux-ppc64-musl" : "4.62.4" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.62.4" ,
"@rollup/rollup-linux-riscv64-musl" : "4.62.4" ,
"@rollup/rollup-linux-s390x-gnu" : "4.62.4" ,
"@rollup/rollup-linux-x64-gnu" : "4.62.4" ,
"@rollup/rollup-linux-x64-musl" : "4.62.4" ,
"@rollup/rollup-openbsd-x64" : "4.62.4" ,
"@rollup/rollup-openharmony-arm64" : "4.62.4" ,
"@rollup/rollup-win32-arm64-msvc" : "4.62.4" ,
"@rollup/rollup-win32-ia32-msvc" : "4.62.4" ,
"@rollup/rollup-win32-x64-gnu" : "4.62.4" ,
"@rollup/rollup-win32-x64-msvc" : "4.62.4" ,
2026-06-06 13:55:47 +02:00
"fsevents" : "~2.3.2"
}
},
2024-10-12 12:14:29 +02:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
},
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
},
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2026-03-12 18:09:29 +01:00
],
"license" : "MIT"
2020-10-21 09:43:08 +02:00
},
"node_modules/sax" : {
2026-07-26 16:34:10 +02:00
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.6.1.tgz" ,
"integrity" : "sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==" ,
2026-03-12 18:09:29 +01:00
"license" : "BlueOak-1.0.0" ,
2026-03-12 08:27:56 +01:00
"engines" : {
"node" : ">=11.0.0"
}
2020-10-21 09:43:08 +02:00
},
"node_modules/semver" : {
2026-07-26 16:34:10 +02:00
"version" : "7.8.5" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz" ,
"integrity" : "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==" ,
2026-03-12 18:09:29 +01:00
"license" : "ISC" ,
2020-10-21 09:43:08 +02:00
"bin" : {
"semver" : "bin/semver.js"
2026-06-06 13:55:47 +02:00
},
"engines" : {
"node" : ">=10"
2020-10-21 09:43:08 +02:00
}
},
2023-08-19 20:23:03 +10:00
"node_modules/smol-toml" : {
2026-07-26 16:34:10 +02:00
"version" : "1.7.1" ,
"resolved" : "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.1.tgz" ,
"integrity" : "sha512-PPlsspAZ4jbMBu5DMFhfUGDQLu/vrL4SyBROVS37x8ynnVmFIs1VPBz1Co8Xks3TvpIaZXmU85y4DrQ+UyVFoQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "BSD-3-Clause" ,
2023-08-19 20:23:03 +10:00
"engines" : {
2024-10-12 12:14:29 +02:00
"node" : ">= 18"
},
"funding" : {
"url" : "https://github.com/sponsors/cyyynthia"
2023-08-19 20:23:03 +10:00
}
2023-06-18 17:29:44 +10:00
},
2025-06-24 12:04:05 -05:00
"node_modules/stream-events" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz" ,
"integrity" : "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"stubs" : "^3.0.0"
}
},
"node_modules/stream-shift" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
},
2024-10-12 12:14:29 +02:00
"node_modules/strnum" : {
2026-07-26 16:34:10 +02:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz" ,
"integrity" : "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==" ,
2025-09-18 08:37:35 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
2026-03-12 18:09:29 +01:00
],
2026-07-26 16:34:10 +02:00
"license" : "MIT" ,
"dependencies" : {
"anynum" : "^1.0.1"
}
2024-10-12 12:14:29 +02:00
},
2025-06-24 12:04:05 -05:00
"node_modules/stubs" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==" ,
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
2026-06-06 13:55:47 +02:00
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2025-06-24 12:04:05 -05:00
"node_modules/teeny-request" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz" ,
"integrity" : "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==" ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"node-fetch" : "^2.6.9" ,
"stream-events" : "^1.0.5" ,
"uuid" : "^9.0.0"
},
"engines" : {
"node" : ">=14"
}
},
"node_modules/teeny-request/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"debug" : "4"
},
"engines" : {
"node" : ">= 6.0.0"
}
},
"node_modules/teeny-request/node_modules/http-proxy-agent" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" ,
"integrity" : "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"@tootallnate/once" : "2" ,
"agent-base" : "6" ,
"debug" : "4"
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/teeny-request/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/teeny-request/node_modules/uuid" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
2026-06-06 13:55:47 +02:00
"deprecated" : "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028)." ,
2025-06-24 12:04:05 -05:00
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
],
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"bin" : {
"uuid" : "dist/bin/uuid"
}
},
2021-09-28 17:49:43 +02:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
2021-09-28 17:49:43 +02:00
},
2020-10-21 09:43:08 +02:00
"node_modules/tslib" : {
2024-12-28 08:36:36 +01:00
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
2020-10-21 09:43:08 +02:00
},
"node_modules/tunnel" : {
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz" ,
"integrity" : "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">=0.6.11 <=0.7.0 || >=0.7.3"
}
},
"node_modules/typescript" : {
2026-07-26 16:34:10 +02:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz" ,
"integrity" : "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==" ,
2025-08-14 11:14:50 +00:00
"dev" : true ,
2026-03-12 18:09:29 +01:00
"license" : "Apache-2.0" ,
2020-10-21 09:43:08 +02:00
"bin" : {
2026-07-26 16:34:10 +02:00
"tsc" : "bin/tsc"
2020-10-21 09:43:08 +02:00
},
"engines" : {
2026-07-26 16:34:10 +02:00
"node" : ">=16.20.0"
},
"optionalDependencies" : {
"@typescript/typescript-aix-ppc64" : "7.0.2" ,
"@typescript/typescript-darwin-arm64" : "7.0.2" ,
"@typescript/typescript-darwin-x64" : "7.0.2" ,
"@typescript/typescript-freebsd-arm64" : "7.0.2" ,
"@typescript/typescript-freebsd-x64" : "7.0.2" ,
"@typescript/typescript-linux-arm" : "7.0.2" ,
"@typescript/typescript-linux-arm64" : "7.0.2" ,
"@typescript/typescript-linux-loong64" : "7.0.2" ,
"@typescript/typescript-linux-mips64el" : "7.0.2" ,
"@typescript/typescript-linux-ppc64" : "7.0.2" ,
"@typescript/typescript-linux-riscv64" : "7.0.2" ,
"@typescript/typescript-linux-s390x" : "7.0.2" ,
"@typescript/typescript-linux-x64" : "7.0.2" ,
"@typescript/typescript-netbsd-arm64" : "7.0.2" ,
"@typescript/typescript-netbsd-x64" : "7.0.2" ,
"@typescript/typescript-openbsd-arm64" : "7.0.2" ,
"@typescript/typescript-openbsd-x64" : "7.0.2" ,
"@typescript/typescript-sunos-x64" : "7.0.2" ,
"@typescript/typescript-win32-arm64" : "7.0.2" ,
"@typescript/typescript-win32-x64" : "7.0.2"
2020-10-21 09:43:08 +02:00
}
},
2023-10-21 10:36:18 +02:00
"node_modules/undici" : {
2026-07-26 16:34:10 +02:00
"version" : "6.28.0" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz" ,
"integrity" : "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2023-10-21 10:36:18 +02:00
"engines" : {
2026-06-06 13:55:47 +02:00
"node" : ">=18.17"
2023-10-21 10:36:18 +02:00
}
},
"node_modules/undici-types" : {
2026-07-26 16:34:10 +02:00
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz" ,
"integrity" : "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT"
2025-06-24 12:04:05 -05:00
},
"node_modules/universal-user-agent" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" ,
"license" : "ISC"
2025-06-24 12:04:05 -05:00
},
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
2023-10-21 10:36:18 +02:00
},
2020-10-21 09:43:08 +02:00
"node_modules/uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" ,
2026-06-06 13:55:47 +02:00
"deprecated" : "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028)." ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"bin" : {
"uuid" : "bin/uuid"
}
},
2021-09-28 17:49:43 +02:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
2021-09-28 17:49:43 +02:00
},
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
2022-06-26 12:35:07 +02:00
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2021-09-28 17:49:43 +02:00
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
},
2024-12-28 08:36:36 +01:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2026-03-12 18:09:29 +01:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2024-12-28 08:36:36 +01:00
},
2026-06-06 13:55:47 +02:00
"node_modules/xml-naming" : {
2026-07-26 16:34:10 +02:00
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz" ,
"integrity" : "sha512-ghig2TBE/H11aOVgmahA3MhimvkBr6JIYknH/Dhdk10nXwdbIqBJsbfMxpvFPG8bAw77gN29aQWvKpmVoPlvPQ==" ,
2026-06-06 13:55:47 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
],
"license" : "MIT" ,
"engines" : {
"node" : ">=16.0.0"
}
},
2020-10-21 09:43:08 +02:00
"node_modules/xml2js" : {
2023-05-02 22:03:29 +02:00
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz" ,
"integrity" : "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"dependencies" : {
"sax" : ">=0.6.0" ,
"xmlbuilder" : "~11.0.0"
},
"engines" : {
"node" : ">=4.0.0"
}
},
"node_modules/xmlbuilder" : {
"version" : "11.0.1" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" ,
"integrity" : "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2020-10-21 09:43:08 +02:00
"engines" : {
"node" : ">=4.0"
}
2024-12-28 08:36:36 +01:00
},
2025-06-24 12:04:05 -05:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
2026-03-12 18:09:29 +01:00
"license" : "MIT" ,
2025-06-24 12:04:05 -05:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2020-10-21 09:43:08 +02:00
}
2020-09-25 16:42:39 +02:00
}
}