From bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7 Mon Sep 17 00:00:00 2001
From: dh_ackergaul <dh_ackergaul@dh-software.de>
Date: Di, 23 Jun 2026 11:16:18 +0200
Subject: [PATCH] Update emvheya - 23.6.2026, 11:16:10 [JD]

---
 manufacturer/_furnview/furnplan-web/node_modules/openid-client/package.json |  122 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 122 insertions(+), 0 deletions(-)

diff --git a/manufacturer/_furnview/furnplan-web/node_modules/openid-client/package.json b/manufacturer/_furnview/furnplan-web/node_modules/openid-client/package.json
new file mode 100644
index 0000000..8b60a5a
--- /dev/null
+++ b/manufacturer/_furnview/furnplan-web/node_modules/openid-client/package.json
@@ -0,0 +1,122 @@
+{
+  "name": "openid-client",
+  "version": "6.8.4",
+  "description": "OAuth 2 / OpenID Connect Client API for JavaScript Runtimes",
+  "keywords": [
+    "access token",
+    "auth",
+    "authentication",
+    "authorization",
+    "basic",
+    "browser",
+    "bun",
+    "certified",
+    "ciba",
+    "client",
+    "cloudflare",
+    "deno",
+    "edge",
+    "electron",
+    "fapi",
+    "javascript",
+    "jwt",
+    "netlify",
+    "next",
+    "nextjs",
+    "node",
+    "nodejs",
+    "oauth",
+    "oauth2",
+    "oidc",
+    "openid-connect",
+    "openid",
+    "passport",
+    "strategy",
+    "vercel",
+    "workerd",
+    "workers"
+  ],
+  "homepage": "https://github.com/panva/openid-client",
+  "repository": "panva/openid-client",
+  "funding": {
+    "url": "https://github.com/sponsors/panva"
+  },
+  "license": "MIT",
+  "author": "Filip Skokan <panva.ip@gmail.com>",
+  "sideEffects": false,
+  "type": "module",
+  "exports": {
+    ".": {
+      "types": "./build/index.d.ts",
+      "default": "./build/index.js"
+    },
+    "./passport": {
+      "types": "./build/passport.d.ts",
+      "default": "./build/passport.js"
+    },
+    "./package.json": "./package.json"
+  },
+  "main": "./build/index.js",
+  "types": "./build/index.d.ts",
+  "files": [
+    "build/index.js",
+    "build/index.js.map",
+    "build/index.d.ts",
+    "build/passport.js",
+    "build/passport.js.map",
+    "build/passport.d.ts"
+  ],
+  "scripts": {
+    "_format": "find src test examples tap conformance -type f -name '*.ts' -o -name '*.mjs' -o -name '*.cjs' | xargs prettier --check",
+    "build": "rm -rf build && tsc && tsc --removeComments false --declaration --emitDeclarationOnly && tsc -p tsconfig.passport.json && tsc -p tsconfig.passport.json --removeComments false --declaration --emitDeclarationOnly && tsc -p test && npm run --silent check-build && npx --yes jsr publish --dry-run --allow-dirty",
+    "check-build": "tsc --noEmit --types node --lib ES2022.Error && tsc -p conformance && tsc -p tap && tsc -p examples",
+    "conformance": "bash -c 'source .node_flags.sh && ava --config conformance/ava.config.ts'",
+    "docs": "patch-package && typedoc",
+    "docs-check": "./check-examples.sh",
+    "format": "npm run _format -- --write",
+    "format-check": "npm run _format",
+    "tap:browsers": "./tap/.browsers.sh",
+    "tap:bun": "./tap/.bun.sh",
+    "tap:deno": "./tap/.deno.sh",
+    "tap:electron": "./tap/.electron.sh",
+    "tap:node": "bash -c './tap/.node.sh'",
+    "tap:workerd": "./tap/.workerd.sh",
+    "test": "bash -c 'source .node_flags.sh && ava'"
+  },
+  "dependencies": {
+    "jose": "^6.2.2",
+    "oauth4webapi": "^3.8.5"
+  },
+  "devDependencies": {
+    "@koa/cors": "^5.0.0",
+    "@playwright/test": "^1.59.1",
+    "@types/connect-ensure-login": "^0.1.9",
+    "@types/cookie-parser": "^1.4.10",
+    "@types/express": "^5.0.6",
+    "@types/express-session": "^1.18.2",
+    "@types/koa__cors": "^5.0.1",
+    "@types/node": "^24.12.2",
+    "@types/passport": "^1.0.17",
+    "@types/qunit": "^2.19.13",
+    "archiver": "^7.0.1",
+    "ava": "^7.0.0",
+    "esbuild": "^0.28.0",
+    "happy-dom": "^20.8.9",
+    "http-cookie-agent": "^7.0.3",
+    "ky": "^1.14.3",
+    "oidc-provider": "^9.7.1",
+    "patch-package": "^8.0.1",
+    "prettier": "^3.8.1",
+    "prettier-plugin-jsdoc": "^1.8.0",
+    "qunit": "^2.25.0",
+    "raw-body": "^3.0.2",
+    "selfsigned": "^5.5.0",
+    "tough-cookie": "^6.0.1",
+    "ts-blank-space": "^0.8.0",
+    "typedoc": "^0.28.18",
+    "typedoc-plugin-markdown": "^4.11.0",
+    "typedoc-plugin-mdn-links": "^5.1.1",
+    "typescript": "^6.0.2",
+    "undici": "^7.24.7"
+  }
+}

--
Gitblit v1.9.3