2017-08-14 10:44:58 -07:00
{
2025-05-23 15:32:15 +02:00
"name" : "cloudron-platform" ,
2025-06-06 13:26:18 +02:00
"version" : "9.0.0" ,
2023-03-08 16:41:59 +01:00
"lockfileVersion" : 3 ,
2017-12-15 16:52:56 +05:30
"requires" : true ,
2021-12-16 22:43:19 -08:00
"packages" : {
"" : {
2025-05-23 15:32:15 +02:00
"name" : "cloudron-platform" ,
2025-06-06 13:26:18 +02:00
"version" : "9.0.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/client-route-53" : "^3.1000.0" ,
"@aws-sdk/client-s3" : "^3.1000.0" ,
"@aws-sdk/lib-storage" : "^3.1000.0" ,
2026-02-18 19:59:58 +01:00
"@cloudron/connect-lastmile" : "^3.0.0" ,
2026-02-21 20:34:24 +01:00
"@cloudron/manifest-format" : "^6.1.0" ,
2026-02-18 19:59:58 +01:00
"@cloudron/pipework" : "^2.1.2" ,
"@cloudron/superagent" : "^2.1.1" ,
2025-11-11 08:59:57 +01:00
"@google-cloud/dns" : "^5.3.1" ,
2026-02-06 18:23:30 +01:00
"@google-cloud/storage" : "^7.19.0" ,
2026-03-02 08:40:19 +05:30
"@simplewebauthn/server" : "^13.2.3" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/util-retry" : "^4.2.10" ,
"@types/node" : "^25.3.3" ,
2025-02-05 10:41:30 +01:00
"async" : "^3.2.6" ,
2021-12-16 22:43:19 -08:00
"connect" : "^3.7.0" ,
2025-08-01 12:55:36 +02:00
"connect-timeout" : "^1.9.1" ,
2025-02-05 10:41:30 +01:00
"cookie-parser" : "^1.4.7" ,
2025-08-01 12:55:36 +02:00
"cookie-session" : "^2.1.1" ,
2026-01-23 09:12:10 +01:00
"cron" : "^4.4.0" ,
2023-11-26 09:46:51 +01:00
"db-migrate" : "^0.11.14" ,
2025-02-05 14:39:14 +01:00
"db-migrate-mysql" : "^3.0.0" ,
2025-10-02 08:34:32 +02:00
"dockerode" : "^4.0.9" ,
2025-06-06 08:24:45 +02:00
"domrobot-client" : "^3.3.0" ,
2026-01-23 09:12:10 +01:00
"ejs" : "^4.0.1" ,
"express" : "^5.2.1" ,
"jose" : "^6.1.3" ,
2026-02-18 19:59:58 +01:00
"jsdom" : "^28.1.0" ,
2026-01-23 09:12:10 +01:00
"jsonwebtoken" : "^9.0.3" ,
2023-03-09 18:53:26 +01:00
"ldapjs" : "^2.3.3" ,
2026-02-18 19:59:58 +01:00
"marked" : "^17.0.3" ,
2024-02-09 19:54:50 +01:00
"moment" : "^2.30.1" ,
2025-06-06 08:24:45 +02:00
"moment-timezone" : "^0.6.0" ,
2022-04-15 07:24:40 -05:00
"multiparty" : "^4.2.3" ,
2026-03-02 08:40:19 +05:30
"mysql2" : "^3.18.2" ,
2026-02-14 19:45:15 +01:00
"nodemailer" : "^8.0.1" ,
2026-02-19 13:36:26 +01:00
"oidc-provider" : "^9.6.1" ,
2023-11-05 18:38:30 +01:00
"ovh" : "^2.0.3" ,
2025-02-05 10:41:30 +01:00
"qrcode" : "^1.5.4" ,
2025-04-29 08:18:00 +02:00
"safetydance" : "^2.5.1" ,
2026-02-06 18:23:30 +01:00
"semver" : "^7.7.4" ,
2021-12-16 22:43:19 -08:00
"speakeasy" : "^2.0.0" ,
2026-03-02 08:40:19 +05:30
"tar-stream" : "^3.1.8" ,
2025-07-14 10:30:49 +02:00
"tldjs" : "^2.3.2" ,
2026-02-06 18:23:30 +01:00
"ua-parser-js" : "^2.0.9" ,
2026-01-23 09:12:10 +01:00
"ws" : "^8.19.0" ,
2023-07-28 09:35:39 +05:30
"xml2js" : "^0.6.2"
2021-12-16 22:43:19 -08:00
} ,
"devDependencies" : {
2026-02-14 19:45:15 +01:00
"@eslint/js" : "^10.0.1" ,
2026-02-06 18:23:30 +01:00
"commander" : "^14.0.3" ,
2023-03-29 23:09:15 +02:00
"easy-table" : "^1.2.0" ,
2026-03-02 08:40:19 +05:30
"eslint" : "^10.0.2" ,
2026-01-23 09:12:10 +01:00
"eventsource" : "^4.1.0" ,
2026-03-02 08:40:19 +05:30
"globals" : "^17.4.0" ,
2026-02-19 13:24:14 +01:00
"mocha" : "^11.7.5" ,
2026-02-14 19:45:15 +01:00
"nock" : "^14.0.11" ,
2025-11-24 13:57:58 +01:00
"ssh2" : "^1.17.0"
2021-12-16 22:43:19 -08:00
}
} ,
2025-11-11 08:59:57 +01:00
"node_modules/@acemir/cssom" : {
2026-01-23 09:12:10 +01:00
"version" : "0.9.31" ,
"resolved" : "https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz" ,
"integrity" : "sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==" ,
2025-11-11 08:59:57 +01:00
"license" : "MIT"
} ,
2025-02-05 14:39:14 +01:00
"node_modules/@asamuzakjp/css-color" : {
2026-02-18 19:59:58 +01:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.1.2.tgz" ,
"integrity" : "sha512-NfBUvBaYgKIuq6E/RBLY1m0IohzNHAYyaJGuTK79Z23uNwmz2jl1mPsC5ZxCCxylinKhT1Amn5oNTlx1wN8cQg==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
"dependencies" : {
2026-02-18 19:59:58 +01:00
"@csstools/css-calc" : "^3.0.0" ,
"@csstools/css-color-parser" : "^4.0.1" ,
"@csstools/css-parser-algorithms" : "^4.0.0" ,
"@csstools/css-tokenizer" : "^4.0.0" ,
"lru-cache" : "^11.2.5"
2025-10-02 08:34:32 +02:00
}
} ,
"node_modules/@asamuzakjp/dom-selector" : {
2026-02-18 19:59:58 +01:00
"version" : "6.8.1" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.8.1.tgz" ,
"integrity" : "sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==" ,
2025-10-02 08:34:32 +02:00
"license" : "MIT" ,
"dependencies" : {
"@asamuzakjp/nwsapi" : "^2.3.9" ,
"bidi-js" : "^1.0.3" ,
"css-tree" : "^3.1.0" ,
"is-potential-custom-element-name" : "^1.0.1" ,
2026-02-18 19:59:58 +01:00
"lru-cache" : "^11.2.6"
2025-10-02 08:34:32 +02:00
}
} ,
"node_modules/@asamuzakjp/nwsapi" : {
"version" : "2.3.9" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz" ,
"integrity" : "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==" ,
"license" : "MIT"
2025-02-05 14:39:14 +01:00
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-crypto/crc32" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz" ,
"integrity" : "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/util" : "^5.2.0" ,
"@aws-sdk/types" : "^3.222.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/@aws-crypto/crc32c" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz" ,
"integrity" : "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/util" : "^5.2.0" ,
"@aws-sdk/types" : "^3.222.0" ,
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-crypto/sha1-browser" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz" ,
"integrity" : "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/supports-web-crypto" : "^5.2.0" ,
"@aws-crypto/util" : "^5.2.0" ,
"@aws-sdk/types" : "^3.222.0" ,
"@aws-sdk/util-locate-window" : "^3.0.0" ,
"@smithy/util-utf8" : "^2.0.0" ,
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz" ,
"integrity" : "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz" ,
"integrity" : "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/is-array-buffer" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz" ,
"integrity" : "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/util-buffer-from" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-crypto/sha256-browser" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz" ,
"integrity" : "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/sha256-js" : "^5.2.0" ,
"@aws-crypto/supports-web-crypto" : "^5.2.0" ,
"@aws-crypto/util" : "^5.2.0" ,
"@aws-sdk/types" : "^3.222.0" ,
"@aws-sdk/util-locate-window" : "^3.0.0" ,
"@smithy/util-utf8" : "^2.0.0" ,
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz" ,
"integrity" : "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz" ,
"integrity" : "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/is-array-buffer" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz" ,
"integrity" : "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/util-buffer-from" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/sha256-js" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz" ,
"integrity" : "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/util" : "^5.2.0" ,
"@aws-sdk/types" : "^3.222.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/@aws-crypto/supports-web-crypto" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz" ,
"integrity" : "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-crypto/util" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz" ,
"integrity" : "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/types" : "^3.222.0" ,
"@smithy/util-utf8" : "^2.0.0" ,
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz" ,
"integrity" : "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz" ,
"integrity" : "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/is-array-buffer" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz" ,
"integrity" : "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/util-buffer-from" : "^2.2.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@aws-sdk/client-route-53" : {
2026-03-02 08:40:19 +05:30
"version" : "3.1000.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/client-route-53/-/client-route-53-3.1000.0.tgz" ,
"integrity" : "sha512-mMQ6W4FZwYrUt8U26FjW4ARbrT63ige1Bb88GvegnKFqI9TcLV+khzSom87lpNa58ABab5Ib3ahCpwdfHlTdXA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/sha256-browser" : "5.2.0" ,
"@aws-crypto/sha256-js" : "5.2.0" ,
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/credential-provider-node" : "^3.972.14" ,
"@aws-sdk/middleware-host-header" : "^3.972.6" ,
"@aws-sdk/middleware-logger" : "^3.972.6" ,
"@aws-sdk/middleware-recursion-detection" : "^3.972.6" ,
"@aws-sdk/middleware-sdk-route53" : "^3.972.8" ,
"@aws-sdk/middleware-user-agent" : "^3.972.15" ,
"@aws-sdk/region-config-resolver" : "^3.972.6" ,
"@aws-sdk/types" : "^3.973.4" ,
"@aws-sdk/util-endpoints" : "^3.996.3" ,
"@aws-sdk/util-user-agent-browser" : "^3.972.6" ,
"@aws-sdk/util-user-agent-node" : "^3.973.0" ,
"@smithy/config-resolver" : "^4.4.9" ,
"@smithy/core" : "^3.23.6" ,
"@smithy/fetch-http-handler" : "^5.3.11" ,
"@smithy/hash-node" : "^4.2.10" ,
"@smithy/invalid-dependency" : "^4.2.10" ,
"@smithy/middleware-content-length" : "^4.2.10" ,
"@smithy/middleware-endpoint" : "^4.4.20" ,
"@smithy/middleware-retry" : "^4.4.37" ,
"@smithy/middleware-serde" : "^4.2.11" ,
"@smithy/middleware-stack" : "^4.2.10" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-body-length-browser" : "^4.2.1" ,
"@smithy/util-body-length-node" : "^4.2.2" ,
"@smithy/util-defaults-mode-browser" : "^4.3.36" ,
"@smithy/util-defaults-mode-node" : "^4.2.39" ,
"@smithy/util-endpoints" : "^3.3.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-retry" : "^4.2.10" ,
"@smithy/util-utf8" : "^4.2.1" ,
"@smithy/util-waiter" : "^4.2.10" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-sdk/client-s3" : {
2026-03-02 08:40:19 +05:30
"version" : "3.1000.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.1000.0.tgz" ,
"integrity" : "sha512-7kPy33qNGq3NfwHC0412T6LDK1bp4+eiPzetX0sVd9cpTSXuQDKpoOFnB0Njj6uZjJDcLS3n2OeyarwwgkQ0Ow==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
2026-02-19 13:36:26 +01:00
"peer" : true ,
2025-02-12 20:56:46 +01:00
"dependencies" : {
"@aws-crypto/sha1-browser" : "5.2.0" ,
"@aws-crypto/sha256-browser" : "5.2.0" ,
"@aws-crypto/sha256-js" : "5.2.0" ,
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/credential-provider-node" : "^3.972.14" ,
"@aws-sdk/middleware-bucket-endpoint" : "^3.972.6" ,
"@aws-sdk/middleware-expect-continue" : "^3.972.6" ,
"@aws-sdk/middleware-flexible-checksums" : "^3.973.1" ,
"@aws-sdk/middleware-host-header" : "^3.972.6" ,
"@aws-sdk/middleware-location-constraint" : "^3.972.6" ,
"@aws-sdk/middleware-logger" : "^3.972.6" ,
"@aws-sdk/middleware-recursion-detection" : "^3.972.6" ,
"@aws-sdk/middleware-sdk-s3" : "^3.972.15" ,
"@aws-sdk/middleware-ssec" : "^3.972.6" ,
"@aws-sdk/middleware-user-agent" : "^3.972.15" ,
"@aws-sdk/region-config-resolver" : "^3.972.6" ,
"@aws-sdk/signature-v4-multi-region" : "^3.996.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@aws-sdk/util-endpoints" : "^3.996.3" ,
"@aws-sdk/util-user-agent-browser" : "^3.972.6" ,
"@aws-sdk/util-user-agent-node" : "^3.973.0" ,
"@smithy/config-resolver" : "^4.4.9" ,
"@smithy/core" : "^3.23.6" ,
"@smithy/eventstream-serde-browser" : "^4.2.10" ,
"@smithy/eventstream-serde-config-resolver" : "^4.3.10" ,
"@smithy/eventstream-serde-node" : "^4.2.10" ,
"@smithy/fetch-http-handler" : "^5.3.11" ,
"@smithy/hash-blob-browser" : "^4.2.11" ,
"@smithy/hash-node" : "^4.2.10" ,
"@smithy/hash-stream-node" : "^4.2.10" ,
"@smithy/invalid-dependency" : "^4.2.10" ,
"@smithy/md5-js" : "^4.2.10" ,
"@smithy/middleware-content-length" : "^4.2.10" ,
"@smithy/middleware-endpoint" : "^4.4.20" ,
"@smithy/middleware-retry" : "^4.4.37" ,
"@smithy/middleware-serde" : "^4.2.11" ,
"@smithy/middleware-stack" : "^4.2.10" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-body-length-browser" : "^4.2.1" ,
"@smithy/util-body-length-node" : "^4.2.2" ,
"@smithy/util-defaults-mode-browser" : "^4.3.36" ,
"@smithy/util-defaults-mode-node" : "^4.2.39" ,
"@smithy/util-endpoints" : "^3.3.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-retry" : "^4.2.10" ,
"@smithy/util-stream" : "^4.5.15" ,
"@smithy/util-utf8" : "^4.2.1" ,
"@smithy/util-waiter" : "^4.2.10" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/core" : {
2026-03-02 08:40:19 +05:30
"version" : "3.973.15" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.15.tgz" ,
"integrity" : "sha512-AlC0oQ1/mdJ8vCIqu524j5RB7M8i8E24bbkZmya1CuiQxkY7SdIZAyw7NDNMGaNINQFq/8oGRMX0HeOfCVsl/A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/types" : "^3.973.4" ,
"@aws-sdk/xml-builder" : "^3.972.8" ,
"@smithy/core" : "^3.23.6" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/signature-v4" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
}
} ,
"node_modules/@aws-sdk/crc64-nvme" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.3" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.3.tgz" ,
"integrity" : "sha512-UExeK+EFiq5LAcbHm96CQLSia+5pvpUVSAsVApscBzayb7/6dJBJKwV4/onsk4VbWSmqxDMcfuTD+pC4RxgZHg==" ,
2026-01-23 09:12:10 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2026-01-23 09:12:10 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-env" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.13.tgz" ,
"integrity" : "sha512-6ljXKIQ22WFKyIs1jbORIkGanySBHaPPTOI4OxACP5WXgbcR0nDYfqNJfXEGwCK7IzHdNbCSFsNKKs0qCexR8Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-http" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.15" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.15.tgz" ,
"integrity" : "sha512-dJuSTreu/T8f24SHDNTjd7eQ4rabr0TzPh2UTCwYexQtzG3nTDKm1e5eIdhiroTMDkPEJeY+WPkA6F9wod/20A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/fetch-http-handler" : "^5.3.11" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-stream" : "^4.5.15" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-ini" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.13.tgz" ,
"integrity" : "sha512-JKSoGb7XeabZLBJptpqoZIFbROUIS65NuQnEHGOpuT9GuuZwag2qciKANiDLFiYk4u8nSrJC9JIOnWKVvPVjeA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/credential-provider-env" : "^3.972.13" ,
"@aws-sdk/credential-provider-http" : "^3.972.15" ,
"@aws-sdk/credential-provider-login" : "^3.972.13" ,
"@aws-sdk/credential-provider-process" : "^3.972.13" ,
"@aws-sdk/credential-provider-sso" : "^3.972.13" ,
"@aws-sdk/credential-provider-web-identity" : "^3.972.13" ,
"@aws-sdk/nested-clients" : "^3.996.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/credential-provider-imds" : "^4.2.10" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
}
} ,
"node_modules/@aws-sdk/credential-provider-login" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.13.tgz" ,
"integrity" : "sha512-RtYcrxdnJHKY8MFQGLltCURcjuMjnaQpAxPE6+/QEdDHHItMKZgabRe/KScX737F9vJMQsmJy9EmMOkCnoC1JQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/nested-clients" : "^3.996.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2026-01-23 09:12:10 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-node" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.14" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.14.tgz" ,
"integrity" : "sha512-WqoC2aliIjQM/L3oFf6j+op/enT2i9Cc4UTxxMEKrJNECkq4/PlKE5BOjSYFcq6G9mz65EFbXJh7zOU4CvjSKQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/credential-provider-env" : "^3.972.13" ,
"@aws-sdk/credential-provider-http" : "^3.972.15" ,
"@aws-sdk/credential-provider-ini" : "^3.972.13" ,
"@aws-sdk/credential-provider-process" : "^3.972.13" ,
"@aws-sdk/credential-provider-sso" : "^3.972.13" ,
"@aws-sdk/credential-provider-web-identity" : "^3.972.13" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/credential-provider-imds" : "^4.2.10" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-process" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.13.tgz" ,
"integrity" : "sha512-rsRG0LQA4VR+jnDyuqtXi2CePYSmfm5GNL9KxiW8DSe25YwJSr06W8TdUfONAC+rjsTI+aIH2rBGG5FjMeANrw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-sso" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.13.tgz" ,
"integrity" : "sha512-fr0UU1wx8kNHDhTQBXioc/YviSW8iXuAxHvnH7eQUtn8F8o/FU3uu6EUMvAQgyvn7Ne5QFnC0Cj0BFlwCk+RFw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/nested-clients" : "^3.996.3" ,
"@aws-sdk/token-providers" : "3.999.0" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/credential-provider-web-identity" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.13" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.13.tgz" ,
"integrity" : "sha512-a6iFMh1pgUH0TdcouBppLJUfPM7Yd3R9S1xFodPtCRoLqCz2RQFA3qjA8x4112PVYXEd4/pHX2eihapq39w0rA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/nested-clients" : "^3.996.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-sdk/lib-storage" : {
2026-03-02 08:40:19 +05:30
"version" : "3.1000.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.1000.0.tgz" ,
"integrity" : "sha512-/5KUjz08OS6ErUAaBBBXosFWcjUQJ7R9taPDYfmeKALQF4YXirS+n4/nholInOG4/8Cg89DeufqA/Ru89jC5Kw==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/abort-controller" : "^4.2.10" ,
"@smithy/middleware-endpoint" : "^4.4.20" ,
"@smithy/smithy-client" : "^4.12.0" ,
2025-02-12 20:56:46 +01:00
"buffer" : "5.6.0" ,
"events" : "3.3.0" ,
"stream-browserify" : "3.0.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
} ,
"peerDependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/client-s3" : "^3.1000.0"
2025-02-12 20:56:46 +01:00
}
} ,
"node_modules/@aws-sdk/lib-storage/node_modules/buffer" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz" ,
"integrity" : "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==" ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.0.2" ,
"ieee754" : "^1.1.4"
}
} ,
"node_modules/@aws-sdk/lib-storage/node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.x"
}
} ,
"node_modules/@aws-sdk/middleware-bucket-endpoint" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.6.tgz" ,
"integrity" : "sha512-3H2bhvb7Cb/S6WFsBy/Dy9q2aegC9JmGH1inO8Lb2sWirSqpLJlZmvQHPE29h2tIxzv6el/14X/tLCQ8BQU6ZQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
2026-02-06 18:23:30 +01:00
"@aws-sdk/util-arn-parser" : "^3.972.2" ,
2026-03-02 08:40:19 +05:30
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-config-provider" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
"node_modules/@aws-sdk/middleware-expect-continue" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.6.tgz" ,
"integrity" : "sha512-QMdffpU+GkSGC+bz6WdqlclqIeCsOfgX8JFZ5xvwDtX+UTj4mIXm3uXu7Ko6dBseRcJz1FA6T9OmlAAY6JgJUg==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
"node_modules/@aws-sdk/middleware-flexible-checksums" : {
2026-03-02 08:40:19 +05:30
"version" : "3.973.1" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.973.1.tgz" ,
"integrity" : "sha512-QLXsxsI6VW8LuGK+/yx699wzqP/NMCGk/hSGP+qtB+Lcff+23UlbahyouLlk+nfT7Iu021SkXBhnAuVd6IZcPw==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/crc32" : "5.2.0" ,
"@aws-crypto/crc32c" : "5.2.0" ,
"@aws-crypto/util" : "5.2.0" ,
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/crc64-nvme" : "^3.972.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/is-array-buffer" : "^4.2.1" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-stream" : "^4.5.15" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/middleware-host-header" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.6.tgz" ,
"integrity" : "sha512-5XHwjPH1lHB+1q4bfC7T8Z5zZrZXfaLcjSMwTd1HPSPrCmPFMbg3UQ5vgNWcVj0xoX4HWqTGkSf2byrjlnRg5w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-sdk/middleware-location-constraint" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.6.tgz" ,
"integrity" : "sha512-XdZ2TLwyj3Am6kvUc67vquQvs6+D8npXvXgyEUJAdkUDx5oMFJKOqpK+UpJhVDsEL068WAJl2NEGzbSik7dGJQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/middleware-logger" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.972.6.tgz" ,
"integrity" : "sha512-iFnaMFMQdljAPrvsCVKYltPt2j40LQqukAbXvW7v0aL5I+1GO7bZ/W8m12WxW3gwyK5p5u1WlHg8TSAizC5cZw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/middleware-recursion-detection" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.6.tgz" ,
"integrity" : "sha512-dY4v3of5EEMvik6+UDwQ96KfUFDk8m1oZDdkSc5lwi4o7rFrjnv0A+yTV+gu230iybQZnKgDLg/rt2P3H+Vscw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
2026-01-23 09:12:10 +01:00
"@aws/lambda-invoke-store" : "^0.2.2" ,
2026-03-02 08:40:19 +05:30
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/middleware-sdk-route53" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.8" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-sdk-route53/-/middleware-sdk-route53-3.972.8.tgz" ,
"integrity" : "sha512-cvN2cRJG+Lcs/msjZJJMkF3X9J1Ngm1IAISYTVfVmi2Hfrxp8Af3qaVK6eETIh0hCppt8RJiZgc0ue/Rd6YeMw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-sdk/middleware-sdk-s3" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.15" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.15.tgz" ,
"integrity" : "sha512-WDLgssevOU5BFx1s8jA7jj6cE5HuImz28sy9jKOaVtz0AW1lYqSzotzdyiybFaBcQTs5zxXOb2pUfyMxgEKY3Q==" ,
2026-01-23 09:12:10 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/types" : "^3.973.4" ,
2026-02-06 18:23:30 +01:00
"@aws-sdk/util-arn-parser" : "^3.972.2" ,
2026-03-02 08:40:19 +05:30
"@smithy/core" : "^3.23.6" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/signature-v4" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-config-provider" : "^4.2.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-stream" : "^4.5.15" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
"node_modules/@aws-sdk/middleware-ssec" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.6.tgz" ,
"integrity" : "sha512-acvMUX9jF4I2Ew+Z/EA6gfaFaz9ehci5wxBmXCZeulLuv8m+iGf6pY9uKz8TPjg39bdAz3hxoE0eLP8Qz+IYlA==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/middleware-user-agent" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.15" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.15.tgz" ,
"integrity" : "sha512-ABlFVcIMmuRAwBT+8q5abAxOr7WmaINirDJBnqGY5b5jSDo00UMlg/G4a0xoAgwm6oAECeJcwkvDlxDwKf58fQ==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@aws-sdk/util-endpoints" : "^3.996.3" ,
"@smithy/core" : "^3.23.6" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/nested-clients" : {
2026-03-02 08:40:19 +05:30
"version" : "3.996.3" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.3.tgz" ,
"integrity" : "sha512-AU5TY1V29xqwg/MxmA2odwysTez+ccFAhmfRJk+QZT5HNv90UTA9qKd1J9THlsQkvmH7HWTEV1lDNxkQO5PzNw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/sha256-browser" : "5.2.0" ,
"@aws-crypto/sha256-js" : "5.2.0" ,
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/middleware-host-header" : "^3.972.6" ,
"@aws-sdk/middleware-logger" : "^3.972.6" ,
"@aws-sdk/middleware-recursion-detection" : "^3.972.6" ,
"@aws-sdk/middleware-user-agent" : "^3.972.15" ,
"@aws-sdk/region-config-resolver" : "^3.972.6" ,
"@aws-sdk/types" : "^3.973.4" ,
"@aws-sdk/util-endpoints" : "^3.996.3" ,
"@aws-sdk/util-user-agent-browser" : "^3.972.6" ,
"@aws-sdk/util-user-agent-node" : "^3.973.0" ,
"@smithy/config-resolver" : "^4.4.9" ,
"@smithy/core" : "^3.23.6" ,
"@smithy/fetch-http-handler" : "^5.3.11" ,
"@smithy/hash-node" : "^4.2.10" ,
"@smithy/invalid-dependency" : "^4.2.10" ,
"@smithy/middleware-content-length" : "^4.2.10" ,
"@smithy/middleware-endpoint" : "^4.4.20" ,
"@smithy/middleware-retry" : "^4.4.37" ,
"@smithy/middleware-serde" : "^4.2.11" ,
"@smithy/middleware-stack" : "^4.2.10" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-body-length-browser" : "^4.2.1" ,
"@smithy/util-body-length-node" : "^4.2.2" ,
"@smithy/util-defaults-mode-browser" : "^4.3.36" ,
"@smithy/util-defaults-mode-node" : "^4.2.39" ,
"@smithy/util-endpoints" : "^3.3.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-retry" : "^4.2.10" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2026-02-06 18:23:30 +01:00
"node_modules/@aws-sdk/region-config-resolver" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.6.tgz" ,
"integrity" : "sha512-Aa5PusHLXAqLTX1UKDvI3pHQJtIsF7Q+3turCHqfz/1F61/zDMWfbTC8evjhrrYVAtz9Vsv3SJ/waSUeu7B6gw==" ,
2026-01-23 09:12:10 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/config-resolver" : "^4.4.9" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/types" : "^4.13.0" ,
2026-01-23 09:12:10 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
2026-02-06 18:23:30 +01:00
"node_modules/@aws-sdk/signature-v4-multi-region" : {
2026-03-02 08:40:19 +05:30
"version" : "3.996.3" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.3.tgz" ,
"integrity" : "sha512-gQYI/Buwp0CAGQxY7mR5VzkP56rkWq2Y1ROkFuXh5XY94DsSjJw62B3I0N0lysQmtwiL2ht2KHI9NylM/RP4FA==" ,
2026-01-23 09:12:10 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/middleware-sdk-s3" : "^3.972.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/signature-v4" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2026-01-23 09:12:10 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/token-providers" : {
2026-03-02 08:40:19 +05:30
"version" : "3.999.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.999.0.tgz" ,
"integrity" : "sha512-cx0hHUlgXULfykx4rdu/ciNAJaa3AL5xz3rieCz7NKJ68MJwlj3664Y8WR5MGgxfyYJBdamnkjNSx5Kekuc0cg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/core" : "^3.973.15" ,
"@aws-sdk/nested-clients" : "^3.996.3" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@aws-sdk/types" : {
2026-03-02 08:40:19 +05:30
"version" : "3.973.4" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.4.tgz" ,
"integrity" : "sha512-RW60aH26Bsc016Y9B98hC0Plx6fK5P2v/iQYwMzrSjiDh1qRMUCP6KrXHYEHe3uFvKiOC93Z9zk4BJsUi6Tj1Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@aws-sdk/util-arn-parser" : {
2026-02-06 18:23:30 +01:00
"version" : "3.972.2" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.972.2.tgz" ,
"integrity" : "sha512-VkykWbqMjlSgBFDyrY3nOSqupMc6ivXuGmvci6Q3NnLq5kC+mKQe2QBZ4nrWRE/jqOxeFP2uYzLtwncYYcvQDg==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-12 20:56:46 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/util-endpoints" : {
2026-03-02 08:40:19 +05:30
"version" : "3.996.3" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.996.3.tgz" ,
"integrity" : "sha512-yWIQSNiCjykLL+ezN5A+DfBb1gfXTytBxm57e64lYmwxDHNmInYHRJYYRAGWG1o77vKEiWaw4ui28e3yb1k5aQ==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
"@smithy/util-endpoints" : "^3.3.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@aws-sdk/util-locate-window" : {
"version" : "3.723.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.723.0.tgz" ,
"integrity" : "sha512-Yf2CS10BqK688DRsrKI/EO6B8ff5J86NXe4C+VCysK7UOgN0l1zOTeTukZ3H8Q9tYYX3oaF1961o8vRkFm7Nmw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@aws-sdk/util-user-agent-browser" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.6" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.6.tgz" ,
"integrity" : "sha512-Fwr/llD6GOrFgQnKaI2glhohdGuBDfHfora6iG9qsBBBR8xv1SdCSwbtf5CWlUdCw5X7g76G/9Hf0Inh0EmoxA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"bowser" : "^2.11.0" ,
"tslib" : "^2.6.2"
}
} ,
"node_modules/@aws-sdk/util-user-agent-node" : {
2026-03-02 08:40:19 +05:30
"version" : "3.973.0" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.0.tgz" ,
"integrity" : "sha512-A9J2G4Nf236e9GpaC1JnA8wRn6u6GjnOXiTwBLA6NUJhlBTIGfrTy+K1IazmF8y+4OFdW3O5TZlhyspJMqiqjA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@aws-sdk/middleware-user-agent" : "^3.972.15" ,
"@aws-sdk/types" : "^3.973.4" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
} ,
"peerDependencies" : {
"aws-crt" : ">=1.0.0"
} ,
"peerDependenciesMeta" : {
"aws-crt" : {
"optional" : true
}
}
} ,
"node_modules/@aws-sdk/xml-builder" : {
2026-03-02 08:40:19 +05:30
"version" : "3.972.8" ,
"resolved" : "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.8.tgz" ,
"integrity" : "sha512-Ql8elcUdYCha83Ol7NznBsgN5GVZnv3vUd86fEc6waU6oUdY0T1O9NODkEEOS/Uaogr87avDrUC6DSeM4oXjZg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2026-02-19 13:36:26 +01:00
"fast-xml-parser" : "5.3.6" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=20.0.0"
2025-02-10 17:03:09 +01:00
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/@aws/lambda-invoke-store" : {
2026-01-23 09:12:10 +01:00
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz" ,
"integrity" : "sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==" ,
2025-10-02 08:34:32 +02:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/@balena/dockerignore" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0"
2022-11-06 10:26:24 +01:00
} ,
2026-02-18 19:59:58 +01:00
"node_modules/@bramus/specificity" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/@bramus/specificity/-/specificity-2.4.2.tgz" ,
"integrity" : "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==" ,
"license" : "MIT" ,
"dependencies" : {
"css-tree" : "^3.0.0"
} ,
"bin" : {
"specificity" : "bin/cli.js"
}
} ,
2025-07-10 11:00:31 +02:00
"node_modules/@cloudron/connect-lastmile" : {
2026-02-18 19:59:58 +01:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@cloudron/connect-lastmile/-/connect-lastmile-3.0.0.tgz" ,
"integrity" : "sha512-X5nP1O65t//BbmAXk/7qGbmYqI4hYcHopg61anvS9a6aWr+V797FFSsqhGBkjwu51eQJiTj5pRxs4JC/eJHD8A==" ,
2025-07-10 11:00:31 +02:00
"license" : "MIT"
} ,
2025-07-10 11:16:48 +02:00
"node_modules/@cloudron/manifest-format" : {
2026-02-21 20:34:24 +01:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@cloudron/manifest-format/-/manifest-format-6.1.0.tgz" ,
"integrity" : "sha512-RviYpeWy3NZSshv5kb57U2/ifR43QirW5NNS1f7d5sNdiimBg6tntb4KByQVF0NgNg7dBEdu8qgL39wyZ2jWDA==" ,
2025-07-10 11:16:48 +02:00
"license" : "MIT" ,
"dependencies" : {
2026-02-19 14:40:29 +01:00
"@cloudron/safetydance" : "^3.0.1" ,
"ajv" : "^8.18.0" ,
2026-02-05 13:20:00 +01:00
"cron" : "^4.4.0" ,
2026-02-09 14:50:20 +01:00
"semver" : "^7.7.4"
2026-02-05 13:20:00 +01:00
}
} ,
"node_modules/@cloudron/manifest-format/node_modules/ajv" : {
2026-02-19 14:40:29 +01:00
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz" ,
"integrity" : "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" ,
2026-02-05 13:20:00 +01:00
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2025-07-10 11:16:48 +02:00
}
} ,
2026-02-05 13:20:00 +01:00
"node_modules/@cloudron/manifest-format/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"license" : "MIT"
} ,
2026-01-21 21:22:41 +01:00
"node_modules/@cloudron/pipework" : {
2026-02-18 19:59:58 +01:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/@cloudron/pipework/-/pipework-2.1.2.tgz" ,
"integrity" : "sha512-9JaBoE4pRYbS98VhUvLM3hiaYT2iYi+pJQqhvkHM42mZkR9oDifKlrKoCFmyzgrhC74/lnA4I1n6i5a+xkPdUw==" ,
2026-01-22 18:08:39 +01:00
"license" : "ISC" ,
"dependencies" : {
2026-02-18 19:59:58 +01:00
"@cloudron/safetydance" : "^3.0.1"
}
} ,
"node_modules/@cloudron/safetydance" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@cloudron/safetydance/-/safetydance-3.0.1.tgz" ,
"integrity" : "sha512-S2iaZ8/5MZctCgS1hZ/426W5z/wQTKwgpSIiJiMVymnY0GkV8J6wE/UUF0x4l8JCHrWO9KBG7Yuxgpp37gG66Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20.0.0"
2026-01-22 18:08:39 +01:00
}
2026-01-21 21:22:41 +01:00
} ,
2025-07-10 10:55:52 +02:00
"node_modules/@cloudron/superagent" : {
2026-02-18 19:59:58 +01:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@cloudron/superagent/-/superagent-2.1.1.tgz" ,
"integrity" : "sha512-9K8im8+G5jtiB77rA3dZyEyLD5w4y9pyYPmlf0lCBT+T97q1FuSiG+Rljs4/Hq+tPKN6JfnqpgF4kVvvDSbggA==" ,
2025-07-10 10:55:52 +02:00
"license" : "ISC" ,
"dependencies" : {
2026-02-18 19:59:58 +01:00
"@cloudron/safetydance" : "^3.0.1" ,
"debug" : "^4.4.3"
2025-07-10 10:55:52 +02:00
}
} ,
2025-02-05 14:39:14 +01:00
"node_modules/@csstools/color-helpers" : {
2026-02-18 19:59:58 +01:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz" ,
"integrity" : "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==" ,
2025-02-05 14:39:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
2026-02-18 19:59:58 +01:00
"node" : ">=20.19.0"
2025-02-05 14:39:14 +01:00
}
} ,
"node_modules/@csstools/css-calc" : {
2026-02-18 19:59:58 +01:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.1.1.tgz" ,
"integrity" : "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==" ,
2025-02-05 14:39:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
2026-02-18 19:59:58 +01:00
"node" : ">=20.19.0"
2025-02-05 14:39:14 +01:00
} ,
"peerDependencies" : {
2026-02-18 19:59:58 +01:00
"@csstools/css-parser-algorithms" : "^4.0.0" ,
"@csstools/css-tokenizer" : "^4.0.0"
2025-02-05 14:39:14 +01:00
}
} ,
"node_modules/@csstools/css-color-parser" : {
2026-02-18 19:59:58 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz" ,
"integrity" : "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==" ,
2025-02-05 14:39:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"dependencies" : {
2026-02-18 19:59:58 +01:00
"@csstools/color-helpers" : "^6.0.1" ,
"@csstools/css-calc" : "^3.0.0"
2025-02-05 14:39:14 +01:00
} ,
"engines" : {
2026-02-18 19:59:58 +01:00
"node" : ">=20.19.0"
2025-02-05 14:39:14 +01:00
} ,
"peerDependencies" : {
2026-02-18 19:59:58 +01:00
"@csstools/css-parser-algorithms" : "^4.0.0" ,
"@csstools/css-tokenizer" : "^4.0.0"
2025-02-05 14:39:14 +01:00
}
} ,
"node_modules/@csstools/css-parser-algorithms" : {
2026-02-18 19:59:58 +01:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz" ,
"integrity" : "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==" ,
2025-02-05 14:39:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
2026-01-23 13:03:41 +01:00
"peer" : true ,
2025-02-05 14:39:14 +01:00
"engines" : {
2026-02-18 19:59:58 +01:00
"node" : ">=20.19.0"
2025-02-05 14:39:14 +01:00
} ,
"peerDependencies" : {
2026-02-18 19:59:58 +01:00
"@csstools/css-tokenizer" : "^4.0.0"
2025-10-02 08:34:32 +02:00
}
} ,
"node_modules/@csstools/css-syntax-patches-for-csstree" : {
2026-02-18 19:59:58 +01:00
"version" : "1.0.27" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz" ,
"integrity" : "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==" ,
2025-10-02 08:34:32 +02:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
2026-02-18 19:59:58 +01:00
"license" : "MIT-0"
2025-02-05 14:39:14 +01:00
} ,
"node_modules/@csstools/css-tokenizer" : {
2026-02-18 19:59:58 +01:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz" ,
"integrity" : "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==" ,
2025-02-05 14:39:14 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
2026-01-23 13:03:41 +01:00
"peer" : true ,
2025-02-05 14:39:14 +01:00
"engines" : {
2026-02-18 19:59:58 +01:00
"node" : ">=20.19.0"
2025-02-05 14:39:14 +01:00
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/@eslint-community/eslint-utils" : {
2026-02-14 19:45:15 +01:00
"version" : "4.9.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz" ,
"integrity" : "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-10-02 08:34:32 +02:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"eslint-visitor-keys" : "^3.4.3"
2023-03-21 14:40:40 +01:00
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
2025-10-02 08:34:32 +02:00
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
2023-03-21 14:40:40 +01:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/@eslint-community/regexpp" : {
2026-02-14 19:45:15 +01:00
"version" : "4.12.2" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz" ,
"integrity" : "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
2024-06-03 10:38:53 +02:00
"node_modules/@eslint/config-array" : {
2026-03-02 08:40:19 +05:30
"version" : "0.23.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.2.tgz" ,
"integrity" : "sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==" ,
2024-06-03 10:38:53 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "Apache-2.0" ,
2024-06-03 10:38:53 +02:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@eslint/object-schema" : "^3.0.2" ,
2024-06-03 10:38:53 +02:00
"debug" : "^4.3.1" ,
2026-03-02 08:40:19 +05:30
"minimatch" : "^10.2.1"
2025-02-05 10:41:57 +01:00
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2025-02-05 10:41:57 +01:00
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/@eslint/config-array/node_modules/balanced-match" : {
2026-03-02 08:40:19 +05:30
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-04-29 08:18:00 +02:00
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2025-04-29 08:18:00 +02:00
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
2026-03-02 08:40:19 +05:30
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz" ,
"integrity" : "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2025-02-05 10:41:57 +01:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"balanced-match" : "^4.0.2"
2024-06-03 10:38:53 +02:00
} ,
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2023-03-21 14:40:40 +01:00
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/@eslint/config-array/node_modules/minimatch" : {
2026-03-02 08:40:19 +05:30
"version" : "10.2.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz" ,
"integrity" : "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"brace-expansion" : "^5.0.2"
} ,
2023-03-21 14:40:40 +01:00
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2023-03-21 14:40:40 +01:00
} ,
"funding" : {
2026-02-14 19:45:15 +01:00
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@eslint/config-helpers" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz" ,
"integrity" : "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@eslint/core" : "^1.1.0"
} ,
"engines" : {
"node" : "^20.19.0 || ^22.13.0 || >=24"
}
} ,
"node_modules/@eslint/core" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz" ,
"integrity" : "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
"engines" : {
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-03-21 14:40:40 +01:00
}
} ,
"node_modules/@eslint/js" : {
2026-02-14 19:45:15 +01:00
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz" ,
"integrity" : "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==" ,
2024-06-03 10:38:53 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2024-06-03 10:38:53 +02:00
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2025-06-06 08:24:45 +02:00
} ,
"funding" : {
"url" : "https://eslint.org/donate"
2026-02-14 19:45:15 +01:00
} ,
"peerDependencies" : {
"eslint" : "^10.0.0"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
2024-06-03 10:38:53 +02:00
}
} ,
"node_modules/@eslint/object-schema" : {
2026-03-02 08:40:19 +05:30
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.2.tgz" ,
"integrity" : "sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2025-02-05 10:41:57 +01:00
}
} ,
"node_modules/@eslint/plugin-kit" : {
2026-02-14 19:45:15 +01:00
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz" ,
"integrity" : "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-02-14 19:45:15 +01:00
"@eslint/core" : "^1.1.0" ,
2025-02-05 10:41:57 +01:00
"levn" : "^0.4.1"
} ,
2023-03-21 14:40:40 +01:00
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-03-21 14:40:40 +01:00
}
} ,
2026-01-23 09:12:10 +01:00
"node_modules/@exodus/bytes" : {
2026-02-14 19:45:15 +01:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.14.1.tgz" ,
"integrity" : "sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==" ,
2026-01-23 09:12:10 +01:00
"license" : "MIT" ,
"engines" : {
"node" : "^20.19.0 || ^22.12.0 || >=24.0.0"
} ,
"peerDependencies" : {
"@noble/hashes" : "^1.8.0 || ^2.0.0"
} ,
"peerDependenciesMeta" : {
"@noble/hashes" : {
"optional" : true
}
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/@google-cloud/common" : {
2025-06-06 13:26:18 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/common/-/common-6.0.0.tgz" ,
"integrity" : "sha512-IXh04DlkLMxWgYLIUYuHHKXKOUwPDzDgke1ykkkJPe48cGIS9kkL2U/o0pm4ankHLlvzLF/ma1eO86n/bkumIA==" ,
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-04-19 18:09:17 +02:00
"@google-cloud/projectify" : "^4.0.0" ,
"@google-cloud/promisify" : "^4.0.0" ,
2025-06-06 13:26:18 +02:00
"arrify" : "^2.0.0" ,
"duplexify" : "^4.1.3" ,
2021-12-16 22:43:19 -08:00
"extend" : "^3.0.2" ,
2025-06-06 13:26:18 +02:00
"google-auth-library" : "^10.0.0-rc.1" ,
"html-entities" : "^2.5.2" ,
"retry-request" : "^8.0.0" ,
"teeny-request" : "^10.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/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"
}
} ,
"node_modules/@google-cloud/common/node_modules/gaxios" : {
"version" : "7.0.0-rc.6" ,
"resolved" : "https://registry.npmjs.org/gaxios/-/gaxios-7.0.0-rc.6.tgz" ,
"integrity" : "sha512-osVFpgeBiwTM2AVI9MXvb8iWzM6oSMbTVWc65Gm5BgBlE+nUA6PBHFMaYpqjZx1AhUH7aPOZq78WcRAM6hhAwA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"extend" : "^3.0.2" ,
"https-proxy-agent" : "^7.0.1" ,
"node-fetch" : "^3.3.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/node_modules/gcp-metadata" : {
"version" : "7.0.0-rc.1" ,
"resolved" : "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.0-rc.1.tgz" ,
"integrity" : "sha512-E6c+AdIaK1LNA839OyotiTca+B2IG1nDlMjnlcck8JjXn3fVgx57Ib9i6iL1/iqN7bA3EUQdcRRu+HqOCOABIg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"gaxios" : "^7.0.0-rc.1" ,
"google-logging-utils" : "^1.0.0" ,
"json-bigint" : "^1.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/node_modules/google-auth-library" : {
"version" : "10.0.0-rc.3" ,
"resolved" : "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.0.0-rc.3.tgz" ,
"integrity" : "sha512-WC9wfEKK0bk3seWKsDn2loduLth6JWKTsrbWftzrhPuzpwnVXb5oi2+aa0JDBxLBDdkGesLvTQ67F2nZ7leq1Q==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"base64-js" : "^1.3.0" ,
"ecdsa-sig-formatter" : "^1.0.11" ,
"gaxios" : "^7.0.0-rc.4" ,
"gcp-metadata" : "^7.0.0-rc.1" ,
"google-logging-utils" : "^1.0.0" ,
"gtoken" : "^8.0.0-rc.1" ,
"jws" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/node_modules/gtoken" : {
"version" : "8.0.0-rc.1" ,
"resolved" : "https://registry.npmjs.org/gtoken/-/gtoken-8.0.0-rc.1.tgz" ,
"integrity" : "sha512-UjE/egX6ixArdcCKOkheuFQ4XN4/0gX92nd2JPVEYuRU2sWHAWuOVGnowm1fQUdQtaxqn1n8H0hOb2LCaUhJ3A==" ,
"license" : "MIT" ,
"dependencies" : {
"gaxios" : "^7.0.0-rc.1" ,
"jws" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/node_modules/node-fetch" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
"license" : "MIT" ,
"dependencies" : {
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-fetch"
}
} ,
"node_modules/@google-cloud/common/node_modules/retry-request" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/retry-request/-/retry-request-8.0.0.tgz" ,
"integrity" : "sha512-dJkZNmyV9C8WKUmbdj1xcvVlXBSvsUQCkg89TCK8rD72RdSn9A2jlXlS2VuYSTHoPJjJEfUHhjNYrlvuksF9cg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/request" : "^2.48.12" ,
"extend" : "^3.0.2" ,
"teeny-request" : "^10.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/node_modules/teeny-request" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/teeny-request/-/teeny-request-10.1.0.tgz" ,
"integrity" : "sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"node-fetch" : "^3.3.2" ,
"stream-events" : "^1.0.5"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/common/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==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/dns" : {
2025-11-11 08:59:57 +01:00
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/dns/-/dns-5.3.1.tgz" ,
"integrity" : "sha512-1kkLU/si7zpIZpY2yg3pXZ1LH8Ifl/ujhxvxd/1d5e8qQ2pcyrobaxqlCekKltjBA24s/o3Up7Cl9pqj4elxdg==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"@google-cloud/common" : "^6.0.0" ,
"@google-cloud/paginator" : "^6.0.0" ,
"@google-cloud/promisify" : "^5.0.0" ,
2021-12-16 22:43:19 -08:00
"arrify" : "^2.0.0" ,
2022-01-09 16:39:24 -08:00
"dns-zonefile" : "0.2.10" ,
2025-07-14 10:30:49 +02:00
"google-gax" : "^5.0.0" ,
2021-12-16 22:43:19 -08:00
"lodash.groupby" : "^4.6.0" ,
"string-format-obj" : "^1.1.1"
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/dns/node_modules/@google-cloud/paginator" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-6.0.0.tgz" ,
"integrity" : "sha512-g5nmMnzC+94kBxOKkLGpK1ikvolTFCC3s2qtE4F+1EuArcJ7HHC23RDQVt3Ra3CqpUYZ+oXNKZ8n5Cn5yug8DA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"extend" : "^3.0.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@google-cloud/dns/node_modules/@google-cloud/promisify" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-5.0.0.tgz" ,
"integrity" : "sha512-N8qS6dlORGHwk7WjGXKOSsLjIjNINCPicsOX6gyyLiYk7mq3MtII96NZ9N2ahwA2vnkLmZODOIH9rlNniYWvCQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/paginator" : {
2024-04-19 18:09:17 +02:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.0.tgz" ,
"integrity" : "sha512-87aeg6QQcEPxGCOthnpUjvw4xAZ57G7pL8FS0C4e/81fr3FjkpUpibf1s2v5XGyGhUVGF4Jfg7yEcxqn2iUw1w==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"arrify" : "^2.0.0" ,
"extend" : "^3.0.2"
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/projectify" : {
2024-04-19 18:09:17 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz" ,
"integrity" : "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/promisify" : {
2024-04-19 18:09:17 +02:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz" ,
"integrity" : "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/storage" : {
2026-02-06 18:23:30 +01:00
"version" : "7.19.0" ,
"resolved" : "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.19.0.tgz" ,
"integrity" : "sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==" ,
2025-02-05 10:41:30 +01:00
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-04-19 18:09:17 +02:00
"@google-cloud/paginator" : "^5.0.0" ,
"@google-cloud/projectify" : "^4.0.0" ,
2025-04-29 08:18:00 +02:00
"@google-cloud/promisify" : "<4.1.0" ,
2022-04-15 07:24:40 -05:00
"abort-controller" : "^3.0.0" ,
"async-retry" : "^1.3.3" ,
2024-04-19 18:09:17 +02:00
"duplexify" : "^4.1.3" ,
2026-02-06 18:23:30 +01:00
"fast-xml-parser" : "^5.3.4" ,
2024-04-19 18:09:17 +02:00
"gaxios" : "^6.0.2" ,
"google-auth-library" : "^9.6.3" ,
2024-06-03 10:38:53 +02:00
"html-entities" : "^2.5.2" ,
2022-01-03 10:05:09 -08:00
"mime" : "^3.0.0" ,
2021-12-16 22:43:19 -08:00
"p-limit" : "^3.0.1" ,
2024-04-19 18:09:17 +02:00
"retry-request" : "^7.0.0" ,
"teeny-request" : "^9.0.0" ,
2023-03-09 18:17:12 +01:00
"uuid" : "^8.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/@google-cloud/storage/node_modules/mime" : {
"version" : "3.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"bin" : {
"mime" : "cli.js"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=10.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/@google-cloud/storage/node_modules/p-limit" : {
"version" : "3.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-03-09 18:17:12 +01:00
"node_modules/@google-cloud/storage/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==" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/@grpc/grpc-js" : {
"version" : "1.12.6" ,
"resolved" : "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.6.tgz" ,
"integrity" : "sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@grpc/proto-loader" : "^0.7.13" ,
"@js-sdsl/ordered-map" : "^4.4.2"
} ,
"engines" : {
"node" : ">=12.10.0"
}
} ,
"node_modules/@grpc/proto-loader" : {
"version" : "0.7.13" ,
"resolved" : "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz" ,
"integrity" : "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"lodash.camelcase" : "^4.3.0" ,
"long" : "^5.0.0" ,
"protobufjs" : "^7.2.5" ,
"yargs" : "^17.7.2"
} ,
"bin" : {
"proto-loader-gen-types" : "build/bin/proto-loader-gen-types.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/@hexagon/base64" : {
"version" : "1.1.28" ,
"resolved" : "https://registry.npmjs.org/@hexagon/base64/-/base64-1.1.28.tgz" ,
"integrity" : "sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw==" ,
"license" : "MIT"
} ,
2025-02-05 10:41:57 +01:00
"node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" ,
"integrity" : "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node" : {
2026-02-14 19:45:15 +01:00
"version" : "0.16.7" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz" ,
"integrity" : "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
2026-02-14 19:45:15 +01:00
"@humanwhocodes/retry" : "^0.4.0"
2025-02-05 10:41:57 +01:00
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "Apache-2.0" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2024-04-25 19:00:37 +02:00
"node_modules/@humanwhocodes/retry" : {
2026-02-14 19:45:15 +01:00
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz" ,
"integrity" : "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" ,
2024-04-25 19:00:37 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "Apache-2.0" ,
2024-04-25 19:00:37 +02:00
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-styles" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz" ,
"integrity" : "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/@js-sdsl/ordered-map" : {
"version" : "4.4.2" ,
"resolved" : "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz" ,
"integrity" : "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/js-sdsl"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/@koa/cors" : {
2024-02-09 19:54:50 +01:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@koa/cors/-/cors-5.0.0.tgz" ,
"integrity" : "sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==" ,
2023-03-08 16:41:59 +01:00
"dependencies" : {
2025-02-10 17:03:09 +01:00
"vary" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 14.0.0"
}
} ,
"node_modules/@koa/router" : {
2026-02-19 13:36:26 +01:00
"version" : "15.3.0" ,
"resolved" : "https://registry.npmjs.org/@koa/router/-/router-15.3.0.tgz" ,
"integrity" : "sha512-s87hWJjFYky2Z97u8jzah73sSHp4IZivD/2PZCuspHRvcKU69OPLoBIbKigVlBmS50yFTh9GHFfr1hDag4+wXw==" ,
2025-02-10 17:03:09 +01:00
"license" : "MIT" ,
"dependencies" : {
2026-01-23 09:12:10 +01:00
"debug" : "^4.4.3" ,
"http-errors" : "^2.0.1" ,
2025-02-10 17:03:09 +01:00
"koa-compose" : "^4.1.0" ,
2026-01-23 09:12:10 +01:00
"path-to-regexp" : "^8.3.0"
2025-02-10 17:03:09 +01:00
} ,
"engines" : {
2025-10-02 08:34:32 +02:00
"node" : ">= 20"
2026-01-23 09:12:10 +01:00
} ,
"peerDependencies" : {
"koa" : "^2.0.0 || ^3.0.0"
} ,
"peerDependenciesMeta" : {
"koa" : {
"optional" : false
}
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@koa/router/node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/@koa/router/node_modules/http-errors" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
2025-02-10 17:03:09 +01:00
"license" : "MIT" ,
"dependencies" : {
2026-01-23 09:12:10 +01:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2025-02-10 17:03:09 +01:00
} ,
"engines" : {
"node" : ">= 0.8"
2026-01-23 09:12:10 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-10 17:03:09 +01:00
}
} ,
"node_modules/@koa/router/node_modules/statuses" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
2025-02-10 17:03:09 +01:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/@levischuck/tiny-cbor" : {
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/@levischuck/tiny-cbor/-/tiny-cbor-0.2.11.tgz" ,
"integrity" : "sha512-llBRm4dT4Z89aRsm6u2oEZ8tfwL/2l6BwpZ7JcyieouniDECM5AqNgr/y08zalEIvW3RSK4upYyybDcmjXqAow==" ,
"license" : "MIT"
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@mswjs/interceptors" : {
2026-02-14 19:45:15 +01:00
"version" : "0.41.3" ,
"resolved" : "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.3.tgz" ,
"integrity" : "sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==" ,
2025-02-10 17:03:09 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@open-draft/deferred-promise" : "^2.2.0" ,
"@open-draft/logger" : "^0.3.0" ,
"@open-draft/until" : "^2.0.0" ,
"is-node-process" : "^1.2.0" ,
"outvariant" : "^1.4.3" ,
"strict-event-emitter" : "^0.5.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@open-draft/deferred-promise" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz" ,
"integrity" : "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@open-draft/logger" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz" ,
"integrity" : "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-node-process" : "^1.2.0" ,
"outvariant" : "^1.4.0"
}
} ,
"node_modules/@open-draft/until" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz" ,
"integrity" : "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@otplib/core" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/@otplib/core/-/core-12.0.1.tgz" ,
"integrity" : "sha512-4sGntwbA/AC+SbPhbsziRiD+jNDdIzsZ3JUyfZwjtKyc/wufl1pnSIaG4Uqx8ymPagujub0o92kgBnB89cuAMA==" ,
"license" : "MIT"
} ,
"node_modules/@otplib/plugin-crypto" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/@otplib/plugin-crypto/-/plugin-crypto-12.0.1.tgz" ,
"integrity" : "sha512-qPuhN3QrT7ZZLcLCyKOSNhuijUi9G5guMRVrxq63r9YNOxxQjPm59gVxLM+7xGnHnM6cimY57tuKsjK7y9LM1g==" ,
"license" : "MIT" ,
"dependencies" : {
"@otplib/core" : "^12.0.1"
}
} ,
"node_modules/@otplib/plugin-thirty-two" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/@otplib/plugin-thirty-two/-/plugin-thirty-two-12.0.1.tgz" ,
"integrity" : "sha512-MtT+uqRso909UkbrrYpJ6XFjj9D+x2Py7KjTO9JDPhL0bJUYVu5kFP4TFZW4NFAywrAtFRxOVY261u0qwb93gA==" ,
"license" : "MIT" ,
"dependencies" : {
"@otplib/core" : "^12.0.1" ,
"thirty-two" : "^1.0.2"
}
} ,
"node_modules/@otplib/preset-default" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/@otplib/preset-default/-/preset-default-12.0.1.tgz" ,
"integrity" : "sha512-xf1v9oOJRyXfluBhMdpOkr+bsE+Irt+0D5uHtvg6x1eosfmHCsCC6ej/m7FXiWqdo0+ZUI6xSKDhJwc8yfiOPQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@otplib/core" : "^12.0.1" ,
"@otplib/plugin-crypto" : "^12.0.1" ,
"@otplib/plugin-thirty-two" : "^12.0.1"
}
} ,
"node_modules/@otplib/preset-v11" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/@otplib/preset-v11/-/preset-v11-12.0.1.tgz" ,
"integrity" : "sha512-9hSetMI7ECqbFiKICrNa4w70deTUfArtwXykPUvSHWOdzOlfa9ajglu7mNCntlvxycTiOAXkQGwjQCzzDEMRMg==" ,
"license" : "MIT" ,
"dependencies" : {
"@otplib/core" : "^12.0.1" ,
"@otplib/plugin-crypto" : "^12.0.1" ,
"@otplib/plugin-thirty-two" : "^12.0.1"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/@peculiar/asn1-android" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.6.0.tgz" ,
"integrity" : "sha512-cBRCKtYPF7vJGN76/yG8VbxRcHLPF3HnkoHhKOZeHpoVtbMYfY9ROKtH3DtYUY9m8uI1Mh47PRhHf2hSK3xcSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-cms" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.6.0.tgz" ,
"integrity" : "sha512-2uZqP+ggSncESeUF/9Su8rWqGclEfEiz1SyU02WX5fUONFfkjzS2Z/F1Li0ofSmf4JqYXIOdCAZqIXAIBAT1OA==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"@peculiar/asn1-x509-attr" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-csr" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-csr/-/asn1-csr-2.6.0.tgz" ,
"integrity" : "sha512-BeWIu5VpTIhfRysfEp73SGbwjjoLL/JWXhJ/9mo4vXnz3tRGm+NGm3KNcRzQ9VMVqwYS2RHlolz21svzRXIHPQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-ecc" : {
2026-03-02 08:40:19 +05:30
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.6.1.tgz" ,
"integrity" : "sha512-+Vqw8WFxrtDIN5ehUdvlN2m73exS2JVG0UAyfVB31gIfor3zWEAQPD+K9ydCxaj3MLen9k0JhKpu9LqviuCE1g==" ,
2026-02-12 21:10:51 +01:00
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
2026-03-02 08:40:19 +05:30
"@peculiar/asn1-x509" : "^2.6.1" ,
2026-02-12 21:10:51 +01:00
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-pfx" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-pfx/-/asn1-pfx-2.6.0.tgz" ,
"integrity" : "sha512-rtUvtf+tyKGgokHHmZzeUojRZJYPxoD/jaN1+VAB4kKR7tXrnDCA/RAWXAIhMJJC+7W27IIRGe9djvxKgsldCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-cms" : "^2.6.0" ,
"@peculiar/asn1-pkcs8" : "^2.6.0" ,
"@peculiar/asn1-rsa" : "^2.6.0" ,
"@peculiar/asn1-schema" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-pkcs8" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-pkcs8/-/asn1-pkcs8-2.6.0.tgz" ,
"integrity" : "sha512-KyQ4D8G/NrS7Fw3XCJrngxmjwO/3htnA0lL9gDICvEQ+GJ+EPFqldcJQTwPIdvx98Tua+WjkdKHSC0/Km7T+lA==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-pkcs9" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-pkcs9/-/asn1-pkcs9-2.6.0.tgz" ,
"integrity" : "sha512-b78OQ6OciW0aqZxdzliXGYHASeCvvw5caqidbpQRYW2mBtXIX2WhofNXTEe7NyxTb0P6J62kAAWLwn0HuMF1Fw==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-cms" : "^2.6.0" ,
"@peculiar/asn1-pfx" : "^2.6.0" ,
"@peculiar/asn1-pkcs8" : "^2.6.0" ,
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"@peculiar/asn1-x509-attr" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-rsa" : {
2026-03-02 08:40:19 +05:30
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.6.1.tgz" ,
"integrity" : "sha512-1nVMEh46SElUt5CB3RUTV4EG/z7iYc7EoaDY5ECwganibQPkZ/Y2eMsTKB/LeyrUJ+W/tKoD9WUqIy8vB+CEdA==" ,
2026-02-12 21:10:51 +01:00
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
2026-03-02 08:40:19 +05:30
"@peculiar/asn1-x509" : "^2.6.1" ,
2026-02-12 21:10:51 +01:00
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-schema" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.6.0.tgz" ,
"integrity" : "sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==" ,
"license" : "MIT" ,
"dependencies" : {
"asn1js" : "^3.0.6" ,
"pvtsutils" : "^1.3.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-x509" : {
2026-03-02 08:40:19 +05:30
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.6.1.tgz" ,
"integrity" : "sha512-O9jT5F1A2+t3r7C4VT7LYGXqkGLK7Kj1xFpz7U0isPrubwU5PbDoyYtx6MiGst29yq7pXN5vZbQFKRCP+lLZlA==" ,
2026-02-12 21:10:51 +01:00
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"pvtsutils" : "^1.3.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/asn1-x509-attr" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/@peculiar/asn1-x509-attr/-/asn1-x509-attr-2.6.0.tgz" ,
"integrity" : "sha512-MuIAXFX3/dc8gmoZBkwJWxUWOSvG4MMDntXhrOZpJVMkYX+MYc/rUAU2uJOved9iJEoiUx7//3D8oG83a78UJA==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"asn1js" : "^3.0.6" ,
"tslib" : "^2.8.1"
}
} ,
"node_modules/@peculiar/x509" : {
"version" : "1.14.3" ,
"resolved" : "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz" ,
"integrity" : "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==" ,
"license" : "MIT" ,
"dependencies" : {
"@peculiar/asn1-cms" : "^2.6.0" ,
"@peculiar/asn1-csr" : "^2.6.0" ,
"@peculiar/asn1-ecc" : "^2.6.0" ,
"@peculiar/asn1-pkcs9" : "^2.6.0" ,
"@peculiar/asn1-rsa" : "^2.6.0" ,
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.0" ,
"pvtsutils" : "^1.3.6" ,
"reflect-metadata" : "^0.2.2" ,
"tslib" : "^2.8.1" ,
"tsyringe" : "^4.10.0"
} ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@protobufjs/aspromise" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" ,
"integrity" : "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/base64" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" ,
"integrity" : "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/fetch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" ,
"integrity" : "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
}
} ,
"node_modules/@protobufjs/float" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/inquire" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" ,
"integrity" : "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/path" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" ,
"integrity" : "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/pool" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" ,
"integrity" : "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/utf8" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" ,
"integrity" : "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" ,
"license" : "BSD-3-Clause"
} ,
2026-02-12 21:10:51 +01:00
"node_modules/@simplewebauthn/server" : {
2026-03-02 08:40:19 +05:30
"version" : "13.2.3" ,
"resolved" : "https://registry.npmjs.org/@simplewebauthn/server/-/server-13.2.3.tgz" ,
"integrity" : "sha512-ZhcVBOw63birYx9jVfbhK6rTehckVes8PeWV324zpmdxr0BUfylospwMzcrxrdMcOi48MHWj2LCA+S528LnGvg==" ,
2026-02-12 21:10:51 +01:00
"license" : "MIT" ,
"dependencies" : {
"@hexagon/base64" : "^1.1.27" ,
"@levischuck/tiny-cbor" : "^0.2.2" ,
2026-03-02 08:40:19 +05:30
"@peculiar/asn1-android" : "^2.6.0" ,
"@peculiar/asn1-ecc" : "^2.6.1" ,
"@peculiar/asn1-rsa" : "^2.6.1" ,
"@peculiar/asn1-schema" : "^2.6.0" ,
"@peculiar/asn1-x509" : "^2.6.1" ,
"@peculiar/x509" : "^1.14.3"
2026-02-12 21:10:51 +01:00
} ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/abort-controller" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.10.tgz" ,
"integrity" : "sha512-qocxM/X4XGATqQtUkbE9SPUB6wekBi+FyJOMbPj0AhvyvFGYEmOlz6VB22iMePCQsFmMIvFSeViDvA7mZJG47g==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@smithy/chunked-blob-reader" : {
2026-03-02 08:40:19 +05:30
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.2.1.tgz" ,
"integrity" : "sha512-y5d4xRiD6TzeP5BWlb+Ig/VFqF+t9oANNhGeMqyzU7obw7FYgTgVi50i5JqBTeKp+TABeDIeeXFZdz65RipNtA==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/chunked-blob-reader-native" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.2.2.tgz" ,
"integrity" : "sha512-QzzYIlf4yg0w5TQaC9VId3B3ugSk1MI/wb7tgcHtd7CBV9gNRKZrhc2EPSxSZuDy10zUZ0lomNMgkc6/VVe8xg==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/util-base64" : "^4.3.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/config-resolver" : {
2026-03-02 08:40:19 +05:30
"version" : "4.4.9" ,
"resolved" : "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.9.tgz" ,
"integrity" : "sha512-ejQvXqlcU30h7liR9fXtj7PIAau1t/sFbJpgWPfiYDs7zd16jpH0IsSXKcba2jF6ChTXvIjACs27kNMc5xxE2Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-config-provider" : "^4.2.1" ,
"@smithy/util-endpoints" : "^3.3.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/core" : {
2026-03-02 08:40:19 +05:30
"version" : "3.23.6" ,
"resolved" : "https://registry.npmjs.org/@smithy/core/-/core-3.23.6.tgz" ,
"integrity" : "sha512-4xE+0L2NrsFKpEVFlFELkIHQddBvMbQ41LRIP74dGCXnY1zQ9DgksrBcRBDJT+iOzGy4VEJIeU3hkUK5mn06kg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/middleware-serde" : "^4.2.11" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-body-length-browser" : "^4.2.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-stream" : "^4.5.15" ,
"@smithy/util-utf8" : "^4.2.1" ,
"@smithy/uuid" : "^1.1.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/credential-provider-imds" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.10.tgz" ,
"integrity" : "sha512-3bsMLJJLTZGZqVGGeBVFfLzuRulVsGTj12BzRKODTHqUABpIr0jMN1vN3+u6r2OfyhAQ2pXaMZWX/swBK5I6PQ==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@smithy/eventstream-codec" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.2.10.tgz" ,
"integrity" : "sha512-A4ynrsFFfSXUHicfTcRehytppFBcY3HQxEGYiyGktPIOye3Ot7fxpiy4VR42WmtGI4Wfo6OXt/c1Ky1nUFxYYQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@aws-crypto/crc32" : "5.2.0" ,
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
"@smithy/util-hex-encoding" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/eventstream-serde-browser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.10.tgz" ,
"integrity" : "sha512-0xupsu9yj9oDVuQ50YCTS9nuSYhGlrwqdaKQel9y2Fz7LU9fNErVlw9N0o4pm4qqvWEGbSTI4HKc6XJfB30MVw==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/eventstream-serde-universal" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/eventstream-serde-config-resolver" : {
2026-03-02 08:40:19 +05:30
"version" : "4.3.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.10.tgz" ,
"integrity" : "sha512-8kn6sinrduk0yaYHMJDsNuiFpXwQwibR7n/4CDUqn4UgaG+SeBHu5jHGFdU9BLFAM7Q4/gvr9RYxBHz9/jKrhA==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/eventstream-serde-node" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.10.tgz" ,
"integrity" : "sha512-uUrxPGgIffnYfvIOUmBM5i+USdEBRTdh7mLPttjphgtooxQ8CtdO1p6K5+Q4BBAZvKlvtJ9jWyrWpBJYzBKsyQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/eventstream-serde-universal" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/eventstream-serde-universal" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.10.tgz" ,
"integrity" : "sha512-aArqzOEvcs2dK+xQVCgLbpJQGfZihw8SD4ymhkwNTtwKbnrzdhJsFDKuMQnam2kF69WzgJYOU5eJlCx+CA32bw==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/eventstream-codec" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/fetch-http-handler" : {
2026-03-02 08:40:19 +05:30
"version" : "5.3.11" ,
"resolved" : "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.11.tgz" ,
"integrity" : "sha512-wbTRjOxdFuyEg0CpumjZO0hkUl+fetJFqxNROepuLIoijQh51aMBmzFLfoQdwRjxsuuS2jizzIUTjPWgd8pd7g==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/querystring-builder" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-base64" : "^4.3.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@smithy/hash-blob-browser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.11.tgz" ,
"integrity" : "sha512-DrcAx3PM6AEbWZxsKl6CWAGnVwiz28Wp1ZhNu+Hi4uI/6C1PIZBIaPM2VoqBDAsOWbM6ZVzOEQMxFLLdmb4eBQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/chunked-blob-reader" : "^5.2.1" ,
"@smithy/chunked-blob-reader-native" : "^4.2.2" ,
"@smithy/types" : "^4.13.0" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/hash-node" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.2.10.tgz" ,
"integrity" : "sha512-1VzIOI5CcsvMDvP3iv1vG/RfLJVVVc67dCRyLSB2Hn9SWCZrDO3zvcIzj3BfEtqRW5kcMg5KAeVf1K3dR6nD3w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
"@smithy/util-buffer-from" : "^4.2.1" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@smithy/hash-stream-node" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.2.10.tgz" ,
"integrity" : "sha512-w78xsYrOlwXKwN5tv1GnKIRbHb1HygSpeZMP6xDxCPGf1U/xDHjCpJu64c5T35UKyEPwa0bPeIcvU69VY3khUA==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/invalid-dependency" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.2.10.tgz" ,
"integrity" : "sha512-vy9KPNSFUU0ajFYk0sDZIYiUlAWGEAhRfehIr5ZkdFrRFTAuXEPUd41USuqHU6vvLX4r6Q9X7MKBco5+Il0Org==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/is-array-buffer" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.2.1.tgz" ,
"integrity" : "sha512-Yfu664Qbf1B4IYIsYgKoABt010daZjkaCRvdU/sPnZG6TtHOB0md0RjNdLGzxe5UIdn9js4ftPICzmkRa9RJ4Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/@smithy/md5-js" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.2.10.tgz" ,
"integrity" : "sha512-Op+Dh6dPLWTjWITChFayDllIaCXRofOed8ecpggTC5fkh8yXes0vAEX7gRUfjGK+TlyxoCAA05gHbZW/zB9JwQ==" ,
2025-02-12 20:56:46 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-12 20:56:46 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/middleware-content-length" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.2.10.tgz" ,
"integrity" : "sha512-TQZ9kX5c6XbjhaEBpvhSvMEZ0klBs1CFtOdPFwATZSbC9UeQfKHPLPN9Y+I6wZGMOavlYTOlHEPDrt42PMSH9w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/middleware-endpoint" : {
2026-03-02 08:40:19 +05:30
"version" : "4.4.20" ,
"resolved" : "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.20.tgz" ,
"integrity" : "sha512-9W6Np4ceBP3XCYAGLoMCmn8t2RRVzuD1ndWPLBbv7H9CrwM9Bprf6Up6BM9ZA/3alodg0b7Kf6ftBK9R1N04vw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/core" : "^3.23.6" ,
"@smithy/middleware-serde" : "^4.2.11" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/url-parser" : "^4.2.10" ,
"@smithy/util-middleware" : "^4.2.10" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/middleware-retry" : {
2026-03-02 08:40:19 +05:30
"version" : "4.4.37" ,
"resolved" : "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.37.tgz" ,
"integrity" : "sha512-/1psZZllBBSQ7+qo5+hhLz7AEPGLx3Z0+e3ramMBEuPK2PfvLK4SrncDB9VegX5mBn+oP/UTDrM6IHrFjvX1ZA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/service-error-classification" : "^4.2.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-retry" : "^4.2.10" ,
"@smithy/uuid" : "^1.1.1" ,
2025-10-02 08:34:32 +02:00
"tslib" : "^2.6.2"
2025-02-10 17:03:09 +01:00
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/middleware-serde" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.11.tgz" ,
"integrity" : "sha512-STQdONGPwbbC7cusL60s7vOa6He6A9w2jWhoapL0mgVjmR19pr26slV+yoSP76SIssMTX/95e5nOZ6UQv6jolg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/middleware-stack" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.10.tgz" ,
"integrity" : "sha512-pmts/WovNcE/tlyHa8z/groPeOtqtEpp61q3W0nW1nDJuMq/x+hWa/OVQBtgU0tBqupeXq0VBOLA4UZwE8I0YA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/node-config-provider" : {
2026-03-02 08:40:19 +05:30
"version" : "4.3.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.10.tgz" ,
"integrity" : "sha512-UALRbJtVX34AdP2VECKVlnNgidLHA2A7YgcJzwSBg1hzmnO/bZBHl/LDQQyYifzUwp1UOODnl9JJ3KNawpUJ9w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/shared-ini-file-loader" : "^4.4.5" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/node-http-handler" : {
2026-03-02 08:40:19 +05:30
"version" : "4.4.12" ,
"resolved" : "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.12.tgz" ,
"integrity" : "sha512-zo1+WKJkR9x7ZtMeMDAAsq2PufwiLDmkhcjpWPRRkmeIuOm6nq1qjFICSZbnjBvD09ei8KMo26BWxsu2BUU+5w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/abort-controller" : "^4.2.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/querystring-builder" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/property-provider" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.10.tgz" ,
"integrity" : "sha512-5jm60P0CU7tom0eNrZ7YrkgBaoLFXzmqB0wVS+4uK8PPGmosSrLNf6rRd50UBvukztawZ7zyA8TxlrKpF5z9jw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/protocol-http" : {
2026-03-02 08:40:19 +05:30
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.10.tgz" ,
"integrity" : "sha512-2NzVWpYY0tRdfeCJLsgrR89KE3NTWT2wGulhNUxYlRmtRmPwLQwKzhrfVaiNlA9ZpJvbW7cjTVChYKgnkqXj1A==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/querystring-builder" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.10.tgz" ,
"integrity" : "sha512-HeN7kEvuzO2DmAzLukE9UryiUvejD3tMp9a1D1NJETerIfKobBUCLfviP6QEk500166eD2IATaXM59qgUI+YDA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
"@smithy/util-uri-escape" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/querystring-parser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.10.tgz" ,
"integrity" : "sha512-4Mh18J26+ao1oX5wXJfWlTT+Q1OpDR8ssiC9PDOuEgVBGloqg18Fw7h5Ct8DyT9NBYwJgtJ2nLjKKFU6RP1G1Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/service-error-classification" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.10.tgz" ,
"integrity" : "sha512-0R/+/Il5y8nB/By90o8hy/bWVYptbIfvoTYad0igYQO5RefhNCDmNzqxaMx7K1t/QWo0d6UynqpqN5cCQt1MCg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0"
2025-02-10 17:03:09 +01:00
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/shared-ini-file-loader" : {
2026-03-02 08:40:19 +05:30
"version" : "4.4.5" ,
"resolved" : "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.5.tgz" ,
"integrity" : "sha512-pHgASxl50rrtOztgQCPmOXFjRW+mCd7ALr/3uXNzRrRoGV5G2+78GOsQ3HlQuBVHCh9o6xqMNvlIKZjWn4Euug==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/signature-v4" : {
2026-03-02 08:40:19 +05:30
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.10.tgz" ,
"integrity" : "sha512-Wab3wW8468WqTKIxI+aZe3JYO52/RYT/8sDOdzkUhjnLakLe9qoQqIcfih/qxcF4qWEFoWBszY0mj5uxffaVXA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/is-array-buffer" : "^4.2.1" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-hex-encoding" : "^4.2.1" ,
"@smithy/util-middleware" : "^4.2.10" ,
"@smithy/util-uri-escape" : "^4.2.1" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/smithy-client" : {
2026-03-02 08:40:19 +05:30
"version" : "4.12.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.0.tgz" ,
"integrity" : "sha512-R8bQ9K3lCcXyZmBnQqUZJF4ChZmtWT5NLi6x5kgWx5D+/j0KorXcA0YcFg/X5TOgnTCy1tbKc6z2g2y4amFupQ==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/core" : "^3.23.6" ,
"@smithy/middleware-endpoint" : "^4.4.20" ,
"@smithy/middleware-stack" : "^4.2.10" ,
"@smithy/protocol-http" : "^5.3.10" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-stream" : "^4.5.15" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
2023-03-08 16:41:59 +01:00
} ,
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2023-05-11 15:26:02 +02:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/types" : {
2026-03-02 08:40:19 +05:30
"version" : "4.13.0" ,
"resolved" : "https://registry.npmjs.org/@smithy/types/-/types-4.13.0.tgz" ,
"integrity" : "sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2023-05-11 15:26:02 +02:00
"dependencies" : {
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
2023-05-11 15:26:02 +02:00
} ,
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2023-05-11 15:26:02 +02:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/url-parser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.10.tgz" ,
"integrity" : "sha512-uypjF7fCDsRk26u3qHmFI/ePL7bxxB9vKkE+2WKEciHhz+4QtbzWiHRVNRJwU3cKhrYDYQE3b0MRFtqfLYdA4A==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/querystring-parser" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
2023-05-11 15:26:02 +02:00
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2023-05-11 15:26:02 +02:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-base64" : {
2026-03-02 08:40:19 +05:30
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.3.1.tgz" ,
"integrity" : "sha512-BKGuawX4Doq/bI/uEmg+Zyc36rJKWuin3py89PquXBIBqmbnJwBBsmKhdHfNEp0+A4TDgLmT/3MSKZ1SxHcR6w==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2023-05-11 15:26:02 +02:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/util-buffer-from" : "^4.2.1" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
2023-05-11 15:26:02 +02:00
} ,
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2023-05-11 15:26:02 +02:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-body-length-browser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.2.1.tgz" ,
"integrity" : "sha512-SiJeLiozrAoCrgDBUgsVbmqHmMgg/2bA15AzcbcW+zan7SuyAVHN4xTSbq0GlebAIwlcaX32xacnrG488/J/6g==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
2023-05-11 15:26:02 +02:00
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2023-03-08 16:41:59 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-body-length-node" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.2.2.tgz" ,
"integrity" : "sha512-4rHqBvxtJEBvsZcFQSPQqXP2b/yy/YlB66KlcEgcH2WNoOKCKB03DSLzXmOsXjbl8dJ4OEYTn31knhdznwk7zw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2025-02-05 11:49:03 +01:00
"dependencies" : {
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
2025-02-05 11:49:03 +01:00
} ,
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2025-02-05 11:49:03 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-buffer-from" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.2.1.tgz" ,
"integrity" : "sha512-/swhmt1qTiVkaejlmMPPDgZhEaWb/HWMGRBheaxwuVkusp/z+ErJyQxO6kaXumOciZSWlmq6Z5mNylCd33X7Ig==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2025-02-05 11:49:03 +01:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/is-array-buffer" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2025-02-05 11:49:03 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-config-provider" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.2.1.tgz" ,
"integrity" : "sha512-462id/00U8JWFw6qBuTSWfN5TxOHvDu4WliI97qOIOnuC/g+NDAknTU8eoGXEPlLkRVgWEr03jJBLV4o2FL8+A==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2024-11-26 13:11:26 +05:30
"dependencies" : {
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2024-11-26 13:11:26 +05:30
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-defaults-mode-browser" : {
2026-03-02 08:40:19 +05:30
"version" : "4.3.36" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.36.tgz" ,
"integrity" : "sha512-R0smq7EHQXRVMxkAxtH5akJ/FvgAmNF6bUy/GwY/N20T4GrwjT633NFm0VuRpC+8Bbv8R9A0DoJ9OiZL/M3xew==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2024-11-26 13:11:26 +05:30
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2024-11-26 13:11:26 +05:30
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-defaults-mode-node" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.39" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.39.tgz" ,
"integrity" : "sha512-otWuoDm35btJV1L8MyHrPl462B07QCdMTktKc7/yM+Psv6KbED/ziXiHnmr7yPHUjfIwE9S8Max0LO24Mo3ZVg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2024-11-26 13:11:26 +05:30
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/config-resolver" : "^4.4.9" ,
"@smithy/credential-provider-imds" : "^4.2.10" ,
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/property-provider" : "^4.2.10" ,
"@smithy/smithy-client" : "^4.12.0" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2024-11-26 13:11:26 +05:30
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-endpoints" : {
2026-03-02 08:40:19 +05:30
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.3.1.tgz" ,
"integrity" : "sha512-xyctc4klmjmieQiF9I1wssBWleRV0RhJ2DpO8+8yzi2LO1Z+4IWOZNGZGNj4+hq9kdo+nyfrRLmQTzc16Op2Vg==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2024-11-26 13:11:26 +05:30
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/node-config-provider" : "^4.3.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2024-11-26 13:11:26 +05:30
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-hex-encoding" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.1.tgz" ,
"integrity" : "sha512-c1hHtkgAWmE35/50gmdKajgGAKV3ePJ7t6UtEmpfCWJmQE9BQAQPz0URUVI89eSkcDqCtzqllxzG28IQoZPvwA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
2025-02-05 11:49:03 +01:00
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
2025-02-05 11:49:03 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-middleware" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.10.tgz" ,
"integrity" : "sha512-LxaQIWLp4y0r72eA8mwPNQ9va4h5KeLM0I3M/HV9klmFaY2kN766wf5vsTzmaOpNNb7GgXAd9a25P3h8T49PSA==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
2025-02-05 10:41:30 +01:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
2025-02-05 10:41:30 +01:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-retry" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.10.tgz" ,
"integrity" : "sha512-HrBzistfpyE5uqTwiyLsFHscgnwB0kgv8vySp7q5kZ0Eltn/tjosaSGGDj/jJ9ys7pWzIP/icE2d+7vMKXLv7A==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/service-error-classification" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
2025-02-05 10:41:30 +01:00
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-stream" : {
2026-03-02 08:40:19 +05:30
"version" : "4.5.15" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.15.tgz" ,
"integrity" : "sha512-OlOKnaqnkU9X+6wEkd7mN+WB7orPbCVDauXOj22Q7VtiTkvy7ZdSsOg4QiNAZMgI4OkvNf+/VLUC3VXkxuWJZw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@smithy/fetch-http-handler" : "^5.3.11" ,
"@smithy/node-http-handler" : "^4.4.12" ,
"@smithy/types" : "^4.13.0" ,
"@smithy/util-base64" : "^4.3.1" ,
"@smithy/util-buffer-from" : "^4.2.1" ,
"@smithy/util-hex-encoding" : "^4.2.1" ,
"@smithy/util-utf8" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
2025-02-05 10:41:30 +01:00
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-uri-escape" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.2.1.tgz" ,
"integrity" : "sha512-YmiUDn2eo2IOiWYYvGQkgX5ZkBSiTQu4FlDo5jNPpAxng2t6Sjb6WutnZV9l6VR4eJul1ABmCrnWBC9hKHQa6Q==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
2025-02-05 10:41:30 +01:00
} ,
2025-02-10 17:03:09 +01:00
"node_modules/@smithy/util-utf8" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.2.1.tgz" ,
"integrity" : "sha512-DSIwNaWtmzrNQHv8g7DBGR9mulSit65KSj5ymGEIAknmIN8IpbZefEep10LaMG/P/xquwbmJ1h9ectz8z6mV6g==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/util-buffer-from" : "^4.2.1" ,
2025-02-10 17:03:09 +01:00
"tslib" : "^2.6.2"
} ,
2023-03-08 16:41:59 +01:00
"engines" : {
2025-02-10 17:03:09 +01:00
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/util-waiter" : {
2026-03-02 08:40:19 +05:30
"version" : "4.2.10" ,
"resolved" : "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.10.tgz" ,
"integrity" : "sha512-4eTWph/Lkg1wZEDAyObwme0kmhEb7J/JjibY2znJdrYRgKbKqB7YoEhhJVJ4R1g/SYih4zuwX7LpJaM8RsnTVg==" ,
2025-10-02 08:34:32 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
2026-03-02 08:40:19 +05:30
"@smithy/abort-controller" : "^4.2.10" ,
"@smithy/types" : "^4.13.0" ,
2025-10-02 08:34:32 +02:00
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@smithy/uuid" : {
2026-03-02 08:40:19 +05:30
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@smithy/uuid/-/uuid-1.1.1.tgz" ,
"integrity" : "sha512-dSfDCeihDmZlV2oyr0yWPTUfh07suS+R5OB+FZGiv/hHyK3hrFBW5rR1UYjfa57vBsrP9lciFkRPzebaV1Qujw==" ,
2025-02-10 17:03:09 +01:00
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.6.2"
2023-03-08 16:41:59 +01:00
} ,
2025-02-10 17:03:09 +01:00
"engines" : {
"node" : ">=18.0.0"
2023-03-08 16:41:59 +01:00
}
} ,
2023-03-09 18:17:12 +01:00
"node_modules/@tootallnate/once" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" ,
"integrity" : "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" ,
"engines" : {
"node" : ">= 10"
}
} ,
2024-04-19 18:09:17 +02:00
"node_modules/@types/caseless" : {
"version" : "0.12.5" ,
"resolved" : "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz" ,
"integrity" : "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
} ,
2026-02-14 19:45:15 +01:00
"node_modules/@types/esrecurse" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz" ,
"integrity" : "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-02-05 10:41:57 +01:00
"node_modules/@types/estree" : {
2026-02-14 19:45:15 +01:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-09-20 14:33:04 +05:30
"node_modules/@types/luxon" : {
2025-08-01 12:55:36 +02:00
"version" : "3.7.1" ,
"resolved" : "https://registry.npmjs.org/@types/luxon/-/luxon-3.7.1.tgz" ,
"integrity" : "sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT"
2023-09-20 14:33:04 +05:30
} ,
2024-04-19 18:09:17 +02:00
"node_modules/@types/node" : {
2026-03-02 08:40:19 +05:30
"version" : "25.3.3" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz" ,
"integrity" : "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==" ,
2025-05-26 10:45:23 +02:00
"license" : "MIT" ,
2026-03-02 08:40:19 +05:30
"peer" : true ,
2024-04-19 18:09:17 +02:00
"dependencies" : {
2026-02-19 13:36:26 +01:00
"undici-types" : "~7.18.0"
2025-02-10 11:38:57 +01:00
}
} ,
2024-04-19 18:09:17 +02:00
"node_modules/@types/request" : {
"version" : "2.48.12" ,
"resolved" : "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz" ,
"integrity" : "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==" ,
"dependencies" : {
"@types/caseless" : "*" ,
"@types/node" : "*" ,
"@types/tough-cookie" : "*" ,
"form-data" : "^2.5.0"
}
} ,
"node_modules/@types/request/node_modules/form-data" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" ,
"integrity" : "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.6" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 0.12"
}
} ,
"node_modules/@types/tough-cookie" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz" ,
"integrity" : "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA=="
} ,
2021-12-16 22:43:19 -08: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==" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
"node_modules/abstract-logging" : {
"version" : "2.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/accepts" : {
2025-06-06 13:26:18 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz" ,
"integrity" : "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"mime-types" : "^3.0.0" ,
"negotiator" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/accepts/node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/accepts/node_modules/mime-types" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz" ,
"integrity" : "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "^1.54.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/acorn" : {
2026-03-02 08:40:19 +05:30
"version" : "8.16.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz" ,
"integrity" : "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==" ,
2023-05-11 10:33:18 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2026-01-23 13:03:41 +01:00
"peer" : true ,
2022-07-07 12:36:53 +02:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/agent-base" : {
2025-02-05 10:41:30 +01:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz" ,
"integrity" : "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">= 14"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/ajv" : {
2026-03-02 08:40:19 +05:30
"version" : "6.14.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz" ,
"integrity" : "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/ansi-styles" : {
2022-11-06 10:26:24 +01:00
"version" : "4.3.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-11-06 10:26:24 +01:00
"color-convert" : "^2.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-11-06 10:26:24 +01:00
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"dev" : true ,
"license" : "Python-2.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/arrify" : {
"version" : "2.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/asn1" : {
2023-05-14 10:53:50 +02:00
"version" : "0.2.6" ,
"resolved" : "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz" ,
"integrity" : "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"safer-buffer" : "~2.1.0"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/asn1js" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/asn1js/-/asn1js-3.0.7.tgz" ,
"integrity" : "sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"pvtsutils" : "^1.3.6" ,
"pvutils" : "^1.1.3" ,
"tslib" : "^2.8.1"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/assert-plus" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/async" : {
2025-02-05 10:41:30 +01:00
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/async-retry" : {
2022-01-03 10:05:09 -08:00
"version" : "1.3.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"retry" : "0.13.1"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2025-02-05 14:39:14 +01:00
"node_modules/aws-ssl-profiles" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz" ,
"integrity" : "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
2024-07-05 17:53:35 +02:00
"node_modules/b4a" : {
"version" : "1.6.6" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz" ,
"integrity" : "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
} ,
2021-12-16 22:43:19 -08:00
"node_modules/backoff" : {
"version" : "2.5.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"precond" : "0.2"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2024-07-05 17:53:35 +02:00
"node_modules/bare-events" : {
2026-03-02 08:40:19 +05:30
"version" : "2.8.2" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz" ,
"integrity" : "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==" ,
"license" : "Apache-2.0" ,
"peer" : true ,
"peerDependencies" : {
"bare-abort-controller" : "*"
} ,
"peerDependenciesMeta" : {
"bare-abort-controller" : {
"optional" : true
}
}
} ,
"node_modules/bare-fs" : {
"version" : "4.5.5" ,
"resolved" : "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz" ,
"integrity" : "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-events" : "^2.5.4" ,
"bare-path" : "^3.0.0" ,
"bare-stream" : "^2.6.4" ,
"bare-url" : "^2.2.2" ,
"fast-fifo" : "^1.3.2"
} ,
"engines" : {
"bare" : ">=1.16.0"
} ,
"peerDependencies" : {
"bare-buffer" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
}
}
} ,
"node_modules/bare-os" : {
"version" : "3.7.0" ,
"resolved" : "https://registry.npmjs.org/bare-os/-/bare-os-3.7.0.tgz" ,
"integrity" : "sha512-64Rcwj8qlnTZU8Ps6JJEdSmxBEUGgI7g8l+lMtsJLl4IsfTcHMTfJ188u2iGV6P6YPRZrtv72B2kjn+hp+Yv3g==" ,
"license" : "Apache-2.0" ,
"engines" : {
"bare" : ">=1.14.0"
}
} ,
"node_modules/bare-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz" ,
"integrity" : "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-os" : "^3.0.1"
}
} ,
"node_modules/bare-stream" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.0.tgz" ,
"integrity" : "sha512-reUN0M2sHRqCdG4lUK3Fw8w98eeUIZHL5c3H7Mbhk2yVBL+oofgaIp0ieLfD5QXwPCypBpmEEKU2WZKzbAk8GA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"streamx" : "^2.21.0" ,
"teex" : "^1.0.1"
} ,
"peerDependencies" : {
"bare-buffer" : "*" ,
"bare-events" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
} ,
"bare-events" : {
"optional" : true
}
}
} ,
"node_modules/bare-url" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz" ,
"integrity" : "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-path" : "^3.0.0"
}
2024-07-05 17:53:35 +02:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/base32.js" : {
"version" : "0.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/base64-js" : {
"version" : "1.3.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/bcrypt-pbkdf" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-3-Clause" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"tweetnacl" : "^0.14.3"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/bidi-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz" ,
"integrity" : "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==" ,
"license" : "MIT" ,
"dependencies" : {
"require-from-string" : "^2.0.2"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/bignumber.js" : {
2024-04-19 18:09:17 +02:00
"version" : "9.1.2" ,
"resolved" : "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz" ,
"integrity" : "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : "*"
}
} ,
2024-07-05 17:53:35 +02:00
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
2025-04-29 08:18:00 +02:00
"license" : "MIT" ,
2024-07-05 17:53:35 +02:00
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/bluebird" : {
"version" : "3.7.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/body-parser" : {
2026-01-23 09:12:10 +01:00
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz" ,
"integrity" : "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"bytes" : "^3.1.2" ,
"content-type" : "^1.0.5" ,
2026-01-23 09:12:10 +01:00
"debug" : "^4.4.3" ,
2025-06-06 13:26:18 +02:00
"http-errors" : "^2.0.0" ,
2026-01-23 09:12:10 +01:00
"iconv-lite" : "^0.7.0" ,
2025-06-06 13:26:18 +02:00
"on-finished" : "^2.4.1" ,
2026-01-23 09:12:10 +01:00
"qs" : "^6.14.1" ,
"raw-body" : "^3.0.1" ,
"type-is" : "^2.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=18"
2026-01-23 09:12:10 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2021-12-16 22:43:19 -08:00
}
} ,
2022-04-15 07:24:40 -05:00
"node_modules/body-parser/node_modules/depd" : {
"version" : "2.0.0" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/body-parser/node_modules/http-errors" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2022-04-15 07:24:40 -05:00
} ,
"engines" : {
"node" : ">= 0.8"
2026-01-23 09:12:10 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2022-04-15 07:24:40 -05:00
}
} ,
"node_modules/body-parser/node_modules/on-finished" : {
"version" : "2.4.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/body-parser/node_modules/statuses" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/bowser" : {
2026-03-02 08:40:19 +05:30
"version" : "2.14.1" ,
"resolved" : "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz" ,
"integrity" : "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==" ,
2025-02-10 17:03:09 +01:00
"license" : "MIT"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/browser-stdout" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz" ,
"integrity" : "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==" ,
"dev" : true ,
"license" : "ISC"
} ,
2025-04-29 08:18:00 +02:00
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
2026-01-23 09:12:10 +01:00
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-3-Clause"
2021-12-16 22:43:19 -08:00
} ,
2023-03-29 22:52:51 +02:00
"node_modules/buildcheck" : {
2023-05-11 10:33:18 +02:00
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.6.tgz" ,
"integrity" : "sha512-8f9ZJCUXyT1M35Jx7MkBgmBMo3oHTTBIPLiY9xyL0pl3T5RwcPEY8cUHr5LBNfu/fk6c2T4DJZuVM/8ZZT2D2A==" ,
2023-03-29 22:52:51 +02:00
"optional" : true ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/bytes" : {
2022-04-15 07:24:40 -05:00
"version" : "3.1.2" ,
2026-01-23 09:12:10 +01:00
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-02-05 10:41:57 +01:00
"node_modules/call-bind-apply-helpers" : {
2025-06-06 13:26:18 +02:00
"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==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
2025-06-06 13:26:18 +02:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-06-06 13:26:18 +02:00
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
2025-02-05 10:41:57 +01:00
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/camelcase" : {
"version" : "5.3.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=6"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/chalk/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/chownr" : {
2025-04-29 08:18:00 +02:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" ,
"integrity" : "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
2023-03-29 23:09:15 +02:00
"node_modules/clone" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" ,
"integrity" : "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" ,
"dev" : true ,
"optional" : true ,
"engines" : {
"node" : ">=0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/color-convert" : {
2022-11-06 10:26:24 +01:00
"version" : "2.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-11-06 10:26:24 +01:00
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/color-name" : {
2022-11-06 10:26:24 +01:00
"version" : "1.1.4" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/colors" : {
"version" : "1.4.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.1.90"
}
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-03-29 22:52:51 +02:00
"node_modules/commander" : {
2026-02-06 18:23:30 +01:00
"version" : "14.0.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz" ,
"integrity" : "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==" ,
2023-03-29 22:52:51 +02:00
"dev" : true ,
2025-02-05 11:49:03 +01:00
"license" : "MIT" ,
2023-03-29 22:52:51 +02:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=20"
2023-03-29 22:52:51 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/connect" : {
"version" : "3.7.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"debug" : "2.6.9" ,
"finalhandler" : "1.1.2" ,
"parseurl" : "~1.3.3" ,
"utils-merge" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/connect-timeout" : {
2025-08-01 12:55:36 +02:00
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.1.tgz" ,
"integrity" : "sha512-kDcadOXwOu+EEVs31iOu0TOg1yyRTqSNfyJaHYm5Z4K/hEIi9HJXSOWP9d+WQr/wff7wQJRh/HX63vK1+wBErw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"http-errors" : "~1.6.1" ,
"ms" : "2.0.0" ,
"on-finished" : "~2.3.0" ,
2025-08-01 12:55:36 +02:00
"on-headers" : "~1.1.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/connect-timeout/node_modules/http-errors" : {
"version" : "1.6.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.3" ,
"setprototypeof" : "1.1.0" ,
"statuses" : ">= 1.4.0 < 2"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/connect-timeout/node_modules/inherits" : {
"version" : "2.0.3" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/connect-timeout/node_modules/ms" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/connect-timeout/node_modules/setprototypeof" : {
"version" : "1.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/connect/node_modules/debug" : {
"version" : "2.6.9" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/connect/node_modules/ms" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/content-disposition" : {
2025-06-06 13:26:18 +02:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz" ,
"integrity" : "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"safe-buffer" : "5.2.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/content-disposition/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
2025-06-06 13:26:18 +02:00
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
2022-01-03 10:05:09 -08:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2023-03-08 16:41:59 +01:00
] ,
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/content-type" : {
2023-03-09 18:17:12 +01:00
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie" : {
2025-02-05 10:41:30 +01:00
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie-parser" : {
2025-02-05 10:41:30 +01:00
"version" : "1.4.7" ,
"resolved" : "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz" ,
"integrity" : "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-02-05 10:41:30 +01:00
"cookie" : "0.7.2" ,
2021-12-16 22:43:19 -08:00
"cookie-signature" : "1.0.6"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/cookie-session" : {
2025-08-01 12:55:36 +02:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/cookie-session/-/cookie-session-2.1.1.tgz" ,
"integrity" : "sha512-ji3kym/XZaFVew1+tIZk5ZLp9Z/fLv9rK1aZmpug0FsgE7Cu3ZDrUdRo7FT9vFjMYfNimrrUHJzywDwT7XEFlg==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-02-09 19:54:50 +01:00
"cookies" : "0.9.1" ,
2022-01-03 10:05:09 -08:00
"debug" : "3.2.7" ,
2025-08-01 12:55:36 +02:00
"on-headers" : "~1.1.0" ,
2022-01-03 10:05:09 -08:00
"safe-buffer" : "5.2.1"
} ,
"engines" : {
"node" : ">= 0.10"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/cookie-session/node_modules/debug" : {
2022-01-03 10:05:09 -08:00
"version" : "3.2.7" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"ms" : "^2.1.1"
2021-12-16 22:43:19 -08:00
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/cookie-session/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2023-03-08 16:41:59 +01:00
] ,
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
"node_modules/cookie-signature" : {
"version" : "1.0.6" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
"node_modules/cookies" : {
2024-06-03 10:38:53 +02:00
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz" ,
"integrity" : "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"depd" : "~2.0.0" ,
"keygrip" : "~1.1.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/cookies/node_modules/depd" : {
"version" : "2.0.0" ,
2024-06-03 10:38:53 +02:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/core-util-is" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2023-03-29 22:52:51 +02:00
"node_modules/cpu-features" : {
2025-02-05 10:41:57 +01:00
"version" : "0.0.10" ,
"resolved" : "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.10.tgz" ,
"integrity" : "sha512-9IkYqtX3YHPCzoVg1Py+o9057a3i0fp7S530UWokCSaFVTc7CwXPRiOjRjBQQ18ZCNafx78YfnG+HALxtVmOGA==" ,
2023-03-29 22:52:51 +02:00
"hasInstallScript" : true ,
"optional" : true ,
"dependencies" : {
2023-05-11 10:33:18 +02:00
"buildcheck" : "~0.0.6" ,
2025-02-05 10:41:57 +01:00
"nan" : "^2.19.0"
2023-03-29 22:52:51 +02:00
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/cron" : {
2026-01-23 09:12:10 +01:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/cron/-/cron-4.4.0.tgz" ,
"integrity" : "sha512-fkdfq+b+AHI4cKdhZlppHveI/mgz2qpiYxcm+t5E5TsxX7QrLS1VE0+7GENEk9z0EeGPcpSciGv6ez24duWhwQ==" ,
2024-11-20 16:10:12 +05:30
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-08-01 12:55:36 +02:00
"@types/luxon" : "~3.7.0" ,
2025-07-14 10:30:49 +02:00
"luxon" : "~3.7.0"
2025-06-06 13:26:18 +02:00
} ,
"engines" : {
"node" : ">=18.x"
2026-01-23 09:12:10 +01:00
} ,
"funding" : {
"type" : "ko-fi" ,
"url" : "https://ko-fi.com/intcreator"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/cross-spawn" : {
2025-02-05 10:41:57 +01:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2024-07-05 09:26:38 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/css-tree" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz" ,
"integrity" : "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" ,
"license" : "MIT" ,
"dependencies" : {
"mdn-data" : "2.12.2" ,
"source-map-js" : "^1.0.1"
2023-03-21 14:40:40 +01:00
} ,
"engines" : {
2025-10-02 08:34:32 +02:00
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2023-03-21 14:40:40 +01:00
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/cssstyle" : {
2026-02-18 19:59:58 +01:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-6.0.1.tgz" ,
"integrity" : "sha512-IoJs7La+oFp/AB033wBStxNOJt4+9hHMxsXUPANcoXL2b3W4DZKghlJ2cI/eyeRZIQ9ysvYEorVhjrcYctWbog==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2026-02-18 19:59:58 +01:00
"@asamuzakjp/css-color" : "^4.1.2" ,
"@csstools/css-syntax-patches-for-csstree" : "^1.0.26" ,
2026-01-23 09:12:10 +01:00
"css-tree" : "^3.1.0" ,
2026-02-18 19:59:58 +01:00
"lru-cache" : "^11.2.5"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2025-10-02 08:34:32 +02:00
"node" : ">=20"
2022-07-07 12:36:53 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/cycle" : {
"version" : "1.0.3" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/data-uri-to-buffer" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz" ,
"integrity" : "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 12"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/data-urls" : {
2026-02-14 19:45:15 +01:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz" ,
"integrity" : "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==" ,
2025-10-02 08:34:32 +02:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"whatwg-mimetype" : "^5.0.0" ,
"whatwg-url" : "^16.0.0"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.12.0 || >=24.0.0"
2022-07-07 12:36:53 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/db-migrate" : {
2023-11-26 09:46:51 +01:00
"version" : "0.11.14" ,
"resolved" : "https://registry.npmjs.org/db-migrate/-/db-migrate-0.11.14.tgz" ,
"integrity" : "sha512-8e+/YsIlM3d69hj+cb6qG6WyubR8nwXfDf9gGLWl4AxHpI6mTomcqhRLNfPrs7Le7AZv2eEsgK8hkXDSQqfIvg==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"bluebird" : "^3.1.1" ,
"db-migrate-shared" : "^1.2.0" ,
"deep-extend" : "^0.6.0" ,
"dotenv" : "^5.0.1" ,
"final-fs" : "^1.6.0" ,
"inflection" : "^1.10.0" ,
"mkdirp" : "~0.5.0" ,
"parse-database-url" : "~0.3.0" ,
"prompt" : "^1.0.0" ,
"rc" : "^1.2.8" ,
"resolve" : "^1.1.6" ,
"semver" : "^5.3.0" ,
"tunnel-ssh" : "^4.0.0" ,
"yargs" : "^15.3.1"
} ,
"bin" : {
"db-migrate" : "bin/db-migrate"
} ,
"engines" : {
"node" : ">=8.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-db-migrate"
}
} ,
"node_modules/db-migrate-base" : {
"version" : "2.3.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"bluebird" : "^3.1.1"
}
} ,
"node_modules/db-migrate-mysql" : {
2025-02-05 14:39:14 +01:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/db-migrate-mysql/-/db-migrate-mysql-3.0.0.tgz" ,
"integrity" : "sha512-yqtbYPePmpKawZmnqXa2FLvlEYuI0UCh2wK77u7mW7CtAOzjP21iI4D2ro81VB46ZDSefV4qDlQ2lqV0CsdtZQ==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"bluebird" : "^3.7.2" ,
"db-migrate-base" : "^2.3.0" ,
"moment" : "^2.28.0" ,
2025-02-05 14:39:14 +01:00
"mysql2" : "^3.9.7"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/db-migrate-shared" : {
"version" : "1.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/db-migrate/node_modules/cliui" : {
"version" : "6.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.0" ,
"wrap-ansi" : "^6.2.0"
}
} ,
"node_modules/db-migrate/node_modules/semver" : {
"version" : "5.7.1" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/db-migrate/node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/db-migrate/node_modules/yargs" : {
"version" : "15.4.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"cliui" : "^6.0.0" ,
"decamelize" : "^1.2.0" ,
"find-up" : "^4.1.0" ,
"get-caller-file" : "^2.0.1" ,
"require-directory" : "^2.1.1" ,
"require-main-filename" : "^2.0.0" ,
"set-blocking" : "^2.0.0" ,
"string-width" : "^4.2.0" ,
"which-module" : "^2.0.0" ,
"y18n" : "^4.0.0" ,
"yargs-parser" : "^18.1.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/db-migrate/node_modules/yargs-parser" : {
"version" : "18.1.3" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"camelcase" : "^5.0.0" ,
"decamelize" : "^1.2.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/db-migrate/node_modules/yargs/node_modules/y18n" : {
"version" : "4.0.3" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/debug" : {
2025-10-02 08:34:32 +02:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-02-05 10:41:30 +01:00
"ms" : "^2.1.3"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decamelize" : {
"version" : "1.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/decimal.js" : {
2025-11-11 08:59:57 +01:00
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz" ,
"integrity" : "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/deep-equal" : {
"version" : "0.2.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/deep-extend" : {
"version" : "0.6.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/deep-is" : {
"version" : "0.1.4" ,
2023-07-28 09:35:39 +05:30
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
2023-03-29 23:09:15 +02:00
"node_modules/defaults" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" ,
"integrity" : "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" ,
"dev" : true ,
"optional" : true ,
"dependencies" : {
"clone" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.4.0"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/delegates" : {
"version" : "1.0.0" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
2025-06-06 08:24:45 +02:00
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" ,
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
2022-01-03 10:05:09 -08:00
"node_modules/denque" : {
2025-02-05 14:39:14 +01:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0" ,
2022-01-03 10:05:09 -08:00
"engines" : {
"node" : ">=0.10"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/depd" : {
"version" : "1.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/destroy" : {
2022-11-06 10:26:24 +01:00
"version" : "1.2.0" ,
2025-06-06 13:26:18 +02:00
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
2021-12-16 22:43:19 -08:00
} ,
2025-02-05 14:39:14 +01:00
"node_modules/detect-europe-js" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-europe-js/-/detect-europe-js-0.1.2.tgz" ,
"integrity" : "sha512-lgdERlL3u0aUdHocoouzT10d9I89VVhk0qNRmll7mXdGfJT1/wqZ2ZLA4oJAjeACPY5fT1wsbq2AT+GkuInsow==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/faisalman"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/ua-parser-js"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/faisalman"
}
] ,
"license" : "MIT"
} ,
2026-02-19 13:24:14 +01:00
"node_modules/diff" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz" ,
"integrity" : "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/dijkstrajs" : {
"version" : "1.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/dns-zonefile" : {
2022-01-09 16:39:24 -08:00
"version" : "0.2.10" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"bin" : {
"zonefile" : "bin/zonefile"
}
} ,
"node_modules/docker-modem" : {
2025-02-05 10:41:30 +01:00
"version" : "5.0.6" ,
"resolved" : "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.6.tgz" ,
"integrity" : "sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==" ,
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"debug" : "^4.1.1" ,
"readable-stream" : "^3.5.0" ,
"split-ca" : "^1.0.1" ,
2024-04-19 17:29:09 +02:00
"ssh2" : "^1.15.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 8.0"
}
} ,
"node_modules/dockerode" : {
2025-10-02 08:34:32 +02:00
"version" : "4.0.9" ,
"resolved" : "https://registry.npmjs.org/dockerode/-/dockerode-4.0.9.tgz" ,
"integrity" : "sha512-iND4mcOWhPaCNh54WmK/KoSb35AFqPAUWFMffTQcp52uQt36b5uNwEJTSXntJZBbeGad72Crbi/hvDIv6us/6Q==" ,
2025-02-05 10:41:30 +01:00
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-11-06 10:26:24 +01:00
"@balena/dockerignore" : "^1.0.2" ,
2025-02-05 10:41:30 +01:00
"@grpc/grpc-js" : "^1.11.1" ,
"@grpc/proto-loader" : "^0.7.13" ,
"docker-modem" : "^5.0.6" ,
"protobufjs" : "^7.3.2" ,
2025-10-02 08:34:32 +02:00
"tar-fs" : "^2.1.4" ,
2025-02-05 10:41:30 +01:00
"uuid" : "^10.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 8.0"
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/dockerode/node_modules/uuid" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz" ,
"integrity" : "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2024-11-26 13:11:26 +05:30
"node_modules/domrobot-client" : {
2025-06-06 08:24:45 +02:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/domrobot-client/-/domrobot-client-3.3.0.tgz" ,
"integrity" : "sha512-aLbYFAXlC9JqQ3Hsqi4SI7+R4cQ7hm5XQxJKzgoj/VjHr95/sh8Y3CwIVDfN80ozKYgl4DSmBVE0WrGmiB+OGA==" ,
2024-11-26 13:11:26 +05:30
"dependencies" : {
"otplib" : "^12.0.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/dotenv" : {
"version" : "5.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-2-Clause" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=4.6.0"
}
} ,
2025-02-05 10:41:57 +01: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==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/duplexify" : {
2024-04-19 18:09:17 +02:00
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz" ,
"integrity" : "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"end-of-stream" : "^1.4.1" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1" ,
2024-04-19 18:09:17 +02:00
"stream-shift" : "^1.0.2"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-03-29 23:09:15 +02:00
"node_modules/easy-table" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/easy-table/-/easy-table-1.2.0.tgz" ,
"integrity" : "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" ,
"dev" : true ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"optionalDependencies" : {
"wcwidth" : "^1.0.1"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/ejs" : {
2026-01-23 09:12:10 +01:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/ejs/-/ejs-4.0.1.tgz" ,
"integrity" : "sha512-krvQtxc0btwSm/nvnt1UpnaFDFVJpJ0fdckmALpCgShsr/iGYHTnJiUliZTgmzq/UxTX33TtOQVKaNigMQp/6Q==" ,
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"jake" : "^10.9.1"
2021-12-16 22:43:19 -08:00
} ,
"bin" : {
"ejs" : "bin/cli.js"
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=0.12.18"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/emoji-regex" : {
2022-01-03 10:05:09 -08:00
"version" : "8.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/encodeurl" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/end-of-stream" : {
"version" : "1.4.4" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"once" : "^1.4.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/entities" : {
2025-10-02 08:34:32 +02:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" ,
"integrity" : "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" ,
2025-02-05 14:39:14 +01:00
"license" : "BSD-2-Clause" ,
2022-07-07 12:36:53 +02:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2025-02-05 10:41:57 +01:00
"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==" ,
"license" : "MIT" ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/escalade" : {
"version" : "3.1.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2023-03-21 14:40:40 +01:00
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint" : {
2026-03-02 08:40:19 +05:30
"version" : "10.0.2" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-10.0.2.tgz" ,
"integrity" : "sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2026-01-23 13:03:41 +01:00
"peer" : true ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"@eslint-community/eslint-utils" : "^4.8.0" ,
2026-02-14 19:45:15 +01:00
"@eslint-community/regexpp" : "^4.12.2" ,
2026-03-02 08:40:19 +05:30
"@eslint/config-array" : "^0.23.2" ,
2026-02-14 19:45:15 +01:00
"@eslint/config-helpers" : "^0.5.2" ,
"@eslint/core" : "^1.1.0" ,
"@eslint/plugin-kit" : "^0.6.0" ,
2025-02-05 10:41:57 +01:00
"@humanfs/node" : "^0.16.6" ,
2023-03-21 14:40:40 +01:00
"@humanwhocodes/module-importer" : "^1.0.1" ,
2025-04-29 08:18:00 +02:00
"@humanwhocodes/retry" : "^0.4.2" ,
2025-02-05 10:41:57 +01:00
"@types/estree" : "^1.0.6" ,
2026-03-02 08:40:19 +05:30
"ajv" : "^6.14.0" ,
2025-02-05 10:41:57 +01:00
"cross-spawn" : "^7.0.6" ,
2023-03-21 14:40:40 +01:00
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2026-03-02 08:40:19 +05:30
"eslint-scope" : "^9.1.1" ,
"eslint-visitor-keys" : "^5.0.1" ,
"espree" : "^11.1.1" ,
2026-02-14 19:45:15 +01:00
"esquery" : "^1.7.0" ,
2023-03-21 14:40:40 +01:00
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
2024-04-19 17:29:09 +02:00
"file-entry-cache" : "^8.0.0" ,
2023-03-21 14:40:40 +01:00
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
2026-03-02 08:40:19 +05:30
"minimatch" : "^10.2.1" ,
2023-03-21 14:40:40 +01:00
"natural-compare" : "^1.4.0" ,
2025-02-05 10:41:57 +01:00
"optionator" : "^0.9.3"
2023-03-21 14:40:40 +01:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-03-21 14:40:40 +01:00
} ,
"funding" : {
2025-02-05 10:41:57 +01:00
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
2023-03-21 14:40:40 +01:00
}
} ,
"node_modules/eslint-scope" : {
2026-03-02 08:40:19 +05:30
"version" : "9.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.1.tgz" ,
"integrity" : "sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "BSD-2-Clause" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"@types/esrecurse" : "^4.3.1" ,
"@types/estree" : "^1.0.8" ,
2023-03-21 14:40:40 +01:00
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-05-11 10:33:18 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-03-21 14:40:40 +01:00
}
} ,
"node_modules/eslint-visitor-keys" : {
2026-03-02 08:40:19 +05:30
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz" ,
"integrity" : "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-10-02 08:34:32 +02:00
"license" : "Apache-2.0" ,
2023-03-21 14:40:40 +01:00
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-05-11 10:33:18 +02:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
2023-03-21 14:40:40 +01:00
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/eslint/node_modules/balanced-match" : {
2026-03-02 08:40:19 +05:30
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2026-02-14 19:45:15 +01:00
}
} ,
"node_modules/eslint/node_modules/brace-expansion" : {
2026-03-02 08:40:19 +05:30
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz" ,
"integrity" : "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^4.0.2"
} ,
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2024-04-19 17:29:09 +02:00
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/eslint/node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/eslint/node_modules/minimatch" : {
2026-03-02 08:40:19 +05:30
"version" : "10.2.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz" ,
"integrity" : "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"brace-expansion" : "^5.0.2"
} ,
"engines" : {
2026-03-02 08:40:19 +05:30
"node" : "18 || 20 || >=22"
2026-02-14 19:45:15 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/eslint/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==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/espree" : {
2026-03-02 08:40:19 +05:30
"version" : "11.1.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz" ,
"integrity" : "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "BSD-2-Clause" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"acorn" : "^8.16.0" ,
2023-03-21 14:40:40 +01:00
"acorn-jsx" : "^5.3.2" ,
2026-03-02 08:40:19 +05:30
"eslint-visitor-keys" : "^5.0.1"
2024-04-19 17:29:09 +02:00
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.13.0 || >=24"
2023-03-21 14:40:40 +01:00
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/esquery" : {
2026-02-14 19:45:15 +01:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz" ,
"integrity" : "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "BSD-3-Clause" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "BSD-2-Clause" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/estraverse" : {
"version" : "5.3.0" ,
2026-02-14 19:45:15 +01:00
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
2023-05-11 10:33:18 +02:00
"dev" : true ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-2-Clause" ,
2022-07-07 12:36:53 +02:00
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
2024-04-19 17:29:09 +02:00
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
2023-05-11 10:33:18 +02:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "BSD-2-Clause" ,
2022-07-07 12:36:53 +02:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-05-11 15:26:02 +02:00
"node_modules/eta" : {
2026-02-19 13:36:26 +01:00
"version" : "4.5.1" ,
"resolved" : "https://registry.npmjs.org/eta/-/eta-4.5.1.tgz" ,
"integrity" : "sha512-EaNCGm+8XEIU7YNcc+THptWAO5NfKBHHARxt+wxZljj9bTr/+arRoOm9/MpGt4n6xn9fLnPFRSoLD0WFYGFUxQ==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2023-05-11 15:26:02 +02:00
"engines" : {
2025-11-11 08:59:57 +01:00
"node" : ">=20"
2023-05-11 15:26:02 +02:00
} ,
"funding" : {
2025-11-11 08:59:57 +01:00
"url" : "https://github.com/bgub/eta?sponsor=1"
2023-05-11 15:26:02 +02:00
}
} ,
2022-03-11 00:52:41 +01:00
"node_modules/etag" : {
2021-12-16 22:43:19 -08:00
"version" : "1.8.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"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==" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-03-02 08:40:19 +05:30
"node_modules/events-universal" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz" ,
"integrity" : "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-events" : "^2.7.0"
}
} ,
2025-07-17 01:16:24 +02:00
"node_modules/eventsource" : {
2026-01-23 09:12:10 +01:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/eventsource/-/eventsource-4.1.0.tgz" ,
"integrity" : "sha512-2GuF51iuHX6A9xdTccMTsNb7VO0lHZihApxhvQzJB5A03DvHDd2FQepodbMaztPBmBcE/ox7o2gqaxGhYB9LhQ==" ,
2025-07-17 01:16:24 +02:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"eventsource-parser" : "^3.0.1"
} ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
"node_modules/eventsource-parser" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.3.tgz" ,
"integrity" : "sha512-nVpZkTMM9rF6AQ9gPJpFsNAMt48wIzB5TQgiTLdHiuO8XEDhUgZEhqKlZWXbIzo9VmJ/HvysHqEaVeD5v9TPvA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/express" : {
2026-01-23 09:12:10 +01:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/express/-/express-5.2.1.tgz" ,
"integrity" : "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
"dependencies" : {
"accepts" : "^2.0.0" ,
2026-01-23 09:12:10 +01:00
"body-parser" : "^2.2.1" ,
2025-06-06 13:26:18 +02:00
"content-disposition" : "^1.0.0" ,
"content-type" : "^1.0.5" ,
"cookie" : "^0.7.1" ,
"cookie-signature" : "^1.2.1" ,
"debug" : "^4.4.0" ,
2026-01-23 09:12:10 +01:00
"depd" : "^2.0.0" ,
2025-06-06 13:26:18 +02:00
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"finalhandler" : "^2.1.0" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.0" ,
"merge-descriptors" : "^2.0.0" ,
"mime-types" : "^3.0.0" ,
"on-finished" : "^2.4.1" ,
"once" : "^1.4.0" ,
"parseurl" : "^1.3.3" ,
"proxy-addr" : "^2.0.7" ,
"qs" : "^6.14.0" ,
"range-parser" : "^1.2.1" ,
"router" : "^2.2.0" ,
"send" : "^1.1.0" ,
"serve-static" : "^2.2.0" ,
"statuses" : "^2.0.1" ,
"type-is" : "^2.0.1" ,
"vary" : "^1.1.2"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 18"
2025-02-05 10:41:57 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2021-12-16 22:43:19 -08:00
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/express/node_modules/cookie-signature" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz" ,
"integrity" : "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=6.6.0"
2021-12-16 22:43:19 -08:00
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/express/node_modules/depd" : {
2021-12-16 22:43:19 -08:00
"version" : "2.0.0" ,
2024-04-09 15:31:46 +02:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8"
}
2021-12-16 22:43:19 -08:00
} ,
2025-02-05 10:41:57 +01:00
"node_modules/express/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/express/node_modules/finalhandler" : {
2025-06-06 13:26:18 +02:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz" ,
"integrity" : "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"debug" : "^4.4.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"on-finished" : "^2.4.1" ,
"parseurl" : "^1.3.3" ,
"statuses" : "^2.0.1"
2022-11-06 10:26:24 +01:00
} ,
2022-04-15 07:24:40 -05:00
"engines" : {
2022-11-06 10:26:24 +01:00
"node" : ">= 0.8"
}
} ,
"node_modules/express/node_modules/http-errors" : {
"version" : "2.0.0" ,
2024-04-09 15:31:46 +02:00
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
2022-04-15 07:24:40 -05:00
} ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8"
2022-04-15 07:24:40 -05:00
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/express/node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/express/node_modules/mime-types" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz" ,
"integrity" : "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "^1.54.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
2022-11-06 10:26:24 +01:00
} ,
"node_modules/express/node_modules/on-finished" : {
"version" : "2.4.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"dependencies" : {
2022-11-06 10:26:24 +01:00
"ee-first" : "1.1.1"
2022-04-15 07:24:40 -05:00
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/express/node_modules/statuses" : {
"version" : "2.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/extend" : {
"version" : "3.0.2" ,
2024-04-19 18:09:17 +02:00
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
2021-12-16 22:43:19 -08:00
} ,
"node_modules/extsprintf" : {
2023-03-08 16:41:59 +01:00
"version" : "1.3.0" ,
2021-12-16 22:43:19 -08:00
"engines" : [
"node >=0.6.0"
2023-03-08 16:41:59 +01:00
] ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/eyes" : {
"version" : "0.1.8" ,
"engines" : {
"node" : "> 0.1.90"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT"
2023-03-21 14:40:40 +01:00
} ,
2024-07-05 17:53:35 +02:00
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
} ,
2023-03-21 14:40:40 +01:00
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-21 14:40:40 +01:00
} ,
2022-07-07 12:36:53 +02:00
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
2023-07-28 09:35:39 +05:30
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT"
2022-07-07 12:36:53 +02:00
} ,
2026-02-05 13:20:00 +01:00
"node_modules/fast-uri" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz" ,
"integrity" : "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fastify"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fastify"
}
] ,
"license" : "BSD-3-Clause"
} ,
2023-07-28 09:35:39 +05:30
"node_modules/fast-xml-parser" : {
2026-02-19 13:36:26 +01:00
"version" : "5.3.6" ,
"resolved" : "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz" ,
"integrity" : "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==" ,
2023-07-28 09:35:39 +05:30
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
] ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2023-07-28 09:35:39 +05:30
"dependencies" : {
2026-02-19 13:36:26 +01:00
"strnum" : "^2.1.2"
2023-07-28 09:35:39 +05:30
} ,
"bin" : {
"fxparser" : "src/cli/cli.js"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/fetch-blob" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz" ,
"integrity" : "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"node-domexception" : "^1.0.0" ,
"web-streams-polyfill" : "^3.0.3"
} ,
"engines" : {
"node" : "^12.20 || >= 14.13"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/file-entry-cache" : {
2024-04-19 17:29:09 +02:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2024-04-19 17:29:09 +02:00
"flat-cache" : "^4.0.0"
2023-03-21 14:40:40 +01:00
} ,
"engines" : {
2024-04-19 17:29:09 +02:00
"node" : ">=16.0.0"
2023-03-21 14:40:40 +01:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/filelist" : {
2022-11-06 10:26:24 +01:00
"version" : "1.0.4" ,
2026-01-23 09:12:10 +01:00
"resolved" : "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz" ,
"integrity" : "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-11-06 10:26:24 +01:00
"minimatch" : "^5.0.1"
}
} ,
"node_modules/filelist/node_modules/brace-expansion" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/filelist/node_modules/minimatch" : {
2026-01-23 09:12:10 +01:00
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/final-fs" : {
"version" : "1.6.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"node-fs" : "~0.1.5" ,
"when" : "~2.0.1"
}
} ,
"node_modules/finalhandler" : {
"version" : "1.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"debug" : "2.6.9" ,
"encodeurl" : "~1.0.2" ,
"escape-html" : "~1.0.3" ,
"on-finished" : "~2.3.0" ,
"parseurl" : "~1.3.3" ,
"statuses" : "~1.5.0" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/finalhandler/node_modules/debug" : {
"version" : "2.6.9" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/finalhandler/node_modules/ms" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/find-up" : {
2022-01-03 10:05:09 -08:00
"version" : "4.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/flat" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" ,
"integrity" : "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"bin" : {
"flat" : "cli.js"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/flat-cache" : {
2024-04-19 17:29:09 +02:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
2024-04-19 17:29:09 +02:00
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
2023-03-21 14:40:40 +01:00
} ,
"engines" : {
2024-04-19 17:29:09 +02:00
"node" : ">=16"
2023-03-21 14:40:40 +01:00
}
} ,
"node_modules/flatted" : {
2026-02-14 19:45:15 +01:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz" ,
"integrity" : "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" ,
"dev" : true ,
"license" : "ISC"
2023-03-21 14:40:40 +01:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/formdata-polyfill" : {
"version" : "4.0.10" ,
"resolved" : "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz" ,
"integrity" : "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" ,
"license" : "MIT" ,
"dependencies" : {
"fetch-blob" : "^3.1.2"
} ,
2023-05-11 15:26:02 +02:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=12.20.0"
2023-05-11 15:26:02 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/forwarded" : {
2022-01-03 10:05:09 -08:00
"version" : "0.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fresh" : {
2025-06-06 13:26:18 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 0.8"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
2024-07-05 17:53:35 +02:00
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
2025-04-29 08:18:00 +02:00
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/function-bind" : {
2025-02-05 10:41:57 +01:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
2021-12-16 22:43:19 -08:00
} ,
"node_modules/gaxios" : {
2024-04-19 18:09:17 +02:00
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/gaxios/-/gaxios-6.5.0.tgz" ,
"integrity" : "sha512-R9QGdv8j4/dlNoQbX3hSaK/S0rkMijqjVvW3YM06CoBdbU/VdKd159j4hePpng0KuE6Lh6JJ7UdmVGJZFcAG1w==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"extend" : "^3.0.2" ,
2024-04-19 18:09:17 +02:00
"https-proxy-agent" : "^7.0.1" ,
2021-12-16 22:43:19 -08:00
"is-stream" : "^2.0.0" ,
2024-04-19 18:09:17 +02:00
"node-fetch" : "^2.6.9" ,
"uuid" : "^9.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/gcp-metadata" : {
2024-04-19 18:09:17 +02:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz" ,
"integrity" : "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-04-19 18:09:17 +02:00
"gaxios" : "^6.0.0" ,
2021-12-16 22:43:19 -08:00
"json-bigint" : "^1.0.0"
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/generate-function" : {
"version" : "2.3.1" ,
2025-02-05 14:39:14 +01:00
"resolved" : "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz" ,
"integrity" : "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"is-property" : "^1.0.2"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
2022-01-09 16:39:24 -08:00
"node_modules/get-intrinsic" : {
2025-06-06 13:26:18 +02:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-09 16:39:24 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"call-bind-apply-helpers" : "^1.0.2" ,
2025-02-05 10:41:57 +01:00
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
2025-06-06 13:26:18 +02:00
"es-object-atoms" : "^1.1.1" ,
2025-02-05 10:41:57 +01:00
"function-bind" : "^1.1.2" ,
2025-06-06 13:26:18 +02:00
"get-proto" : "^1.0.1" ,
2025-02-05 10:41:57 +01:00
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
2022-01-09 16:39:24 -08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-05 10:41:57 +01:00
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/glob" : {
"version" : "7.1.6" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.0.4" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.3"
2023-03-21 14:40:40 +01:00
} ,
2026-02-14 19:45:15 +01:00
"engines" : {
"node" : ">=10.13.0"
2023-03-21 14:40:40 +01:00
}
} ,
2026-02-15 19:37:30 +01:00
"node_modules/globals" : {
2026-03-02 08:40:19 +05:30
"version" : "17.4.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz" ,
"integrity" : "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==" ,
2026-02-15 19:37:30 +01:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/google-auth-library" : {
2024-04-19 18:09:17 +02:00
"version" : "9.8.0" ,
"resolved" : "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.8.0.tgz" ,
"integrity" : "sha512-TJJXFzMlVGRlIH27gYZ6XXyPf5Y3OItsKFfefsDAafNNywYRTkei83nEO29IrYj8GtdHWU78YnW+YZdaZaXIJA==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"base64-js" : "^1.3.0" ,
"ecdsa-sig-formatter" : "^1.0.11" ,
2024-04-19 18:09:17 +02:00
"gaxios" : "^6.1.1" ,
"gcp-metadata" : "^6.1.0" ,
"gtoken" : "^7.0.0" ,
"jws" : "^4.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/google-gax" : {
2025-07-14 10:30:49 +02:00
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/google-gax/-/google-gax-5.0.1.tgz" ,
"integrity" : "sha512-I8fTFXvIG8tYpiDxDXwCXoFsTVsvHJ2GA7DToH+eaRccU8r3nqPMFghVb2GdHSVcu4pq9ScRyB2S1BjO+vsa1Q==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@grpc/grpc-js" : "^1.12.6" ,
"@grpc/proto-loader" : "^0.7.13" ,
"abort-controller" : "^3.0.0" ,
"duplexify" : "^4.1.3" ,
2025-07-14 10:30:49 +02:00
"google-auth-library" : "^10.1.0" ,
2025-06-06 13:26:18 +02:00
"google-logging-utils" : "^1.1.1" ,
"node-fetch" : "^3.3.2" ,
"object-hash" : "^3.0.0" ,
"proto3-json-serializer" : "^3.0.0" ,
2025-07-14 10:30:49 +02:00
"protobufjs" : "^7.5.3" ,
2025-06-06 13:26:18 +02:00
"retry-request" : "^8.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/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==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2025-06-06 13:26:18 +02:00
"dependencies" : {
"debug" : "4"
} ,
2025-02-05 10:41:57 +01:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 6.0.0"
}
} ,
"node_modules/google-gax/node_modules/gaxios" : {
2025-07-14 10:30:49 +02:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/gaxios/-/gaxios-7.1.1.tgz" ,
"integrity" : "sha512-Odju3uBUJyVCkW64nLD4wKLhbh93bh6vIg/ZIXkWiLPBrdgtc65+tls/qml+un3pr6JqYVFDZbbmLDQT68rTOQ==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"extend" : "^3.0.2" ,
"https-proxy-agent" : "^7.0.1" ,
"node-fetch" : "^3.3.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/node_modules/gcp-metadata" : {
2025-07-14 10:30:49 +02:00
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.1.tgz" ,
"integrity" : "sha512-UcO3kefx6dCcZkgcTGgVOTFb7b1LlQ02hY1omMjjrrBzkajRMCFgYOjs7J71WqnuG1k2b+9ppGL7FsOfhZMQKQ==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
2025-07-14 10:30:49 +02:00
"gaxios" : "^7.0.0" ,
2025-06-06 13:26:18 +02:00
"google-logging-utils" : "^1.0.0" ,
"json-bigint" : "^1.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/node_modules/google-auth-library" : {
2025-07-14 10:30:49 +02:00
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.1.0.tgz" ,
"integrity" : "sha512-GspVjZj1RbyRWpQ9FbAXMKjFGzZwDKnUHi66JJ+tcjcu5/xYAP1pdlWotCuIkMwjfVsxxDvsGZXGLzRt72D0sQ==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"base64-js" : "^1.3.0" ,
"ecdsa-sig-formatter" : "^1.0.11" ,
2025-07-14 10:30:49 +02:00
"gaxios" : "^7.0.0" ,
"gcp-metadata" : "^7.0.0" ,
2025-06-06 13:26:18 +02:00
"google-logging-utils" : "^1.0.0" ,
2025-07-14 10:30:49 +02:00
"gtoken" : "^8.0.0" ,
2025-06-06 13:26:18 +02:00
"jws" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/node_modules/gtoken" : {
2025-07-14 10:30:49 +02:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/gtoken/-/gtoken-8.0.0.tgz" ,
"integrity" : "sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
"dependencies" : {
2025-07-14 10:30:49 +02:00
"gaxios" : "^7.0.0" ,
2025-06-06 13:26:18 +02:00
"jws" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/node_modules/node-fetch" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
"license" : "MIT" ,
"dependencies" : {
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-11-06 10:26:24 +01:00
} ,
"funding" : {
2025-06-06 13:26:18 +02:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-fetch"
2022-11-06 10:26:24 +01:00
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/google-gax/node_modules/retry-request" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/retry-request/-/retry-request-8.0.0.tgz" ,
"integrity" : "sha512-dJkZNmyV9C8WKUmbdj1xcvVlXBSvsUQCkg89TCK8rD72RdSn9A2jlXlS2VuYSTHoPJjJEfUHhjNYrlvuksF9cg==" ,
"license" : "MIT" ,
2023-05-11 15:26:02 +02:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"@types/request" : "^2.48.12" ,
"extend" : "^3.0.2" ,
"teeny-request" : "^10.0.0"
2023-03-08 16:41:59 +01:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">=18"
}
} ,
"node_modules/google-gax/node_modules/teeny-request" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/teeny-request/-/teeny-request-10.1.0.tgz" ,
"integrity" : "sha512-3ZnLvgWF29jikg1sAQ1g0o+lr5JX6sVgYvfUJazn7ZjJroDBUTWp44/+cFVX0bULjv4vci+rBD+oGVAkWqhUbw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"http-proxy-agent" : "^5.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"node-fetch" : "^3.3.2" ,
"stream-events" : "^1.0.5"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-gax/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==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/google-logging-utils" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.1.tgz" ,
"integrity" : "sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==" ,
"license" : "Apache-2.0" ,
"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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
2023-03-08 16:41:59 +01:00
} ,
"funding" : {
2025-06-06 13:26:18 +02:00
"url" : "https://github.com/sponsors/ljharb"
2023-03-08 16:41:59 +01:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/gtoken" : {
2024-04-19 18:09:17 +02:00
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz" ,
"integrity" : "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-04-19 18:09:17 +02:00
"gaxios" : "^6.0.0" ,
2021-12-16 22:43:19 -08:00
"jws" : "^4.0.0"
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2022-01-09 16:39:24 -08:00
"node_modules/has-symbols" : {
2025-02-05 10:41:57 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-05 10:41:57 +01:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/he" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/he/-/he-1.2.0.tgz" ,
"integrity" : "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"he" : "bin/he"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/html-encoding-sniffer" : {
2026-01-23 09:12:10 +01:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz" ,
"integrity" : "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==" ,
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"@exodus/bytes" : "^1.6.0"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : "^20.19.0 || ^22.12.0 || >=24.0.0"
2022-07-07 12:36:53 +02:00
}
} ,
2024-06-03 10:38:53 +02:00
"node_modules/html-entities" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz" ,
"integrity" : "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/mdevils"
} ,
{
"type" : "patreon" ,
"url" : "https://patreon.com/mdevils"
}
]
} ,
2023-03-08 16:41:59 +01:00
"node_modules/http-assert" : {
"version" : "1.5.0" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz" ,
"integrity" : "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2023-03-08 16:41:59 +01:00
"deep-equal" : "~1.0.1" ,
"http-errors" : "~1.8.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2023-03-08 16:41:59 +01:00
"node" : ">= 0.8"
}
} ,
"node_modules/http-assert/node_modules/deep-equal" : {
"version" : "1.0.1" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz" ,
2025-06-06 08:24:45 +02:00
"integrity" : "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==" ,
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
"node_modules/http-errors" : {
"version" : "1.8.1" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~1.1.2" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : ">= 1.5.0 < 2" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.6"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-09 18:17:12 +01:00
"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==" ,
"dependencies" : {
"@tootallnate/once" : "2" ,
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-04-19 18:09:17 +02:00
"node_modules/http-proxy-agent/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==" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/https-proxy-agent" : {
2025-02-05 10:41:30 +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==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-02-05 10:41:30 +01:00
"agent-base" : "^7.1.2" ,
2021-12-16 22:43:19 -08:00
"debug" : "4"
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">= 14"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/i" : {
"version" : "0.3.6" ,
"engines" : {
"node" : ">=0.4"
}
} ,
"node_modules/iconv-lite" : {
2026-01-23 09:12:10 +01:00
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz" ,
"integrity" : "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">=0.10.0"
2026-01-23 09:12:10 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/ieee754" : {
"version" : "1.1.13" ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-3-Clause"
2021-12-16 22:43:19 -08:00
} ,
2023-03-21 14:40:40 +01:00
"node_modules/ignore" : {
2025-02-05 10:41:57 +01:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2023-03-21 14:40:40 +01:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : ">=0.8.19"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/inflection" : {
"version" : "1.12.0" ,
"engines" : [
"node >= 0.4.0"
2023-03-08 16:41:59 +01:00
] ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/ini" : {
"version" : "1.3.8" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
2026-02-14 19:45:15 +01:00
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2021-12-16 22:43:19 -08:00
"dev" : true ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-fullwidth-code-point" : {
2022-01-03 10:05:09 -08:00
"version" : "3.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/is-glob" : {
2022-01-03 10:05:09 -08:00
"version" : "4.0.3" ,
2026-02-14 19:45:15 +01:00
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2021-12-16 22:43:19 -08:00
"dev" : true ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-02-05 11:49:03 +01:00
"node_modules/is-node-process" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz" ,
"integrity" : "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-02-19 13:24:14 +01:00
"node_modules/is-path-inside" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" ,
"integrity" : "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz" ,
"integrity" : "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
2025-11-11 08:59:57 +01:00
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-07-07 12:36:53 +02:00
} ,
2025-06-06 13:26:18 +02:00
"node_modules/is-promise" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz" ,
"integrity" : "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" ,
"license" : "MIT"
} ,
2022-01-03 10:05:09 -08:00
"node_modules/is-property" : {
"version" : "1.0.2" ,
2025-02-05 14:39:14 +01:00
"resolved" : "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz" ,
"integrity" : "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==" ,
"license" : "MIT"
} ,
"node_modules/is-standalone-pwa" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/is-standalone-pwa/-/is-standalone-pwa-0.1.1.tgz" ,
"integrity" : "sha512-9Cbovsa52vNQCjdXOzeQq5CnCbAcRk05aU62K20WO372NrTv0NxibLFCK6lQ4/iZEFdEA3p3t2VNOn8AJ53F5g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/faisalman"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/ua-parser-js"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/faisalman"
}
] ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/is-stream" : {
2023-03-09 18:17:12 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=8"
2023-03-09 18:17:12 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
2024-07-05 09:26:38 +02:00
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "ISC"
2023-03-21 14:40:40 +01:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/isstream" : {
"version" : "0.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/jake" : {
2026-01-23 09:12:10 +01:00
"version" : "10.9.4" ,
"resolved" : "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz" ,
"integrity" : "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0" ,
2022-03-11 00:52:41 +01:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"async" : "^3.2.6" ,
"filelist" : "^1.0.4" ,
"picocolors" : "^1.1.1"
2022-11-05 15:20:39 +01:00
} ,
"bin" : {
"jake" : "bin/cli.js"
2022-03-11 00:52:41 +01:00
} ,
"engines" : {
2022-11-06 10:26:24 +01:00
"node" : ">=10"
2022-03-11 00:52:41 +01:00
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/jose" : {
2026-01-23 09:12:10 +01:00
"version" : "6.1.3" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz" ,
"integrity" : "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/js-yaml" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" ,
"integrity" : "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/jsdom" : {
2026-02-18 19:59:58 +01:00
"version" : "28.1.0" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-28.1.0.tgz" ,
"integrity" : "sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"@acemir/cssom" : "^0.9.31" ,
2026-02-18 19:59:58 +01:00
"@asamuzakjp/dom-selector" : "^6.8.1" ,
"@bramus/specificity" : "^2.4.2" ,
2026-02-14 19:45:15 +01:00
"@exodus/bytes" : "^1.11.0" ,
2026-02-18 19:59:58 +01:00
"cssstyle" : "^6.0.1" ,
2026-02-14 19:45:15 +01:00
"data-urls" : "^7.0.0" ,
2025-11-11 08:59:57 +01:00
"decimal.js" : "^10.6.0" ,
2026-01-23 09:12:10 +01:00
"html-encoding-sniffer" : "^6.0.0" ,
2024-06-03 10:38:53 +02:00
"http-proxy-agent" : "^7.0.2" ,
2025-02-05 14:39:14 +01:00
"https-proxy-agent" : "^7.0.6" ,
2022-07-07 12:36:53 +02:00
"is-potential-custom-element-name" : "^1.0.1" ,
2025-11-11 08:59:57 +01:00
"parse5" : "^8.0.0" ,
2022-07-07 12:36:53 +02:00
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
2025-10-02 08:34:32 +02:00
"tough-cookie" : "^6.0.0" ,
2026-02-18 19:59:58 +01:00
"undici" : "^7.21.0" ,
2023-12-03 14:24:45 +01:00
"w3c-xmlserializer" : "^5.0.0" ,
2026-02-14 19:45:15 +01:00
"webidl-conversions" : "^8.0.1" ,
"whatwg-mimetype" : "^5.0.0" ,
"whatwg-url" : "^16.0.0" ,
2023-12-03 14:24:45 +01:00
"xml-name-validator" : "^5.0.0"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2025-11-11 08:59:57 +01:00
"node" : "^20.19.0 || ^22.12.0 || >=24.0.0"
2022-07-07 12:36:53 +02:00
} ,
"peerDependencies" : {
2025-02-05 14:39:14 +01:00
"canvas" : "^3.0.0"
2022-07-07 12:36:53 +02:00
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
2023-12-03 14:24:45 +01:00
"node_modules/jsdom/node_modules/http-proxy-agent" : {
2024-06-03 10:38:53 +02:00
"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==" ,
2023-12-03 14:24:45 +01:00
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/jsesc" : {
2025-02-05 10:41:30 +01:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2021-12-16 22:43:19 -08: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==" ,
"dependencies" : {
"bignumber.js" : "^9.0.0"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
2025-06-06 13:26:18 +02:00
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
2023-03-21 14:40:40 +01:00
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2025-02-05 10:41:57 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-21 14:40:40 +01:00
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-21 14:40:40 +01:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/json-stringify-safe" : {
"version" : "5.0.1" ,
2023-03-08 16:41:59 +01:00
"dev" : true ,
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/jsonwebtoken" : {
2026-01-23 09:12:10 +01:00
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz" ,
"integrity" : "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"jws" : "^4.0.1" ,
2023-11-26 09:46:51 +01:00
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
2021-12-16 22:43:19 -08:00
"ms" : "^2.1.1" ,
2023-11-26 09:46:51 +01:00
"semver" : "^7.5.4"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2023-03-09 18:17:12 +01:00
"node" : ">=12" ,
"npm" : ">=6"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/jwa" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz" ,
"integrity" : "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"buffer-equal-constant-time" : "^1.0.1" ,
2021-12-16 22:43:19 -08:00
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/jws" : {
2026-01-23 09:12:10 +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==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"jwa" : "^2.0.1" ,
2021-12-16 22:43:19 -08:00
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/keygrip" : {
"version" : "1.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"tsscmp" : "1.0.6"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/keyv" : {
2024-04-19 17:29:09 +02:00
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
2025-06-06 13:26:18 +02:00
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/koa" : {
2025-11-11 08:59:57 +01:00
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/koa/-/koa-3.1.1.tgz" ,
"integrity" : "sha512-KDDuvpfqSK0ZKEO2gCPedNjl5wYpfj+HNiuVRlbhd1A88S3M0ySkdf2V/EJ4NWt5dwh5PXCdcenrKK2IQJAxsg==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT" ,
2026-01-23 13:03:41 +01:00
"peer" : true ,
2023-03-08 16:41:59 +01:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"accepts" : "^1.3.8" ,
"content-disposition" : "~0.5.4" ,
"content-type" : "^1.0.5" ,
2025-06-06 13:26:18 +02:00
"cookies" : "~0.9.1" ,
2023-03-08 16:41:59 +01:00
"delegates" : "^1.0.0" ,
2025-10-02 08:34:32 +02:00
"destroy" : "^1.2.0" ,
2025-06-06 13:26:18 +02:00
"encodeurl" : "^2.0.0" ,
2023-03-08 16:41:59 +01:00
"escape-html" : "^1.0.3" ,
"fresh" : "~0.5.2" ,
2025-10-02 08:34:32 +02:00
"http-assert" : "^1.5.0" ,
2025-06-06 13:26:18 +02:00
"http-errors" : "^2.0.0" ,
2023-03-08 16:41:59 +01:00
"koa-compose" : "^4.1.0" ,
2025-10-02 08:34:32 +02:00
"mime-types" : "^3.0.1" ,
"on-finished" : "^2.4.1" ,
"parseurl" : "^1.3.3" ,
2025-06-06 13:26:18 +02:00
"statuses" : "^2.0.1" ,
"type-is" : "^2.0.1" ,
2023-03-08 16:41:59 +01:00
"vary" : "^1.1.2"
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 18"
2023-03-08 16:41:59 +01:00
}
} ,
"node_modules/koa-compose" : {
"version" : "4.1.0" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz" ,
2025-10-02 08:34:32 +02:00
"integrity" : "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" ,
"license" : "MIT"
2023-03-08 16:41:59 +01:00
} ,
2025-06-06 13:26:18 +02:00
"node_modules/koa/node_modules/accepts" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" ,
"integrity" : "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"mime-types" : "~2.1.34" ,
"negotiator" : "0.6.3"
2023-03-08 16:41:59 +01:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 0.6"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/koa/node_modules/accepts/node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/koa/node_modules/content-disposition" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" ,
"integrity" : "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "5.2.1"
} ,
"engines" : {
"node" : ">= 0.6"
2023-03-08 16:41:59 +01:00
}
} ,
"node_modules/koa/node_modules/depd" : {
"version" : "2.0.0" ,
2023-05-11 15:26:02 +02:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/koa/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/koa/node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/koa/node_modules/http-errors" : {
2026-02-19 13:36:26 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
"dependencies" : {
2026-02-19 13:36:26 +01:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2025-06-06 13:26:18 +02:00
} ,
"engines" : {
"node" : ">= 0.8"
2026-02-19 13:36:26 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-10-02 08:34:32 +02:00
}
} ,
"node_modules/koa/node_modules/mime-types" : {
2026-02-19 13:36:26 +01:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz" ,
"integrity" : "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" ,
2025-10-02 08:34:32 +02:00
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "^1.54.0"
} ,
"engines" : {
2026-02-19 13:36:26 +01:00
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-10-02 08:34:32 +02:00
}
} ,
"node_modules/koa/node_modules/mime-types/node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/koa/node_modules/negotiator" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/koa/node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
"license" : "MIT" ,
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/koa/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"
}
] ,
"license" : "MIT"
} ,
"node_modules/koa/node_modules/statuses" : {
2025-10-02 08:34:32 +02:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-03-09 18:53:26 +01:00
"node_modules/ldap-filter" : {
"version" : "0.3.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2023-03-09 18:53:26 +01:00
"dependencies" : {
"assert-plus" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/ldapjs" : {
2023-03-09 18:53:26 +01:00
"version" : "2.3.3" ,
2025-10-02 08:34:32 +02:00
"resolved" : "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.3.tgz" ,
"integrity" : "sha512-75QiiLJV/PQqtpH+HGls44dXweviFwQ6SiIK27EqzKQ5jU/7UFrl2E5nLdQ3IYRBzJ/AVFJI66u0MZ0uofKYwg==" ,
"deprecated" : "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2023-03-09 18:53:26 +01:00
"dependencies" : {
"abstract-logging" : "^2.0.0" ,
"asn1" : "^0.2.4" ,
2021-12-16 22:43:19 -08:00
"assert-plus" : "^1.0.0" ,
"backoff" : "^2.5.0" ,
2023-03-09 18:53:26 +01:00
"ldap-filter" : "^0.3.3" ,
2021-12-16 22:43:19 -08:00
"once" : "^1.4.0" ,
2023-03-09 18:53:26 +01:00
"vasync" : "^2.2.0" ,
"verror" : "^1.8.1"
} ,
"engines" : {
"node" : ">=10.13.0"
2021-12-16 22:43:19 -08:00
}
} ,
2023-07-28 09:35:39 +05:30
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-07-28 09:35:39 +05:30
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/locate-path" : {
2022-01-03 10:05:09 -08:00
"version" : "5.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"p-locate" : "^4.1.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/lodash.camelcase" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" ,
"integrity" : "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" ,
"license" : "MIT"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/lodash.groupby" : {
"version" : "4.6.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2023-11-26 09:46:51 +01:00
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="
} ,
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg=="
} ,
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA=="
} ,
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw=="
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
} ,
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="
} ,
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
} ,
2026-02-19 13:24:14 +01:00
"node_modules/log-symbols" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" ,
"integrity" : "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^4.1.0" ,
"is-unicode-supported" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/long" : {
2026-02-06 18:23:30 +01:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.3.2.tgz" ,
"integrity" : "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache-2.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/lru-cache" : {
2026-02-18 19:59:58 +01:00
"version" : "11.2.6" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz" ,
"integrity" : "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==" ,
2026-01-23 09:12:10 +01:00
"license" : "BlueOak-1.0.0" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : "20 || >=22"
2025-02-05 14:39:14 +01:00
}
} ,
"node_modules/lru.min" : {
2026-02-06 18:23:30 +01:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/lru.min/-/lru.min-1.1.4.tgz" ,
"integrity" : "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
"engines" : {
"bun" : ">=1.0.0" ,
"deno" : ">=1.30.0" ,
"node" : ">=8.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wellwelwel"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-09 18:17:12 +01:00
"node_modules/luxon" : {
2025-07-14 10:30:49 +02:00
"version" : "3.7.1" ,
"resolved" : "https://registry.npmjs.org/luxon/-/luxon-3.7.1.tgz" ,
"integrity" : "sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==" ,
2024-11-20 16:10:12 +05:30
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2023-03-09 18:17:12 +01:00
"node" : ">=12"
2021-12-16 22:43:19 -08:00
}
} ,
2023-08-11 13:36:46 +02:00
"node_modules/marked" : {
2026-02-18 19:59:58 +01:00
"version" : "17.0.3" ,
"resolved" : "https://registry.npmjs.org/marked/-/marked-17.0.3.tgz" ,
"integrity" : "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
2023-08-11 13:36:46 +02:00
"bin" : {
"marked" : "bin/marked.js"
} ,
"engines" : {
2025-07-14 10:30:49 +02:00
"node" : ">= 20"
2023-08-11 13:36:46 +02:00
}
} ,
2025-02-05 10:41:57 +01: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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/mdn-data" : {
"version" : "2.12.2" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz" ,
"integrity" : "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" ,
"license" : "CC0-1.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/media-typer" : {
2025-06-06 13:26:18 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz" ,
"integrity" : "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 0.8"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/merge-descriptors" : {
2025-06-06 13:26:18 +02:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz" ,
"integrity" : "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2025-06-06 13:26:18 +02:00
"engines" : {
"node" : ">=18"
} ,
2025-02-05 10:41:57 +01:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2021-12-16 22:43:19 -08:00
} ,
"node_modules/mime-db" : {
2022-04-15 07:24:40 -05:00
"version" : "1.52.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
2022-04-15 07:24:40 -05:00
"version" : "2.1.35" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-04-15 07:24:40 -05:00
"mime-db" : "1.52.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/minimatch" : {
2023-03-21 14:40:40 +01:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
2022-03-11 00:52:41 +01:00
"node_modules/minimist" : {
"version" : "1.2.5" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-03-11 00:52:41 +01:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/minipass" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz" ,
"integrity" : "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/mkdirp" : {
"version" : "0.5.5" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-11-05 15:20:39 +01:00
"minimist" : "^1.2.5"
2021-12-16 22:43:19 -08:00
} ,
2022-11-05 15:20:39 +01:00
"bin" : {
"mkdirp" : "bin/cmd.js"
2021-12-16 22:43:19 -08:00
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/mkdirp-classic" : {
"version" : "0.5.3" ,
2025-04-29 08:18:00 +02:00
"resolved" : "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz" ,
"integrity" : "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-01-03 10:05:09 -08:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/mocha" : {
"version" : "11.7.5" ,
"resolved" : "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz" ,
"integrity" : "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"browser-stdout" : "^1.3.1" ,
"chokidar" : "^4.0.1" ,
"debug" : "^4.3.5" ,
"diff" : "^7.0.0" ,
"escape-string-regexp" : "^4.0.0" ,
"find-up" : "^5.0.0" ,
"glob" : "^10.4.5" ,
"he" : "^1.2.0" ,
"is-path-inside" : "^3.0.3" ,
"js-yaml" : "^4.1.0" ,
"log-symbols" : "^4.1.0" ,
"minimatch" : "^9.0.5" ,
"ms" : "^2.1.3" ,
"picocolors" : "^1.1.1" ,
"serialize-javascript" : "^6.0.2" ,
"strip-json-comments" : "^3.1.1" ,
"supports-color" : "^8.1.1" ,
"workerpool" : "^9.2.0" ,
"yargs" : "^17.7.2" ,
"yargs-parser" : "^21.1.1" ,
"yargs-unparser" : "^2.0.0"
} ,
"bin" : {
"_mocha" : "bin/_mocha" ,
"mocha" : "bin/mocha.js"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/mocha/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/mocha/node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mocha/node_modules/glob" : {
"version" : "10.5.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz" ,
"integrity" : "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" ,
"deprecated" : "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/mocha/node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mocha/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/mocha/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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mocha/node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mocha/node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/moment" : {
2024-02-09 19:54:50 +01:00
"version" : "2.30.1" ,
"resolved" : "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz" ,
"integrity" : "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/moment-timezone" : {
2025-06-06 08:24:45 +02:00
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz" ,
"integrity" : "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2023-03-09 18:17:12 +01:00
"moment" : "^2.29.4"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/mongodb-uri" : {
"version" : "0.9.7" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/ms" : {
2025-02-05 10:41:30 +01:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/multiparty" : {
2022-04-15 07:24:40 -05:00
"version" : "4.2.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-04-15 07:24:40 -05:00
"http-errors" : "~1.8.1" ,
2021-12-16 22:43:19 -08:00
"safe-buffer" : "5.2.1" ,
"uid-safe" : "2.1.5"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/multiparty/node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
2023-03-08 16:41:59 +01:00
] ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/mute-stream" : {
"version" : "0.0.8" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
2022-01-03 10:05:09 -08:00
"node_modules/mysql2" : {
2026-03-02 08:40:19 +05:30
"version" : "3.18.2" ,
"resolved" : "https://registry.npmjs.org/mysql2/-/mysql2-3.18.2.tgz" ,
"integrity" : "sha512-UfEShBFAZZEAKjySnTUuE7BgqkYT4mx+RjoJ5aqtmwSSvNcJ/QxQPXz/y3jSxNiVRedPfgccmuBtiPCSiEEytw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
2026-02-06 18:23:30 +01:00
"aws-ssl-profiles" : "^1.1.2" ,
2025-02-05 14:39:14 +01:00
"denque" : "^2.1.0" ,
2022-01-03 10:05:09 -08:00
"generate-function" : "^2.3.1" ,
2026-02-06 18:23:30 +01:00
"iconv-lite" : "^0.7.2" ,
"long" : "^5.3.2" ,
2026-03-02 08:40:19 +05:30
"lru.min" : "^1.1.4" ,
2026-01-23 09:12:10 +01:00
"named-placeholders" : "^1.1.6" ,
2026-02-18 19:59:58 +01:00
"sql-escaper" : "^1.3.3"
2022-03-11 00:52:41 +01:00
} ,
"engines" : {
2022-11-05 15:20:39 +01:00
"node" : ">= 8.0"
2026-03-02 08:40:19 +05:30
} ,
"peerDependencies" : {
"@types/node" : ">= 8"
2022-03-11 00:52:41 +01:00
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/named-placeholders" : {
2026-01-23 09:12:10 +01:00
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz" ,
"integrity" : "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-03-11 00:52:41 +01:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"lru.min" : "^1.1.0"
2022-03-11 00:52:41 +01:00
} ,
"engines" : {
2026-01-23 09:12:10 +01:00
"node" : ">=8.0.0"
2022-11-05 15:20:39 +01:00
}
2022-03-11 00:52:41 +01:00
} ,
2023-03-29 22:52:51 +02:00
"node_modules/nan" : {
2025-10-02 08:34:32 +02:00
"version" : "2.23.0" ,
"resolved" : "https://registry.npmjs.org/nan/-/nan-2.23.0.tgz" ,
"integrity" : "sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-29 22:52:51 +02:00
"optional" : true
} ,
2022-11-05 15:20:39 +01:00
"node_modules/nanoid" : {
2025-11-11 08:59:57 +01:00
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz" ,
"integrity" : "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==" ,
2024-02-09 19:54:50 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2022-11-05 15:20:39 +01:00
"bin" : {
2024-02-09 19:54:50 +01:00
"nanoid" : "bin/nanoid.js"
2022-03-11 00:52:41 +01:00
} ,
"engines" : {
2024-02-09 19:54:50 +01:00
"node" : "^18 || >=20"
2022-03-11 00:52:41 +01:00
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2026-02-14 19:45:15 +01:00
"dev" : true ,
"license" : "MIT"
2023-03-21 14:40:40 +01:00
} ,
2022-11-05 15:20:39 +01:00
"node_modules/ncp" : {
"version" : "1.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-05 15:20:39 +01:00
"bin" : {
"ncp" : "bin/ncp"
}
} ,
"node_modules/negotiator" : {
2025-06-06 13:26:18 +02:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz" ,
"integrity" : "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-05 15:20:39 +01:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/nock" : {
2026-02-14 19:45:15 +01:00
"version" : "14.0.11" ,
"resolved" : "https://registry.npmjs.org/nock/-/nock-14.0.11.tgz" ,
"integrity" : "sha512-u5xUnYE+UOOBA6SpELJheMCtj2Laqx15Vl70QxKo43Wz/6nMHXS7PrEioXLjXAwhmawdEMNImwKCcPhBJWbKVw==" ,
2022-03-11 00:52:41 +01:00
"dev" : true ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2022-03-11 00:52:41 +01:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"@mswjs/interceptors" : "^0.41.0" ,
2022-11-05 15:20:39 +01:00
"json-stringify-safe" : "^5.0.1" ,
"propagate" : "^2.0.0"
2022-03-11 00:52:41 +01:00
} ,
"engines" : {
2025-02-10 11:38:57 +01:00
"node" : ">=18.20.0 <20 || >=20.12.1"
2022-03-11 00:52:41 +01:00
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
"deprecated" : "Use your platform's native DOMException instead" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.5.0"
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/node-fetch" : {
2024-04-19 18:09:17 +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==" ,
2023-03-09 18:17:12 +01:00
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
2022-11-05 15:20:39 +01:00
"engines" : {
"node" : "4.x || >=6.0.0"
2023-03-09 18:17:12 +01:00
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/node-fetch/node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
} ,
"node_modules/node-fetch/node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
} ,
"node_modules/node-fetch/node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
2022-11-05 15:20:39 +01:00
}
2022-03-11 00:52:41 +01:00
} ,
2022-11-05 15:20:39 +01:00
"node_modules/node-fs" : {
"version" : "0.1.7" ,
"os" : [
"linux" ,
"darwin" ,
"freebsd" ,
"win32" ,
"smartos" ,
"sunos"
] ,
2022-03-11 00:52:41 +01:00
"engines" : {
2022-11-05 15:20:39 +01:00
"node" : ">=0.1.97"
2022-03-11 00:52:41 +01:00
}
} ,
2022-11-05 15:20:39 +01:00
"node_modules/nodemailer" : {
2026-02-14 19:45:15 +01:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.1.tgz" ,
"integrity" : "sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT-0" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-11-05 15:20:39 +01:00
"node" : ">=6.0.0"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/object-hash" : {
"version" : "3.0.0" ,
2025-06-06 13:26:18 +02:00
"resolved" : "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" ,
"integrity" : "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 6"
}
2022-11-05 15:20:39 +01:00
} ,
2022-01-09 16:39:24 -08:00
"node_modules/object-inspect" : {
2025-02-05 10:41:57 +01:00
"version" : "1.13.4" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" ,
"integrity" : "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2025-02-05 10:41:57 +01:00
"engines" : {
"node" : ">= 0.4"
} ,
2022-01-09 16:39:24 -08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/oidc-provider" : {
2026-02-19 13:36:26 +01:00
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/oidc-provider/-/oidc-provider-9.6.1.tgz" ,
"integrity" : "sha512-8AtFXE4gEV6MLd8Re78VhqGNjBm/SUw0fUxrP2XwQc+5DZKw6GyuTuy2M4jkidpH3jRrhtkkqQpXlxD1Awi6tg==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"dependencies" : {
2024-02-09 19:54:50 +01:00
"@koa/cors" : "^5.0.0" ,
2026-02-19 13:36:26 +01:00
"@koa/router" : "^15.3.0" ,
2025-11-11 08:59:57 +01:00
"debug" : "^4.4.3" ,
2026-02-19 13:36:26 +01:00
"eta" : "^4.5.1" ,
2026-01-23 09:12:10 +01:00
"jose" : "^6.1.3" ,
2025-02-05 10:41:30 +01:00
"jsesc" : "^3.1.0" ,
2026-01-23 09:12:10 +01:00
"koa" : "^3.1.1" ,
2025-11-11 08:59:57 +01:00
"nanoid" : "^5.1.6" ,
"quick-lru" : "^7.3.0" ,
2026-01-23 09:12:10 +01:00
"raw-body" : "^3.0.2"
2023-03-08 16:41:59 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/on-finished" : {
"version" : "2.3.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/on-headers" : {
2025-08-01 12:55:36 +02:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz" ,
"integrity" : "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"wrappy" : "1"
}
} ,
2023-07-28 09:35:39 +05:30
"node_modules/optionator" : {
2026-02-14 19:45:15 +01:00
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
2023-07-28 09:35:39 +05:30
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-07-28 09:35:39 +05:30
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
2026-02-14 19:45:15 +01:00
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
2023-07-28 09:35:39 +05:30
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2024-11-26 13:11:26 +05:30
"node_modules/otplib" : {
"version" : "12.0.1" ,
"resolved" : "https://registry.npmjs.org/otplib/-/otplib-12.0.1.tgz" ,
"integrity" : "sha512-xDGvUOQjop7RDgxTQ+o4pOol0/3xSZzawTiPKRrHnQWAy0WjhNs/5HdIDJCrqC4MBynmjXgULc6YfioaxZeFgg==" ,
"license" : "MIT" ,
"dependencies" : {
"@otplib/core" : "^12.0.1" ,
"@otplib/preset-default" : "^12.0.1" ,
"@otplib/preset-v11" : "^12.0.1"
}
} ,
2025-02-05 11:49:03 +01:00
"node_modules/outvariant" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz" ,
"integrity" : "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2023-11-05 18:38:30 +01:00
"node_modules/ovh" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/ovh/-/ovh-2.0.3.tgz" ,
"integrity" : "sha512-K2XpfSYza7PHVDqAP6BNk92X3f+BvaNd6eSgMqguLTaUz/DYzOyHsbGFu7lyHTkIUUb9qamvJ9FC6OTzk7tj3Q==" ,
"dependencies" : {
"async" : "0.9.x" ,
"bluebird" : "^3.4.0"
}
} ,
"node_modules/ovh/node_modules/async" : {
"version" : "0.9.2" ,
"resolved" : "https://registry.npmjs.org/async/-/async-0.9.2.tgz" ,
"integrity" : "sha512-l6ToIJIotphWahxxHyzK9bnLR6kM4jJIIgLShZeqLY7iboHoGkdgFl7W2/Ivi4SkMJYGKqW8vSuk0uKUj6qsSw=="
} ,
2021-12-16 22:43:19 -08:00
"node_modules/p-limit" : {
2022-01-03 10:05:09 -08:00
"version" : "2.3.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
2022-01-03 10:05:09 -08:00
"version" : "4.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"p-limit" : "^2.2.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=6"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/parse-database-url" : {
"version" : "0.3.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"mongodb-uri" : ">= 0.9.7"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/parse5" : {
2025-11-11 08:59:57 +01:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz" ,
"integrity" : "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"entities" : "^6.0.0"
2022-07-07 12:36:53 +02:00
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/parseurl" : {
"version" : "1.3.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/path-exists" : {
2022-01-03 10:05:09 -08:00
"version" : "4.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2024-07-05 09:26:38 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/path-parse" : {
"version" : "1.0.6" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"dev" : true ,
"license" : "ISC"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/path-to-regexp" : {
2026-01-23 09:12:10 +01:00
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz" ,
"integrity" : "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
2026-01-23 09:12:10 +01:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-06-06 13:26:18 +02:00
}
2021-12-16 22:43:19 -08:00
} ,
2025-06-06 08:24:45 +02:00
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/pngjs" : {
2022-01-03 10:05:09 -08:00
"version" : "5.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=10.13.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/precond" : {
"version" : "0.2.3" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2023-07-28 09:35:39 +05:30
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-07-28 09:35:39 +05:30
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/prompt" : {
"version" : "1.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"colors" : "^1.1.2" ,
"read" : "1.0.x" ,
"revalidator" : "0.1.x" ,
"utile" : "0.3.x" ,
"winston" : "2.x"
} ,
"engines" : {
"node" : ">= 0.6.6"
}
} ,
"node_modules/propagate" : {
"version" : "2.0.1" ,
"dev" : true ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 8"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/proto3-json-serializer" : {
2025-07-14 10:30:49 +02:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-3.0.1.tgz" ,
"integrity" : "sha512-Rug90pDIefARAG9MgaFjd0yR/YP4bN3Fov00kckXMjTZa0x86c4WoWfCQFdSeWi9DvRXjhfLlPDIvODB5LOTfg==" ,
2025-06-06 13:26:18 +02:00
"license" : "Apache-2.0" ,
"dependencies" : {
"protobufjs" : "^7.4.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/protobufjs" : {
2025-06-06 13:26:18 +02:00
"version" : "7.5.3" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.3.tgz" ,
"integrity" : "sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==" ,
2025-02-05 10:41:30 +01:00
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/node" : ">=13.7.0" ,
"long" : "^5.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/proxy-addr" : {
2022-01-03 10:05:09 -08:00
"version" : "2.0.7" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/proxy-addr/node_modules/ipaddr.js" : {
2022-01-03 10:05:09 -08:00
"version" : "1.9.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/pump" : {
2025-10-02 08:34:32 +02:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz" ,
"integrity" : "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.1"
}
} ,
2025-04-29 08:18:00 +02:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/pvtsutils" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz" ,
"integrity" : "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.8.1"
}
} ,
"node_modules/pvutils" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/pvutils/-/pvutils-1.1.5.tgz" ,
"integrity" : "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/qrcode" : {
2025-02-05 10:41:30 +01:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/qrcode/-/qrcode-1.5.4.tgz" ,
"integrity" : "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==" ,
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"dijkstrajs" : "^1.0.1" ,
2022-01-03 10:05:09 -08:00
"pngjs" : "^5.0.0" ,
"yargs" : "^15.3.1"
2021-12-16 22:43:19 -08:00
} ,
"bin" : {
"qrcode" : "bin/qrcode"
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=10.13.0"
2021-12-16 22:43:19 -08:00
}
} ,
2022-01-03 10:05:09 -08:00
"node_modules/qrcode/node_modules/cliui" : {
"version" : "6.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.0" ,
"wrap-ansi" : "^6.2.0"
}
} ,
"node_modules/qrcode/node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/qrcode/node_modules/y18n" : {
"version" : "4.0.3" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2022-01-03 10:05:09 -08:00
} ,
"node_modules/qrcode/node_modules/yargs" : {
"version" : "15.4.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"cliui" : "^6.0.0" ,
"decamelize" : "^1.2.0" ,
"find-up" : "^4.1.0" ,
"get-caller-file" : "^2.0.1" ,
"require-directory" : "^2.1.1" ,
"require-main-filename" : "^2.0.0" ,
"set-blocking" : "^2.0.0" ,
"string-width" : "^4.2.0" ,
"which-module" : "^2.0.0" ,
"y18n" : "^4.0.0" ,
"yargs-parser" : "^18.1.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/qrcode/node_modules/yargs-parser" : {
"version" : "18.1.3" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"camelcase" : "^5.0.0" ,
"decamelize" : "^1.2.0"
} ,
"engines" : {
"node" : ">=6"
}
2021-12-16 22:43:19 -08:00
} ,
"node_modules/qs" : {
2026-01-23 09:12:10 +01:00
"version" : "6.14.1" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz" ,
"integrity" : "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "BSD-3-Clause" ,
2022-04-15 07:24:40 -05:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"side-channel" : "^1.1.0"
2022-04-15 07:24:40 -05:00
} ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.6"
2022-01-03 10:05:09 -08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2021-12-16 22:43:19 -08:00
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/quick-lru" : {
2025-11-11 08:59:57 +01:00
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/quick-lru/-/quick-lru-7.3.0.tgz" ,
"integrity" : "sha512-k9lSsjl36EJdK7I06v7APZCbyGT2vMTsYSRX1Q2nbYmnkBqgUhRkAuzH08Ciotteu/PLJmIF2+tti7o3C/ts2g==" ,
2025-06-06 13:26:18 +02:00
"license" : "MIT" ,
2023-03-08 16:41:59 +01:00
"engines" : {
2023-11-26 09:46:51 +01:00
"node" : ">=18"
2023-03-08 16:41:59 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2022-11-06 10:26:24 +01:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/random-bytes" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/range-parser" : {
"version" : "1.2.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/raw-body" : {
2026-01-23 09:12:10 +01:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz" ,
"integrity" : "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"bytes" : "~3.1.2" ,
"http-errors" : "~2.0.1" ,
"iconv-lite" : "~0.7.0" ,
"unpipe" : "~1.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-11-11 08:59:57 +01:00
"node" : ">= 0.10"
2021-12-16 22:43:19 -08:00
}
} ,
2022-04-15 07:24:40 -05:00
"node_modules/raw-body/node_modules/depd" : {
"version" : "2.0.0" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/raw-body/node_modules/http-errors" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"dependencies" : {
2026-01-23 09:12:10 +01:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2022-04-15 07:24:40 -05:00
} ,
"engines" : {
"node" : ">= 0.8"
2025-11-11 08:59:57 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
2022-04-15 07:24:40 -05:00
"node_modules/raw-body/node_modules/statuses" : {
2026-01-23 09:12:10 +01:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-04-15 07:24:40 -05:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/rc" : {
"version" : "1.2.8" ,
2023-03-08 16:41:59 +01:00
"license" : "(BSD-2-Clause OR MIT OR Apache-2.0)" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"deep-extend" : "^0.6.0" ,
"ini" : "~1.3.0" ,
"minimist" : "^1.2.0" ,
"strip-json-comments" : "~2.0.1"
} ,
"bin" : {
"rc" : "cli.js"
}
} ,
"node_modules/read" : {
"version" : "1.0.7" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"mute-stream" : "~0.0.4"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
2025-10-02 08:34:32 +02: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==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/reflect-metadata" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz" ,
"integrity" : "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" ,
"license" : "Apache-2.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/require-main-filename" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/resolve" : {
"version" : "1.17.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"path-parse" : "^1.0.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/retry" : {
2022-01-03 10:05:09 -08:00
"version" : "0.13.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/retry-request" : {
2024-04-19 18:09:17 +02:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz" ,
"integrity" : "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2024-04-19 18:09:17 +02:00
"@types/request" : "^2.48.8" ,
"extend" : "^3.0.2" ,
"teeny-request" : "^9.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"node" : ">=14"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/revalidator" : {
"version" : "0.1.8" ,
2023-03-08 16:41:59 +01:00
"license" : "Apache 2.0" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/router" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/router/-/router-2.2.0.tgz" ,
"integrity" : "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.4.0" ,
"depd" : "^2.0.0" ,
"is-promise" : "^4.0.0" ,
"parseurl" : "^1.3.3" ,
"path-to-regexp" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/router/node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/safe-buffer" : {
"version" : "5.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/safetydance" : {
2025-04-29 08:18:00 +02:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/safetydance/-/safetydance-2.5.1.tgz" ,
"integrity" : "sha512-loeEErOTR8rhC2ICec1C1dRyfOtjFomS2A1JG8rl5qNQWVHJMJNKdL/kinaSq58yu1mOak0UW+pKY1cb/t4BCg==" ,
2021-12-16 22:43:19 -08:00
"engines" : [
"node >= 4.0.0"
2025-02-14 17:26:54 +01:00
] ,
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/sax" : {
"version" : "1.2.1" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
2022-07-07 12:36:53 +02:00
"node_modules/saxes" : {
"version" : "6.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=v12.22.7"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/semver" : {
2026-02-06 18:23:30 +01:00
"version" : "7.7.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz" ,
"integrity" : "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" ,
2024-11-20 16:10:12 +05:30
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/send" : {
2025-06-06 13:26:18 +02:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.2.0.tgz" ,
"integrity" : "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"debug" : "^4.3.5" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.0" ,
"mime-types" : "^3.0.1" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 18"
2021-12-16 22:43:19 -08:00
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/send/node_modules/depd" : {
"version" : "2.0.0" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/send/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/send/node_modules/http-errors" : {
"version" : "2.0.0" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
2021-12-16 22:43:19 -08:00
} ,
2025-06-06 13:26:18 +02:00
"node_modules/send/node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2025-06-06 13:26:18 +02:00
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/send/node_modules/mime-types" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz" ,
"integrity" : "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "^1.54.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 0.6"
2021-12-16 22:43:19 -08:00
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/send/node_modules/on-finished" : {
"version" : "2.4.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/send/node_modules/statuses" : {
"version" : "2.0.1" ,
2025-02-05 10:41:57 +01:00
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-11-06 10:26:24 +01:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/serve-static" : {
2025-06-06 13:26:18 +02:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz" ,
"integrity" : "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
"send" : "^1.2.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-06-06 13:26:18 +02:00
"node" : ">= 18"
2021-12-16 22:43:19 -08:00
}
} ,
2025-02-05 10:41:57 +01:00
"node_modules/serve-static/node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/setprototypeof" : {
2022-01-03 10:05:09 -08:00
"version" : "1.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
2023-03-21 14:40:40 +01:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2024-07-05 09:26:38 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2024-07-05 09:26:38 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "MIT" ,
2023-03-21 14:40:40 +01:00
"engines" : {
"node" : ">=8"
}
} ,
2022-01-09 16:39:24 -08:00
"node_modules/side-channel" : {
2025-02-05 10:41:57 +01:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-list" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-09 16:39:24 -08:00
"dependencies" : {
2025-02-05 10:41:57 +01:00
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
2022-01-09 16:39:24 -08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-10-02 08:34:32 +02:00
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/speakeasy" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"base32.js" : "0.0.1"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/split-ca" : {
"version" : "1.0.1" ,
2024-04-19 17:29:09 +02:00
"resolved" : "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz" ,
2025-02-05 10:41:30 +01:00
"integrity" : "sha512-Q5thBSxp5t8WPTTJQS59LrGqOZqOsrhDGDVm8azCqIBjSBd7nd9o2PM+mDulQQkh8h//4U6hFZnc/mul8t5pWQ==" ,
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
2026-02-14 19:45:15 +01:00
"node_modules/sql-escaper" : {
2026-02-18 19:59:58 +01:00
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/sql-escaper/-/sql-escaper-1.3.3.tgz" ,
"integrity" : "sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==" ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
"engines" : {
"bun" : ">=1.0.0" ,
"deno" : ">=2.0.0" ,
"node" : ">=12.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/mysqljs/sql-escaper?sponsor=1"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/ssh2" : {
2025-10-02 08:34:32 +02:00
"version" : "1.17.0" ,
"resolved" : "https://registry.npmjs.org/ssh2/-/ssh2-1.17.0.tgz" ,
"integrity" : "sha512-wPldCk3asibAjQ/kziWQQt1Wh3PgDFpC0XpwclzKcdT1vql6KeYxf5LIt4nlFkUeR8WuphYMKqUA56X4rjbfgQ==" ,
2023-03-29 22:52:51 +02:00
"hasInstallScript" : true ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2023-05-14 10:53:50 +02:00
"asn1" : "^0.2.6" ,
2023-03-29 22:52:51 +02:00
"bcrypt-pbkdf" : "^1.0.2"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2023-03-29 22:52:51 +02:00
"node" : ">=10.16.0"
} ,
"optionalDependencies" : {
2025-02-05 10:41:57 +01:00
"cpu-features" : "~0.0.10" ,
2025-10-02 08:34:32 +02:00
"nan" : "^2.23.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/ssh2-streams" : {
"version" : "0.1.20" ,
2023-03-29 22:52:51 +02:00
"resolved" : "https://registry.npmjs.org/ssh2-streams/-/ssh2-streams-0.1.20.tgz" ,
"integrity" : "sha512-uqI2NfwMXF0PgY1IWivWWlfr4Ws6wsFF5Eug/bmpyyVn/k7T2VoNfJT6ynhM0JW1NpeIZuYHOENUCLx6NFK6Jw==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"asn1" : "~0.2.0" ,
"semver" : "^5.1.0" ,
"streamsearch" : "~0.1.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ssh2-streams/node_modules/semver" : {
"version" : "5.7.1" ,
2023-03-29 22:52:51 +02:00
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" ,
"integrity" : "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" ,
2021-12-16 22:43:19 -08:00
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/stack-trace" : {
"version" : "0.0.10" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/statuses" : {
"version" : "1.5.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-02-12 20:56:46 +01:00
"node_modules/stream-browserify" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz" ,
"integrity" : "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "~2.0.4" ,
"readable-stream" : "^3.5.0"
}
} ,
2021-12-16 22:43:19 -08: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==" ,
"dependencies" : {
"stubs" : "^3.0.0"
}
} ,
"node_modules/stream-shift" : {
2024-04-19 18:09:17 +02:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz" ,
"integrity" : "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ=="
2021-12-16 22:43:19 -08:00
} ,
"node_modules/streamsearch" : {
"version" : "0.1.2" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
2024-07-05 17:53:35 +02:00
"node_modules/streamx" : {
2026-03-02 08:40:19 +05:30
"version" : "2.23.0" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz" ,
"integrity" : "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==" ,
"license" : "MIT" ,
2024-07-05 17:53:35 +02:00
"dependencies" : {
2026-03-02 08:40:19 +05:30
"events-universal" : "^1.0.0" ,
2024-07-05 17:53:35 +02:00
"fast-fifo" : "^1.3.2" ,
"text-decoder" : "^1.1.0"
}
} ,
2025-02-05 11:49:03 +01:00
"node_modules/strict-event-emitter" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz" ,
"integrity" : "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/string_decoder" : {
"version" : "1.1.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/string-format-obj" : {
"version" : "1.1.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/string-width" : {
2022-01-03 10:05:09 -08:00
"version" : "4.2.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/strip-ansi" : {
2022-01-03 10:05:09 -08:00
"version" : "6.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-01-03 10:05:09 -08:00
"ansi-regex" : "^5.0.1"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=8"
2021-12-16 22:43:19 -08:00
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/strip-json-comments" : {
"version" : "2.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-07-28 09:35:39 +05:30
"node_modules/strnum" : {
2026-02-06 18:23:30 +01:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz" ,
"integrity" : "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/NaturalIntelligence"
}
] ,
2025-02-05 10:41:30 +01:00
"license" : "MIT"
2023-07-28 09:35:39 +05:30
} ,
2021-12-16 22:43:19 -08:00
"node_modules/stubs" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz" ,
2023-03-09 18:17:12 +01:00
"integrity" : "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw=="
2021-12-16 22:43:19 -08:00
} ,
2026-02-19 13:24:14 +01:00
"node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-07-07 12:36:53 +02:00
} ,
2025-04-29 08:18:00 +02:00
"node_modules/tar-fs" : {
2025-10-02 08:34:32 +02:00
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz" ,
"integrity" : "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==" ,
2025-04-29 08:18:00 +02:00
"license" : "MIT" ,
"dependencies" : {
"chownr" : "^1.1.1" ,
"mkdirp-classic" : "^0.5.2" ,
"pump" : "^3.0.0" ,
"tar-stream" : "^2.1.4"
}
} ,
"node_modules/tar-fs/node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/tar-stream" : {
2026-03-02 08:40:19 +05:30
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz" ,
"integrity" : "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==" ,
"license" : "MIT" ,
2022-11-05 15:20:39 +01:00
"dependencies" : {
2024-07-05 17:53:35 +02:00
"b4a" : "^1.6.4" ,
2026-03-02 08:40:19 +05:30
"bare-fs" : "^4.5.5" ,
2024-07-05 17:53:35 +02:00
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
2021-12-16 22:43:19 -08:00
}
} ,
"node_modules/teeny-request" : {
2024-04-19 18:09:17 +02:00
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz" ,
"integrity" : "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2022-04-15 07:24:40 -05:00
"http-proxy-agent" : "^5.0.0" ,
2021-12-16 22:43:19 -08:00
"https-proxy-agent" : "^5.0.0" ,
2024-04-19 18:09:17 +02:00
"node-fetch" : "^2.6.9" ,
2021-12-16 22:43:19 -08:00
"stream-events" : "^1.0.5" ,
2023-03-09 18:17:12 +01:00
"uuid" : "^9.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2024-04-19 18:09:17 +02:00
"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==" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"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==" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
2022-04-15 07:24:40 -05:00
}
} ,
2026-03-02 08:40:19 +05:30
"node_modules/teex" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz" ,
"integrity" : "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==" ,
"license" : "MIT" ,
"dependencies" : {
"streamx" : "^2.12.5"
}
} ,
2024-07-05 17:53:35 +02:00
"node_modules/text-decoder" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.0.tgz" ,
"integrity" : "sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==" ,
"dependencies" : {
"b4a" : "^1.6.4"
}
} ,
2024-11-26 13:11:26 +05:30
"node_modules/thirty-two" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/thirty-two/-/thirty-two-1.0.2.tgz" ,
"integrity" : "sha512-OEI0IWCe+Dw46019YLl6V10Us5bi574EvlJEOcAkB29IzQ/mYD1A6RyNHLjZPiHCmuodxvgF6U+vZO1L15lxVA==" ,
"engines" : {
"node" : ">=0.2.6"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/tldjs" : {
2025-07-14 10:30:49 +02:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/tldjs/-/tldjs-2.3.2.tgz" ,
"integrity" : "sha512-EORDwFMSZKrHPUVDhejCMDeAovRS5d8jZKiqALFiPp3cjKjEldPkxBY39ZSx3c45awz3RpKwJD1cCgGxEfy8/A==" ,
2021-12-16 22:43:19 -08:00
"hasInstallScript" : true ,
2025-02-10 16:16:07 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-07-14 10:30:49 +02:00
"punycode" : "^2.0.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
2025-07-14 10:30:49 +02:00
"node" : ">= 20"
2021-12-16 22:43:19 -08:00
}
} ,
2025-02-05 14:39:14 +01:00
"node_modules/tldts" : {
2025-10-02 08:34:32 +02:00
"version" : "7.0.16" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-7.0.16.tgz" ,
"integrity" : "sha512-5bdPHSwbKTeHmXrgecID4Ljff8rQjv7g8zKQPkCozRo2HWWni+p310FSn5ImI+9kWw9kK4lzOB5q/a6iv0IJsw==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-10-02 08:34:32 +02:00
"tldts-core" : "^7.0.16"
2025-02-05 14:39:14 +01:00
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/tldts-core" : {
2025-10-02 08:34:32 +02:00
"version" : "7.0.16" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.16.tgz" ,
"integrity" : "sha512-XHhPmHxphLi+LGbH0G/O7dmUH9V65OY20R7vH8gETHsp5AZCjBk9l8sqmRKLaGOxnETU7XNSDUPtewAy/K6jbA==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/toidentifier" : {
2022-01-03 10:05:09 -08:00
"version" : "1.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.6"
}
} ,
2022-11-06 10:26:24 +01:00
"node_modules/tough-cookie" : {
2025-10-02 08:34:32 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz" ,
"integrity" : "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==" ,
2025-02-05 14:39:14 +01:00
"license" : "BSD-3-Clause" ,
2022-11-06 10:26:24 +01:00
"dependencies" : {
2025-10-02 08:34:32 +02:00
"tldts" : "^7.0.5"
2022-11-06 10:26:24 +01:00
} ,
"engines" : {
2025-02-05 14:39:14 +01:00
"node" : ">=16"
2022-11-06 10:26:24 +01:00
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/tr46" : {
2025-10-02 08:34:32 +02:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz" ,
"integrity" : "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==" ,
2025-06-06 08:24:45 +02:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2023-12-03 14:24:45 +01:00
"punycode" : "^2.3.1"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2025-10-02 08:34:32 +02:00
"node" : ">=20"
2022-07-07 12:36:53 +02:00
}
} ,
2025-02-10 17:03:09 +01:00
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/tsscmp" : {
"version" : "1.0.6" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.6.x"
}
} ,
2026-02-12 21:10:51 +01:00
"node_modules/tsyringe" : {
"version" : "4.10.0" ,
"resolved" : "https://registry.npmjs.org/tsyringe/-/tsyringe-4.10.0.tgz" ,
"integrity" : "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^1.9.3"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/tsyringe/node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" ,
"license" : "0BSD"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/tunnel-ssh" : {
"version" : "4.1.4" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"debug" : "2.6.9" ,
"lodash.defaults" : "^4.1.0" ,
"ssh2" : "0.5.4"
}
} ,
"node_modules/tunnel-ssh/node_modules/debug" : {
"version" : "2.6.9" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/tunnel-ssh/node_modules/ms" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
2023-03-29 22:52:51 +02:00
"node_modules/tunnel-ssh/node_modules/ssh2" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/ssh2/-/ssh2-0.5.4.tgz" ,
"integrity" : "sha512-ZnC+u9CRgg0BKkYrpygna2723zhRxOtsEcrjsSCwJCZvj95fbE5qdCEndqQtbzA3IgftlmAgNafyy20kh9tbqw==" ,
"dependencies" : {
"ssh2-streams" : "~0.1.15"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/tweetnacl" : {
"version" : "0.14.5" ,
2023-03-08 16:41:59 +01:00
"license" : "Unlicense"
2021-12-16 22:43:19 -08:00
} ,
2023-07-28 09:35:39 +05:30
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"dev" : true ,
2026-02-14 19:45:15 +01:00
"license" : "MIT" ,
2023-07-28 09:35:39 +05:30
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/type-is" : {
2025-06-06 13:26:18 +02:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz" ,
"integrity" : "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==" ,
"license" : "MIT" ,
"dependencies" : {
"content-type" : "^1.0.5" ,
"media-typer" : "^1.1.0" ,
"mime-types" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/type-is/node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/type-is/node_modules/mime-types" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz" ,
"integrity" : "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
2025-06-06 13:26:18 +02:00
"mime-db" : "^1.54.0"
2021-12-16 22:43:19 -08:00
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2025-02-05 14:39:14 +01:00
"node_modules/ua-is-frozen" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/ua-is-frozen/-/ua-is-frozen-0.1.2.tgz" ,
"integrity" : "sha512-RwKDW2p3iyWn4UbaxpP2+VxwqXh0jpvdxsYpZ5j/MLLiQOfbsV5shpgQiw93+KMYQPcteeMQ289MaAFzs3G9pw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/faisalman"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/ua-parser-js"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/faisalman"
}
] ,
"license" : "MIT"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/ua-parser-js" : {
2026-02-06 18:23:30 +01:00
"version" : "2.0.9" ,
"resolved" : "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.9.tgz" ,
"integrity" : "sha512-OsqGhxyo/wGdLSXMSJxuMGN6H4gDnKz6Fb3IBm4bxZFMnyy0sdf6MN96Ie8tC6z/btdO+Bsy8guxlvLdwT076w==" ,
2021-12-16 22:43:19 -08:00
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/ua-parser-js"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/faisalman"
2023-11-26 09:46:51 +01:00
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/faisalman"
2021-12-16 22:43:19 -08:00
}
] ,
2025-02-05 14:39:14 +01:00
"license" : "AGPL-3.0-or-later" ,
"dependencies" : {
"detect-europe-js" : "^0.1.2" ,
"is-standalone-pwa" : "^0.1.1" ,
2025-11-11 08:59:57 +01:00
"ua-is-frozen" : "^0.1.2"
2025-02-05 14:39:14 +01:00
} ,
2025-02-05 10:41:30 +01:00
"bin" : {
"ua-parser-js" : "script/cli.js"
} ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : "*"
}
} ,
"node_modules/uid-safe" : {
"version" : "2.1.5" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"random-bytes" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/undici" : {
"version" : "7.22.0" ,
"resolved" : "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz" ,
"integrity" : "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20.18.1"
}
} ,
2024-04-19 18:09:17 +02:00
"node_modules/undici-types" : {
2026-02-19 13:36:26 +01:00
"version" : "7.18.2" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz" ,
"integrity" : "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==" ,
2025-05-26 10:45:23 +02:00
"license" : "MIT"
2024-04-19 18:09:17 +02:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/unpipe" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2023-03-21 14:40:40 +01:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "BSD-2-Clause" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/utile" : {
"version" : "0.3.0" ,
"dependencies" : {
"async" : "~0.9.0" ,
"deep-equal" : "~0.2.1" ,
"i" : "0.3.x" ,
"mkdirp" : "0.x.x" ,
"ncp" : "1.0.x" ,
"rimraf" : "2.x.x"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/utile/node_modules/async" : {
"version" : "0.9.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/utile/node_modules/rimraf" : {
"version" : "2.7.1" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
"node_modules/utils-merge" : {
"version" : "1.0.1" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2025-08-01 12:55:36 +02:00
"node_modules/uuid" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" ,
"integrity" : "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" ,
"funding" : [
"https://github.com/sponsors/broofa" ,
"https://github.com/sponsors/ctavan"
] ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/vary" : {
"version" : "1.1.2" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/vasync" : {
2023-03-08 16:41:59 +01:00
"version" : "2.2.0" ,
2021-12-16 22:43:19 -08:00
"engines" : [
"node >=0.6.0"
] ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"verror" : "1.10.0"
}
} ,
2023-03-08 16:41:59 +01:00
"node_modules/verror" : {
2021-12-16 22:43:19 -08:00
"version" : "1.10.0" ,
"engines" : [
"node >=0.6.0"
] ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"assert-plus" : "^1.0.0" ,
"core-util-is" : "1.0.2" ,
"extsprintf" : "^1.2.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/w3c-xmlserializer" : {
2023-12-03 14:24:45 +01:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2023-12-03 14:24:45 +01:00
"xml-name-validator" : "^5.0.0"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2023-12-03 14:24:45 +01:00
"node" : ">=18"
2022-07-07 12:36:53 +02:00
}
} ,
2023-03-29 23:09:15 +02:00
"node_modules/wcwidth" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" ,
"integrity" : "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" ,
"dev" : true ,
"optional" : true ,
"dependencies" : {
"defaults" : "^1.0.3"
}
} ,
2025-06-06 13:26:18 +02:00
"node_modules/web-streams-polyfill" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" ,
"integrity" : "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/webidl-conversions" : {
2026-02-14 19:45:15 +01:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz" ,
"integrity" : "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==" ,
2025-10-02 08:34:32 +02:00
"license" : "BSD-2-Clause" ,
2022-07-07 12:36:53 +02:00
"engines" : {
2025-10-02 08:34:32 +02:00
"node" : ">=20"
2022-07-07 12:36:53 +02:00
}
} ,
"node_modules/whatwg-mimetype" : {
2026-02-14 19:45:15 +01:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz" ,
"integrity" : "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==" ,
2025-10-02 08:34:32 +02:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : ">=20"
2022-07-07 12:36:53 +02:00
}
} ,
"node_modules/whatwg-url" : {
2026-02-14 19:45:15 +01:00
"version" : "16.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.0.tgz" ,
"integrity" : "sha512-9CcxtEKsf53UFwkSUZjG+9vydAsFO4lFHBpJUtjBcoJOCJpKnSJNwCw813zrYJHpCJ7sgfbtOe0V5Ku7Pa1XMQ==" ,
2025-02-05 14:39:14 +01:00
"license" : "MIT" ,
2022-07-07 12:36:53 +02:00
"dependencies" : {
2026-02-14 19:45:15 +01:00
"@exodus/bytes" : "^1.11.0" ,
2025-10-02 08:34:32 +02:00
"tr46" : "^6.0.0" ,
2026-02-14 19:45:15 +01:00
"webidl-conversions" : "^8.0.1"
2022-07-07 12:36:53 +02:00
} ,
"engines" : {
2026-02-14 19:45:15 +01:00
"node" : "^20.19.0 || ^22.12.0 || >=24.0.0"
2022-07-07 12:36:53 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/when" : {
2023-03-08 16:41:59 +01:00
"version" : "2.0.1"
2021-12-16 22:43:19 -08:00
} ,
2023-03-21 14:40:40 +01:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2024-07-05 09:26:38 +02:00
"dev" : true ,
2025-02-05 10:41:57 +01:00
"license" : "ISC" ,
2023-03-21 14:40:40 +01:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/which-module" : {
"version" : "2.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/winston" : {
"version" : "2.4.5" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"async" : "~1.0.0" ,
"colors" : "1.0.x" ,
"cycle" : "1.0.x" ,
"eyes" : "0.1.x" ,
"isstream" : "0.1.x" ,
"stack-trace" : "0.0.x"
} ,
"engines" : {
"node" : ">= 0.10.0"
}
} ,
"node_modules/winston/node_modules/async" : {
"version" : "1.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/winston/node_modules/colors" : {
"version" : "1.0.3" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=0.1.90"
}
} ,
2026-02-14 19:45:15 +01:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/workerpool" : {
"version" : "9.3.4" ,
"resolved" : "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz" ,
"integrity" : "sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==" ,
"dev" : true ,
"license" : "Apache-2.0"
} ,
2021-12-16 22:43:19 -08:00
"node_modules/wrap-ansi" : {
2022-01-03 10:05:09 -08:00
"version" : "7.0.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2022-01-03 10:05:09 -08:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC"
2021-12-16 22:43:19 -08:00
} ,
"node_modules/ws" : {
2026-01-23 09:12:10 +01:00
"version" : "8.19.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz" ,
"integrity" : "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==" ,
2025-02-05 10:41:30 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
2022-01-03 10:05:09 -08:00
"node" : ">=10.0.0"
2021-12-16 22:43:19 -08:00
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
2023-03-09 18:17:12 +01:00
"utf-8-validate" : ">=5.0.2"
2021-12-16 22:43:19 -08:00
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/xml-name-validator" : {
2023-12-03 14:24:45 +01:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
2022-07-07 12:36:53 +02:00
"engines" : {
2023-12-03 14:24:45 +01:00
"node" : ">=18"
2022-07-07 12:36:53 +02:00
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/xml2js" : {
2023-07-28 09:35:39 +05:30
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz" ,
"integrity" : "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==" ,
2021-12-16 22:43:19 -08:00
"dependencies" : {
"sax" : ">=0.6.0" ,
"xmlbuilder" : "~11.0.0"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
2023-07-28 09:35:39 +05:30
"node_modules/xmlbuilder" : {
2021-12-16 22:43:19 -08:00
"version" : "11.0.1" ,
2023-07-28 09:35:39 +05:30
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" ,
"integrity" : "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=4.0"
}
} ,
2022-07-07 12:36:53 +02:00
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT"
2022-07-07 12:36:53 +02:00
} ,
2021-12-16 22:43:19 -08:00
"node_modules/y18n" : {
2022-01-03 10:05:09 -08:00
"version" : "5.0.8" ,
2023-03-08 16:41:59 +01:00
"license" : "ISC" ,
2022-01-03 10:05:09 -08:00
"engines" : {
"node" : ">=10"
}
2021-12-16 22:43:19 -08:00
} ,
2025-02-05 10:41:30 +01:00
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2026-02-19 13:24:14 +01:00
"node_modules/yargs-unparser" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz" ,
"integrity" : "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"camelcase" : "^6.0.0" ,
"decamelize" : "^4.0.0" ,
"flat" : "^5.0.2" ,
"is-plain-obj" : "^2.1.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/yargs-unparser/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/yargs-unparser/node_modules/decamelize" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz" ,
"integrity" : "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-02-05 10:41:30 +01:00
"node_modules/yargs/node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2021-12-16 22:43:19 -08:00
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
2023-03-08 16:41:59 +01:00
"license" : "MIT" ,
2021-12-16 22:43:19 -08:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
}
2017-08-14 10:44:58 -07:00
}
}