From 3094bacecad1fb6dea32119325b6b4dbfbeeec23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:05:18 +0200 Subject: [PATCH 1/3] chore: update SBOM (#82) Co-authored-by: rubenvdlinde <4021899+rubenvdlinde@users.noreply.github.com> --- sbom.cdx.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sbom.cdx.json b/sbom.cdx.json index 73d37515..37293b3f 100644 --- a/sbom.cdx.json +++ b/sbom.cdx.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5", - "serialNumber": "urn:uuid:66ba57e1-9658-4efa-876d-e83cfbe6eb17", + "serialNumber": "urn:uuid:58a21255-612a-420a-a40f-7d4c3650bcfe", "version": 1, "metadata": { - "timestamp": "2026-05-01T06:06:11Z", + "timestamp": "2026-05-01T08:02:34Z", "tools": [ { "name": "composer", @@ -82,10 +82,10 @@ } ], "component": { - "bom-ref": "mydash/mydash-dev-chore/mydash-followup-deltas", + "bom-ref": "mydash/mydash-dev-development", "type": "application", "name": "mydash", - "version": "dev-chore/mydash-followup-deltas", + "version": "dev-development", "group": "mydash", "description": "Enhanced dashboard with grid layout and admin controls for Nextcloud", "author": "MyDash Contributors", @@ -96,15 +96,15 @@ } } ], - "purl": "pkg:composer/mydash/mydash@dev-chore/mydash-followup-deltas", + "purl": "pkg:composer/mydash/mydash@dev-development", "properties": [ { "name": "cdx:composer:package:distReference", - "value": "ac6295af7749eb066ef9479dfe707f2d7bfce3dc" + "value": "b81974586ae15a214acfa3b276a4a2004cb4b82a" }, { "name": "cdx:composer:package:sourceReference", - "value": "ac6295af7749eb066ef9479dfe707f2d7bfce3dc" + "value": "b81974586ae15a214acfa3b276a4a2004cb4b82a" }, { "name": "cdx:composer:package:type", @@ -17764,7 +17764,7 @@ ], "dependencies": [ { - "ref": "mydash/mydash-dev-chore/mydash-followup-deltas" + "ref": "mydash/mydash-dev-development" } ] } From 9062bfce0657596c531d8d347e9ae12a0e85c263 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 1 May 2026 10:06:24 +0200 Subject: [PATCH 2/3] =?UTF-8?q?chore(deps):=20npm=20audit=20fix=20?= =?UTF-8?q?=E2=80=94=20clear=20all=206=20high-severity=20vulnerabilities?= =?UTF-8?q?=20(#81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lockfile-only update via `npm audit fix` (no --force, no package.json changes, no major bumps). Resolves every high-severity npm vulnerability flagged on the development branch: - fast-xml-parser CVE chain (incl. Dependabot alerts #52, #70): 4.5.4 → 4.5.6 (entity-expansion bypass + comment/CDATA injection) - lodash prototype pollution - node-forge prototype pollution - path-to-regexp ReDoS - picomatch ReDoS As a side effect npm chose @conduction/nextcloud-vue 0.1.0-beta.15 (was beta.3), picking up the 12 intervening upstream releases including all the recent CnAppNav/CnAppRoot work. The Nc* re-export issue blocking eslint is unaffected — that lands when nextcloud-vue PR #102 ships and a new beta is published. Remaining: 12 moderate + 32 low. All require major-version bumps (@nextcloud/webpack-vue-config v7, vue-loader v17, @vue/test-utils v2 which is Vue-3-only and would break the app, etc.) — out of scope for an audit-fix sweep, deserve dedicated PRs with build/test verification. Verified locally: - `npm run build` succeeds (35 webpack warnings, same baseline as dev) - `npm run lint` no new errors (the 32 Nc* `import/named` errors are pre-existing, fixed by nextcloud-vue PR #102) - `npm audit` reports 0 high-severity vulnerabilities (was 6) --- package-lock.json | 2963 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 2569 insertions(+), 394 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76e70048..e3fd87ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -304,9 +304,7 @@ "version": "7.29.0", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.0.tgz", "integrity": "sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==", - "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/parser": "^7.29.0", "@babel/types": "^7.29.0", @@ -609,9 +607,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", - "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", "license": "MIT", "dependencies": { "@babel/types": "^7.29.0" @@ -1902,272 +1900,955 @@ "node-fetch": "^3.3.0" } }, - "node_modules/@conduction/nextcloud-vue": { - "version": "0.1.0-beta.3", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-0.1.0-beta.3.tgz", - "integrity": "sha512-+B02z2vUgN8BTZ0ZRd9mtrIVo55KMETzvEsyt7g0AW50hNU44xd9ILBHjKvZlKQclsLWzT36K0+RWIbcC22QVA==", - "license": "EUPL-1.2", + "node_modules/@ckpack/vue-color": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@ckpack/vue-color/-/vue-color-1.6.0.tgz", + "integrity": "sha512-b9kFTKhYbNArfgP1lmnaVm0VNsWdZjqIbyHUYry7mZ+E7JeTQclbjq1+2xWn0SE3wzqRYlXmAVjECPOgteWmMQ==", + "license": "MIT", + "dependencies": { + "@ctrl/tinycolor": "^3.6.0", + "material-colors": "^1.2.6" + }, + "engines": { + "node": ">=12" + }, "peerDependencies": { - "@nextcloud/l10n": "^2.0.0 || ^3.0.0", - "@nextcloud/vue": "^8.0.0", - "pinia": "^2.0.0", - "vue": "^2.7.0", - "vue-material-design-icons": "^5.0.0" + "vue": "^3.2.0" } }, - "node_modules/@csstools/color-helpers": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz", - "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=20.19.0" + "node_modules/@codemirror/autocomplete": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.1.tgz", + "integrity": "sha512-1cvg3Vz1dSSToCNlJfRA2WSI4ht3K+WplO0UMOgmUYPivCyy2oueZY6Lx7M9wThm7SDUBViRmuT+OG/i8+ON9A==", + "license": "MIT", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.17.0", + "@lezer/common": "^1.0.0" } }, - "node_modules/@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], + "node_modules/@codemirror/commands": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.3.tgz", + "integrity": "sha512-JFRiqhKu+bvSkDLI+rUhJwSxQxYb759W5GBezE8Uc8mHLqC9aV/9aTC7yJSqCtB3F00pylrLCwnyS91Ap5ej4Q==", "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-tokenizer": "^2.4.1" + "peer": true, + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.6.0", + "@codemirror/view": "^6.27.0", + "@lezer/common": "^1.1.0" } }, - "node_modules/@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], + "node_modules/@codemirror/lang-css": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz", + "integrity": "sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==", "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@lezer/common": "^1.0.2", + "@lezer/css": "^1.1.7" } }, - "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], + "node_modules/@codemirror/lang-html": { + "version": "6.4.11", + "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.11.tgz", + "integrity": "sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==", "license": "MIT", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/lang-css": "^6.0.0", + "@codemirror/lang-javascript": "^6.0.0", + "@codemirror/language": "^6.4.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.17.0", + "@lezer/common": "^1.0.0", + "@lezer/css": "^1.1.0", + "@lezer/html": "^1.3.12" } }, - "node_modules/@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^6.0.13" + "node_modules/@codemirror/lang-javascript": { + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.5.tgz", + "integrity": "sha512-zD4e5mS+50htS7F+TYjBPsiIFGanfVqg4HyUz6WNFikgOPf2BgKlx+TQedI1w6n/IqRBVBbBWmGFdLB/7uxO4A==", + "license": "MIT", + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/language": "^6.6.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.17.0", + "@lezer/common": "^1.0.0", + "@lezer/javascript": "^1.0.0" } }, - "node_modules/@cyclonedx/cyclonedx-npm": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.2.1.tgz", - "integrity": "sha512-SOA/96sf0wsgUYCRtFkLFm6WoFhG+q1BxdC84hPSn9J3xWlH1e7OnTPJT+WNUzTqzX1nSm5JhjRX4krozu2X+g==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX" - } - ], - "license": "Apache-2.0", + "node_modules/@codemirror/lang-json": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.2.tgz", + "integrity": "sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==", + "license": "MIT", "dependencies": { - "@cyclonedx/cyclonedx-library": "^10.0.0", - "commander": "^14.0.0", - "normalize-package-data": "^7.0.0 || ^8.0.0", - "packageurl-js": "^2.0.1", - "spdx-expression-parse": "^3.0.1 || ^4.0.0", - "xmlbuilder2": "^3.0.2 || ^4.0.3" - }, - "bin": { - "cyclonedx-npm": "bin/cyclonedx-npm-cli.js" - }, - "engines": { - "node": ">=20.18.0", - "npm": ">=9" - }, - "optionalDependencies": { - "ajv": "^8.12.0", - "ajv-formats": "^3.0.1", - "ajv-formats-draft2019": "^1.6.1", - "libxmljs2": "^0.35||^0.37" + "@codemirror/language": "^6.0.0", + "@lezer/json": "^1.0.0" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/@cyclonedx/cyclonedx-library": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-10.0.0.tgz", - "integrity": "sha512-xDXf2eqzeFHdjamj6oBV3duRSfrlmsJ5+2z9tXp7q5qxJP5Awmjf4ABSutS4qkVHHj7JzKFL/EM0V0Nihc7zPg==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX" - } - ], - "license": "Apache-2.0", - "engines": { - "node": ">=20.18.0" - }, - "peerDependencies": { - "ajv": "^8.12.0", - "ajv-formats": "^3.0.1", - "ajv-formats-draft2019": "^1.6.1", - "libxmljs2": "^0.35||^0.37", - "packageurl-js": "*", - "spdx-expression-parse": "*", - "xmlbuilder2": "^3.0.2||^4.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - }, - "ajv-formats": { - "optional": true - }, - "ajv-formats-draft2019": { - "optional": true - }, - "libxmljs2": { - "optional": true - }, - "packageurl-js": { - "optional": true - }, - "spdx-expression-parse": { - "optional": true - }, - "xmlbuilder2": { - "optional": true - } + "node_modules/@codemirror/lang-xml": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz", + "integrity": "sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==", + "license": "MIT", + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/language": "^6.4.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "@lezer/common": "^1.0.0", + "@lezer/xml": "^1.0.0" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/ajv": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", - "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", - "dev": true, + "node_modules/@codemirror/language": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.3.tgz", + "integrity": "sha512-QwCZW6Tt1siP37Jet9Tb02Zs81TQt6qQrZR2H+eGMcFsL1zMrk2/b9CLC7/9ieP1fjIUMgviLWMmgiHoJrj+ZA==", "license": "MIT", - "optional": true, "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" + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.23.0", + "@lezer/common": "^1.5.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0", + "style-mod": "^4.0.0" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/ajv-formats": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", - "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", - "dev": true, + "node_modules/@codemirror/lint": { + "version": "6.9.5", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.5.tgz", + "integrity": "sha512-GElsbU9G7QT9xXhpUg1zWGmftA/7jamh+7+ydKRuT0ORpWS3wOSP0yT1FOlIZa7mIJjpVPipErsyvVqB9cfTFA==", "license": "MIT", - "optional": true, "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.35.0", + "crelt": "^1.0.5" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/commander": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", - "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", - "dev": true, + "node_modules/@codemirror/search": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.0.tgz", + "integrity": "sha512-ZvGm99wc/s2cITtMT15LFdn8aH/aS+V+DqyGq/N5ZlV5vWtH+nILvC2nw0zX7ByNoHHDZ2IxxdW38O0tc5nVHg==", "license": "MIT", - "engines": { - "node": ">=20" + "peer": true, + "dependencies": { + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.37.0", + "crelt": "^1.0.5" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/hosted-git-info": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz", - "integrity": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==", - "dev": true, - "license": "ISC", + "node_modules/@codemirror/state": { + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.6.0.tgz", + "integrity": "sha512-4nbvra5R5EtiCzr9BTHiTLc+MLXK2QGiAVYMyi8PkQd3SR+6ixar/Q/01Fa21TBIDOZXgeWV4WppsQolSreAPQ==", + "license": "MIT", "dependencies": { - "lru-cache": "^11.1.0" - }, - "engines": { - "node": "^20.17.0 || >=22.9.0" + "@marijn/find-cluster-break": "^1.0.0" } }, - "node_modules/@cyclonedx/cyclonedx-npm/node_modules/json-schema-traverse": { + "node_modules/@codemirror/view": { + "version": "6.41.1", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.41.1.tgz", + "integrity": "sha512-ToDnWKbBnke+ZLrP6vgTTDScGi5H37YYuZGniQaBzxMVdtCxMrslsmtnOvbPZk4RX9bvkQqnWR/WS/35tJA0qg==", + "license": "MIT", + "dependencies": { + "@codemirror/state": "^6.6.0", + "crelt": "^1.0.6", + "style-mod": "^4.1.0", + "w3c-keyname": "^2.2.4" + } + }, + "node_modules/@conduction/nextcloud-vue": { + "version": "0.1.0-beta.15", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-0.1.0-beta.15.tgz", + "integrity": "sha512-d3TVxhcF/eD3JbRrFJaL+AE/w572ljl54W5nb/36wSQynKDwk9BgRqmaWEeuq3V4gqE8j5rlsaY3aJr6hJM8ew==", + "license": "EUPL-1.2", + "dependencies": { + "@codemirror/lang-html": "^6.4.11", + "@codemirror/lang-json": "^6.0.2", + "@codemirror/lang-xml": "^6.1.0", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/dialogs": "^7.3.0", + "@uiw/codemirror-theme-github": "^4.25.8", + "gridstack": "^10.3.1", + "lodash": "^4.17.21", + "vue-apexcharts": "^1.7.0", + "vue-codemirror6": "^1.4.3", + "vue-color": "^2.8.2" + }, + "peerDependencies": { + "@nextcloud/axios": "^2.0.0", + "@nextcloud/l10n": "^2.0.0 || ^3.0.0", + "@nextcloud/router": "^2.0.0 || ^3.0.0", + "@nextcloud/vue": "^8.0.0", + "bootstrap-vue": "^2.23.1", + "pinia": "^2.0.0", + "vue": "^2.7.0", + "vue-frag": "^1.4.3", + "vue-material-design-icons": "^5.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.3.0.tgz", + "integrity": "sha512-pFuM10Dkvip+wSBaElcbSAN7Jynp41HJUh5kndRYpJipYl0SpNfjIe32+uNfOI43/tln4ScTlrfjIX6cK+3uHg==", + "license": "AGPL-3.0-or-later", + "dependencies": { + "@mdi/js": "^7.4.47", + "@nextcloud/auth": "^2.5.3", + "@nextcloud/axios": "^2.5.2", + "@nextcloud/browser-storage": "^0.5.0", + "@nextcloud/event-bus": "^3.3.3", + "@nextcloud/files": "^4.0.0", + "@nextcloud/initial-state": "^3.0.0", + "@nextcloud/l10n": "^3.4.1", + "@nextcloud/paths": "^3.0.0", + "@nextcloud/router": "^3.1.0", + "@nextcloud/sharing": "^0.4.0", + "@nextcloud/vue": "^9.5.0", + "@types/toastify-js": "^1.12.4", + "@vueuse/core": "^14.2.1", + "p-queue": "^9.0.1", + "toastify-js": "^1.12.0", + "vue": "^3.5.28", + "webdav": "^5.8.0" + }, + "engines": { + "node": "^20 || ^22 || ^24" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/sharing": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.4.0.tgz", + "integrity": "sha512-1hUNyc7uJdBpnimOnEshJjEtAPAjzDYVl6qmWqF5ZxoN9wOvbExw0QjX3xFIbHbX2dmvbRNLBj0RzLzipmZyeg==", + "license": "GPL-3.0-or-later", + "dependencies": { + "@nextcloud/initial-state": "^3.0.0", + "is-svg": "^6.1.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + }, + "optionalDependencies": { + "@nextcloud/files": "^3.12.2 || ^4.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.5.0.tgz", + "integrity": "sha512-CQxBfHhF+Q+2r7RXd+l/eSjttJU8A2JFUyq5VpvjfpIql355kejc8bbNnM1pKgGRGSBuW9qw5Ohx0puzHge10w==", + "license": "AGPL-3.0-or-later", + "dependencies": { + "@ckpack/vue-color": "^1.6.0", + "@floating-ui/dom": "^1.7.5", + "@nextcloud/auth": "^2.5.3", + "@nextcloud/axios": "^2.5.2", + "@nextcloud/browser-storage": "^0.5.0", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/event-bus": "^3.3.3", + "@nextcloud/initial-state": "^3.0.0", + "@nextcloud/l10n": "^3.4.1", + "@nextcloud/logger": "^3.0.3", + "@nextcloud/router": "^3.1.0", + "@nextcloud/sharing": "^0.3.0", + "@vuepic/vue-datepicker": "^11.0.3", + "@vueuse/components": "^14.2.0", + "@vueuse/core": "^14.0.0", + "blurhash": "^2.0.5", + "clone": "^2.1.2", + "debounce": "^3.0.0", + "dompurify": "^3.3.1", + "emoji-mart-vue-fast": "^15.0.5", + "escape-html": "^1.0.3", + "floating-vue": "^5.2.2", + "focus-trap": "^8.0.0", + "linkifyjs": "^4.3.2", + "p-queue": "^9.1.0", + "rehype-external-links": "^3.0.0", + "rehype-highlight": "^7.0.2", + "rehype-react": "^8.0.0", + "remark-breaks": "^4.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", + "remark-unlink-protocols": "^1.0.0", + "splitpanes": "^4.0.4", + "striptags": "^3.2.0", + "tabbable": "^6.4.0", + "tributejs": "^5.1.3", + "ts-md5": "^2.0.1", + "unified": "^11.0.5", + "unist-builder": "^4.0.0", + "unist-util-visit": "^5.1.0", + "vue": "^3.5.18", + "vue-router": "^5.0.2", + "vue-select": "^4.0.0-beta.6" + }, + "engines": { + "node": "^20.11.0 || ^22 || ^24" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue/node_modules/@nextcloud/files": { + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.2.tgz", + "integrity": "sha512-vBo8tf3Xh6efiF8CrEo3pKj9AtvAF6RdDGO1XKL65IxV8+UUd9Uxl2lUExHlzoDRRczCqfGfaWfRRaFhYqce5Q==", + "license": "AGPL-3.0-or-later", + "optional": true, + "dependencies": { + "@nextcloud/auth": "^2.5.3", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/l10n": "^3.4.1", + "@nextcloud/logger": "^3.0.3", + "@nextcloud/paths": "^3.0.0", + "@nextcloud/router": "^3.1.0", + "@nextcloud/sharing": "^0.3.0", + "cancelable-promise": "^4.3.1", + "is-svg": "^6.1.0", + "typescript-event-target": "^1.1.1", + "webdav": "^5.8.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.3.0.tgz", + "integrity": "sha512-kV7qeUZvd1fTKeFyH+W5Qq5rNOqG9rLATZM3U9MBxWXHJs3OxMqYQb8UQ3NYONzsX3zDGJmdQECIGHm1ei2sCA==", + "license": "GPL-3.0-or-later", + "dependencies": { + "@nextcloud/initial-state": "^3.0.0", + "is-svg": "^6.1.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + }, + "optionalDependencies": { + "@nextcloud/files": "^3.12.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@vue/devtools-kit": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz", + "integrity": "sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==", + "license": "MIT", + "dependencies": { + "@vue/devtools-shared": "^8.1.1", + "birpc": "^2.6.1", + "hookable": "^5.5.3", + "perfect-debounce": "^2.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/pinia": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz", + "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@vue/devtools-api": "^7.7.7" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "typescript": ">=4.5.0", + "vue": "^3.5.11" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/vue-router": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.6.tgz", + "integrity": "sha512-9+kmUTGbKMyW9Asoy98IXXYIzrTMT7JDAdpDDeEkorHvybpUvBI2wsrSM5jFOXrFydpzRFJ9vAh+80DN2PGu9w==", + "license": "MIT", + "dependencies": { + "@babel/generator": "^7.28.6", + "@vue-macros/common": "^3.1.1", + "@vue/devtools-api": "^8.0.6", + "ast-walker-scope": "^0.8.3", + "chokidar": "^5.0.0", + "json5": "^2.2.3", + "local-pkg": "^1.1.2", + "magic-string": "^0.30.21", + "mlly": "^1.8.0", + "muggle-string": "^0.4.1", + "pathe": "^2.0.3", + "picomatch": "^4.0.3", + "scule": "^1.3.0", + "tinyglobby": "^0.2.15", + "unplugin": "^3.0.0", + "unplugin-utils": "^0.3.1", + "yaml": "^2.8.2" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "@pinia/colada": ">=0.21.2", + "@vue/compiler-sfc": "^3.5.17", + "pinia": "^3.0.4", + "vue": "^3.5.0" + }, + "peerDependenciesMeta": { + "@pinia/colada": { + "optional": true + }, + "@vue/compiler-sfc": { + "optional": true + }, + "pinia": { + "optional": true + } + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/vue-router/node_modules/@vue/devtools-api": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.1.tgz", + "integrity": "sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==", + "license": "MIT", + "dependencies": { + "@vue/devtools-kit": "^8.1.1" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/files": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-4.0.0.tgz", + "integrity": "sha512-TmecnZIS+PGWGtRh7RpGEboCT4K6iTbHULUcfR6hs3eEzjDVsCc1Ldf8popGY/70lbpdlfYle8xbXnPIo3qaXA==", + "license": "AGPL-3.0-or-later", + "dependencies": { + "@nextcloud/auth": "^2.5.3", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/l10n": "^3.4.1", + "@nextcloud/logger": "^3.0.3", + "@nextcloud/paths": "^3.0.0", + "@nextcloud/router": "^3.1.0", + "@nextcloud/sharing": "^0.3.0", + "is-svg": "^6.1.0", + "typescript-event-target": "^1.1.2", + "webdav": "^5.9.0" + }, + "engines": { + "node": "^24.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/initial-state": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "integrity": "sha512-cV+HBdkQJGm8FxkBI5rFT/FbMNWNBvpbj6OPrg4Ae4YOOsQ15CL8InPOAw1t4XkOkQK2NEdUGQLVUz/19wXbdQ==", + "license": "GPL-3.0-or-later", + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@types/web-bluetooth": { + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", + "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==", + "license": "MIT" + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vue/compiler-sfc": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.33.tgz", + "integrity": "sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@babel/parser": "^7.29.2", + "@vue/compiler-core": "3.5.33", + "@vue/compiler-dom": "3.5.33", + "@vue/compiler-ssr": "3.5.33", + "@vue/shared": "3.5.33", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.21", + "postcss": "^8.5.10", + "source-map-js": "^1.2.1" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vue/devtools-api": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz", + "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@vue/devtools-kit": "^7.7.9" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vue/devtools-shared": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz", + "integrity": "sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==", + "license": "MIT" + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/components": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-14.3.0.tgz", + "integrity": "sha512-jnrJrecSfa8H+G6wtAwsCnMtKbKZDSpu5JZDuulZikWrHb6uuS5SyXP6M2b79tofxipm78VWDSzW+58pu1yglA==", + "license": "MIT", + "dependencies": { + "@vueuse/core": "14.3.0", + "@vueuse/shared": "14.3.0" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/core": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.3.0.tgz", + "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==", + "license": "MIT", + "dependencies": { + "@types/web-bluetooth": "^0.0.21", + "@vueuse/metadata": "14.3.0", + "@vueuse/shared": "14.3.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/metadata": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.3.0.tgz", + "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/shared": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.3.0.tgz", + "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/chokidar": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", + "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", + "license": "MIT", + "dependencies": { + "readdirp": "^5.0.0" + }, + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/debounce": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-3.0.0.tgz", + "integrity": "sha512-64byRbF0/AirwbuHqB3/ZpMG9/nckDa6ZA0yd6UnaQNwbbemCOwvz2sL5sjXLHhZHADyiwLm0M5qMhltUUx+TA==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT", + "optional": true, + "peer": true + }, + "node_modules/@conduction/nextcloud-vue/node_modules/floating-vue": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/floating-vue/-/floating-vue-5.2.2.tgz", + "integrity": "sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "~1.1.1", + "vue-resize": "^2.0.0-alpha.1" + }, + "peerDependencies": { + "@nuxt/kit": "^3.2.0", + "vue": "^3.2.0" + }, + "peerDependenciesMeta": { + "@nuxt/kit": { + "optional": true + } + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/floating-vue/node_modules/@floating-ui/dom": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz", + "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.1.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/focus-trap": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.1.0.tgz", + "integrity": "sha512-T65crff26CKV2CZ3csg5y05r+560srp0b8EbAif35euW58hzklVf/Gb4Q+/HCtB8e9III3QFEyk5BWV5XJuOyw==", + "license": "MIT", + "dependencies": { + "tabbable": "^6.4.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/perfect-debounce": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz", + "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==", + "license": "MIT" + }, + "node_modules/@conduction/nextcloud-vue/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/readdirp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", + "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/rehype-react": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-8.0.0.tgz", + "integrity": "sha512-vzo0YxYbB2HE+36+9HWXVdxNoNDubx63r5LBzpxBGVWM8s9mdnMdbmuJBAX6TTyuGdZjZix6qU3GcSuKCIWivw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-to-jsx-runtime": "^2.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/splitpanes": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-4.0.4.tgz", + "integrity": "sha512-RbysugZhjbCw5fgplvk3hOXr41stahQDtZhHVkhnnJI6H4wlGDhM2kIpbehy7v92duy9GnMa8zIhHigIV1TWtg==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antoniandre" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/@conduction/nextcloud-vue/node_modules/vue-resize": { + "version": "2.0.0-alpha.1", + "resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz", + "integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==", + "license": "MIT", + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/@csstools/color-helpers": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz", + "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=20.19.0" + } + }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", + "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^2.4.1" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", + "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": "^14 || ^16 || >=18" + } + }, + "node_modules/@csstools/media-query-list-parser": { + "version": "2.1.13", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", + "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^2.7.1", + "@csstools/css-tokenizer": "^2.4.1" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", + "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^6.0.13" + } + }, + "node_modules/@ctrl/tinycolor": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz", + "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/@cyclonedx/cyclonedx-npm": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.2.1.tgz", + "integrity": "sha512-SOA/96sf0wsgUYCRtFkLFm6WoFhG+q1BxdC84hPSn9J3xWlH1e7OnTPJT+WNUzTqzX1nSm5JhjRX4krozu2X+g==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX" + } + ], + "license": "Apache-2.0", + "dependencies": { + "@cyclonedx/cyclonedx-library": "^10.0.0", + "commander": "^14.0.0", + "normalize-package-data": "^7.0.0 || ^8.0.0", + "packageurl-js": "^2.0.1", + "spdx-expression-parse": "^3.0.1 || ^4.0.0", + "xmlbuilder2": "^3.0.2 || ^4.0.3" + }, + "bin": { + "cyclonedx-npm": "bin/cyclonedx-npm-cli.js" + }, + "engines": { + "node": ">=20.18.0", + "npm": ">=9" + }, + "optionalDependencies": { + "ajv": "^8.12.0", + "ajv-formats": "^3.0.1", + "ajv-formats-draft2019": "^1.6.1", + "libxmljs2": "^0.35||^0.37" + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/node_modules/@cyclonedx/cyclonedx-library": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-10.0.0.tgz", + "integrity": "sha512-xDXf2eqzeFHdjamj6oBV3duRSfrlmsJ5+2z9tXp7q5qxJP5Awmjf4ABSutS4qkVHHj7JzKFL/EM0V0Nihc7zPg==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX" + } + ], + "license": "Apache-2.0", + "engines": { + "node": ">=20.18.0" + }, + "peerDependencies": { + "ajv": "^8.12.0", + "ajv-formats": "^3.0.1", + "ajv-formats-draft2019": "^1.6.1", + "libxmljs2": "^0.35||^0.37", + "packageurl-js": "*", + "spdx-expression-parse": "*", + "xmlbuilder2": "^3.0.2||^4.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + }, + "ajv-formats": { + "optional": true + }, + "ajv-formats-draft2019": { + "optional": true + }, + "libxmljs2": { + "optional": true + }, + "packageurl-js": { + "optional": true + }, + "spdx-expression-parse": { + "optional": true + }, + "xmlbuilder2": { + "optional": true + } + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/node_modules/ajv": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", + "dev": true, + "license": "MIT", + "optional": true, + "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" + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/node_modules/commander": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", + "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20" + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/node_modules/hosted-git-info": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz", + "integrity": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^11.1.0" + }, + "engines": { + "node": "^20.17.0 || >=22.9.0" + } + }, + "node_modules/@cyclonedx/cyclonedx-npm/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==", @@ -2772,9 +3453,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -2877,28 +3558,28 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.4.tgz", - "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.10" + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/dom": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.5.tgz", - "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.4", - "@floating-ui/utils": "^0.2.10" + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", - "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { @@ -2918,9 +3599,9 @@ } }, "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -3054,7 +3735,6 @@ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", "license": "MIT", - "peer": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" @@ -3064,9 +3744,7 @@ "version": "2.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", - "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -3077,7 +3755,6 @@ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "license": "MIT", - "peer": true, "engines": { "node": ">=6.0.0" } @@ -3104,7 +3781,6 @@ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "license": "MIT", - "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -3118,6 +3794,85 @@ "license": "MIT", "peer": true }, + "node_modules/@lezer/common": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.5.2.tgz", + "integrity": "sha512-sxQE460fPZyU3sdc8lafxiPwJHBzZRy/udNFynGQky1SePYBdhkBl1kOagA9uT3pxR8K09bOrmTUqA9wb/PjSQ==", + "license": "MIT" + }, + "node_modules/@lezer/css": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.3.3.tgz", + "integrity": "sha512-RzBo8r+/6QJeow7aPHIpGVIH59xTcJXp399820gZoMo9noQDRVpJLheIBUicYwKcsbOYoBRoLZlf2720dG/4Tg==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.3.0" + } + }, + "node_modules/@lezer/highlight": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.3.tgz", + "integrity": "sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.3.0" + } + }, + "node_modules/@lezer/html": { + "version": "1.3.13", + "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.13.tgz", + "integrity": "sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" + } + }, + "node_modules/@lezer/javascript": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.5.4.tgz", + "integrity": "sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.1.3", + "@lezer/lr": "^1.3.0" + } + }, + "node_modules/@lezer/json": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz", + "integrity": "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" + } + }, + "node_modules/@lezer/lr": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.10.tgz", + "integrity": "sha512-rnCpTIBafOx4mRp43xOxDJbFipJm/c0cia/V5TiGlhmMa+wsSdoGmUN3w5Bqrks/09Q/D4tNAmWaT8p6NRi77A==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.0.0" + } + }, + "node_modules/@lezer/xml": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.6.tgz", + "integrity": "sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==", + "license": "MIT", + "dependencies": { + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" + } + }, "node_modules/@linusborg/vue-simple-portal": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/@linusborg/vue-simple-portal/-/vue-simple-portal-0.1.5.tgz", @@ -3166,19 +3921,26 @@ "unist-util-is": "^3.0.0" } }, + "node_modules/@marijn/find-cluster-break": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz", + "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==", + "license": "MIT" + }, "node_modules/@mdi/js": { "version": "7.4.47", "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==" }, "node_modules/@nextcloud/auth": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz", - "integrity": "sha512-KIhWLk0BKcP4hvypE4o11YqKOPeFMfEFjRrhUUF+h7Fry+dhTBIEIxuQPVCKXMIpjTDd8791y8V6UdRZ2feKAQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.6.0.tgz", + "integrity": "sha512-VkT87+9UqpPi7O36bVEE4/MxWF8d90VQcuMlvKltsZyLSLkEGrPXgowtD75Y54k60/8SR6mXbeqBwapi8dDUbA==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.5.0", - "@nextcloud/event-bus": "^3.3.2" + "@nextcloud/event-bus": "^3.3.3", + "@nextcloud/router": "^3.1.0" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" @@ -3517,14 +4279,14 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.36.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.36.0.tgz", - "integrity": "sha512-x1MEh4nvCrD1zoJ3ybhtbSDox+1wyHRP7st95Uu14Wm630quRrfXGaQ1bxqaZ7en/wqaihR0NPyQKfmjrPmseg==", + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.38.0.tgz", + "integrity": "sha512-8wfTXUhks8e5KVtmyc66bH8+IeVMSGyV0PZmZQD/ctQwuWdH53c8vA1V4voHJ8cPHrN2pXq6WF8++4/RoW1eMw==", "license": "AGPL-3.0-or-later", "dependencies": { - "@floating-ui/dom": "^1.7.5", + "@floating-ui/dom": "^1.7.6", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.5.3", + "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", @@ -3533,20 +4295,21 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", - "@nextcloud/sharing": "^0.3.0", + "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue-select": "^3.26.0", "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.3.1", + "dompurify": "^3.4.1", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", "focus-trap": "^7.8.0", "linkify-string": "^4.3.2", "md5": "^2.3.0", + "mdast-util-to-string": "^4.0.0", "p-queue": "^8.1.1", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", @@ -3562,7 +4325,7 @@ "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0", - "unist-util-visit": "^5.1.0", + "unist-util-visit-parents": "^6.0.2", "vue": "^2.7.16", "vue-color": "^2.8.1", "vue-frag": "^1.4.3", @@ -3585,6 +4348,31 @@ "vue": "2.x" } }, + "node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.4.0.tgz", + "integrity": "sha512-1hUNyc7uJdBpnimOnEshJjEtAPAjzDYVl6qmWqF5ZxoN9wOvbExw0QjX3xFIbHbX2dmvbRNLBj0RzLzipmZyeg==", + "license": "GPL-3.0-or-later", + "dependencies": { + "@nextcloud/initial-state": "^3.0.0", + "is-svg": "^6.1.0" + }, + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + }, + "optionalDependencies": { + "@nextcloud/files": "^3.12.2 || ^4.0.0" + } + }, + "node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing/node_modules/@nextcloud/initial-state": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "integrity": "sha512-cV+HBdkQJGm8FxkBI5rFT/FbMNWNBvpbj6OPrg4Ae4YOOsQ15CL8InPOAw1t4XkOkQK2NEdUGQLVUz/19wXbdQ==", + "license": "GPL-3.0-or-later", + "engines": { + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" + } + }, "node_modules/@nextcloud/vue/node_modules/p-queue": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", @@ -3650,6 +4438,18 @@ "eslint-scope": "5.1.1" } }, + "node_modules/@nodable/entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nodable" + } + ], + "license": "MIT" + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3753,6 +4553,71 @@ "node": ">=10" } }, + "node_modules/@nuxt/opencollective": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.3.tgz", + "integrity": "sha512-6IKCd+gP0HliixqZT/p8nW3tucD6Sv/u/eR2A9X4rxT/6hXlMzA4GZQzq4d2qnBAwSwGpmKyzkyTjNjrhaA25A==", + "license": "MIT", + "peer": true, + "dependencies": { + "chalk": "^4.1.0", + "consola": "^2.15.0", + "node-fetch": "^2.6.7" + }, + "bin": { + "opencollective": "bin/opencollective.js" + }, + "engines": { + "node": ">=8.0.0", + "npm": ">=5.0.0" + } + }, + "node_modules/@nuxt/opencollective/node_modules/node-fetch": { + "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==", + "license": "MIT", + "peer": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@nuxt/opencollective/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT", + "peer": true + }, + "node_modules/@nuxt/opencollective/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==", + "license": "BSD-2-Clause", + "peer": true + }, + "node_modules/@nuxt/opencollective/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==", + "license": "MIT", + "peer": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/@one-ini/wasm": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", @@ -3799,69 +4664,311 @@ "@oozcitak/util": "^10.0.0" }, "engines": { - "node": ">=20.0" + "node": ">=20.0" + } + }, + "node_modules/@oozcitak/util": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@oozcitak/util/-/util-10.0.0.tgz", + "integrity": "sha512-hAX0pT/73190NLqBPPWSdBVGtbY6VOhWYK3qqHqtXQ1gK7kS2yz4+ivsN07hpJ6I3aeMtKP6J6npsEKOAzuTLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.0" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz", + "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "detect-libc": "^2.0.3", + "is-glob": "^4.0.3", + "node-addon-api": "^7.0.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.6", + "@parcel/watcher-darwin-arm64": "2.5.6", + "@parcel/watcher-darwin-x64": "2.5.6", + "@parcel/watcher-freebsd-x64": "2.5.6", + "@parcel/watcher-linux-arm-glibc": "2.5.6", + "@parcel/watcher-linux-arm-musl": "2.5.6", + "@parcel/watcher-linux-arm64-glibc": "2.5.6", + "@parcel/watcher-linux-arm64-musl": "2.5.6", + "@parcel/watcher-linux-x64-glibc": "2.5.6", + "@parcel/watcher-linux-x64-musl": "2.5.6", + "@parcel/watcher-win32-arm64": "2.5.6", + "@parcel/watcher-win32-ia32": "2.5.6", + "@parcel/watcher-win32-x64": "2.5.6" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz", + "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz", + "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz", + "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz", + "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz", + "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz", + "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz", + "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz", + "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz", + "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@oozcitak/util": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@oozcitak/util/-/util-10.0.0.tgz", - "integrity": "sha512-hAX0pT/73190NLqBPPWSdBVGtbY6VOhWYK3qqHqtXQ1gK7kS2yz4+ivsN07hpJ6I3aeMtKP6J6npsEKOAzuTLA==", + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz", + "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==", + "cpu": [ + "x64" + ], "dev": true, "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "peer": true, "engines": { - "node": ">=20.0" + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher": { + "node_modules/@parcel/watcher-win32-arm64": { "version": "2.5.6", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz", - "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz", + "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==", + "cpu": [ + "arm64" + ], "dev": true, - "hasInstallScript": true, "license": "MIT", "optional": true, + "os": [ + "win32" + ], "peer": true, - "dependencies": { - "detect-libc": "^2.0.3", - "is-glob": "^4.0.3", - "node-addon-api": "^7.0.0", - "picomatch": "^4.0.3" - }, "engines": { "node": ">= 10.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.5.6", - "@parcel/watcher-darwin-arm64": "2.5.6", - "@parcel/watcher-darwin-x64": "2.5.6", - "@parcel/watcher-freebsd-x64": "2.5.6", - "@parcel/watcher-linux-arm-glibc": "2.5.6", - "@parcel/watcher-linux-arm-musl": "2.5.6", - "@parcel/watcher-linux-arm64-glibc": "2.5.6", - "@parcel/watcher-linux-arm64-musl": "2.5.6", - "@parcel/watcher-linux-x64-glibc": "2.5.6", - "@parcel/watcher-linux-x64-musl": "2.5.6", - "@parcel/watcher-win32-arm64": "2.5.6", - "@parcel/watcher-win32-ia32": "2.5.6", - "@parcel/watcher-win32-x64": "2.5.6" } }, - "node_modules/@parcel/watcher-linux-x64-glibc": { + "node_modules/@parcel/watcher-win32-ia32": { "version": "2.5.6", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz", - "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz", + "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==", "cpu": [ - "x64" + "ia32" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "win32" ], "peer": true, "engines": { @@ -3872,10 +4979,10 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/watcher-linux-x64-musl": { + "node_modules/@parcel/watcher-win32-x64": { "version": "2.5.6", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz", - "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz", + "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==", "cpu": [ "x64" ], @@ -3883,7 +4990,7 @@ "license": "MIT", "optional": true, "os": [ - "linux" + "win32" ], "peer": true, "engines": { @@ -3895,9 +5002,9 @@ } }, "node_modules/@parcel/watcher/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", "optional": true, @@ -4404,6 +5511,15 @@ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "license": "MIT" }, + "node_modules/@types/estree-jsx": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", + "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", + "license": "MIT", + "dependencies": { + "@types/estree": "*" + } + }, "node_modules/@types/express": { "version": "4.17.25", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz", @@ -4923,6 +6039,37 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@uiw/codemirror-theme-github": { + "version": "4.25.9", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-github/-/codemirror-theme-github-4.25.9.tgz", + "integrity": "sha512-AGpTamNiySKNzq3Jc7QjpwgQRVaHUaBtmOKiUDghYSfEGjsc5uW4NUW70sSU3BnkGv+lCTUnF3175KM24BWZbw==", + "license": "MIT", + "dependencies": { + "@uiw/codemirror-themes": "4.25.9" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + } + }, + "node_modules/@uiw/codemirror-themes": { + "version": "4.25.9", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.9.tgz", + "integrity": "sha512-DAHKb/L9ELwjY4nCf/MP/mIllHOn4GQe7RR4x8AMJuNeh9nGRRoo1uPxrxMmUL/bKqe6kDmDbIZ2AlhlqyIJuw==", + "license": "MIT", + "dependencies": { + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/language": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" + } + }, "node_modules/@ungap/structured-clone": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", @@ -5108,6 +6255,97 @@ "url": "https://opencollective.com/vitest" } }, + "node_modules/@vue-macros/common": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz", + "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==", + "license": "MIT", + "dependencies": { + "@vue/compiler-sfc": "^3.5.22", + "ast-kit": "^2.1.2", + "local-pkg": "^1.1.2", + "magic-string-ast": "^1.0.2", + "unplugin-utils": "^0.3.0" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/vue-macros" + }, + "peerDependencies": { + "vue": "^2.7.0 || ^3.2.25" + }, + "peerDependenciesMeta": { + "vue": { + "optional": true + } + } + }, + "node_modules/@vue-macros/common/node_modules/@vue/compiler-sfc": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.33.tgz", + "integrity": "sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.2", + "@vue/compiler-core": "3.5.33", + "@vue/compiler-dom": "3.5.33", + "@vue/compiler-ssr": "3.5.33", + "@vue/shared": "3.5.33", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.21", + "postcss": "^8.5.10", + "source-map-js": "^1.2.1" + } + }, + "node_modules/@vue-macros/common/node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT" + }, + "node_modules/@vue/compiler-core": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.33.tgz", + "integrity": "sha512-3PZLQwFw4Za3TC8t0FvTy3wI16Kt+pmwcgNZca4Pj9iWL2E72a/gZlpBtAJvEdDMdCxdG/qq0C7PN0bsJuv0Rw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.2", + "@vue/shared": "3.5.33", + "entities": "^7.0.1", + "estree-walker": "^2.0.2", + "source-map-js": "^1.2.1" + } + }, + "node_modules/@vue/compiler-core/node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/@vue/compiler-core/node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT" + }, + "node_modules/@vue/compiler-dom": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.33.tgz", + "integrity": "sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==", + "license": "MIT", + "dependencies": { + "@vue/compiler-core": "3.5.33", + "@vue/shared": "3.5.33" + } + }, "node_modules/@vue/compiler-sfc": { "version": "2.7.16", "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz", @@ -5121,6 +6359,16 @@ "prettier": "^1.18.2 || ^2.0.0" } }, + "node_modules/@vue/compiler-ssr": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.33.tgz", + "integrity": "sha512-IErjYdnj1qIupG5xxiVIYiiRvDhGWV4zuh/RCrwfYpuL+HWQzeU6lCk/nF9r7olWMnjKxCAkOctT2qFWFkzb1A==", + "license": "MIT", + "dependencies": { + "@vue/compiler-dom": "3.5.33", + "@vue/shared": "3.5.33" + } + }, "node_modules/@vue/component-compiler-utils": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", @@ -5185,6 +6433,34 @@ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==", "license": "MIT" }, + "node_modules/@vue/devtools-kit": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz", + "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@vue/devtools-shared": "^7.7.9", + "birpc": "^2.3.0", + "hookable": "^5.5.3", + "mitt": "^3.0.1", + "perfect-debounce": "^1.0.0", + "speakingurl": "^14.0.1", + "superjson": "^2.2.2" + } + }, + "node_modules/@vue/devtools-shared": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz", + "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "rfdc": "^1.4.1" + } + }, "node_modules/@vue/eslint-config-typescript": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-13.0.0.tgz", @@ -5211,6 +6487,12 @@ } } }, + "node_modules/@vue/shared": { + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz", + "integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==", + "license": "MIT" + }, "node_modules/@vue/test-utils": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.6.tgz", @@ -5234,6 +6516,21 @@ "dev": true, "license": "MIT" }, + "node_modules/@vuepic/vue-datepicker": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@vuepic/vue-datepicker/-/vue-datepicker-11.0.3.tgz", + "integrity": "sha512-sb2adwqwK2PizLQOpxCYps2SwhVT6/ic2HMIOqHJXuYa6iAJZWGL5YVlS7O4aW+sk6ZyxlDURLO7kDZPL4HB/w==", + "license": "MIT", + "dependencies": { + "date-fns": "^4.1.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "vue": ">=3.3.0" + } + }, "node_modules/@vueuse/components": { "version": "11.3.0", "resolved": "https://registry.npmjs.org/@vueuse/components/-/components-11.3.0.tgz", @@ -5558,9 +6855,9 @@ } }, "node_modules/acorn": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -5707,7 +7004,6 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, "license": "MIT", "dependencies": { "color-convert": "^2.0.1" @@ -5734,6 +7030,13 @@ "node": ">= 8" } }, + "node_modules/apexcharts": { + "version": "5.10.6", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.6.tgz", + "integrity": "sha512-FJQGbso3iRuOwUYnj0yUhkWeKeJE6aboVol+ae09lsc+lbLMWZqSRbrAWVa/qishLiaeG2icxdvmVkm+9n6kOQ==", + "license": "SEE LICENSE IN LICENSE", + "peer": true + }, "node_modules/are-docs-informative": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", @@ -5948,6 +7251,38 @@ "node": ">=12" } }, + "node_modules/ast-kit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz", + "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.5", + "pathe": "^2.0.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/ast-walker-scope": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz", + "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.4", + "ast-kit": "^2.1.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, "node_modules/astral-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", @@ -5991,14 +7326,14 @@ } }, "node_modules/axios": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", - "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/babel-loader": { @@ -6170,6 +7505,15 @@ "file-uri-to-path": "1.0.0" } }, + "node_modules/birpc": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz", + "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -6309,10 +7653,47 @@ "dev": true, "license": "ISC" }, + "node_modules/bootstrap": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "deprecated": "This version of Bootstrap is no longer supported. Please upgrade to the latest version.", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT", + "peer": true, + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" + } + }, + "node_modules/bootstrap-vue": { + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.23.1.tgz", + "integrity": "sha512-SEWkG4LzmMuWjQdSYmAQk1G/oOKm37dtNfjB5kxq0YafnL2W6qUAmeDTcIZVbPiQd2OQlIkWOMPBRGySk/zGsg==", + "hasInstallScript": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@nuxt/opencollective": "^0.3.2", + "bootstrap": "^4.6.1", + "popper.js": "^1.16.1", + "portal-vue": "^2.1.7", + "vue-functional-data-merge": "^3.1.0" + } + }, "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==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", + "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -6806,6 +8187,16 @@ "license": "CC-BY-4.0", "peer": true }, + "node_modules/ccount": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/chai": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz", @@ -6820,7 +8211,6 @@ "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", @@ -6852,6 +8242,36 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/character-entities-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-reference-invalid": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/charenc": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", @@ -6954,17 +8374,32 @@ "license": "MIT", "peer": true, "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/codemirror": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz", + "integrity": "sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==", + "license": "MIT", + "peer": true, + "dependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/commands": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/search": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" } }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, "license": "MIT", "dependencies": { "color-name": "~1.1.4" @@ -6977,7 +8412,6 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, "license": "MIT" }, "node_modules/colord": { @@ -7130,6 +8564,12 @@ "node": ">=0.10.0" } }, + "node_modules/confbox": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz", + "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==", + "license": "MIT" + }, "node_modules/config-chain": { "version": "1.1.13", "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", @@ -7152,6 +8592,13 @@ "node": ">=0.8" } }, + "node_modules/consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "license": "MIT", + "peer": true + }, "node_modules/console-browserify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", @@ -7231,6 +8678,23 @@ "license": "MIT", "peer": true }, + "node_modules/copy-anything": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz", + "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "is-what": "^5.2.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, "node_modules/core-js": { "version": "3.48.0", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz", @@ -7343,6 +8807,12 @@ "sha.js": "^2.4.8" } }, + "node_modules/crelt": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", + "license": "MIT" + }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", @@ -7563,6 +9033,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/date-fns": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" + } + }, "node_modules/date-format-parse": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz", @@ -8164,7 +9644,6 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -8175,7 +9654,6 @@ "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -8776,9 +10254,9 @@ } }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -8891,9 +10369,9 @@ } }, "node_modules/eslint-plugin-n/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -9037,9 +10515,9 @@ } }, "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -9185,6 +10663,16 @@ "node": ">=4.0" } }, + "node_modules/estree-util-is-identifier-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", + "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/estree-walker": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", @@ -9376,6 +10864,12 @@ "license": "MIT", "peer": true }, + "node_modules/exsolve": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz", + "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==", + "license": "MIT" + }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -9461,10 +10955,26 @@ ], "license": "BSD-3-Clause" }, + "node_modules/fast-xml-builder": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz", + "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "path-expression-matcher": "^1.1.3" + } + }, "node_modules/fast-xml-parser": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", - "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.6.tgz", + "integrity": "sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==", + "dev": true, "funding": [ { "type": "github", @@ -9472,6 +10982,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "strnum": "^1.0.5" }, @@ -9733,9 +11244,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", @@ -10094,9 +11605,9 @@ "peer": true }, "node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", "dev": true, "license": "MIT", "dependencies": { @@ -10438,6 +11949,56 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-jsx-runtime": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", + "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "devlop": "^1.0.0", + "estree-util-is-identifier-name": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "mdast-util-mdx-expression": "^2.0.0", + "mdast-util-mdx-jsx": "^3.0.0", + "mdast-util-mdxjs-esm": "^2.0.0", + "property-information": "^7.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-js": "^1.0.0", + "unist-util-position": "^5.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/hast-util-whitespace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/property-information": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", + "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/hast-util-to-text": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", @@ -10495,6 +12056,12 @@ "minimalistic-crypto-utils": "^1.0.1" } }, + "node_modules/hookable": { + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", + "license": "MIT" + }, "node_modules/hosted-git-info": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", @@ -11119,6 +12686,30 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-alphabetical": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-alphanumerical": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", + "license": "MIT", + "dependencies": { + "is-alphabetical": "^2.0.0", + "is-decimal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/is-arguments": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", @@ -11340,6 +12931,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-decimal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/is-docker": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", @@ -11436,6 +13037,16 @@ "node": ">=0.10.0" } }, + "node_modules/is-hexadecimal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/is-map": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", @@ -11718,6 +13329,20 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-what": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz", + "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==", + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, "node_modules/is-whitespace": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", @@ -11814,6 +13439,13 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/jquery": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT", + "peer": true + }, "node_modules/js-beautify": { "version": "1.15.4", "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz", @@ -12036,9 +13668,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "dev": true, "license": "MIT", - "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -12077,9 +13707,7 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, "license": "MIT", - "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -12458,8 +14086,7 @@ "version": "4.3.2", "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/loader-runner": { "version": "4.3.1", @@ -12501,6 +14128,23 @@ "json5": "lib/cli.js" } }, + "node_modules/local-pkg": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz", + "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==", + "license": "MIT", + "dependencies": { + "mlly": "^1.7.4", + "pkg-types": "^2.3.0", + "quansync": "^0.2.11" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -12518,10 +14162,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true, + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.debounce": { @@ -12552,6 +14195,16 @@ "dev": true, "license": "MIT" }, + "node_modules/longest-streak": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/lowlight": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", @@ -12582,12 +14235,26 @@ "version": "0.30.21", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", - "dev": true, "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, + "node_modules/magic-string-ast": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz", + "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==", + "license": "MIT", + "dependencies": { + "magic-string": "^0.30.19" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, "node_modules/make-fetch-happen": { "version": "14.0.3", "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz", @@ -12752,6 +14419,66 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-mdx-expression": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", + "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", + "license": "MIT", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdx-jsx": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", + "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", + "license": "MIT", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "ccount": "^2.0.0", + "devlop": "^1.1.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "parse-entities": "^4.0.0", + "stringify-entities": "^4.0.0", + "unist-util-stringify-position": "^4.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdxjs-esm": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", + "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", + "license": "MIT", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-newline-to-break": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", @@ -12766,6 +14493,20 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-phrasing": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", + "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-to-hast": { "version": "13.2.1", "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", @@ -12787,6 +14528,27 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-to-markdown": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", + "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^4.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-decode-string": "^2.0.0", + "unist-util-visit": "^5.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-to-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", @@ -13679,13 +15441,50 @@ "node": ">= 18" } }, - "node_modules/mkdirp-classic": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", - "dev": true, + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", + "license": "MIT", + "optional": true, + "peer": true + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/mlly": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz", + "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==", + "license": "MIT", + "dependencies": { + "acorn": "^8.16.0", + "pathe": "^2.0.3", + "pkg-types": "^1.3.1", + "ufo": "^1.6.3" + } + }, + "node_modules/mlly/node_modules/confbox": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", + "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", + "license": "MIT" + }, + "node_modules/mlly/node_modules/pkg-types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", "license": "MIT", - "optional": true + "dependencies": { + "confbox": "^0.1.8", + "mlly": "^1.7.4", + "pathe": "^2.0.1" + } }, "node_modules/moo": { "version": "0.5.3", @@ -13711,6 +15510,12 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, + "node_modules/muggle-string": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz", + "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==", + "license": "MIT" + }, "node_modules/multicast-dns": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", @@ -13908,9 +15713,9 @@ } }, "node_modules/node-forge": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz", - "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz", + "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==", "dev": true, "license": "(BSD-3-Clause OR GPL-2.0)", "peer": true, @@ -14533,6 +16338,31 @@ "node": ">= 0.10" } }, + "node_modules/parse-entities": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "character-entities-legacy": "^3.0.0", + "character-reference-invalid": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "is-alphanumerical": "^2.0.0", + "is-decimal": "^2.0.0", + "is-hexadecimal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/parse-entities/node_modules/@types/unist": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", + "license": "MIT" + }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -14607,6 +16437,21 @@ "node": ">=8" } }, + "node_modules/path-expression-matcher": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz", + "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -14665,9 +16510,9 @@ "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", + "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "dev": true, "license": "MIT", "peer": true @@ -14686,7 +16531,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", - "dev": true, "license": "MIT" }, "node_modules/pbkdf2": { @@ -14708,6 +16552,14 @@ "node": ">= 0.10" } }, + "node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", + "license": "MIT", + "optional": true, + "peer": true + }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -14715,9 +16567,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true, "license": "MIT", "engines": { @@ -14860,6 +16712,39 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/pkg-types": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz", + "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==", + "license": "MIT", + "dependencies": { + "confbox": "^0.2.4", + "exsolve": "^1.0.8", + "pathe": "^2.0.3" + } + }, + "node_modules/popper.js": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/portal-vue": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/portal-vue/-/portal-vue-2.1.7.tgz", + "integrity": "sha512-+yCno2oB3xA7irTt0EU5Ezw22L2J51uKAacE/6hMPMoO/mx3h4rXFkkBkT4GFsMDv/vEe8TNKC3ujJJ0PTwb6g==", + "license": "MIT", + "peer": true, + "peerDependencies": { + "vue": "^2.5.18" + } + }, "node_modules/possible-typed-array-names": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", @@ -15263,10 +17148,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/pseudomap": { "version": "1.0.2", @@ -15337,6 +17225,22 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/quansync": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz", + "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/antfu" + }, + { + "type": "individual", + "url": "https://github.com/sponsors/sxzz" + } + ], + "license": "MIT" + }, "node_modules/querystring-es3": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", @@ -16085,6 +17989,14 @@ "node": ">=0.10.0" } }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "license": "MIT", + "optional": true, + "peer": true + }, "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -16335,7 +18247,7 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true, + "devOptional": true, "license": "MIT" }, "node_modules/sass": { @@ -16489,6 +18401,12 @@ "extend": "^3.0.0" } }, + "node_modules/scule": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz", + "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==", + "license": "MIT" + }, "node_modules/select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", @@ -17195,6 +19113,17 @@ "node": ">= 6" } }, + "node_modules/speakingurl": { + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", + "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", + "license": "BSD-3-Clause", + "optional": true, + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/splitpanes": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.4.1.tgz", @@ -17463,6 +19392,20 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/stringify-entities": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", + "license": "MIT", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -17547,13 +19490,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/strtok3": { "version": "10.3.4", @@ -17589,6 +19534,12 @@ "webpack": "^5.0.0" } }, + "node_modules/style-mod": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz", + "integrity": "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==", + "license": "MIT" + }, "node_modules/style-search": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", @@ -17596,6 +19547,30 @@ "dev": true, "license": "ISC" }, + "node_modules/style-to-js": { + "version": "1.1.21", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", + "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", + "license": "MIT", + "dependencies": { + "style-to-object": "1.0.14" + } + }, + "node_modules/style-to-js/node_modules/inline-style-parser": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", + "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", + "license": "MIT" + }, + "node_modules/style-to-js/node_modules/style-to-object": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", + "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", + "license": "MIT", + "dependencies": { + "inline-style-parser": "0.2.7" + } + }, "node_modules/style-to-object": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", @@ -17803,11 +19778,24 @@ "node": ">=8" } }, + "node_modules/superjson": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz", + "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==", + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "copy-anything": "^4" + }, + "engines": { + "node": ">=16" + } + }, "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" @@ -18114,7 +20102,6 @@ "version": "0.2.16", "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", - "dev": true, "license": "MIT", "dependencies": { "fdir": "^6.5.0", @@ -18131,7 +20118,6 @@ "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, "license": "MIT", "engines": { "node": ">=12.0.0" @@ -18149,7 +20135,6 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", - "dev": true, "license": "MIT", "engines": { "node": ">=12" @@ -18323,6 +20308,15 @@ "typescript": ">=4.2.0" } }, + "node_modules/ts-md5": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ts-md5/-/ts-md5-2.0.1.tgz", + "integrity": "sha512-yF35FCoEOFBzOclSkMNEUbFQZuv89KEQ+5Xz03HrMSGUGB1+r+El+JiGOFwsP4p9RFNzwlrydYoTLvPOuICl9w==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -18510,6 +20504,12 @@ "integrity": "sha512-TvkrTUpv7gCPlcnSoEwUVUBwsdheKm+HF5u2tPAKubkIGMfovdSizCTaZRY/NhR8+Ijy8iZZUapbVQAsNrkFrw==", "license": "MIT" }, + "node_modules/ufo": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", + "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==", + "license": "MIT" + }, "node_modules/unbox-primitive": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", @@ -18759,6 +20759,60 @@ "node": ">= 0.8" } }, + "node_modules/unplugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz", + "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "picomatch": "^4.0.3", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unplugin-utils": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz", + "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==", + "license": "MIT", + "dependencies": { + "pathe": "^2.0.3", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/unplugin-utils/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/unplugin/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/unrs-resolver": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz", @@ -19210,6 +21264,41 @@ "csstype": "^3.1.0" } }, + "node_modules/vue-apexcharts": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vue-apexcharts/-/vue-apexcharts-1.7.0.tgz", + "integrity": "sha512-QMpvBllJ1XvFsK4dwcbyxKalVpHfJnoqsNWszY55HJk/Sn7WP1f5YUv4JIzugqu4GTQB6gLcCVwwPDQFtwr0oQ==", + "license": "MIT", + "peerDependencies": { + "apexcharts": ">=4.0.0", + "vue": "^2.5.17" + } + }, + "node_modules/vue-codemirror6": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/vue-codemirror6/-/vue-codemirror6-1.5.1.tgz", + "integrity": "sha512-Ey1uQ5ypB2UregJWhWwjRo/YvElzVUlQWBeCHntoLM361bb6iTMS5GTgni+IHdl5D7rEpRRCpAvYRZQidxe5Ag==", + "license": "MIT", + "dependencies": { + "vue-demi": "latest" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0", + "pnpm": ">=10.3.0" + }, + "peerDependencies": { + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/commands": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/search": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", + "codemirror": "^6.0.0", + "style-mod": "^4.0.0", + "vue": "^2.7.14 || ^3.3.4" + } + }, "node_modules/vue-color": { "version": "2.8.2", "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-2.8.2.tgz", @@ -19338,6 +21427,13 @@ "vue": "^2.6.0" } }, + "node_modules/vue-functional-data-merge": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/vue-functional-data-merge/-/vue-functional-data-merge-3.1.0.tgz", + "integrity": "sha512-leT4kdJVQyeZNY1kmnS1xiUlQ9z1B/kdBFCILIjYYQDqZgLqCLa0UhjSSeRX6c3mUe6U5qYeM8LrEqkHJ1B4LA==", + "license": "MIT", + "peer": true + }, "node_modules/vue-hot-reload-api": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", @@ -19396,6 +21492,15 @@ "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==", "license": "MIT" }, + "node_modules/vue-select": { + "version": "4.0.0-beta.6", + "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-4.0.0-beta.6.tgz", + "integrity": "sha512-K+zrNBSpwMPhAxYLTCl56gaMrWZGgayoWCLqe5rWwkB8aUbAUh7u6sXjIR7v4ckp2WKC7zEEUY27g6h1MRsIHw==", + "license": "MIT", + "peerDependencies": { + "vue": "3.x" + } + }, "node_modules/vue-style-loader": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", @@ -19434,6 +21539,12 @@ "vue": "^2.5.0" } }, + "node_modules/w3c-keyname": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", + "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", + "license": "MIT" + }, "node_modules/w3c-xmlserializer": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", @@ -19502,16 +21613,16 @@ } }, "node_modules/webdav": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.8.0.tgz", - "integrity": "sha512-iuFG7NamJ41Oshg4930iQgfIpRrUiatPWIekeznYgEf2EOraTRcDPTjy7gIOMtkdpKTaqPk1E68NO5PAGtJahA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.9.0.tgz", + "integrity": "sha512-OMJ6wtK1WvCO++aOLoQgE96S8KT4e5aaClWHmHXfFU369r4eyELN569B7EqT4OOUb99mmO58GkyuiCv/Ag6J0Q==", "license": "MIT", "dependencies": { "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", "byte-length": "^1.0.2", - "entities": "^6.0.0", - "fast-xml-parser": "^4.5.1", + "entities": "^6.0.1", + "fast-xml-parser": "^5.3.4", "hot-patcher": "^2.0.1", "layerr": "^3.0.0", "md5": "^2.3.0", @@ -19538,6 +21649,39 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, + "node_modules/webdav/node_modules/fast-xml-parser": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz", + "integrity": "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "@nodable/entities": "^2.1.0", + "fast-xml-builder": "^1.1.5", + "path-expression-matcher": "^1.5.0", + "strnum": "^2.2.3" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/webdav/node_modules/strnum": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz", + "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT" + }, "node_modules/webidl-conversions": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz", @@ -19821,6 +21965,12 @@ "node": ">=10.13.0" } }, + "node_modules/webpack-virtual-modules": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", + "license": "MIT" + }, "node_modules/websocket-driver": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", @@ -20226,6 +22376,21 @@ "license": "ISC", "peer": true }, + "node_modules/yaml": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, "node_modules/yargs-parser": { "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", @@ -20248,6 +22413,16 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } } } } From cef69226d47a8723f341619fd537cb5f4fd16118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:07:46 +0200 Subject: [PATCH 3/3] chore: update SBOM (#84) Co-authored-by: rubenvdlinde <4021899+rubenvdlinde@users.noreply.github.com> --- sbom.cdx.json | 19141 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 13700 insertions(+), 5441 deletions(-) diff --git a/sbom.cdx.json b/sbom.cdx.json index 37293b3f..daef778e 100644 --- a/sbom.cdx.json +++ b/sbom.cdx.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.5", - "serialNumber": "urn:uuid:58a21255-612a-420a-a40f-7d4c3650bcfe", + "serialNumber": "urn:uuid:4411829a-a383-4ac5-8c15-1469430dcf54", "version": 1, "metadata": { - "timestamp": "2026-05-01T08:02:34Z", + "timestamp": "2026-05-01T08:06:47Z", "tools": [ { "name": "composer", @@ -100,11 +100,11 @@ "properties": [ { "name": "cdx:composer:package:distReference", - "value": "b81974586ae15a214acfa3b276a4a2004cb4b82a" + "value": "9062bfce0657596c531d8d347e9ae12a0e85c263" }, { "name": "cdx:composer:package:sourceReference", - "value": "b81974586ae15a214acfa3b276a4a2004cb4b82a" + "value": "9062bfce0657596c531d8d347e9ae12a0e85c263" }, { "name": "cdx:composer:package:type", @@ -114,6 +114,57 @@ } }, "components": [ + { + "type": "library", + "name": "generator", + "group": "@babel", + "version": "7.29.0", + "bom-ref": "mydash@1.0.0|@babel/generator@7.29.0", + "author": "The Babel Team", + "description": "Turns an AST into code.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40babel/generator@7.29.0", + "externalReferences": [ + { + "url": "git+https://github.com/babel/babel.git#packages/babel-generator", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://babel.dev/docs/en/next/babel-generator", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bd21f5d7cff0c0cfe92d1dfc83f4a0934e6c36dae8e9395324aba23170da66a3d47e34c572e76908eb74d0884e7e3fb5045017f94140973094fba597af718b15" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@babel/generator" + } + ] + }, { "type": "library", "name": "helper-string-parser", @@ -220,8 +271,8 @@ "type": "library", "name": "parser", "group": "@babel", - "version": "7.29.0", - "bom-ref": "mydash@1.0.0|@babel/parser@7.29.0", + "version": "7.29.3", + "bom-ref": "mydash@1.0.0|@babel/parser@7.29.3", "author": "The Babel Team", "description": "A JavaScript parser", "licenses": [ @@ -231,7 +282,7 @@ } } ], - "purl": "pkg:npm/%40babel/parser@7.29.0", + "purl": "pkg:npm/%40babel/parser@7.29.3", "externalReferences": [ { "url": "git+https://github.com/babel/babel.git#packages/babel-parser", @@ -249,12 +300,12 @@ "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "2320e0155e467835155f861d17fdc23d42ed5464975cc2e1d7154881d0a0c40a64b6a9d0574afbffc36ab6183ef182c6680b5dc88968daa21d66b6c2bf8fbbc3" + "content": "6f772da50c29f8f44ebd4fdcb6d7383989783337c9516cba15983e3cc5dfce6b7ffb7f621d5174b037ea6b2f1340cdc90361143b229c159b7be635ab8908a3b0" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -422,28 +473,43 @@ }, { "type": "library", - "name": "nextcloud-vue", - "group": "@conduction", - "version": "0.1.0-beta.3", - "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.3", - "author": "Conduction B.V.", - "description": "Shared Vue component library for Conduction Nextcloud apps — complements @nextcloud/vue with higher-level components, OpenRegister integration, and NL Design System support", + "name": "vue-color", + "group": "@ckpack", + "version": "1.6.0", + "bom-ref": "mydash@1.0.0|@ckpack/vue-color@1.6.0", + "author": "chenkai", + "description": "(vue3.0) 🎨 Vue Color Pickers for Sketch, Photoshop, Chrome & more", "licenses": [ { "license": { - "id": "EUPL-1.2" + "id": "MIT" } } ], - "purl": "pkg:npm/%40conduction/nextcloud-vue@0.1.0-beta.3", + "purl": "pkg:npm/%40ckpack/vue-color@1.6.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-0.1.0-beta.3.tgz", + "url": "git+https://github.com/ckpack/vue-color.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/ckpack/vue-color#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/ckpack/vue-color/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@ckpack/vue-color/-/vue-color-1.6.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f81d36cf6bd480df014d9d1945df66b6b215a39e4a3044f3bc4b32b7b834016e7484d538e3177d20b0478cabd994a41c96c2d6cd3dfa2b4f915886dc0b6d9054" + "content": "6fd9054ca8586cd02b7e03f59669da566d1536c59d663a886f21d462bcbb999f84ec979341c95b8ead7edb15a7d12137c33a916255e60158c408f3a0b5e5a631" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -452,18 +518,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@conduction/nextcloud-vue" + "value": "node_modules/@ckpack/vue-color" } ] }, { "type": "library", - "name": "xml", - "group": "@file-type", - "version": "0.4.4", - "bom-ref": "mydash@1.0.0|@file-type/xml@0.4.4", - "author": "Borewit", - "description": "XML detection plugin for file-type", + "name": "autocomplete", + "group": "@codemirror", + "version": "6.20.1", + "bom-ref": "mydash@1.0.0|@codemirror/autocomplete@6.20.1", + "author": "Marijn Haverbeke", + "description": "Autocompletion for the CodeMirror code editor", "licenses": [ { "license": { @@ -471,30 +537,30 @@ } } ], - "purl": "pkg:npm/%40file-type/xml@0.4.4", + "purl": "pkg:npm/%40codemirror/autocomplete@6.20.1", "externalReferences": [ { - "url": "git+https://github.com/Borewit/file-type-xml.git", + "url": "git+https://github.com/codemirror/autocomplete.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Borewit/file-type-xml#readme", + "url": "https://github.com/codemirror/autocomplete#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Borewit/file-type-xml/issues", + "url": "https://github.com/codemirror/autocomplete/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@file-type/xml/-/xml-0.4.4.tgz", + "url": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3610b25e81e5559f13a8ce3bea1cb3c06276e3e0f920f49a6619ab3e3eea5e71156f7aba8eb17303798cf5306992729223d12e41e1932918360d7194c2f041a1" + "content": "d5cbe0dd5cf5752493a0236525f440d96488e21b772be5a994ed1430e8265183e2bc2cb2da8b9e658e8bc7b33dc13866ed20d40558919ae4fe386fe2f3e38df4" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -503,18 +569,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@file-type/xml" + "value": "node_modules/@codemirror/autocomplete" } ] }, { "type": "library", - "name": "core", - "group": "@floating-ui", - "version": "1.7.4", - "bom-ref": "mydash@1.0.0|@floating-ui/core@1.7.4", - "author": "atomiks", - "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more", + "name": "commands", + "group": "@codemirror", + "version": "6.10.3", + "bom-ref": "mydash@1.0.0|@codemirror/commands@6.10.3", + "author": "Marijn Haverbeke", + "description": "Collection of editing commands for the CodeMirror code editor", "licenses": [ { "license": { @@ -522,30 +588,30 @@ } } ], - "purl": "pkg:npm/%40floating-ui/core@1.7.4", + "purl": "pkg:npm/%40codemirror/commands@6.10.3", "externalReferences": [ { - "url": "git+https://github.com/floating-ui/floating-ui.git#packages/core", + "url": "git+https://github.com/codemirror/commands.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://floating-ui.com", + "url": "https://github.com/codemirror/commands#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/floating-ui/floating-ui", + "url": "https://github.com/codemirror/commands/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.4.tgz", + "url": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0b71e521db01c6ccef9b931c5e507c3de38459f0617060536469069567365342856392301b939012e43caeae760d999c1c394f2ddf981412be719732b702055a" + "content": "245462aa12aef9bbd29032c8fab5212704b143161bef9f56e4605ecc4f1473c9872ea0bd695ffd6930bbc894aa0ad077174d29ca5acb0b09f24bdd40a797a3e1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -554,18 +620,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@floating-ui/core" + "value": "node_modules/@codemirror/commands" } ] }, { "type": "library", - "name": "dom", - "group": "@floating-ui", - "version": "1.7.5", - "bom-ref": "mydash@1.0.0|@floating-ui/dom@1.7.5", - "author": "atomiks", - "description": "Floating UI for the web", + "name": "lang-css", + "group": "@codemirror", + "version": "6.3.1", + "bom-ref": "mydash@1.0.0|@codemirror/lang-css@6.3.1", + "author": "Marijn Haverbeke", + "description": "CSS language support for the CodeMirror code editor", "licenses": [ { "license": { @@ -573,30 +639,30 @@ } } ], - "purl": "pkg:npm/%40floating-ui/dom@1.7.5", + "purl": "pkg:npm/%40codemirror/lang-css@6.3.1", "externalReferences": [ { - "url": "git+https://github.com/floating-ui/floating-ui.git#packages/dom", + "url": "git+https://github.com/codemirror/lang-css.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://floating-ui.com", + "url": "https://github.com/codemirror/lang-css#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/floating-ui/floating-ui", + "url": "https://github.com/codemirror/lang-css/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.5.tgz", + "url": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3746c3da420f2273475077a15e13247b5ac11acd5dc2abc2f4ef4a60ccb28caee25edec60219eba3b52572e61c19d4bfc983a5ab4300560ae8c3c21b589c32aa" + "content": "92be5fc011a21ad9b3ea5d0b48921b9e8f50ae27cd314bac8af1db9c0d47e839aacb81d916d7b75002028b1d55b8aa3494c3ca42bdaba81fb40642a2fd2dc48e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -605,18 +671,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@floating-ui/dom" + "value": "node_modules/@codemirror/lang-css" } ] }, { "type": "library", - "name": "utils", - "group": "@floating-ui", - "version": "0.2.10", - "bom-ref": "mydash@1.0.0|@floating-ui/utils@0.2.10", - "author": "atomiks", - "description": "Utilities for Floating UI", + "name": "lang-html", + "group": "@codemirror", + "version": "6.4.11", + "bom-ref": "mydash@1.0.0|@codemirror/lang-html@6.4.11", + "author": "Marijn Haverbeke", + "description": "HTML language support for the CodeMirror code editor", "licenses": [ { "license": { @@ -624,30 +690,30 @@ } } ], - "purl": "pkg:npm/%40floating-ui/utils@0.2.10", + "purl": "pkg:npm/%40codemirror/lang-html@6.4.11", "externalReferences": [ { - "url": "git+https://github.com/floating-ui/floating-ui.git#packages/utils", + "url": "git+https://github.com/codemirror/lang-html.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://floating-ui.com", + "url": "https://github.com/codemirror/lang-html#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/floating-ui/floating-ui", + "url": "https://github.com/codemirror/lang-html/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "url": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.11.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "6864f16e96e0f3f6f925f5351d74ab6c7df05d9b8b3c970d11c65014cc4bb37a12ce0b55bba9c53e46db18652f05c523295d98c81f56c7169ba3e1c41fdb5c45" + "content": "f4db17a7b370a7cf75a5072123b80f753c01b92b93dcaeb93464c7587349e791e361c1cb965af4adb21935d3b36acf73b5cd445150651e8bbce451594b804d9f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -656,18 +722,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@floating-ui/utils" + "value": "node_modules/@codemirror/lang-html" } ] }, { "type": "library", - "name": "gen-mapping", - "group": "@jridgewell", - "version": "0.3.13", - "bom-ref": "mydash@1.0.0|@jridgewell/gen-mapping@0.3.13", - "author": "Justin Ridgewell", - "description": "Generate source maps", + "name": "lang-javascript", + "group": "@codemirror", + "version": "6.2.5", + "bom-ref": "mydash@1.0.0|@codemirror/lang-javascript@6.2.5", + "author": "Marijn Haverbeke", + "description": "JavaScript language support for the CodeMirror code editor", "licenses": [ { "license": { @@ -675,30 +741,30 @@ } } ], - "purl": "pkg:npm/%40jridgewell/gen-mapping@0.3.13", + "purl": "pkg:npm/%40codemirror/lang-javascript@6.2.5", "externalReferences": [ { - "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/gen-mapping", + "url": "git+https://github.com/codemirror/lang-javascript.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping", + "url": "https://github.com/codemirror/lang-javascript#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/issues", + "url": "https://github.com/codemirror/lang-javascript/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "url": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "da492dffb9e227a32010fc45d1b61d43a7ad65a03e7d0bc370b29c921cb5c8840ecdaa0a8c10634a3eb7fda2d58d8137aa146de5dbccfae5327c283a50a0816c" + "content": "cc3e1ee664bee7486d4bb17e4d88c13ec8881466a77d5aa0e07c94cfa58d16292038f7f60602a5c7e4d079d235c3a9ff22a4415416c15a618574b07feeec4ee0" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -707,18 +773,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@jridgewell/gen-mapping" + "value": "node_modules/@codemirror/lang-javascript" } ] }, { "type": "library", - "name": "resolve-uri", - "group": "@jridgewell", - "version": "3.1.2", - "bom-ref": "mydash@1.0.0|@jridgewell/resolve-uri@3.1.2", - "author": "Justin Ridgewell", - "description": "Resolve a URI relative to an optional base URI", + "name": "lang-json", + "group": "@codemirror", + "version": "6.0.2", + "bom-ref": "mydash@1.0.0|@codemirror/lang-json@6.0.2", + "author": "Marijn Haverbeke", + "description": "JSON language support for the CodeMirror code editor", "licenses": [ { "license": { @@ -726,30 +792,30 @@ } } ], - "purl": "pkg:npm/%40jridgewell/resolve-uri@3.1.2", + "purl": "pkg:npm/%40codemirror/lang-json@6.0.2", "externalReferences": [ { - "url": "git+https://github.com/jridgewell/resolve-uri.git", + "url": "git+https://github.com/codemirror/lang-json.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jridgewell/resolve-uri#readme", + "url": "https://github.com/codemirror/lang-json#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jridgewell/resolve-uri/issues", + "url": "https://github.com/codemirror/lang-json/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "url": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "6d12128022233f6d3fb5b5923d63048b9e1054f45913192e0fd9492fe508c542adc15240f305b54eb6f58ccb354455e8d42053359ff98690bd42f98a59da292b" + "content": "c763ad3be02fc041eb130474172c8fb5f0d48a5a06deb9d54d2655d56f14b5e68b2fcfcc6a341df03a6f51bd985730befd3d7c6920efd07f66bbec70d044ada1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -758,18 +824,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@jridgewell/resolve-uri" + "value": "node_modules/@codemirror/lang-json" } ] }, { "type": "library", - "name": "source-map", - "group": "@jridgewell", - "version": "0.3.11", - "bom-ref": "mydash@1.0.0|@jridgewell/source-map@0.3.11", - "author": "Justin Ridgewell", - "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API", + "name": "lang-xml", + "group": "@codemirror", + "version": "6.1.0", + "bom-ref": "mydash@1.0.0|@codemirror/lang-xml@6.1.0", + "author": "Marijn Haverbeke", + "description": "XML language support for the CodeMirror code editor", "licenses": [ { "license": { @@ -777,30 +843,30 @@ } } ], - "purl": "pkg:npm/%40jridgewell/source-map@0.3.11", + "purl": "pkg:npm/%40codemirror/lang-xml@6.1.0", "externalReferences": [ { - "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/source-map", + "url": "git+https://github.com/codemirror/lang-xml.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map", + "url": "https://github.com/codemirror/lang-xml#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/issues", + "url": "https://github.com/codemirror/lang-xml/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "url": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "64ca7557c64570f1b97485a740baf7352235322094ed4113752fc0d06f15fd7587bc9bf766c16abad267d58e513e600f5fa177062137f7b3aabde53ff4d0ae20" + "content": "df3d1b96189c1cb7f08b65209196113e2a128154e8f4f57918fe5db9c147e85687cb420025183e8b18f98134758274ff8250080bcc6fe30d952f52e865fb3e26" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -809,18 +875,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@jridgewell/source-map" + "value": "node_modules/@codemirror/lang-xml" } ] }, { "type": "library", - "name": "sourcemap-codec", - "group": "@jridgewell", - "version": "1.5.5", - "bom-ref": "mydash@1.0.0|@jridgewell/sourcemap-codec@1.5.5", - "author": "Justin Ridgewell", - "description": "Encode/decode sourcemap mappings", + "name": "language", + "group": "@codemirror", + "version": "6.12.3", + "bom-ref": "mydash@1.0.0|@codemirror/language@6.12.3", + "author": "Marijn Haverbeke", + "description": "Language support infrastructure for the CodeMirror code editor", "licenses": [ { "license": { @@ -828,30 +894,30 @@ } } ], - "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5", + "purl": "pkg:npm/%40codemirror/language@6.12.3", "externalReferences": [ { - "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec", + "url": "git+https://github.com/codemirror/language.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec", + "url": "https://github.com/codemirror/language#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/issues", + "url": "https://github.com/codemirror/language/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "url": "https://registry.npmjs.org/@codemirror/language/-/language-6.12.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "71843ddf5d20aeac6e7966e5f96b885086a251a0dc8fb58eab97d58449633558117ce52163d7f2db34ef7e8a96b2779b87c4a5ef45527056c80af2672ca0743a" + "content": "4300995ba4edd6c88fdfb25eb7d4dbd3666cf354d0b7aa90ad94761fe78631c16c2f5cccae4dbf6fd08b0bbffd89e3f57e3214320be22d63268221e826b8fe64" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -860,18 +926,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@jridgewell/sourcemap-codec" + "value": "node_modules/@codemirror/language" } ] }, { "type": "library", - "name": "trace-mapping", - "group": "@jridgewell", - "version": "0.3.31", - "bom-ref": "mydash@1.0.0|@jridgewell/trace-mapping@0.3.31", - "author": "Justin Ridgewell", - "description": "Trace the original position through a source map", + "name": "lint", + "group": "@codemirror", + "version": "6.9.5", + "bom-ref": "mydash@1.0.0|@codemirror/lint@6.9.5", + "author": "Marijn Haverbeke", + "description": "Linting support for the CodeMirror code editor", "licenses": [ { "license": { @@ -879,30 +945,30 @@ } } ], - "purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.31", + "purl": "pkg:npm/%40codemirror/lint@6.9.5", "externalReferences": [ { - "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/trace-mapping", + "url": "git+https://github.com/codemirror/lint.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping", + "url": "https://github.com/codemirror/lint#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jridgewell/sourcemaps/issues", + "url": "https://github.com/codemirror/lint/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "url": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "cf3351f9275048327373c8e869e3fc410a0242bf0db98c76748232b65d507811191c9f6e5ba85e6ecad881bcfc849c1441aa374d608cb667d5f0dbb5b7038b03" + "content": "18496c6d4f46ed04fdc57869520d7358699fb40ffb8da9a1fbbfb274a46e4f4391a564b7c0e48fd324f514e94865aee62098e954f8a912bb32bd5a81f5c7d314" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -911,49 +977,39 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@jridgewell/trace-mapping" + "value": "node_modules/@codemirror/lint" } ] }, { "type": "library", - "name": "vue-simple-portal", - "group": "@linusborg", - "version": "0.1.5", - "bom-ref": "mydash@1.0.0|@linusborg/vue-simple-portal@0.1.5", - "author": "Thorsten Lünborg", - "description": "A simple Portal implementation for Vue, to mount slot content to another element", + "name": "search", + "group": "@codemirror", + "version": "6.7.0", + "bom-ref": "mydash@1.0.0|@codemirror/search@6.7.0", + "author": "Marijn Haverbeke", + "description": "Search functionality for the CodeMirror code editor", "licenses": [ { "license": { - "id": "Apache-2.0" + "id": "MIT" } } ], - "purl": "pkg:npm/%40linusborg/vue-simple-portal@0.1.5", + "purl": "pkg:npm/%40codemirror/search@6.7.0", "externalReferences": [ { - "url": "git+https://github.com/linusborg/vue-simple-portal.git", + "url": "git+https://code.haverbeke.berlin/codemirror/search.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/linusborg/vue-simple-portal#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/linusborg/vue-simple-portal/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@linusborg/vue-simple-portal/-/vue-simple-portal-0.1.5.tgz", + "url": "https://registry.npmjs.org/@codemirror/search/-/search-6.7.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "76afa8b9b1155b851a6c1a10c661fdec68836be17ab13a26c3829c5c51e75c4a70ebdadd917142c68d56cf0baf5a3a0b894558253c8dd5db6552f4dae7455c5e" + "content": "66f1a6f7dc1cfecd9c213b4c4f5e4b15d9fc687fda4be57e0eac86abf379665579bd6b47fa720bbc2da7c34cd7ec1c8da071c3676231c5d5b7f0ed2d7399d51e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -962,49 +1018,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@linusborg/vue-simple-portal" + "value": "node_modules/@codemirror/search" } ] }, { "type": "library", - "name": "hast-util-table-cell-style", - "group": "@mapbox", - "version": "0.2.1", - "bom-ref": "mydash@1.0.0|@mapbox/hast-util-table-cell-style@0.2.1", - "author": "Mapbox", - "description": "Transform deprecated styling attributes on HAST table cells to inline styles", + "name": "state", + "group": "@codemirror", + "version": "6.6.0", + "bom-ref": "mydash@1.0.0|@codemirror/state@6.6.0", + "author": "Marijn Haverbeke", + "description": "Editor state data structures for the CodeMirror code editor", "licenses": [ { "license": { - "id": "BSD-2-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/%40mapbox/hast-util-table-cell-style@0.2.1", + "purl": "pkg:npm/%40codemirror/state@6.6.0", "externalReferences": [ { - "url": "git+https://github.com/mapbox/hast-util-table-cell-style.git", + "url": "git+https://github.com/codemirror/state.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/mapbox/hast-util-table-cell-style#readme", + "url": "https://github.com/codemirror/state#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mapbox/hast-util-table-cell-style/issues", + "url": "https://github.com/codemirror/state/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.1.tgz", + "url": "https://registry.npmjs.org/@codemirror/state/-/state-6.6.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "2f2433e17248742758ffeb5e988843fc4774c7fa78180394c9ca454842b601db3508f299cba6fb57fd91384b5088b2d0f2ca08b34c5efd002847a930a725bfcb" + "content": "e276efadae51e44b620b3afd0531e24cb73e30b5cad901a201560cca2f0f910777491fba8b16abfd0ff4d456b6d530480ce65781e595e16a69b10a254ab7803d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1013,48 +1069,125 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@mapbox/hast-util-table-cell-style" + "value": "node_modules/@codemirror/state" + } + ] + }, + { + "type": "library", + "name": "view", + "group": "@codemirror", + "version": "6.41.1", + "bom-ref": "mydash@1.0.0|@codemirror/view@6.41.1", + "author": "Marijn Haverbeke", + "description": "DOM view component for the CodeMirror code editor", + "licenses": [ + { + "license": { + "id": "MIT" + } } ], - "components": [ + "purl": "pkg:npm/%40codemirror/view@6.41.1", + "externalReferences": [ { - "type": "library", - "name": "unist-util-visit", - "version": "1.4.1", - "bom-ref": "mydash@1.0.0|@mapbox/hast-util-table-cell-style@0.2.1|unist-util-visit@1.4.1", - "author": "Titus Wormer", - "description": "Recursively walk over unist nodes", - "licenses": [ + "url": "git+https://code.haverbeke.berlin/codemirror/view.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://registry.npmjs.org/@codemirror/view/-/view-6.41.1.tgz", + "type": "distribution", + "hashes": [ { - "license": { - "id": "MIT" - } + "alg": "SHA-512", + "content": "4e80e758a6c19e47be64bacfeaf8134c349c1a2e47dfb618b991a7890681cf131576d0b132bb25b26b673af6cf664e115fd6ef910aa7591fd64bfdf9b49034aa" } ], - "purl": "pkg:npm/unist-util-visit@1.4.1", - "externalReferences": [ - { - "url": "git+https://github.com/syntax-tree/unist-util-visit.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@codemirror/view" + } + ] + }, + { + "type": "library", + "name": "nextcloud-vue", + "group": "@conduction", + "version": "0.1.0-beta.15", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15", + "author": "Conduction B.V.", + "description": "Shared Vue component library for Conduction Nextcloud apps — complements @nextcloud/vue with higher-level components, OpenRegister integration, and NL Design System support", + "licenses": [ + { + "license": { + "id": "EUPL-1.2" + } + } + ], + "purl": "pkg:npm/%40conduction/nextcloud-vue@0.1.0-beta.15", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-0.1.0-beta.15.tgz", + "type": "distribution", + "hashes": [ { - "url": "https://github.com/syntax-tree/unist-util-visit#readme", + "alg": "SHA-512", + "content": "7774d5c61705fde0f725b46b14968bf8013fc39ef6963979e16e676ffdfac124329ca0f093d06046a99a5847aeab757882a13c8f9ae5b1a637689afa84933c7b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue" + } + ], + "components": [ + { + "type": "library", + "name": "dialogs", + "group": "@nextcloud", + "version": "7.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0", + "description": "Nextcloud dialog helpers", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/dialogs@7.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-dialogs.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-dialogs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/unist-util-visit/issues", + "url": "https://github.com/nextcloud-libraries/nextcloud-dialogs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", + "url": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "02f18d93b05bfff126259ca1b5152734c12921dfc06793e1fca5294c8d3d58742e0d91caa2f435a04bf799f98aa562ada0ccf2302e062c19b5672e64d767e323" + "content": "a45b8cd740e4be2a7ec1205a12571b48037b2729e9e351c9521e649dd458a498a9625d12a4d7e321edf6fae35f388e37fed967e1271396b7e3217e9c2bedee1e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1063,48 +1196,445 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@mapbox/hast-util-table-cell-style/node_modules/unist-util-visit" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs" + } + ], + "components": [ + { + "type": "library", + "name": "sharing", + "group": "@nextcloud", + "version": "0.4.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|@nextcloud/sharing@0.4.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Front-end utilities for Nextcloud files sharing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/sharing@0.4.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-sharing.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-sharing#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-sharing/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.4.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d6150dc9ceee25d0699e298e9c4b2126312d00f023cc361597aaa65aa179671a0df703af6c4c70d108d7df11486c76d7d9d9af6d134b063d11ccbce2a666727a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/sharing" + } + ] + }, + { + "type": "library", + "name": "vue", + "group": "@nextcloud", + "version": "9.5.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|@nextcloud/vue@9.5.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Nextcloud vue components", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/vue@9.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-vue.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-vue", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.5.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "090c417c7845f90fb6afb45777e97f7928edb4953c036245532ab9569be37e922a977e7991e8dcf1b6cd9ccd692a019119206e5bdab0e4e871d29bb31e07b5d3" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue" + } + ], + "components": [ + { + "type": "library", + "name": "sharing", + "group": "@nextcloud", + "version": "0.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|@nextcloud/vue@9.5.0|@nextcloud/sharing@0.3.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Front-end utilities for Nextcloud files sharing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/sharing@0.3.0", + "externalReferences": [ + { + "url": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "915eea79466f7757d329e1721fe5b942ae6b34ea86f6b2c04d933753d301c565c726cdcec4ca9841bf1443735838dcec5f7cc318999d4040881879b57a2dac08" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing" + } + ] + }, + { + "type": "library", + "name": "files", + "group": "@nextcloud", + "version": "3.12.2", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|@nextcloud/vue@9.5.0|@nextcloud/files@3.12.2", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Nextcloud files utils", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "AGPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/files@3.12.2", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-files.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-files", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-files/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bc1a3cb5fdd787a79f885f02ac4a37a4a8fd02dbc017a45d0c63b55ca2fae48c55f3e51477d5319769541311e5ce80d145ccc2a9f19f6967d145a16162a71ee5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@nextcloud/vue/node_modules/@nextcloud/files" + } + ] + } + ] + }, + { + "type": "library", + "name": "vue-router", + "version": "5.0.6", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|vue-router@5.0.6", + "author": "Eduardo San Martin Morote", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vue-router@5.0.6", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/router.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://router.vuejs.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/router/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.6.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "f7e92651319b28cc96f40b28cbdf085d7608ceb4cc4fb24301da430de124a2b1efc9ba54bc1236c2cad23398c5397ac5c9da7344527dbc087ef340cdd8f1aef7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/vue-router" + } + ], + "components": [ + { + "type": "library", + "name": "devtools-api", + "group": "@vue", + "version": "8.1.1", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|vue-router@5.0.6|@vue/devtools-api@8.1.1", + "author": "webfansplz", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40vue/devtools-api@8.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/devtools.git#packages/devtools-api", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vuejs/devtools#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/devtools/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "6ec0cc274edbdc6375a6e57025bfdfc859e3fd4da29b2b302b951054b670565eced398c3aede811f1786e577df98e39d6ac3a3fdb3a6223c49bc63f153ba5cab" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/vue-router/node_modules/@vue/devtools-api" + } + ] + } + ] + }, + { + "type": "library", + "name": "pinia", + "version": "3.0.4", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|pinia@3.0.4", + "author": "Eduardo San Martin Morote", + "description": "Intuitive, type safe and flexible Store for Vue", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/pinia@3.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/pinia.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://pinia.vuejs.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/pinia/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "97ba6a2d415323ff844979fa9379eedf4648cd6e44d96645fcb687244a68aba12570b0fec1db99a01da404dd7d76ee8aff8143a4f31acd8db026bf889dd06d43" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/pinia" + } + ] + }, + { + "type": "library", + "name": "devtools-kit", + "group": "@vue", + "version": "8.1.1", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/dialogs@7.3.0|@vue/devtools-kit@8.1.1", + "author": "webfansplz", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40vue/devtools-kit@8.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/devtools.git#packages/devtools-kit", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vuejs/devtools#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/devtools/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "81505a06ffbe8be69d8382691fbd64f69a65e2ca3247b63631c12a3b960d82fd0123590c67b0435f9827c2467908e620882ca17a3646fb218dac10238fa0a8aa" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/dialogs/node_modules/@vue/devtools-kit" + } + ] } ] }, { "type": "library", - "name": "unist-util-visit-parents", - "version": "2.1.2", - "bom-ref": "mydash@1.0.0|@mapbox/hast-util-table-cell-style@0.2.1|unist-util-visit-parents@2.1.2", - "author": "Titus Wormer", - "description": "Recursively walk over unist nodes, with ancestral information", + "name": "files", + "group": "@nextcloud", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/files@4.0.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Nextcloud files utils", "licenses": [ { "license": { - "id": "MIT" + "id": "AGPL-3.0-or-later" } } ], - "purl": "pkg:npm/unist-util-visit-parents@2.1.2", + "purl": "pkg:npm/%40nextcloud/files@4.0.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/unist-util-visit-parents.git", + "url": "git+https://github.com/nextcloud-libraries/nextcloud-files.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/unist-util-visit-parents#readme", + "url": "https://github.com/nextcloud-libraries/nextcloud-files", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/unist-util-visit-parents/issues", + "url": "https://github.com/nextcloud-libraries/nextcloud-files/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", + "url": "https://registry.npmjs.org/@nextcloud/files/-/files-4.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0f2379bc3e0d137692781f8f5d834ac731ac7e8731a7a6ac0dcd975c4ddbd1e90ed8169152906271b6d4ca07d2bd87d4cf52249a3151d5817b74f925ada319da" + "content": "4e679c9d9212f8f1961ad461ed1a4611ba024f82ba8936c750b51c7d1ea1b37784ce30d5b027352dd7fca68a4663fef495ba5d95f6257bcc5b5e73c8a37a9a5c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1113,48 +1643,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@mapbox/hast-util-table-cell-style/node_modules/unist-util-visit-parents" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/files" } ] }, { "type": "library", - "name": "unist-util-is", + "name": "initial-state", + "group": "@nextcloud", "version": "3.0.0", - "bom-ref": "mydash@1.0.0|@mapbox/hast-util-table-cell-style@0.2.1|unist-util-is@3.0.0", - "author": "Titus Wormer", - "description": "Utility to check if a node passes a test", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@nextcloud/initial-state@3.0.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Access data from the nextcloud server-side initial state API within apps.", "licenses": [ { "license": { - "id": "MIT" + "id": "GPL-3.0-or-later" } } ], - "purl": "pkg:npm/unist-util-is@3.0.0", + "purl": "pkg:npm/%40nextcloud/initial-state@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/unist-util-is.git", + "url": "git+https://github.com/nextcloud-libraries/nextcloud-initial-state.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/unist-util-is#readme", + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/unist-util-is/issues", + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", + "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b156595f7fa4b2954d98b5813c007aafeec3f5980014f3569bae9fed835be36d1195049b9fe9fcac6f1d1994a4ac447b6485c6418366e69a82defdc7a291f6e0" + "content": "715f8705d9102469bc171901239ac54ff15b30d58d06fa5b8fa38fae0e007b860e3ac435e422fc2273ce030d6de1790e9102b63447541902d5533ff5f705db75" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1163,306 +1694,149 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@mapbox/hast-util-table-cell-style/node_modules/unist-util-is" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@nextcloud/initial-state" } ] - } - ] - }, - { - "type": "library", - "name": "js", - "group": "@mdi", - "version": "7.4.47", - "bom-ref": "mydash@1.0.0|@mdi/js@7.4.47", - "author": "Austin Andrews", - "description": "Dist for Material Design Icons for JS/TypeScript", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:npm/%40mdi/js@7.4.47", - "externalReferences": [ - { - "url": "git+https://github.com/Templarian/MaterialDesign-JS.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/Templarian/MaterialDesign-JS#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Templarian/MaterialDesign-JS/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "type": "library", + "name": "core", + "group": "@vueuse", + "version": "14.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@vueuse/core@14.3.0", + "author": "Anthony Fu", + "description": "Collection of essential Vue Composition Utilities", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40vueuse/core@14.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/vueuse/vueuse.git#packages/core", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vueuse/vueuse#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vueuse/vueuse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vueuse/core/-/core-14.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "6877f3e3b83466132d4d51e6233315a49cbc78f8613b2ebc198e5bbf5d74fb90d5b59f96ec1b0ec7e9bad54350a9fad6c8fced20721a9d66b7136b626f734523" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/core" + } + ] }, { - "url": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "components", + "group": "@vueuse", + "version": "14.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@vueuse/components@14.3.0", + "author": "Jacob Clevenger", + "description": "Renderless components for VueUse", + "licenses": [ { - "alg": "SHA-512", - "content": "28f9cd3ad9b98b6a4c69ba99c69533ee241ffa67eb619c8a099f10373f39733804b7b72e1dc1a8ad67ddcd4316600d120fe6ba1e7e05989f98873cf38e44d9ad" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@mdi/js" - } - ] - }, - { - "type": "library", - "name": "auth", - "group": "@nextcloud", - "version": "2.5.3", - "bom-ref": "mydash@1.0.0|@nextcloud/auth@2.5.3", - "author": "Christoph Wurst", - "description": "Nextcloud helpers related to authentication and the current user", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/auth@2.5.3", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud/nextcloud-auth.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud/nextcloud-auth#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud/nextcloud-auth/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz", - "type": "distribution", - "hashes": [ + "purl": "pkg:npm/%40vueuse/components@14.3.0", + "externalReferences": [ { - "alg": "SHA-512", - "content": "2888562e4d0129c3f886fca9138a35d58a8a38f78531f1058d1ae151417e87b16bcbe7614c1204231b903d508a5cc2298d30ddf3bf75cbc57a51d459d9f78a01" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/auth" - } - ] - }, - { - "type": "library", - "name": "axios", - "group": "@nextcloud", - "version": "2.5.2", - "bom-ref": "mydash@1.0.0|@nextcloud/axios@2.5.2", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Axios client for Nextcloud", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/axios@2.5.2", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-axios.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-axios#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-axios/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.2.tgz", - "type": "distribution", - "hashes": [ + "url": "git+https://github.com/vueuse/vueuse.git#packages/components", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, { - "alg": "SHA-512", - "content": "f1fac96fbee334c6f3d344e3b12aacd4fca66349c811b34ce26566c1e9f6b5763bc0d8116a2eae5e294895728e601f6347f17f1ca463e81e2f53057065b85d6f" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/axios" - } - ] - }, - { - "type": "library", - "name": "browser-storage", - "group": "@nextcloud", - "version": "0.5.0", - "bom-ref": "mydash@1.0.0|@nextcloud/browser-storage@0.5.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Browser storage (e.g. local storage) abstraction for Nextcloud apps", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/browser-storage@0.5.0", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-browser-storage.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-browser-storage#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-browser-storage/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.5.0.tgz", - "type": "distribution", - "hashes": [ + "url": "https://github.com/vueuse/vueuse/tree/main/packages/components#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, { - "alg": "SHA-512", - "content": "bac62be069494252b786065446f925a966fd8af8bbb20b12b85a97aeceece219752d34b87a7ccfae7910ba69ba9d1b10aee7f42134be381b0afa810b11bbd83c" + "url": "https://github.com/vueuse/vueuse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vueuse/components/-/components-14.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "8e7ac9ade7127daf07f86eb0b40c2c0a732d29b2990d2a6ee49643bae9598a45ab1dbeaeb92e52c973fa3366fbf6da1fc62a66efc5560d2cd6fb9f29bb5ca094" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/browser-storage" - } - ] - }, - { - "type": "library", - "name": "capabilities", - "group": "@nextcloud", - "version": "1.2.1", - "bom-ref": "mydash@1.0.0|@nextcloud/capabilities@1.2.1", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Nextcloud helper to obtain the server capabilities", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/capabilities@1.2.1", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-capabilities.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-capabilities#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-capabilities/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.1.tgz", - "type": "distribution", - "hashes": [ + "properties": [ { - "alg": "SHA-512", - "content": "b27674ffdd74cf3c0de8f0ec225c7652f92daf54b9c740a58435277cf9428fb9ed36f102cee547358e70cdbcb6d8b22473ef598da0cab42c2e0addb27bef69fd" + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/components" } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/capabilities" - } - ], - "components": [ + ] + }, { "type": "library", - "name": "initial-state", - "group": "@nextcloud", + "name": "debounce", "version": "3.0.0", - "bom-ref": "mydash@1.0.0|@nextcloud/capabilities@1.2.1|@nextcloud/initial-state@3.0.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Access data from the nextcloud server-side initial state API within apps.", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|debounce@3.0.0", + "description": "Delay function calls until a set time elapses after the last invocation", "licenses": [ { "license": { - "id": "GPL-3.0-or-later" + "id": "MIT" } } ], - "purl": "pkg:npm/%40nextcloud/initial-state@3.0.0", + "purl": "pkg:npm/debounce@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-initial-state.git", + "url": "git+https://github.com/sindresorhus/debounce.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", + "url": "https://github.com/sindresorhus/debounce#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state/issues", + "url": "https://github.com/sindresorhus/debounce/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "url": "https://registry.npmjs.org/debounce/-/debounce-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "715f8705d9102469bc171901239ac54ff15b30d58d06fa5b8fa38fae0e007b860e3ac435e422fc2273ce030d6de1790e9102b63447541902d5533ff5f705db75" + "content": "eb86f245b174fc08abc1bb87a81dff669306f7f9dc9036ba640d3277a5276903706db7a608ec2fcf6b0be6c8d72c78591c00f28b02e6d0ce6a32196d514c7e4c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1471,101 +1845,151 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/capabilities/node_modules/@nextcloud/initial-state" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/debounce" } ] - } - ] - }, - { - "type": "library", - "name": "dialogs", - "group": "@nextcloud", - "version": "6.4.2", - "bom-ref": "mydash@1.0.0|@nextcloud/dialogs@6.4.2", - "description": "Nextcloud dialog helpers", - "licenses": [ - { - "license": { - "id": "AGPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/dialogs@6.4.2", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-dialogs.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-dialogs#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-dialogs/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.4.2.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "floating-vue", + "version": "5.2.2", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|floating-vue@5.2.2", + "author": "Guillaume Chau", + "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", + "licenses": [ { - "alg": "SHA-512", - "content": "c63e9fc9475be7a4ad5add4359e0c7627a8ad0293b11640b504c96b571e79de927a0e577c7f6341cf44be4bd8f4c9683b95401f137155b9dc98d1dfc246f56e9" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/dialogs" - } - ], - "components": [ + "purl": "pkg:npm/floating-vue@5.2.2", + "externalReferences": [ + { + "url": "git+https://github.com/Akryum/floating-vue.git#packages/floating-vue", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://floating-vue.starpad.dev/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Akryum/floating-vue/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/floating-vue/-/floating-vue-5.2.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "69f5be87608569fa3eed8f4bbf0ff1b2a8da42528b74957b8757c21df7184350b8495325bbb3807a4a9682ee5de1282f901554d295692e556cad24c151115192" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/floating-vue" + } + ], + "components": [ + { + "type": "library", + "name": "dom", + "group": "@floating-ui", + "version": "1.1.1", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|floating-vue@5.2.2|@floating-ui/dom@1.1.1", + "author": "atomiks", + "description": "Floating UI for the web", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40floating-ui/dom@1.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/floating-ui/floating-ui.git#packages/dom", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://floating-ui.com", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/floating-ui/floating-ui", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "4e920ef77f8322e8e0de0ed2ca4100199303b5b251ae69d84423584a3265bc86c68418d148d4cb55b35e0d006bcf2f6a0e051b89675ceca034b991d9dad2668b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/floating-vue/node_modules/@floating-ui/dom" + } + ] + } + ] + }, { "type": "library", - "name": "initial-state", - "group": "@nextcloud", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|@nextcloud/dialogs@6.4.2|@nextcloud/initial-state@3.0.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Access data from the nextcloud server-side initial state API within apps.", + "name": "focus-trap", + "version": "8.1.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|focus-trap@8.1.0", + "author": "David Clark", + "description": "Trap focus within a DOM node.", "licenses": [ { "license": { - "id": "GPL-3.0-or-later" + "id": "MIT" } } ], - "purl": "pkg:npm/%40nextcloud/initial-state@3.0.0", + "purl": "pkg:npm/focus-trap@8.1.0", "externalReferences": [ { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-initial-state.git", + "url": "git+https://github.com/focus-trap/focus-trap.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", + "url": "https://github.com/focus-trap/focus-trap#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state/issues", + "url": "https://github.com/focus-trap/focus-trap/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "url": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "715f8705d9102469bc171901239ac54ff15b30d58d06fa5b8fa38fae0e007b860e3ac435e422fc2273ce030d6de1790e9102b63447541902d5533ff5f705db75" + "content": "4fae5cadf7f6e82295d8267772c839cb4e6bfb9eb4b2ba746fc11b0227f7e5eb96e7c87392555ffc66f843efc70ad07c7bd2082374051329390565795c9b8ecb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1574,101 +1998,98 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/dialogs/node_modules/@nextcloud/initial-state" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/focus-trap" } ] - } - ] - }, - { - "type": "library", - "name": "event-bus", - "group": "@nextcloud", - "version": "3.3.3", - "bom-ref": "mydash@1.0.0|@nextcloud/event-bus@3.3.3", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "A simple event bus to communicate between Nextcloud components.", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/event-bus@3.3.3", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud/nextcloud-event-bus.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud/nextcloud-event-bus#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud/nextcloud-event-bus/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-3.3.3.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "rehype-react", + "version": "8.0.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|rehype-react@8.0.0", + "author": "rhysd", + "description": "rehype plugin to transform to React", + "licenses": [ { - "alg": "SHA-512", - "content": "cc87ef2a6506917a55cd12a85eb70ef6192888a0e6eb97ea371cbf5c86c8c6b421641c8fab78039230699eedd5e46b3c25d6306bbdd1f038f357da07f0762122" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/event-bus" - } - ], - "components": [ + "purl": "pkg:npm/rehype-react@8.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/rehypejs/rehype-react.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/rehypejs/rehype-react#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/rehypejs/rehype-react/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/rehype-react/-/rehype-react-8.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bf3a3463161b0761c4fb7ebef4759755dc4da0d0ee6f1eb7af92c1ce9c4119558cf2cf6676731d6e6b890405fa4d3cae19d663662c7aa94dc6712b8a0885a2bf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/rehype-react" + } + ] + }, { "type": "library", - "name": "semver", - "version": "7.7.3", - "bom-ref": "mydash@1.0.0|@nextcloud/event-bus@3.3.3|semver@7.7.3", - "author": "GitHub Inc.", - "description": "The semantic version parser used by npm.", + "name": "splitpanes", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|splitpanes@4.0.4", + "author": "Antoni Andre", + "description": "A Vue.js reliable, simple and touch-ready panes splitter / resizer", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/semver@7.7.3", + "purl": "pkg:npm/splitpanes@4.0.4", "externalReferences": [ { - "url": "git+https://github.com/npm/node-semver.git", + "url": "git+https://github.com/antoniandre/splitpanes.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/npm/node-semver#readme", + "url": "https://antoniandre.github.io/splitpanes", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/npm/node-semver/issues", + "url": "https://github.com/antoniandre/splitpanes/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "url": "https://registry.npmjs.org/splitpanes/-/splitpanes-4.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "49db0a32b23d4dd823770794491f4cc1e1c0e0427c6311e7f0315a0e2b2f85595439ee01175b4b0fb1808f4948a96565f9d3dbfeb131af406d6f2e65a109b6d1" + "content": "45bcacba06618db0b0e5f82996f93784e5ebe35b2d6a1403b598475648679c923a1f8c2518384cda42296de872eeff7676ecbd1a731af332211e28085754d6b6" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -1677,393 +2098,301 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/event-bus/node_modules/semver" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/splitpanes" } ] - } - ] - }, - { - "type": "library", - "name": "files", - "group": "@nextcloud", - "version": "3.12.2", - "bom-ref": "mydash@1.0.0|@nextcloud/files@3.12.2", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Nextcloud files utils", - "licenses": [ - { - "license": { - "id": "AGPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/files@3.12.2", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-files.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-files", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-files/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@nextcloud/files/-/files-3.12.2.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "web-bluetooth", + "group": "@types", + "version": "0.0.21", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@types/web-bluetooth@0.0.21", + "description": "TypeScript definitions for web-bluetooth", + "licenses": [ { - "alg": "SHA-512", - "content": "bc1a3cb5fdd787a79f885f02ac4a37a4a8fd02dbc017a45d0c63b55ca2fae48c55f3e51477d5319769541311e5ce80d145ccc2a9f19f6967d145a16162a71ee5" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/files" - } - ] - }, - { - "type": "library", - "name": "initial-state", - "group": "@nextcloud", - "version": "2.2.0", - "bom-ref": "mydash@1.0.0|@nextcloud/initial-state@2.2.0", - "author": "Christoph Wurst", - "description": "Access data from the nextcloud server-side initial state API within apps.", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/initial-state@2.2.0", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud/nextcloud-initial-state.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud/nextcloud-initial-state#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud/nextcloud-initial-state/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", - "type": "distribution", - "hashes": [ + "purl": "pkg:npm/%40types/web-bluetooth@0.0.21", + "externalReferences": [ { - "alg": "SHA-512", - "content": "7035bdf0be4a1868294bca7377ed39df4e3fa7cd1ccaef14db14834066be9063d3a5416609bbf6aa73b95abc301936aeca36228c26a5d9b9b0f3655d7521fe3e" + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/web-bluetooth", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-bluetooth", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a0840b0865ad705672d895bbee3f64f271f300ea6a3072d07a30c0e3c5d73161fab630901f3e51085cf56f3b2644ec8be8f526f8b2e75222380429f6db58a7c4" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/initial-state" - } - ] - }, - { - "type": "library", - "name": "l10n", - "group": "@nextcloud", - "version": "3.4.1", - "bom-ref": "mydash@1.0.0|@nextcloud/l10n@3.4.1", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Nextcloud localization and translation helpers for apps and libraries", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/l10n@3.4.1", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-l10n.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-l10n#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-l10n/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@types/web-bluetooth" + } + ] }, { - "url": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.1.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "metadata", + "group": "@vueuse", + "version": "14.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@vueuse/metadata@14.3.0", + "author": "Anthony Fu", + "description": "Metadata for VueUse functions", + "licenses": [ { - "alg": "SHA-512", - "content": "6931629d370a88ada0117c0b82eb577a4a5967cfefff84220bc0b74022c7e66d28f96b71b010be7ea575e3679b0bfadf0e7cc22e163866db304aef1b15b66872" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/l10n" - } - ] - }, - { - "type": "library", - "name": "logger", - "group": "@nextcloud", - "version": "3.0.3", - "bom-ref": "mydash@1.0.0|@nextcloud/logger@3.0.3", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Generic JavaScript logging interface for Nextcloud apps and libraries", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/logger@3.0.3", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-logger.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-logger#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-logger/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.3.tgz", - "type": "distribution", - "hashes": [ + "purl": "pkg:npm/%40vueuse/metadata@14.3.0", + "externalReferences": [ { - "alg": "SHA-512", - "content": "4dc6d544be3f3b97df235457166400143de0c304f5e4001daf5efbd31f9136a56f7c1768195ca1ccec0223203955f7377c0d6225715afab13a6ee2594a8aa573" + "url": "git+https://github.com/vueuse/vueuse.git#packages/metadata", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vueuse/vueuse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "070c666c0cf0015179d3e316e7b197394115eb59c50469e506fad3aa3e3d3ea589bb7bb0ee176eef6ced5de677dd1759b4363a90ef9b7c2004d4f0a7f3c4e4b7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/logger" - } - ] - }, - { - "type": "library", - "name": "paths", - "group": "@nextcloud", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|@nextcloud/paths@3.0.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Helper functions for working with paths in Nextcloud apps", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/paths@3.0.0", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-paths.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-paths#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/metadata" + } + ] }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-paths/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "type": "library", + "name": "shared", + "group": "@vueuse", + "version": "14.3.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@vueuse/shared@14.3.0", + "author": "Anthony Fu", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40vueuse/shared@14.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/vueuse/vueuse.git#packages/shared", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vueuse/vueuse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "6d9a607bd7925f06b84e84a2a89ee3e8a470840b2778c1684b3dcb3162900e4aa29a6dc3fed6c596b925aecfc83aa0bcb4471899741927a37452b8e1062ad50a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@vueuse/shared" + } + ] }, { - "url": "https://registry.npmjs.org/@nextcloud/paths/-/paths-3.0.0.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "vue-resize", + "version": "2.0.0-alpha.1", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|vue-resize@2.0.0-alpha.1", + "author": "Guillaume Chau", + "description": "Detects DOM element resizing", + "licenses": [ { - "alg": "SHA-512", - "content": "fac4df4e421b5546b651eddb933dd1ec5d6685d76f1cf396531912360ed0e5d02c8a654505a4d1822040266b006a0dc93ecc72b92f2452079bd33744b2c45d4c" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/paths" - } - ] - }, - { - "type": "library", - "name": "router", - "group": "@nextcloud", - "version": "3.1.0", - "bom-ref": "mydash@1.0.0|@nextcloud/router@3.1.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Utils for generating Nextcloud URLs", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/router@3.1.0", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-router.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-router#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-router/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "purl": "pkg:npm/vue-resize@2.0.0-alpha.1", + "externalReferences": [ + { + "url": "git+https://github.com/Akryum/vue-resize.git#packages/vue-resize", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/Akryum/vue-resize#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Akryum/vue-resize/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "efe8aa3ae78b53bb9cf4dacc7ebcdb1bc87032a7217d57d2ce956508c78941ee29ca26eaca889f0cd6ca4d9bf0c59283bc6901f8f74578abe719932811bf1eb2" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/vue-resize" + } + ] }, { - "url": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "compiler-sfc", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|@vue/compiler-sfc@3.5.33", + "author": "Evan You", + "description": "@vue/compiler-sfc", + "scope": "optional", + "licenses": [ { - "alg": "SHA-512", - "content": "7b876421ac514b0759265645a67f71d37420067fd26b684dd61a7f040efe01bcf292648094ab967dd997f23ffc7b0acba50c18999476dc864ef57c29257ab653" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/router" - } - ] - }, - { - "type": "library", - "name": "sharing", - "group": "@nextcloud", - "version": "0.3.0", - "bom-ref": "mydash@1.0.0|@nextcloud/sharing@0.3.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Front-end utilities for Nextcloud files sharing", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/sharing@0.3.0", - "externalReferences": [ - { - "url": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.3.0.tgz", - "type": "distribution", - "hashes": [ + "purl": "pkg:npm/%40vue/compiler-sfc@3.5.33", + "externalReferences": [ { - "alg": "SHA-512", - "content": "915eea79466f7757d329e1721fe5b942ae6b34ea86f6b2c04d933753d301c565c726cdcec4ca9841bf1443735838dcec5f7cc318999d4040881879b57a2dac08" + "url": "git+https://github.com/vuejs/core.git#packages/compiler-sfc", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/core/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.33.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "51352f44ef5c63ead13abc7fa6f37d3f967b16003a4067e891409f8501381279948f7ad59caf821c8d0bb043b5a60f88efffe24583147dc35c08f7bbb60d02a0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/sharing" - } - ], - "components": [ + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/@vue/compiler-sfc" + } + ] + }, { "type": "library", - "name": "initial-state", - "group": "@nextcloud", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|@nextcloud/sharing@0.3.0|@nextcloud/initial-state@3.0.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Access data from the nextcloud server-side initial state API within apps.", + "name": "chokidar", + "version": "5.0.0", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|chokidar@5.0.0", + "author": "Paul Miller", + "description": "Minimal and efficient cross-platform file watching library", "licenses": [ { "license": { - "id": "GPL-3.0-or-later" + "id": "MIT" } } ], - "purl": "pkg:npm/%40nextcloud/initial-state@3.0.0", + "purl": "pkg:npm/chokidar@5.0.0", "externalReferences": [ { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-initial-state.git", + "url": "git+https://github.com/paulmillr/chokidar.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", + "url": "https://github.com/paulmillr/chokidar", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state/issues", + "url": "https://github.com/paulmillr/chokidar/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "url": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "715f8705d9102469bc171901239ac54ff15b30d58d06fa5b8fa38fae0e007b860e3ac435e422fc2273ce030d6de1790e9102b63447541902d5533ff5f705db75" + "content": "4d0326737c3ee40c63a4bf22222c1e6c5ef77510c5e1f04889e02a1a7f5118259a115c10e856f67067b7d589ecd11448ce28b982827563bc5b330a354f132997" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -2072,171 +2401,219 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/sharing/node_modules/@nextcloud/initial-state" + "value": "node_modules/@conduction/nextcloud-vue/node_modules/chokidar" } ] - } - ] - }, - { - "type": "library", - "name": "typings", - "group": "@nextcloud", - "version": "1.10.0", - "bom-ref": "mydash@1.0.0|@nextcloud/typings@1.10.0", - "author": "Nextcloud GmbH and Nextcloud contributors", - "description": "Nextcloud TypeScript typings", - "licenses": [ - { - "license": { - "id": "GPL-3.0-or-later" - } - } - ], - "purl": "pkg:npm/%40nextcloud/typings@1.10.0", - "externalReferences": [ - { - "url": "git+https://github.com/nextcloud-libraries/nextcloud-typings.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nextcloud-libraries/nextcloud-typings#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/nextcloud-typings/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "type": "library", + "name": "picomatch", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|picomatch@4.0.4", + "author": "Jon Schlinkert", + "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/picomatch@4.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/micromatch/picomatch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromatch/picomatch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromatch/picomatch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "40ff3c0402af31a9bfdcdc47eaf8f6a36d51e8c8f165401dea7970012fe99c6bcdf4854ba1c2c7c46608cc5860e9f510fb9b61e8fe1dbf8796f635f70d2223ec" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@conduction/nextcloud-vue/node_modules/picomatch" + } + ] }, { - "url": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.10.0.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "estree-walker", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|@conduction/nextcloud-vue@0.1.0-beta.15|estree-walker@2.0.2", + "author": "Rich Harris", + "description": "Traverse an ESTree-compliant AST", + "scope": "optional", + "licenses": [ { - "alg": "SHA-512", - "content": "48c0b8dab0e3387dd2b293d32cc651bfbe999621e98f6249905f2918b3fc97542b553671138ed0cf9a9e2a66e3d952fe751bf67bf3608b1940166cd59f1921aa" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@nextcloud/typings" - } - ] - }, - { - "type": "library", - "name": "vue-select", - "group": "@nextcloud", - "version": "3.26.0", - "bom-ref": "mydash@1.0.0|@nextcloud/vue-select@3.26.0", - "author": "Jeff Sagal", - "description": "Everything you wish the HTML element could do, wrapped up into a lightweight, extensible Vue component.", "licenses": [ { "license": { @@ -4442,30 +4946,30 @@ } } ], - "purl": "pkg:npm/%40webassemblyjs/wasm-gen@1.14.1", + "purl": "pkg:npm/%40nextcloud/vue-select@3.26.0", "externalReferences": [ { - "url": "git+https://github.com/xtuc/webassemblyjs.git", + "url": "git+https://github.com/nextcloud-libraries/vue-select.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/xtuc/webassemblyjs#readme", + "url": "https://github.com/nextcloud-libraries/vue-select", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/xtuc/webassemblyjs/issues", + "url": "https://github.com/nextcloud-libraries/vue-select/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "url": "https://registry.npmjs.org/@nextcloud/vue-select/-/vue-select-3.26.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "026a264888cff196df19086e9a436f802df7018eeab4c0979cde9b2f6bb626ce2054283c7e9ef7e5a12231205b0d1ed44088fdd27e3028015448477440dd9492" + "content": "52f244c6bc73c79a4fde5bfb8facebbf6ca3e81d5d5e987bb21de52cd3e76c93e33e81ffca0e7c98734505c3c9ad160c6e9cb6b778650ba17bb37dca093afd14" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4474,48 +4978,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@webassemblyjs/wasm-gen" + "value": "node_modules/@nextcloud/vue-select" } ] }, { "type": "library", - "name": "wasm-opt", - "group": "@webassemblyjs", - "version": "1.14.1", - "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-opt@1.14.1", - "author": "Sven Sauleau", + "name": "vue", + "group": "@nextcloud", + "version": "8.38.0", + "bom-ref": "mydash@1.0.0|@nextcloud/vue@8.38.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Nextcloud vue components", "licenses": [ { "license": { - "id": "MIT" + "id": "AGPL-3.0-or-later" } } ], - "purl": "pkg:npm/%40webassemblyjs/wasm-opt@1.14.1", + "purl": "pkg:npm/%40nextcloud/vue@8.38.0", "externalReferences": [ { - "url": "git+https://github.com/xtuc/webassemblyjs.git", + "url": "git+https://github.com/nextcloud-libraries/nextcloud-vue.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/xtuc/webassemblyjs#readme", + "url": "https://github.com/nextcloud-libraries/nextcloud-vue", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/xtuc/webassemblyjs/issues", + "url": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "url": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.38.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3d370a2d436f06a9d8d94e84e5b74e41c48cfa854ffcf9ab0d8f4dce8c098e2b25123c0ffc2e1a9f6df4dcc0954b6320f5ddc026920675414841059b3ddb344b" + "content": "f307d35d4864b3c7b9295b66c9ceba6c7f3e21e54c486c95d0f6666500ff72d430b96747e7773cbc0d55e2fa0727c70f1eb376a57aba585f3efb8fd1a16d5e33" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4524,69 +5029,223 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@webassemblyjs/wasm-opt" - } - ] - }, - { - "type": "library", - "name": "wasm-parser", - "group": "@webassemblyjs", - "version": "1.14.1", - "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-parser@1.14.1", - "author": "Sven Sauleau", - "description": "WebAssembly binary format parser", - "licenses": [ - { - "license": { - "id": "MIT" - } + "value": "node_modules/@nextcloud/vue" } ], - "purl": "pkg:npm/%40webassemblyjs/wasm-parser@1.14.1", - "externalReferences": [ - { - "url": "git+https://github.com/xtuc/webassemblyjs.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, + "components": [ { - "url": "https://github.com/xtuc/webassemblyjs#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" + "type": "library", + "name": "sharing", + "group": "@nextcloud", + "version": "0.4.0", + "bom-ref": "mydash@1.0.0|@nextcloud/vue@8.38.0|@nextcloud/sharing@0.4.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Front-end utilities for Nextcloud files sharing", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/sharing@0.4.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-sharing.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-sharing#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-sharing/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.4.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d6150dc9ceee25d0699e298e9c4b2126312d00f023cc361597aaa65aa179671a0df703af6c4c70d108d7df11486c76d7d9d9af6d134b063d11ccbce2a666727a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing" + } + ], + "components": [ + { + "type": "library", + "name": "initial-state", + "group": "@nextcloud", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|@nextcloud/vue@8.38.0|@nextcloud/sharing@0.4.0|@nextcloud/initial-state@3.0.0", + "author": "Nextcloud GmbH and Nextcloud contributors", + "description": "Access data from the nextcloud server-side initial state API within apps.", + "licenses": [ + { + "license": { + "id": "GPL-3.0-or-later" + } + } + ], + "purl": "pkg:npm/%40nextcloud/initial-state@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/nextcloud-initial-state.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-3.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "715f8705d9102469bc171901239ac54ff15b30d58d06fa5b8fa38fae0e007b860e3ac435e422fc2273ce030d6de1790e9102b63447541902d5533ff5f705db75" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nextcloud/vue/node_modules/@nextcloud/sharing/node_modules/@nextcloud/initial-state" + } + ] + } + ] }, { - "url": "https://github.com/xtuc/webassemblyjs/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "type": "library", + "name": "p-queue", + "version": "8.1.1", + "bom-ref": "mydash@1.0.0|@nextcloud/vue@8.38.0|p-queue@8.1.1", + "description": "Promise queue with concurrency control", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/p-queue@8.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/p-queue.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/p-queue#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/p-queue/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "68d67e55f8e86ec5abca888f9c402918699fe5698db02a3dc6ef1d7da61a986e6a68b3fb0a584b37a360b057ba4b027651b2c404ae5dbfdc7c327e7e45584c59" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nextcloud/vue/node_modules/p-queue" + } + ] }, { - "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "p-timeout", + "version": "6.1.4", + "bom-ref": "mydash@1.0.0|@nextcloud/vue@8.38.0|p-timeout@6.1.4", + "author": "Sindre Sorhus", + "description": "Timeout a promise after a specified amount of time", + "licenses": [ { - "alg": "SHA-512", - "content": "24b065f8a674479a81ee60a7b9dff2c97d3c8d6170e4cb286a5275a50e047459608fd55d5ca1ae10d1ac8822237a02355bba7dd6b525701fcb079c9124a35371" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@webassemblyjs/wasm-parser" + "purl": "pkg:npm/p-timeout@6.1.4", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/p-timeout.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/p-timeout#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/p-timeout/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "332215dd903f3e6c8137fb9df2f57d5f3c13acdb51e2316b39bca66589d9a8c996d3303c675eef9d3d2b060144fd3968841f98087a973206736f70aca78f6faa" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nextcloud/vue/node_modules/p-timeout" + } + ] } ] }, { "type": "library", - "name": "wast-printer", - "group": "@webassemblyjs", - "version": "1.14.1", - "bom-ref": "mydash@1.0.0|@webassemblyjs/wast-printer@1.14.1", - "author": "Sven Sauleau", - "description": "WebAssembly text format printer", + "name": "entities", + "group": "@nodable", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|@nodable/entities@2.1.0", + "author": "Amit Gupta", + "description": "Entity parser for XML, HTML, External entites with security and NCR control", "licenses": [ { "license": { @@ -4594,30 +5253,30 @@ } } ], - "purl": "pkg:npm/%40webassemblyjs/wast-printer@1.14.1", + "purl": "pkg:npm/%40nodable/entities@2.1.0", "externalReferences": [ { - "url": "git+https://github.com/xtuc/webassemblyjs.git", + "url": "git+https://github.com/nodable/val-parsers.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/xtuc/webassemblyjs#readme", + "url": "https://github.com/nodable/val-parsers#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/xtuc/webassemblyjs/issues", + "url": "https://github.com/nodable/val-parsers/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "url": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "90f4925c4e837b55ce47cdb40bdd11228da882f646f9cdca887cea5283bf177e18dac846cdeb1faafee8e7bc6bc68bd9247fcc7ad179523ae827f47fde2b288b" + "content": "9f24fb4f79db332048fe5bebe8be53c966c524023d15381545a90da01a820fe3e6203f03cc5aeb35d2cbb4733032ccceb6a65af0f00e576e19a839d0ae140834" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4626,49 +5285,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@webassemblyjs/wast-printer" + "value": "node_modules/@nodable/entities" } ] }, { "type": "library", - "name": "ieee754", - "group": "@xtuc", - "version": "1.2.0", - "bom-ref": "mydash@1.0.0|@xtuc/ieee754@1.2.0", - "author": "Feross Aboukhadijeh", - "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", + "name": "opencollective", + "group": "@nuxt", + "version": "0.3.3", + "bom-ref": "mydash@1.0.0|@nuxt/opencollective@0.3.3", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/%40xtuc/ieee754@1.2.0", + "purl": "pkg:npm/%40nuxt/opencollective@0.3.3", "externalReferences": [ { - "url": "git://github.com/feross/ieee754.git", + "url": "git+https://github.com/nuxt-contrib/opencollective.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/feross/ieee754#readme", + "url": "https://github.com/nuxt-contrib/opencollective#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/feross/ieee754/issues", + "url": "https://github.com/nuxt-contrib/opencollective/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "url": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0d7f272a0a9c1b0b1cd1e252a98b799703f80c7e459479e6b96581472ed7d0d71a191d19b6ec9e11280cc1361512dc66b0d198faa8ade10613fcc2184ce4cf78" + "content": "e8828277e80fd079628b1a994ffa7c9d6dedb9c0fa4affeefde47603d5f8af14ffea15e5333038199433ab8776aa7040c12c06a662b2ce4c938cd8eb85a036e4" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4677,217 +5334,117 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/@xtuc/ieee754" - } - ] - }, - { - "type": "library", - "name": "long", - "group": "@xtuc", - "version": "4.2.2", - "bom-ref": "mydash@1.0.0|@xtuc/long@4.2.2", - "author": "Daniel Wirtz", - "description": "A Long class for representing a 64-bit two's-complement integer value.", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } + "value": "node_modules/@nuxt/opencollective" } ], - "purl": "pkg:npm/%40xtuc/long@4.2.2", - "externalReferences": [ - { - "url": "git+https://github.com/dcodeIO/long.js.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/dcodeIO/long.js#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/dcodeIO/long.js/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, + "components": [ { - "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "node-fetch", + "version": "2.7.0", + "bom-ref": "mydash@1.0.0|@nuxt/opencollective@0.3.3|node-fetch@2.7.0", + "author": "David Frank", + "description": "A light-weight module that brings window.fetch to node.js", + "licenses": [ { - "alg": "SHA-512", - "content": "36e1ea058d4f07f0fcc54eacfed84180e02200fec73980d0df6f8115920b27c8af9149001d09d67e7e9684befd3b08f5aa6527a0dfd83e192d748a2e722a6401" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/@xtuc/long" - } - ] - }, - { - "type": "library", - "name": "acorn-import-phases", - "version": "1.0.4", - "bom-ref": "mydash@1.0.0|acorn-import-phases@1.0.4", - "author": "Nicolò Ribaudo", - "description": "Support for `import ` phase syntax in Acorn", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/acorn-import-phases@1.0.4", - "externalReferences": [ - { - "url": "git+https://github.com/nicolo-ribaudo/acorn-import-phases.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/nicolo-ribaudo/acorn-import-phases#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/nicolo-ribaudo/acorn-import-phases/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", - "type": "distribution", - "hashes": [ + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/node-fetch@2.7.0", + "externalReferences": [ { - "alg": "SHA-512", - "content": "c0a99baff0c38885f310e896ad34d47039b6e24436bc67d942f3367f0836bd7a91e6e5ba69aa6bece6cfb63d6d877d9bf6ef74fcf7f8008b6f753878d9f06655" + "url": "git+https://github.com/bitinn/node-fetch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/bitinn/node-fetch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/bitinn/node-fetch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "7381517d49bf75b71667b53ed56ab40300b214bfb79edd9b130d39c1fc52cfe0d6a56b22b609928189b2d9d41d5b2282d7af7810b3ea32cfd8cd448da332edf0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/acorn-import-phases" - } - ] - }, - { - "type": "library", - "name": "acorn", - "version": "8.15.0", - "bom-ref": "mydash@1.0.0|acorn@8.15.0", - "description": "ECMAScript parser", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/acorn@8.15.0", - "externalReferences": [ - { - "url": "git+https://github.com/acornjs/acorn.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/acornjs/acorn", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/acornjs/acorn/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nuxt/opencollective/node_modules/node-fetch" + } + ] }, { - "url": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "whatwg-url", + "version": "5.0.0", + "bom-ref": "mydash@1.0.0|@nuxt/opencollective@0.3.3|whatwg-url@5.0.0", + "author": "Sebastian Mayr", + "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery", + "licenses": [ { - "alg": "SHA-512", - "content": "359c896ab05f2fb9d6c08abe1432fa669ff21c485e3cc3679c9d32dea7e2782ae636f61cb7cbafb62578d54be549ee9aa407e4d1f63515b5b1f8dc1f9a9bed4e" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/acorn" - } - ] - }, - { - "type": "library", - "name": "ajv-formats", - "version": "2.1.1", - "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1", - "author": "Evgeny Poberezkin", - "description": "Format validation for Ajv v7+", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/ajv-formats@2.1.1", - "externalReferences": [ - { - "url": "git+https://github.com/ajv-validator/ajv-formats.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/ajv-validator/ajv-formats#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/ajv-validator/ajv-formats/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "type": "distribution", - "hashes": [ + "purl": "pkg:npm/whatwg-url@5.0.0", + "externalReferences": [ { - "alg": "SHA-512", - "content": "5b1d0ac79da1c44ec2d7c8643048206251227ea599b58691828b89a2bf9631d3e743210ad77be0116c9536ea7b4a879ea0b32caf891fe61e9d396d75235e4c50" + "url": "git+https://github.com/jsdom/whatwg-url.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/jsdom/whatwg-url#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jsdom/whatwg-url/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b1a139ee7ba9c64eafdc7637e7e8f307061ad2b292cb45d1f094b164fc202ebef2b34201ce11af880d7f4d41892e6495aacf296fd027bc809712e3872e9ad84f" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/ajv-formats" - } - ], - "components": [ + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@nuxt/opencollective/node_modules/whatwg-url" + } + ] + }, { "type": "library", - "name": "ajv", - "version": "8.18.0", - "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1|ajv@8.18.0", - "author": "Evgeny Poberezkin", - "description": "Another JSON Schema Validator", + "name": "tr46", + "version": "0.0.3", + "bom-ref": "mydash@1.0.0|@nuxt/opencollective@0.3.3|tr46@0.0.3", + "author": "Sebastian Mayr", + "description": "An implementation of the Unicode TR46 spec", "licenses": [ { "license": { @@ -4895,30 +5452,30 @@ } } ], - "purl": "pkg:npm/ajv@8.18.0", + "purl": "pkg:npm/tr46@0.0.3", "externalReferences": [ { - "url": "git+https://github.com/ajv-validator/ajv.git", + "url": "git+https://github.com/Sebmaster/tr46.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://ajv.js.org", + "url": "https://github.com/Sebmaster/tr46.js#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ajv-validator/ajv/issues", + "url": "https://github.com/Sebmaster/tr46.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "url": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3e55cf78458c5cc67bb0f60e1ea983c8227371f36b52bddf18d2ad7b35f5e3291738422fc8af3577eab2771f3d298e4eef514a30f690daf05f04523934747adc" + "content": "37758cb2ea95eba953df40ab5cd6c48f1e06130968c37bfaaebe2609cbfaa6b9dfc214b4d6b920c857633cd05877d6ebecba57575f849a1d357c79ead86760af" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4927,48 +5484,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/ajv-formats/node_modules/ajv" + "value": "node_modules/@nuxt/opencollective/node_modules/tr46" } ] }, { "type": "library", - "name": "json-schema-traverse", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1|json-schema-traverse@1.0.0", - "author": "Evgeny Poberezkin", - "description": "Traverse JSON Schema passing each schema object to callback", + "name": "webidl-conversions", + "version": "3.0.1", + "bom-ref": "mydash@1.0.0|@nuxt/opencollective@0.3.3|webidl-conversions@3.0.1", + "author": "Domenic Denicola", + "description": "Implements the WebIDL algorithms for converting to and from JavaScript values", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-2-Clause" } } ], - "purl": "pkg:npm/json-schema-traverse@1.0.0", + "purl": "pkg:npm/webidl-conversions@3.0.1", "externalReferences": [ { - "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "url": "git+https://github.com/jsdom/webidl-conversions.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "url": "https://github.com/jsdom/webidl-conversions#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/epoberezkin/json-schema-traverse/issues", + "url": "https://github.com/jsdom/webidl-conversions/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba" + "content": "d89027df3f0047aae32bc4a6f28ad10b487f6dc97f0ea2fbb513dd199e08d428dd17e11a30b998c411f25ee28bf38f5eb9c3c586f068c4cb1f95f39bf24c5a79" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -4977,7 +5534,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/ajv-formats/node_modules/json-schema-traverse" + "value": "node_modules/@nuxt/opencollective/node_modules/webidl-conversions" } ] } @@ -4985,11 +5542,12 @@ }, { "type": "library", - "name": "asynckit", - "version": "0.4.0", - "bom-ref": "mydash@1.0.0|asynckit@0.4.0", - "author": "Alex Indigo", - "description": "Minimal async jobs utility library, with streams support", + "name": "token", + "group": "@tokenizer", + "version": "0.3.0", + "bom-ref": "mydash@1.0.0|@tokenizer/token@0.3.0", + "author": "Borewit", + "description": "TypeScript definition for strtok3 token", "licenses": [ { "license": { @@ -4997,30 +5555,30 @@ } } ], - "purl": "pkg:npm/asynckit@0.4.0", + "purl": "pkg:npm/%40tokenizer/token@0.3.0", "externalReferences": [ { - "url": "git+https://github.com/alexindigo/asynckit.git", + "url": "git+https://github.com/Borewit/tokenizer-token.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/alexindigo/asynckit#readme", + "url": "https://github.com/Borewit/tokenizer-token#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/alexindigo/asynckit/issues", + "url": "https://github.com/Borewit/tokenizer-token/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "url": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "39e8bd387e2d461d18a94dc6c615fbf5d33f9b0560bdb64969235a464f9bb21923d12e5c7c772061a92b7818eb1f06ad5ca6f3f88a087582f1aca8a6d8c8d6d1" + "content": "3af8c5fb3e752f7a2fd0ec8053476ecec62ebced353c7ef1e2de83271fa0b9a8604e704792125d1bbb2841e4d214b58ddde7e71f289b67867c97612e5b024ddc" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5029,17 +5587,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/asynckit" + "value": "node_modules/@tokenizer/token" } ] }, { "type": "library", - "name": "axios", - "version": "1.13.6", - "bom-ref": "mydash@1.0.0|axios@1.13.6", - "author": "Matt Zabriskie", - "description": "Promise based HTTP client for the browser and node.js", + "name": "debug", + "group": "@types", + "version": "4.1.12", + "bom-ref": "mydash@1.0.0|@types/debug@4.1.12", + "description": "TypeScript definitions for debug", "licenses": [ { "license": { @@ -5047,30 +5605,30 @@ } } ], - "purl": "pkg:npm/axios@1.13.6", + "purl": "pkg:npm/%40types/debug@4.1.12", "externalReferences": [ { - "url": "git+https://github.com/axios/axios.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/debug", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://axios-http.com", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debug", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/axios/axios/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", + "url": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0a14c21cca2e11eda49fbd775876d019cb98aebe9f5d3062bb8eb4393c16ad6a1bd7a8356d79f8bedcf4ecea5eedec0ca332409c4aae2e4e655905ad06283d0d" + "content": "bc80a159d546dcb1b548cc44bc8fc02be15626d865aea953bbb7dbae5cb04e491a38dc24fd40066942d74657fcbe4cc504b566d3390c742aae84be5a3a38573d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5079,17 +5637,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/axios" + "value": "node_modules/@types/debug" } ] }, { "type": "library", - "name": "bail", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|bail@2.0.2", - "author": "Titus Wormer", - "description": "Throw a given error", + "name": "escape-html", + "group": "@types", + "version": "1.0.4", + "bom-ref": "mydash@1.0.0|@types/escape-html@1.0.4", + "description": "TypeScript definitions for escape-html", "licenses": [ { "license": { @@ -5097,30 +5655,30 @@ } } ], - "purl": "pkg:npm/bail@2.0.2", + "purl": "pkg:npm/%40types/escape-html@1.0.4", "externalReferences": [ { - "url": "git+https://github.com/wooorm/bail.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/escape-html", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/wooorm/bail#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escape-html", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/bail/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", + "url": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d313ba99877b241d987acc432a995a7d1a6c88eccfb7d574d9d74f08b6d8d716063ce5f6e0d4f2379d2a9d4c6008f712a183212a902e0538d0a1164202450347" + "content": "a99ef64854e05006796bb4e3ea47f64872deb621f94ba7fc1b97eb07648f437132174da4c5dc8115fe13cf86da9c4df10a01a72a058bb7ffdae95b981ca6094e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5129,17 +5687,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/bail" + "value": "node_modules/@types/escape-html" } ] }, { "type": "library", - "name": "balanced-match", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|balanced-match@1.0.2", - "author": "Julian Gruber", - "description": "Match balanced character pairs, like \"{\" and \"}\"", + "name": "eslint-scope", + "group": "@types", + "version": "3.7.7", + "bom-ref": "mydash@1.0.0|@types/eslint-scope@3.7.7", + "description": "TypeScript definitions for eslint-scope", "licenses": [ { "license": { @@ -5147,30 +5705,30 @@ } } ], - "purl": "pkg:npm/balanced-match@1.0.2", + "purl": "pkg:npm/%40types/eslint-scope@3.7.7", "externalReferences": [ { - "url": "git://github.com/juliangruber/balanced-match.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/eslint-scope", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/juliangruber/balanced-match", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/juliangruber/balanced-match/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "url": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f" + "content": "3333059522c1a8d17681c1d63b41b5bcffd84327efaf16746c5faeee6cd4759d7fc4ae00e2caeefa7ada673e62de2108935975bb289c68355307841b6c490062" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5179,17 +5737,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/balanced-match" + "value": "node_modules/@types/eslint-scope" } ] }, { "type": "library", - "name": "base-64", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|base-64@1.0.0", - "author": "Mathias Bynens", - "description": "A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.", + "name": "eslint", + "group": "@types", + "version": "9.6.1", + "bom-ref": "mydash@1.0.0|@types/eslint@9.6.1", + "description": "TypeScript definitions for eslint", "licenses": [ { "license": { @@ -5197,30 +5755,30 @@ } } ], - "purl": "pkg:npm/base-64@1.0.0", + "purl": "pkg:npm/%40types/eslint@9.6.1", "externalReferences": [ { - "url": "git+https://github.com/mathiasbynens/base64.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/eslint", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://mths.be/base64", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mathiasbynens/base64/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", + "url": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9300cf205086c743591e8837e9d8feb478b03f840ccec67702031589404a234f95e67e14d2e7d30943219d0d3876269123c117fd070f7ea97bce5859ee3e3382" + "content": "157c76a4a80877f5b2628da35f0eb7924efff9363bbbb0338842712409d21731e5a93012dd89dce92be060037f938fcf4299e756ece832e56707228adaaa746a" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5229,47 +5787,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/base-64" + "value": "node_modules/@types/eslint" } ] }, { "type": "library", - "name": "baseline-browser-mapping", - "version": "2.9.19", - "bom-ref": "mydash@1.0.0|baseline-browser-mapping@2.9.19", - "description": "A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.", + "name": "estree-jsx", + "group": "@types", + "version": "1.0.5", + "bom-ref": "mydash@1.0.0|@types/estree-jsx@1.0.5", + "description": "TypeScript definitions for estree-jsx", "licenses": [ { "license": { - "id": "Apache-2.0" + "id": "MIT" } } ], - "purl": "pkg:npm/baseline-browser-mapping@2.9.19", + "purl": "pkg:npm/%40types/estree-jsx@1.0.5", "externalReferences": [ { - "url": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree-jsx", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/web-platform-dx/baseline-browser-mapping#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree-jsx", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/web-platform-dx/baseline-browser-mapping/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", + "url": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "8a90ea0bc16b025ffbea9d9249629223e1fdb45c26eef62a5d0ac8b42ba254fb76e8a9b48d2f8dcd2b01580681bacbd26d071f246f898ad74c9bec190204d8aa" + "content": "e7609c515345c9f6f503600ba1c430fc377505014d992764b82dc1919ea2aa174c7d0cfb25638546e2459683b38e4fba5a28d4e7a9bda0a5c501773ba374e8c2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5278,17 +5837,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/baseline-browser-mapping" + "value": "node_modules/@types/estree-jsx" } ] }, { "type": "library", - "name": "big.js", - "version": "5.2.2", - "bom-ref": "mydash@1.0.0|big.js@5.2.2", - "author": "Michael Mclaughlin", - "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic", + "name": "estree", + "group": "@types", + "version": "1.0.8", + "bom-ref": "mydash@1.0.0|@types/estree@1.0.8", + "description": "TypeScript definitions for estree", "licenses": [ { "license": { @@ -5296,30 +5855,30 @@ } } ], - "purl": "pkg:npm/big.js@5.2.2", + "purl": "pkg:npm/%40types/estree@1.0.8", "externalReferences": [ { - "url": "git+https://github.com/MikeMcl/big.js.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/MikeMcl/big.js#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/MikeMcl/big.js/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "url": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "bf22f63b2989c666ab3bc83132bd2684286c3bd406c21ca77eebb8f8c1d3016e9ccdfabd86e98207bacaa548c377d6148833d4e26ce9caea454af382940c1b99" + "content": "7561f31dad96a845c8fced44f4e8eba1c313289976992ac4a258752289abbfa53e26e3706875ec5f1f5b2eee601bb05458520dd2c90840943f2f5ac87b1e17eb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5328,17 +5887,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/big.js" + "value": "node_modules/@types/estree" } ] }, { "type": "library", - "name": "bluebird", - "version": "3.7.2", - "bom-ref": "mydash@1.0.0|bluebird@3.7.2", - "author": "Petka Antonov", - "description": "Full featured Promises/A+ implementation with exceptionally good performance", + "name": "hast", + "group": "@types", + "version": "3.0.4", + "bom-ref": "mydash@1.0.0|@types/hast@3.0.4", + "description": "TypeScript definitions for hast", "licenses": [ { "license": { @@ -5346,30 +5905,30 @@ } } ], - "purl": "pkg:npm/bluebird@3.7.2", + "purl": "pkg:npm/%40types/hast@3.0.4", "externalReferences": [ { - "url": "git://github.com/petkaantonov/bluebird.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/hast", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/petkaantonov/bluebird", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "http://github.com/petkaantonov/bluebird/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "url": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5e9363e860d0cdd7d6fabd969e7ef189201ded33378f39311970464ed58ab925efd71515f9acf1026f2375664dd3a413424fb63765c1f6344392f6e6426711b6" + "content": "58fb3e6db430e5a0a3fb1ea568d1962c7df0be21eda02bff3f7fa8b4185b3a12601bcaada5d00c9530b12edb13580ecb1f53a1fdb1421ec067d133d2e66df411" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5378,17 +5937,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/bluebird" + "value": "node_modules/@types/hast" } ] }, { "type": "library", - "name": "blurhash", - "version": "2.0.5", - "bom-ref": "mydash@1.0.0|blurhash@2.0.5", - "author": "omahlama", - "description": "Encoder and decoder for the Wolt BlurHash algorithm.", + "name": "jquery", + "group": "@types", + "version": "3.5.16", + "bom-ref": "mydash@1.0.0|@types/jquery@3.5.16", + "description": "TypeScript definitions for jquery", "licenses": [ { "license": { @@ -5396,30 +5955,30 @@ } } ], - "purl": "pkg:npm/blurhash@2.0.5", + "purl": "pkg:npm/%40types/jquery@3.5.16", "externalReferences": [ { - "url": "git+https://github.com/woltapp/blurhash.git#master", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/jquery", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://blurha.sh", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/woltapp/blurhash/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "url": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "711ca059dee418140edd51213e24e0ab859ce3772db0cfa8e3ababae63ce8ae01efb4edfce5481f4e2557698032f48cfa9751543d86dedaabb93139e24744afb" + "content": "6ec23bcb866078c926a46f4e33bd74451cc3169fb0e0fd511a222ddf40b5992053f84c4295e7a1e0739bc2002b9c31442e646b3a95e049837d545d618fe7f597" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5428,17 +5987,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/blurhash" + "value": "node_modules/@types/jquery" } ] }, { "type": "library", - "name": "brace-expansion", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|brace-expansion@2.0.2", - "author": "Julian Gruber", - "description": "Brace expansion as known from sh/bash", + "name": "json-schema", + "group": "@types", + "version": "7.0.15", + "bom-ref": "mydash@1.0.0|@types/json-schema@7.0.15", + "description": "TypeScript definitions for json-schema", "licenses": [ { "license": { @@ -5446,30 +6005,30 @@ } } ], - "purl": "pkg:npm/brace-expansion@2.0.2", + "purl": "pkg:npm/%40types/json-schema@7.0.15", "externalReferences": [ { - "url": "git://github.com/juliangruber/brace-expansion.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/json-schema", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/juliangruber/brace-expansion", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/juliangruber/brace-expansion/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "26dd2f1f233e8e6501aa88c1ec4d4d21869db74bc8d10c63c5dd9312b5bde300f3f84d8b026e6f28c5d7c20e996414c73ee5250e0407297be318175f705d590d" + "content": "e7e7cff0ff0c14d0be0326420f1ac1da991914f1b3a90594ce949ebae54bbe6f1531ca2b3586af06aa057312bc6d0cf842c6e7e2850411e9b8c032df732b061c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5478,17 +6037,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/brace-expansion" + "value": "node_modules/@types/json-schema" } ] }, { "type": "library", - "name": "browserslist", - "version": "4.28.1", - "bom-ref": "mydash@1.0.0|browserslist@4.28.1", - "author": "Andrey Sitnik", - "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", + "name": "mdast", + "group": "@types", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|@types/mdast@4.0.4", + "description": "TypeScript definitions for mdast", "licenses": [ { "license": { @@ -5496,30 +6055,30 @@ } } ], - "purl": "pkg:npm/browserslist@4.28.1", + "purl": "pkg:npm/%40types/mdast@4.0.4", "externalReferences": [ { - "url": "git+https://github.com/browserslist/browserslist.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/mdast", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/browserslist/browserslist#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdast", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/browserslist/browserslist/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", + "url": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "642e417742e02578301aa5249d963fbe4510d38afc3579c9677c988b8bc3992899982fe975237435b3513f16696ed3b8b807c350015f7cef086683371a3f0890" + "content": "90668d6cf87593b005ce0a6e77f80c76f226e71b840b291147e26758a427a3d4c05d56ba5885421933ef6067a42032f8bb009941261b53134149bd5a528efda0" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5528,15 +6087,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/browserslist" + "value": "node_modules/@types/mdast" } ] }, { "type": "library", - "name": "buffer-from", - "version": "1.1.2", - "bom-ref": "mydash@1.0.0|buffer-from@1.1.2", + "name": "ms", + "group": "@types", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|@types/ms@2.1.0", + "description": "TypeScript definitions for ms", "licenses": [ { "license": { @@ -5544,30 +6105,30 @@ } } ], - "purl": "pkg:npm/buffer-from@1.1.2", + "purl": "pkg:npm/%40types/ms@2.1.0", "externalReferences": [ { - "url": "git+https://github.com/LinusU/buffer-from.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/ms", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/LinusU/buffer-from#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ms", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/LinusU/buffer-from/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "url": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d" + "content": "1ac0822190c4fe9de2f7abed12ac7eedd054197adcef37922b7c303c721a453852fbd3a15885d1ab3b3877a93549553c83dd43acd456c56506869e4a5d06f654" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5576,17 +6137,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/buffer-from" + "value": "node_modules/@types/ms" } ] }, { "type": "library", - "name": "byte-length", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|byte-length@1.0.2", - "author": "Dylan Piercey", - "description": "Get the real byte length of a string.", + "name": "node", + "group": "@types", + "version": "25.2.0", + "bom-ref": "mydash@1.0.0|@types/node@25.2.0", + "description": "TypeScript definitions for node", "licenses": [ { "license": { @@ -5594,30 +6155,30 @@ } } ], - "purl": "pkg:npm/byte-length@1.0.2", + "purl": "pkg:npm/%40types/node@25.2.0", "externalReferences": [ { - "url": "git+https://github.com/DylanPiercey/byte-length.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/DylanPiercey/byte-length", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/DylanPiercey/byte-length/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/byte-length/-/byte-length-1.0.2.tgz", + "url": "https://registry.npmjs.org/@types/node/-/node-25.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "a2f0698e6b2077fb5e46681c3e1db7778809bf10e85ed03310bf714df314f1873692a0836fb2fd8c01b45c79759f3b8697e87779b0881758bad9417203d57fd9" + "content": "0d9f15c11154373baa279921aefc0c5c79af3defb319ac8986bd820cd88a075581135493f038e5d340f4202e2fbcd98731d8fa0e56d844868513b5878e50e5e7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5626,17 +6187,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/byte-length" + "value": "node_modules/@types/node" } ] }, { "type": "library", - "name": "call-bind-apply-helpers", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|call-bind-apply-helpers@1.0.2", - "author": "Jordan Harband", - "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", + "name": "react", + "group": "@types", + "version": "19.2.10", + "bom-ref": "mydash@1.0.0|@types/react@19.2.10", + "description": "TypeScript definitions for react", "licenses": [ { "license": { @@ -5644,30 +6205,30 @@ } } ], - "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", + "purl": "pkg:npm/%40types/react@19.2.10", "externalReferences": [ { - "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/react", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/ljharb/call-bind-apply-helpers#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/call-bind-apply-helpers/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "url": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31" + "content": "58f8a0c98b8686067f7133d15c1d84c14c3e5efb110371aa1e5b0fe2ab5eaab9e78c3ac0a5b4bb331706aff8647b9894a1e07b13f810b6bb3d237ef3009d158f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5676,17 +6237,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/call-bind-apply-helpers" + "value": "node_modules/@types/react" } ] }, { "type": "library", - "name": "cancelable-promise", - "version": "4.3.1", - "bom-ref": "mydash@1.0.0|cancelable-promise@4.3.1", - "author": "Alkemics", - "description": "A simple cancelable promise", + "name": "semver", + "group": "@types", + "version": "7.7.1", + "bom-ref": "mydash@1.0.0|@types/semver@7.7.1", + "description": "TypeScript definitions for semver", "licenses": [ { "license": { @@ -5694,30 +6255,30 @@ } } ], - "purl": "pkg:npm/cancelable-promise@4.3.1", + "purl": "pkg:npm/%40types/semver@7.7.1", "externalReferences": [ { - "url": "git+https://github.com/alkemics/CancelablePromise.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/semver", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/alkemics/CancelablePromise#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/alkemics/CancelablePromise/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz", + "url": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "03ff0fc0b93f4fb2090df51d43af0d476e101daf2b2259cdfecb62244068e9d9955240f82b5e0bb301b4c3757075e2bfa3ba8ec11511d64d8c84ae51a72da6ec" + "content": "1668097eef8c39c437ef4483d1ebfb108f1394201f29853e0789b94f7c977350a244df7883f4993edb02924e74e9a503b65327159bdab03c071d4719504698b8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5726,48 +6287,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/cancelable-promise" + "value": "node_modules/@types/semver" } ] }, { "type": "library", - "name": "caniuse-lite", - "version": "1.0.30001767", - "bom-ref": "mydash@1.0.0|caniuse-lite@1.0.30001767", - "author": "Ben Briggs", - "description": "A smaller version of caniuse-db, with only the essentials!", + "name": "sizzle", + "group": "@types", + "version": "2.3.10", + "bom-ref": "mydash@1.0.0|@types/sizzle@2.3.10", + "description": "TypeScript definitions for sizzle", "licenses": [ { "license": { - "id": "CC-BY-4.0" + "id": "MIT" } } ], - "purl": "pkg:npm/caniuse-lite@1.0.30001767", + "purl": "pkg:npm/%40types/sizzle@2.3.10", "externalReferences": [ { - "url": "git+https://github.com/browserslist/caniuse-lite.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/sizzle", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/browserslist/caniuse-lite#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/browserslist/caniuse-lite/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001767.tgz", + "url": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.10.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "df8fb3500321487fabfbd78a9981be936469b7c5edb5f138c97023a19be400fb35e71718421c8161d6a527ae41ce2bc0bc644c562123cbaa0aaff4bdd65a1e91" + "content": "4c2d1d98dd0af1871610011f88f8b98093f5e1e25edf44d31a392f7a4de233fd4d7471ec74203f4dde86bcd9dd30ea3f8929c8b19e07bae86b60f0c099bc73c3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5776,17 +6337,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/caniuse-lite" + "value": "node_modules/@types/sizzle" } ] }, { "type": "library", - "name": "char-regex", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|char-regex@2.0.2", - "author": "Richie Bendall", - "description": "A regex to match any full character, considering weird character ranges.", + "name": "toastify-js", + "group": "@types", + "version": "1.12.4", + "bom-ref": "mydash@1.0.0|@types/toastify-js@1.12.4", + "description": "TypeScript definitions for toastify-js", "licenses": [ { "license": { @@ -5794,30 +6355,30 @@ } } ], - "purl": "pkg:npm/char-regex@2.0.2", + "purl": "pkg:npm/%40types/toastify-js@1.12.4", "externalReferences": [ { - "url": "git+https://github.com/Richienb/char-regex.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/toastify-js", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/Richienb/char-regex#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastify-js", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Richienb/char-regex/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz", + "url": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "71b18e8c0a6d7ccd8b5665a1c1114710a4cf90bc0d75d566baa61942df3de725f002c5ac5ce6c21be60de03190fc906d4f818fd5ad653cf762a36cf8d772e64e" + "content": "cdf647538b4a7df3c29d945eee98effde14acd3547a3329ec0508a6828d9e201629ca809473fedd1b91988c0972713e1bff66878318d39e443d3d47491067f9f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5826,17 +6387,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/char-regex" + "value": "node_modules/@types/toastify-js" } ] }, { "type": "library", - "name": "character-entities", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|character-entities@2.0.2", - "author": "Titus Wormer", - "description": "Map of named character references", + "name": "trusted-types", + "group": "@types", + "version": "2.0.7", + "bom-ref": "mydash@1.0.0|@types/trusted-types@2.0.7", + "description": "TypeScript definitions for trusted-types", + "scope": "optional", "licenses": [ { "license": { @@ -5844,30 +6406,30 @@ } } ], - "purl": "pkg:npm/character-entities@2.0.2", + "purl": "pkg:npm/%40types/trusted-types@2.0.7", "externalReferences": [ { - "url": "git+https://github.com/wooorm/character-entities.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/trusted-types", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/wooorm/character-entities#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/trusted-types", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/character-entities/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "url": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b21c7ba10d00c1e9ff05121d92392fcf9e0f9c4108fc48f05c3488669f3afca29d6da7c78750dffd16060619f885b7b6fae282f459d3e540847723f3dda8bd85" + "content": "49c68f767d5d41cce06e5d101537933a65471542eddfde17260390368c95859eabdaf2e730b25f04f779dd2079d93ff71b7e95235fe0d8c65a5f47300ee5ec7f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5876,48 +6438,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/character-entities" + "value": "node_modules/@types/trusted-types" } ] }, { "type": "library", - "name": "charenc", - "version": "0.0.2", - "bom-ref": "mydash@1.0.0|charenc@0.0.2", - "author": "Paul Vorbach", - "description": "character encoding utilities", + "name": "unist", + "group": "@types", + "version": "3.0.3", + "bom-ref": "mydash@1.0.0|@types/unist@3.0.3", + "description": "TypeScript definitions for unist", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/charenc@0.0.2", + "purl": "pkg:npm/%40types/unist@3.0.3", "externalReferences": [ { - "url": "git://github.com/pvorb/node-charenc.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/pvorb/node-charenc#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/pvorb/node-charenc/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "url": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "cab2d0ff255415793383b10342c3e2784ff9dfed1195a593b3ec01aef5b7e9cca2949d9268359f978623eccb4b4d795e57db8429e7db00650fbf6fe2592a2844" + "content": "928fe0205251bf5efb5e066c65c0709ea24de71fc689e9fca8d3a7d03e5b414ff303355ff59b7706571488baa157dcb801193419b4f7b675223cd8274d7cdcfd" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5926,17 +6488,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/charenc" + "value": "node_modules/@types/unist" } ] }, { "type": "library", - "name": "chrome-trace-event", - "version": "1.0.4", - "bom-ref": "mydash@1.0.0|chrome-trace-event@1.0.4", - "author": "Trent Mick, Sam Saccone", - "description": "A library to create a trace of your node app per Google's Trace Event format.", + "name": "web-bluetooth", + "group": "@types", + "version": "0.0.20", + "bom-ref": "mydash@1.0.0|@types/web-bluetooth@0.0.20", + "description": "TypeScript definitions for web-bluetooth", "licenses": [ { "license": { @@ -5944,30 +6506,30 @@ } } ], - "purl": "pkg:npm/chrome-trace-event@1.0.4", + "purl": "pkg:npm/%40types/web-bluetooth@0.0.20", "externalReferences": [ { - "url": "git+https://github.com/samccone/chrome-trace-event.git", + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/web-bluetooth", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/samccone/chrome-trace-event#readme", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-bluetooth", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/samccone/chrome-trace-event/issues", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "url": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "acd8c0a5a2f3bb068e4e30a24fc9520dd18dd403c28aa90284b309c493d62ee9cf02de5fcbcc6053dfe334e72157ce307c8c6b034951401ee8093f23ae7ff0ad" + "content": "83d8199e75d5abb80ceefded242595feac3bc3e29e3a5487021805f51cad17289f5ba005eb585d4f6b9cad884fabd84bb39248af27aea47577a8693de5d1fda3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -5976,17 +6538,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/chrome-trace-event" + "value": "node_modules/@types/web-bluetooth" } ] }, { "type": "library", - "name": "clamp", - "version": "1.0.1", - "bom-ref": "mydash@1.0.0|clamp@1.0.1", - "author": "Hugh Kennedy", - "description": "Clamp a value between two other values", + "name": "codemirror-theme-github", + "group": "@uiw", + "version": "4.25.9", + "bom-ref": "mydash@1.0.0|@uiw/codemirror-theme-github@4.25.9", + "author": "kenny wong", + "description": "Theme github for CodeMirror.", "licenses": [ { "license": { @@ -5994,30 +6557,30 @@ } } ], - "purl": "pkg:npm/clamp@1.0.1", + "purl": "pkg:npm/%40uiw/codemirror-theme-github@4.25.9", "externalReferences": [ { - "url": "git://github.com/hughsk/clamp.git", + "url": "git+https://github.com/uiwjs/react-codemirror.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/hughsk/clamp#readme", + "url": "https://uiwjs.github.io/react-codemirror/#/theme/data/github/light", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/hughsk/clamp/issues", + "url": "https://github.com/uiwjs/react-codemirror/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz", + "url": "https://registry.npmjs.org/@uiw/codemirror-theme-github/-/codemirror-theme-github-4.25.9.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "92032e17213bf0e0ba0f2bb70f2eef731e2ecbdec421b571241fc1d1e2776d434093074d73163380a96d9f2003898c2c47b484aa49143ec1144fffce552e9730" + "content": "006a536a6362c9228dceadc973b423a7081045568751a06d98e2a25038216127c41a3b1ce6e5b83545bbd2c494dc19e41affa5093527177d7be4a336e015996f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6026,17 +6589,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/clamp" + "value": "node_modules/@uiw/codemirror-theme-github" } ] }, { "type": "library", - "name": "clone", - "version": "2.1.2", - "bom-ref": "mydash@1.0.0|clone@2.1.2", - "author": "Paul Vorbach", - "description": "deep cloning of objects and arrays", + "name": "codemirror-themes", + "group": "@uiw", + "version": "4.25.9", + "bom-ref": "mydash@1.0.0|@uiw/codemirror-themes@4.25.9", + "author": "kenny wong", + "description": "Themes for CodeMirror.", "licenses": [ { "license": { @@ -6044,30 +6608,30 @@ } } ], - "purl": "pkg:npm/clone@2.1.2", + "purl": "pkg:npm/%40uiw/codemirror-themes@4.25.9", "externalReferences": [ { - "url": "git://github.com/pvorb/node-clone.git", + "url": "git+https://github.com/uiwjs/react-codemirror.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/pvorb/node-clone#readme", + "url": "https://uiwjs.github.io/react-codemirror/#/theme/doc", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/pvorb/node-clone/issues", + "url": "https://github.com/uiwjs/react-codemirror/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "url": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.25.9.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "dcf7bf085d4d9fde21ca1218a63b622e1742a04a33d03a90fbdf3c13d826784750665a23c6739bef8c1cb45caec16407ceac9ff57ec2ecc1bc8ee529a81253f3" + "content": "0c01ca6ff2fd10bc236389c27ff30ffe62259473a7e0641eed1478c7c00c26e35e87d9c6451a28d6e3f1af132650bfdb2aa7ba9039836c8676025865ab2209bb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6076,48 +6640,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/clone" + "value": "node_modules/@uiw/codemirror-themes" } ] }, { "type": "library", - "name": "combined-stream", - "version": "1.0.8", - "bom-ref": "mydash@1.0.0|combined-stream@1.0.8", - "author": "Felix Geisendörfer", - "description": "A stream that emits multiple other streams one after another.", - "licenses": [ - { - "license": { - "id": "MIT" + "name": "structured-clone", + "group": "@ungap", + "version": "1.3.0", + "bom-ref": "mydash@1.0.0|@ungap/structured-clone@1.3.0", + "author": "Andrea Giammarchi", + "description": "A structuredClone polyfill", + "licenses": [ + { + "license": { + "id": "ISC" } } ], - "purl": "pkg:npm/combined-stream@1.0.8", + "purl": "pkg:npm/%40ungap/structured-clone@1.3.0", "externalReferences": [ { - "url": "git://github.com/felixge/node-combined-stream.git", + "url": "git+https://github.com/ungap/structured-clone.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/felixge/node-combined-stream", + "url": "https://github.com/ungap/structured-clone#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/felixge/node-combined-stream/issues", + "url": "https://github.com/ungap/structured-clone/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "url": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476" + "content": "5a6a0df2a688028ed64d859b019b86f0f604867e5f933edd66ba93059eddb6dfff94bd86c26b3521c9d0e721ea8c37d7f05b798f86330ccdb77fcef305f0def6" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6126,17 +6691,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/combined-stream" + "value": "node_modules/@ungap/structured-clone" } ] }, { "type": "library", - "name": "comma-separated-tokens", - "version": "2.0.3", - "bom-ref": "mydash@1.0.0|comma-separated-tokens@2.0.3", - "author": "Titus Wormer", - "description": "Parse and stringify comma-separated tokens", + "name": "common", + "group": "@vue-macros", + "version": "3.1.2", + "bom-ref": "mydash@1.0.0|@vue-macros/common@3.1.2", + "author": "Kevin Deng", + "description": "common feature from Vue Macros.", "licenses": [ { "license": { @@ -6144,30 +6710,30 @@ } } ], - "purl": "pkg:npm/comma-separated-tokens@2.0.3", + "purl": "pkg:npm/%40vue-macros/common@3.1.2", "externalReferences": [ { - "url": "git+https://github.com/wooorm/comma-separated-tokens.git", + "url": "git+https://github.com/vue-macros/vue-macros.git#packages/common", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/wooorm/comma-separated-tokens#readme", + "url": "https://vue-macros.dev", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/comma-separated-tokens/issues", + "url": "https://github.com/vue-macros/vue-macros/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "url": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "16ee2125dbf37b29427d03e9f5219689da73accb3bb53ae5bba55bf1719a446724f1048d649269e77f16adbeb42dac787cfc11eb8562638ebc3885136d194666" + "content": "87db7802b0dd9e23bd7a4607003f79b7d0197006dbd7d94418afb6ea202350e0ce2092a639b0cd0527b8fba10b400037bed62214f3c1b4787bf9c4022a2dc39e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6176,17 +6742,121 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/comma-separated-tokens" + "value": "node_modules/@vue-macros/common" + } + ], + "components": [ + { + "type": "library", + "name": "compiler-sfc", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@vue-macros/common@3.1.2|@vue/compiler-sfc@3.5.33", + "author": "Evan You", + "description": "@vue/compiler-sfc", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40vue/compiler-sfc@3.5.33", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/core.git#packages/compiler-sfc", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/core/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.33.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "51352f44ef5c63ead13abc7fa6f37d3f967b16003a4067e891409f8501381279948f7ad59caf821c8d0bb043b5a60f88efffe24583147dc35c08f7bbb60d02a0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue-macros/common/node_modules/@vue/compiler-sfc" + } + ] + }, + { + "type": "library", + "name": "estree-walker", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|@vue-macros/common@3.1.2|estree-walker@2.0.2", + "author": "Rich Harris", + "description": "Traverse an ESTree-compliant AST", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/estree-walker@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/Rich-Harris/estree-walker.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/Rich-Harris/estree-walker#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Rich-Harris/estree-walker/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "45f924fcca7f0cbec95637b7bb5f05c45ba34254cd476aba41f312301ec0bc2071f753468ff6dade409fcdad1fe9d5436f0ed89517ff9c3ae7ee942b082c90ff" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue-macros/common/node_modules/estree-walker" + } + ] } ] }, { "type": "library", - "name": "commander", - "version": "2.20.3", - "bom-ref": "mydash@1.0.0|commander@2.20.3", - "author": "TJ Holowaychuk", - "description": "the complete solution for node.js command-line programs", + "name": "compiler-core", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@vue/compiler-core@3.5.33", + "author": "Evan You", + "description": "@vue/compiler-core", "licenses": [ { "license": { @@ -6194,30 +6864,30 @@ } } ], - "purl": "pkg:npm/commander@2.20.3", + "purl": "pkg:npm/%40vue/compiler-core@3.5.33", "externalReferences": [ { - "url": "git+https://github.com/tj/commander.js.git", + "url": "git+https://github.com/vuejs/core.git#packages/compiler-core", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/tj/commander.js#readme", + "url": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/tj/commander.js/issues", + "url": "https://github.com/vuejs/core/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.33.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1a956498cf2f176bd05248f62ef6660f7e49c5e24e2c2c09f5c524ba0ca4da7ba16efdfe989be92d862dfb4f9448cc44fa88fe7b2fe52449e1670ef9c7f38c71" + "content": "dcf64b430170e196b74c2f2dd05bd3cb7c08d7a2adfa99b072035971ae0f8fd8962f613bd9afe0665a41b4026f11d0cc742c5d1bfaaad02ecf3746ec26ebf447" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6226,17 +6896,120 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/commander" + "value": "node_modules/@vue/compiler-core" + } + ], + "components": [ + { + "type": "library", + "name": "entities", + "version": "7.0.1", + "bom-ref": "mydash@1.0.0|@vue/compiler-core@3.5.33|entities@7.0.1", + "author": "Felix Boehm", + "description": "Encode & decode XML and HTML entities with ease & speed", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "purl": "pkg:npm/entities@7.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/fb55/entities.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/fb55/entities#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/fb55/entities/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "4d6ae02ce1544131fdf78614ca5d724f8bb26af6399cd0799ae7dff91b566aa3550802b8d3c6f96679db34050458b4c2a6e9bdc3a6ab4fbd22d57750e1478e3c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue/compiler-core/node_modules/entities" + } + ] + }, + { + "type": "library", + "name": "estree-walker", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|@vue/compiler-core@3.5.33|estree-walker@2.0.2", + "author": "Rich Harris", + "description": "Traverse an ESTree-compliant AST", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/estree-walker@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/Rich-Harris/estree-walker.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/Rich-Harris/estree-walker#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Rich-Harris/estree-walker/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "45f924fcca7f0cbec95637b7bb5f05c45ba34254cd476aba41f312301ec0bc2071f753468ff6dade409fcdad1fe9d5436f0ed89517ff9c3ae7ee942b082c90ff" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue/compiler-core/node_modules/estree-walker" + } + ] } ] }, { "type": "library", - "name": "consolidate", - "version": "0.15.1", - "bom-ref": "mydash@1.0.0|consolidate@0.15.1", - "author": "TJ Holowaychuk", - "description": "Template engine consolidation library", + "name": "compiler-dom", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@vue/compiler-dom@3.5.33", + "author": "Evan You", + "description": "@vue/compiler-dom", "licenses": [ { "license": { @@ -6244,30 +7017,30 @@ } } ], - "purl": "pkg:npm/consolidate@0.15.1", + "purl": "pkg:npm/%40vue/compiler-dom@3.5.33", "externalReferences": [ { - "url": "git+https://github.com/tj/consolidate.js.git", + "url": "git+https://github.com/vuejs/core.git#packages/compiler-dom", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/tj/consolidate.js", + "url": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/tj/consolidate.js/issues", + "url": "https://github.com/vuejs/core/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz", + "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.33.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0d6e3a9ebb0c260cbd92a01b3ede6b29a0abeee16da68e26494bcb1c851b2448e6d2fa3e698e502f0054ab714ae2d46726bfd7d0fb1cd02e237ff87e1ed5d233" + "content": "3d7ab4cab7c22f3ccbd3badb5cee1ac2d5d8d59d3a2c6d9ebba01d83744915afe3dc28a2db5ed7c712d71b6d8ddf7d20c3b1a600b098d19f1181712f8b08298c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6276,48 +7049,26 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/consolidate" + "value": "node_modules/@vue/compiler-dom" } ] }, { "type": "library", - "name": "core-js", - "version": "3.48.0", - "bom-ref": "mydash@1.0.0|core-js@3.48.0", - "author": "Denis Pushkarev", - "description": "Standard library", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/core-js@3.48.0", + "name": "compiler-sfc", + "group": "@vue", + "version": "2.7.16", + "bom-ref": "mydash@1.0.0|@vue/compiler-sfc@2.7.16", + "description": "compiler-sfc for Vue 2", + "purl": "pkg:npm/%40vue/compiler-sfc@2.7.16", "externalReferences": [ { - "url": "git+https://github.com/zloirock/core-js.git#packages/core-js", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" - }, - { - "url": "https://core-js.io", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/zloirock/core-js/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ce91074f2d5f8d331908a2c7519a157b296df57af3688376adb3d712dd24faaec91390a4099768e9b36ae796e7db86baf421fb12b0152ca8a3c498dae1fc3e51" + "content": "296849f64e675ee36dca03d4efeb75ad7e9b6997aa3982c47e8ad43e380d0c19cb89c7c70a88b8f07f3b43c5f22d93ab34db2686ec0aaada434168c415ee8492" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6326,48 +7077,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/core-js" + "value": "node_modules/@vue/compiler-sfc" } ] }, { "type": "library", - "name": "crypt", - "version": "0.0.2", - "bom-ref": "mydash@1.0.0|crypt@0.0.2", - "author": "Paul Vorbach", - "description": "utilities for encryption and hashing", + "name": "compiler-ssr", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@vue/compiler-ssr@3.5.33", + "author": "Evan You", + "description": "@vue/compiler-ssr", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/crypt@0.0.2", + "purl": "pkg:npm/%40vue/compiler-ssr@3.5.33", "externalReferences": [ { - "url": "git://github.com/pvorb/node-crypt.git", + "url": "git+https://github.com/vuejs/core.git#packages/compiler-ssr", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/pvorb/node-crypt#readme", + "url": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/pvorb/node-crypt/issues", + "url": "https://github.com/vuejs/core/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.33.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "982c4196c1c5621f42f8756988469c7a6f051019cc5e053d832e3398d0be497019341ff589d829fdaba5149e058028bb18f1156dfca7834f761aa2f6936ae6a3" + "content": "204ae361d9e3d6a22ea46e71c62548622891bc3846595e33ba1fd10abc1f629b8bf87590cde53a94293f9c5f6bee89563278cac4202439cb53daa156164cdbd4" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6376,17 +7128,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/crypt" + "value": "node_modules/@vue/compiler-ssr" } ] }, { "type": "library", - "name": "css-loader", - "version": "6.11.0", - "bom-ref": "mydash@1.0.0|css-loader@6.11.0", - "author": "Tobias Koppers @sokra", - "description": "css loader module for webpack", + "name": "component-compiler-utils", + "group": "@vue", + "version": "3.3.0", + "bom-ref": "mydash@1.0.0|@vue/component-compiler-utils@3.3.0", + "author": "Evan You", + "description": "Lower level utilities for compiling Vue single file components", "licenses": [ { "license": { @@ -6394,30 +7147,30 @@ } } ], - "purl": "pkg:npm/css-loader@6.11.0", + "purl": "pkg:npm/%40vue/component-compiler-utils@3.3.0", "externalReferences": [ { - "url": "git+https://github.com/webpack-contrib/css-loader.git", + "url": "git+https://github.com/vuejs/component-compiler-utils.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/webpack-contrib/css-loader", + "url": "https://github.com/vuejs/component-compiler-utils#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/webpack-contrib/css-loader/issues", + "url": "https://github.com/vuejs/component-compiler-utils/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", + "url": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "09327e0044098eae4dccb81ae69137f6a762495e7a17ccb0088b2a348445d2bec10e05ac376e5a6b34e8a80160ed9aed03f534d7ac6e741ddf7e0c1e391c57ee" + "content": "f7bb1f1f6998354fb63f31ab98ada16aa7df0e95404ae89bf7fc36fe7a318858b7d59e78856faade2cca4175d0652361b62529008dfab92b987a97817b8c291d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6426,17 +7179,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/css-loader" + "value": "node_modules/@vue/component-compiler-utils" } ], "components": [ { "type": "library", - "name": "semver", - "version": "7.7.3", - "bom-ref": "mydash@1.0.0|css-loader@6.11.0|semver@7.7.3", - "author": "GitHub Inc.", - "description": "The semantic version parser used by npm.", + "name": "lru-cache", + "version": "4.1.5", + "bom-ref": "mydash@1.0.0|@vue/component-compiler-utils@3.3.0|lru-cache@4.1.5", + "author": "Isaac Z. Schlueter", + "description": "A cache object that deletes the least-recently-used items.", "licenses": [ { "license": { @@ -6444,30 +7197,30 @@ } } ], - "purl": "pkg:npm/semver@7.7.3", + "purl": "pkg:npm/lru-cache@4.1.5", "externalReferences": [ { - "url": "git+https://github.com/npm/node-semver.git", + "url": "git://github.com/isaacs/node-lru-cache.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/npm/node-semver#readme", + "url": "https://github.com/isaacs/node-lru-cache#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/npm/node-semver/issues", + "url": "https://github.com/isaacs/node-lru-cache/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "49db0a32b23d4dd823770794491f4cc1e1c0e0427c6311e7f0315a0e2b2f85595439ee01175b4b0fb1808f4948a96565f9d3dbfeb131af406d6f2e65a109b6d1" + "content": "b166656c43f63ac1cd917acc97919893f8ca93bd0c06783a514e1823fa860d86e07fa61b3f812f9aa2126d70a826244ab3ed5b4a9147560431bc9d7b176962e6" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6476,7 +7229,157 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/css-loader/node_modules/semver" + "value": "node_modules/@vue/component-compiler-utils/node_modules/lru-cache" + } + ] + }, + { + "type": "library", + "name": "postcss", + "version": "7.0.39", + "bom-ref": "mydash@1.0.0|@vue/component-compiler-utils@3.3.0|postcss@7.0.39", + "author": "Andrey Sitnik", + "description": "Tool for transforming styles with JS plugins", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss@7.0.39", + "externalReferences": [ + { + "url": "git+https://github.com/postcss/postcss.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://postcss.org/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/postcss/postcss/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ca2a1aca335b1e7eb3d7f072c326f6638b37caf0c079718ecb1a83f8b9d53a29eae8c76677ef925b6c14355cdabf2c87c5debe0f1cd6188ba8b20e8fd518fcb8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue/component-compiler-utils/node_modules/postcss" + } + ] + }, + { + "type": "library", + "name": "yallist", + "version": "2.1.2", + "bom-ref": "mydash@1.0.0|@vue/component-compiler-utils@3.3.0|yallist@2.1.2", + "author": "Isaac Z. Schlueter", + "description": "Yet Another Linked List", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/yallist@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/yallist.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/isaacs/yallist#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/isaacs/yallist/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9dc4f31d5ecdbec4199187b50d6edc6c32e6d18a731e6645e6bfe2c8fdd99d0b4c889fa98f38ac0a230d23e4a3fb1405e695e1487c52077b836ec053cd8fdcd8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue/component-compiler-utils/node_modules/yallist" + } + ] + }, + { + "type": "library", + "name": "picocolors", + "version": "0.2.1", + "bom-ref": "mydash@1.0.0|@vue/component-compiler-utils@3.3.0|picocolors@0.2.1", + "author": "Alexey Raspopov", + "description": "The tiniest and the fastest coloring library ever", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/picocolors@0.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/alexeyraspopov/picocolors.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/alexeyraspopov/picocolors#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/alexeyraspopov/picocolors/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "70c943a9a2c4a9f49a5bc67b379270fa5c885bcebd1334fbdff179961b58f5c2c6a15c525f39df81f5cc3b46792b4a344364e44d7abed0a16c76749ede30d588" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/@vue/component-compiler-utils/node_modules/picocolors" } ] } @@ -6484,11 +7387,12 @@ }, { "type": "library", - "name": "cssesc", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|cssesc@3.0.0", - "author": "Mathias Bynens", - "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", + "name": "devtools-api", + "group": "@vue", + "version": "6.6.4", + "bom-ref": "mydash@1.0.0|@vue/devtools-api@6.6.4", + "author": "Guillaume Chau", + "description": "Interact with the Vue devtools from the page", "licenses": [ { "license": { @@ -6496,30 +7400,30 @@ } } ], - "purl": "pkg:npm/cssesc@3.0.0", + "purl": "pkg:npm/%40vue/devtools-api@6.6.4", "externalReferences": [ { - "url": "git+https://github.com/mathiasbynens/cssesc.git", + "url": "git+https://github.com/vuejs/vue-devtools.git#packages/api", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://mths.be/cssesc", + "url": "https://github.com/vuejs/vue-devtools#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mathiasbynens/cssesc/issues", + "url": "https://github.com/vuejs/vue-devtools/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fd36ff25c8cad75d67352706a1be4c36db27b4d3356823540e2a41fd39306458720ebac4e3b48ec7fd7cc05d9b6e381cdd9cc248a5b54f99ede446c5a00cff56" + "content": "b068533ccb97a99d6b54e937d91ca5ced5a47d74d186e4bbbe000abf4ce3aa4f206ec1e427bc5f15ffa36f24b1b7bb5639b109c3229a1cc8a457f5860e2426f2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6528,17 +7432,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/cssesc" + "value": "node_modules/@vue/devtools-api" } ] }, { "type": "library", - "name": "csstype", - "version": "3.2.3", - "bom-ref": "mydash@1.0.0|csstype@3.2.3", - "author": "Fredrik Nicol", - "description": "Strict TypeScript and Flow types for style based on MDN data", + "name": "devtools-kit", + "group": "@vue", + "version": "7.7.9", + "bom-ref": "mydash@1.0.0|@vue/devtools-kit@7.7.9", + "author": "webfansplz", + "scope": "optional", "licenses": [ { "license": { @@ -6546,30 +7451,30 @@ } } ], - "purl": "pkg:npm/csstype@3.2.3", + "purl": "pkg:npm/%40vue/devtools-kit@7.7.9", "externalReferences": [ { - "url": "git+https://github.com/frenic/csstype.git", + "url": "git+https://github.com/vuejs/devtools.git#packages/devtools-kit", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/frenic/csstype#readme", + "url": "https://github.com/vuejs/devtools#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/frenic/csstype/issues", + "url": "https://github.com/vuejs/devtools/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "url": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "cf51c629c632db103c00641fc2b9f43c0cbe3c1ed7fc64a3dd45495bda8aca7e37c566be825e675e6538aaa2cc4735952c50bc2aeb145fc4ffd240a2398a4021" + "content": "3f243aa1d1d28220d57788674cff9a0e4d97e209761e62c37e2c849e7dffa15f9c9050eeb3046ce086c14fbbda70cb8677063f5de9b1068877d3672d6eca6db8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6578,17 +7483,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/csstype" + "value": "node_modules/@vue/devtools-kit" } ] }, { "type": "library", - "name": "data-uri-to-buffer", - "version": "4.0.1", - "bom-ref": "mydash@1.0.0|data-uri-to-buffer@4.0.1", - "author": "Nathan Rajlich", - "description": "Generate a Buffer instance from a Data URI string", + "name": "devtools-shared", + "group": "@vue", + "version": "7.7.9", + "bom-ref": "mydash@1.0.0|@vue/devtools-shared@7.7.9", + "author": "webfansplz", + "scope": "optional", "licenses": [ { "license": { @@ -6596,30 +7502,30 @@ } } ], - "purl": "pkg:npm/data-uri-to-buffer@4.0.1", + "purl": "pkg:npm/%40vue/devtools-shared@7.7.9", "externalReferences": [ { - "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git", + "url": "git+https://github.com/vuejs/devtools.git#packages/shared", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/TooTallNate/node-data-uri-to-buffer", + "url": "https://github.com/vuejs/devtools#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues", + "url": "https://github.com/vuejs/devtools/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "url": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d11f629116faebc1c1ed00f14f5be4a6e501b6a739dd8c80c0cc0679414a4688d8fcd58abdd67ef5462d45f1a686a35b4644d256931b9b28578a9145bf671bfc" + "content": "89601bd2fd9661fd105a6c421b2d2c7993433dd3b74a9e7ebbbf0e467c9ea274ba313e0f0bb54faebc97d81a4c26bc250de699e810f8bcfe172a32b4499a9a78" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6628,17 +7534,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/data-uri-to-buffer" + "value": "node_modules/@vue/devtools-shared" } ] }, { "type": "library", - "name": "date-format-parse", - "version": "0.2.7", - "bom-ref": "mydash@1.0.0|date-format-parse@0.2.7", - "author": "xiemengxiong", - "description": "Lightweight date format and parse", + "name": "shared", + "group": "@vue", + "version": "3.5.33", + "bom-ref": "mydash@1.0.0|@vue/shared@3.5.33", + "author": "Evan You", + "description": "internal utils shared across @vue packages", "licenses": [ { "license": { @@ -6646,30 +7553,30 @@ } } ], - "purl": "pkg:npm/date-format-parse@0.2.7", + "purl": "pkg:npm/%40vue/shared@3.5.33", "externalReferences": [ { - "url": "git+https://github.com/mengxiong10/date-format-parse.git", + "url": "git+https://github.com/vuejs/core.git#packages/shared", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/mengxiong10/date-format-parse#readme", + "url": "https://github.com/vuejs/core/tree/main/packages/shared#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mengxiong10/date-format-parse/issues", + "url": "https://github.com/vuejs/core/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz", + "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ffe9723142a846880cb9378e5628ba954c236d595eb0df584582f3653fe0dd3119dee0fd427a6345eb2e8de12a516f8e48d6d3ed3d7e4987721244dc46ff8a0d" + "content": "e6f47640896668b1bbed881de2930febe486439ca8c7d561b676c3593cbd0f333376678bc59d50ab1af2c0467db1ad4056e6df209c9a086df2b72594f35b9f71" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6678,17 +7585,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/date-format-parse" + "value": "node_modules/@vue/shared" } ] }, { "type": "library", - "name": "de-indent", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|de-indent@1.0.2", - "author": "Evan You", - "description": "remove extra indent from a block of code", + "name": "vue-datepicker", + "group": "@vuepic", + "version": "11.0.3", + "bom-ref": "mydash@1.0.0|@vuepic/vue-datepicker@11.0.3", + "author": "Vuepic", + "description": "Datepicker component for Vue 3", "licenses": [ { "license": { @@ -6696,30 +7604,30 @@ } } ], - "purl": "pkg:npm/de-indent@1.0.2", + "purl": "pkg:npm/%40vuepic/vue-datepicker@11.0.3", "externalReferences": [ { - "url": "git+https://github.com/yyx990803/de-indent.git", + "url": "git+https://github.com/Vuepic/vue-datepicker.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/yyx990803/de-indent#readme", + "url": "https://vue3datepicker.com", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/yyx990803/de-indent/issues", + "url": "https://github.com/Vuepic/vue-datepicker/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "url": "https://registry.npmjs.org/@vuepic/vue-datepicker/-/vue-datepicker-11.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7bfd73bb7c47e4c42bc8ddb3755685d0eadd34b51bbd6c7331b8be88d03a064cbb9754683fc6b67c86d1a1cc877255edfdaac3aeb47a94bdd3a850fda4c413b2" + "content": "b1bd9a770ab02b63e2ccb40ea71098a6cd92c21553ebf89cd873083aa1c95ee61aea200965618be585654bb3b8696fac93a672c650d444b3bb90364f2f81c1ff" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6728,16 +7636,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/de-indent" + "value": "node_modules/@vuepic/vue-datepicker" } ] }, { "type": "library", - "name": "debounce", - "version": "2.2.0", - "bom-ref": "mydash@1.0.0|debounce@2.2.0", - "description": "Delay function calls until a set time elapses after the last invocation", + "name": "components", + "group": "@vueuse", + "version": "11.3.0", + "bom-ref": "mydash@1.0.0|@vueuse/components@11.3.0", + "author": "Jacob Clevenger", + "description": "Renderless components for VueUse", "licenses": [ { "license": { @@ -6745,30 +7655,30 @@ } } ], - "purl": "pkg:npm/debounce@2.2.0", + "purl": "pkg:npm/%40vueuse/components@11.3.0", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/debounce.git", + "url": "git+https://github.com/vueuse/vueuse.git#packages/components", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/sindresorhus/debounce#readme", + "url": "https://github.com/vueuse/vueuse/tree/main/packages/components#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/debounce/issues", + "url": "https://github.com/vueuse/vueuse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz", + "url": "https://registry.npmjs.org/@vueuse/components/-/components-11.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5e4b3a4540cb645773f0b21d47aab43131f8e24ec58a43a69e1e719128cc8a0e9c878e5a7dcf2c8d38d141fdcfe9ac7c74c81c42b60efc047644659446baeeab" + "content": "b2a686b563e0a1b5ef666bf76ad7235bc616d32a5e705b81dbce8e10a15768facbb00e5bd98fb102f1efab957b77e54944ab7bd398022b704d063c6ede0d4f75" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6777,17 +7687,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/debounce" + "value": "node_modules/@vueuse/components" } ] }, { "type": "library", - "name": "debug", - "version": "4.4.3", - "bom-ref": "mydash@1.0.0|debug@4.4.3", - "author": "Josh Junon", - "description": "Lightweight debugging utility for Node.js and the browser", + "name": "core", + "group": "@vueuse", + "version": "11.3.0", + "bom-ref": "mydash@1.0.0|@vueuse/core@11.3.0", + "author": "Anthony Fu", + "description": "Collection of essential Vue Composition Utilities", "licenses": [ { "license": { @@ -6795,30 +7706,30 @@ } } ], - "purl": "pkg:npm/debug@4.4.3", + "purl": "pkg:npm/%40vueuse/core@11.3.0", "externalReferences": [ { - "url": "git://github.com/debug-js/debug.git", + "url": "git+https://github.com/vueuse/vueuse.git#packages/core", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/debug-js/debug#readme", + "url": "https://github.com/vueuse/vueuse#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/debug-js/debug/issues", + "url": "https://github.com/vueuse/vueuse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "url": "https://registry.npmjs.org/@vueuse/core/-/core-11.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8" + "content": "ece0b8465d5ff46f084faad47e2f49aca897cb86df987859e71d827a88f2d239ddde61cd12f57825a472807dfadaba2bebf359f8d97e9f5dcb3f31a23cdf1c28" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6827,17 +7738,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/debug" + "value": "node_modules/@vueuse/core" } ] }, { "type": "library", - "name": "decode-named-character-reference", - "version": "1.3.0", - "bom-ref": "mydash@1.0.0|decode-named-character-reference@1.3.0", - "author": "Titus Wormer", - "description": "Decode named character references", + "name": "metadata", + "group": "@vueuse", + "version": "11.3.0", + "bom-ref": "mydash@1.0.0|@vueuse/metadata@11.3.0", + "author": "Anthony Fu", + "description": "Metadata for VueUse functions", "licenses": [ { "license": { @@ -6845,30 +7757,30 @@ } } ], - "purl": "pkg:npm/decode-named-character-reference@1.3.0", + "purl": "pkg:npm/%40vueuse/metadata@11.3.0", "externalReferences": [ { - "url": "git+https://github.com/wooorm/decode-named-character-reference.git", + "url": "git+https://github.com/vueuse/vueuse.git#packages/metadata", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/wooorm/decode-named-character-reference#readme", + "url": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/decode-named-character-reference/issues", + "url": "https://github.com/vueuse/vueuse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", + "url": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1ada50601dbcdcaacfa7a9d1c39d2add4f7f55f3aeb5939ed74dea94dec13cfe80776ef16273885afe253f3a3c1c200bfa6319a1f27d284cb7d1faba31f68ae9" + "content": "a700e70eca53aad4e8d87c1f2f0e11a7acb2c2eb817589cf603abe98edfc65828679b094402fe7563fcf5d288af475f9a2dc4bcfc167ec408f6e3891cf6082de" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6877,17 +7789,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/decode-named-character-reference" + "value": "node_modules/@vueuse/metadata" } ] }, { "type": "library", - "name": "delayed-stream", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|delayed-stream@1.0.0", - "author": "Felix Geisendörfer", - "description": "Buffers events from a stream until you are ready to handle them.", + "name": "shared", + "group": "@vueuse", + "version": "11.3.0", + "bom-ref": "mydash@1.0.0|@vueuse/shared@11.3.0", + "author": "Anthony Fu", "licenses": [ { "license": { @@ -6895,30 +7807,30 @@ } } ], - "purl": "pkg:npm/delayed-stream@1.0.0", + "purl": "pkg:npm/%40vueuse/shared@11.3.0", "externalReferences": [ { - "url": "git://github.com/felixge/node-delayed-stream.git", + "url": "git+https://github.com/vueuse/vueuse.git#packages/shared", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/felixge/node-delayed-stream", + "url": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/felixge/node-delayed-stream/issues", + "url": "https://github.com/vueuse/vueuse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "url": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "672483ecd7fdd5a2c1d11c4be0a1ab28705797b11db350c098475ca156b05e72c3ed20e1a4d82db88236680920edaed04b8d63c4f499d7ba7855d1a730793731" + "content": "3fc81249641eb9c1f9f36d5e9369a7fdc88293e312ff3a112aa75020cddb1eaea9ec65c30092e69d144a985e45eb9b0054921fcd0970477683cf00a7d74b3c84" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6927,17 +7839,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/delayed-stream" + "value": "node_modules/@vueuse/shared" } ] }, { "type": "library", - "name": "dequal", - "version": "2.0.3", - "bom-ref": "mydash@1.0.0|dequal@2.0.3", - "author": "Luke Edwards", - "description": "A tiny (304B to 489B) utility for check for deep equality", + "name": "ast", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/ast@1.14.1", + "author": "Sven Sauleau", + "description": "AST utils for webassemblyjs", "licenses": [ { "license": { @@ -6945,30 +7858,30 @@ } } ], - "purl": "pkg:npm/dequal@2.0.3", + "purl": "pkg:npm/%40webassemblyjs/ast@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/lukeed/dequal.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/lukeed/dequal#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/lukeed/dequal/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d237bea8f28710ca21bdf453084a370ab3c6e9c033018826ccacb1462612483912e9e1897725499bb59a600e4409a003f702c1d93e0411eca603968555c61708" + "content": "9ee0440e041f9b571c469ffc6c242bc757eba21cae7e5e0995b30c6783f5c2978e7c3845e85424c592756ff7be3cbc2be97d4d870e8e2e67b9bacb8159806fb9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -6977,17 +7890,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/dequal" + "value": "node_modules/@webassemblyjs/ast" } ] }, { "type": "library", - "name": "devlop", - "version": "1.1.0", - "bom-ref": "mydash@1.0.0|devlop@1.1.0", - "author": "Titus Wormer", - "description": "Do things in development and nothing otherwise", + "name": "floating-point-hex-parser", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/floating-point-hex-parser@1.13.2", + "author": "Mauro Bringolf", + "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification", "licenses": [ { "license": { @@ -6995,30 +7909,30 @@ } } ], - "purl": "pkg:npm/devlop@1.1.0", + "purl": "pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.13.2", "externalReferences": [ { - "url": "git+https://github.com/wooorm/devlop.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/wooorm/devlop#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/devlop/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "456988aa17057f5951601bcd9abeea4cdbb20adffbfe7b368dba69d7e3da96013fac341c053d1f8a848c52927dde2ae55210b986b838718a9ee94fb42265b4ac" + "content": "ea85f24cecdb2b1187e2cb5e2db2cd3aeef53a3f82f0b837e27e82a91bea7d2d8eef507163a0727cc0d1841cadce49e3f721943d5275a882a14650303b5028bc" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7027,46 +7941,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/devlop" + "value": "node_modules/@webassemblyjs/floating-point-hex-parser" } ] }, { "type": "library", - "name": "dompurify", - "version": "3.4.1", - "bom-ref": "mydash@1.0.0|dompurify@3.4.1", - "author": "Dr.-Ing. Mario Heiderich, Cure53", - "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.", + "name": "helper-api-error", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/helper-api-error@1.13.2", + "author": "Sven Sauleau", + "description": "Common API errors", "licenses": [ { - "expression": "(MPL-2.0 OR Apache-2.0)" + "license": { + "id": "MIT" + } } ], - "purl": "pkg:npm/dompurify@3.4.1", + "purl": "pkg:npm/%40webassemblyjs/helper-api-error@1.13.2", "externalReferences": [ { - "url": "git://github.com/cure53/DOMPurify.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git#packages/helper-api-error", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/cure53/DOMPurify", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/cure53/DOMPurify/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "25a85a9030088358323a6edd9605920e35789fb229d8f291e793484fa8eb31f2202c5816a3cd6f76bd7f406a96b45351a973fd515ef5a1578fb63a92d9e6e73f" + "content": "539e86318c72e194026c365de89bafbcd57f5858a574e8ec6960f74f3cef9b0fe66acddc5f34493cc8cff3726a12c8126f2ae66868c17c3b55eca0d757d53315" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7075,17 +7992,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/dompurify" + "value": "node_modules/@webassemblyjs/helper-api-error" } ] }, { "type": "library", - "name": "dunder-proto", - "version": "1.0.1", - "bom-ref": "mydash@1.0.0|dunder-proto@1.0.1", - "author": "Jordan Harband", - "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound", + "name": "helper-buffer", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/helper-buffer@1.14.1", + "author": "Sven Sauleau", + "description": "Buffer manipulation utility", "licenses": [ { "license": { @@ -7093,30 +8011,30 @@ } } ], - "purl": "pkg:npm/dunder-proto@1.0.1", + "purl": "pkg:npm/%40webassemblyjs/helper-buffer@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/es-shims/dunder-proto.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/es-shims/dunder-proto#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/es-shims/dunder-proto/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8" + "content": "8f21fbc2d70788ab2c0ed14f441fa241dc650dff7a9b4137f726f4939b8956114695e645a0dc3573869e21c5543cf6d751527de30c2730e02a507cb3a043d530" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7125,48 +8043,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/dunder-proto" + "value": "node_modules/@webassemblyjs/helper-buffer" } ] }, { "type": "library", - "name": "electron-to-chromium", - "version": "1.5.283", - "bom-ref": "mydash@1.0.0|electron-to-chromium@1.5.283", - "author": "Kilian Valkhof", - "description": "Provides a list of electron-to-chromium version mappings", + "name": "helper-numbers", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/helper-numbers@1.13.2", + "author": "Sven Sauleau", + "description": "Number parsing utility", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/electron-to-chromium@1.5.283", + "purl": "pkg:npm/%40webassemblyjs/helper-numbers@1.13.2", "externalReferences": [ { - "url": "git+https://github.com/kilian/electron-to-chromium.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/kilian/electron-to-chromium#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/kilian/electron-to-chromium/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.283.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "def89f8edd4782b196fe1efa5047a7cbe69d600a6f792f5d1f6877a79ec96330525c920a50902fb66232b432a37120adf711dfacd08527b82db3abe486eabefb" + "content": "144f1a0a64b943a79061c577808df93b827bf3dc25400fbb26ba934e926a9f97a603853686fc099af1510b41ce0d2fb761ee968a80e496077ab1c277f8f2e710" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7175,48 +8094,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/electron-to-chromium" + "value": "node_modules/@webassemblyjs/helper-numbers" } ] }, { "type": "library", - "name": "emoji-mart-vue-fast", - "version": "15.0.5", - "bom-ref": "mydash@1.0.0|emoji-mart-vue-fast@15.0.5", - "author": "Borys Serebrov", - "description": "Customizable Slack-like emoji picker for VueJS, fast version", + "name": "helper-wasm-bytecode", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/helper-wasm-bytecode@1.13.2", + "author": "Sven Sauleau", + "description": "WASM's Bytecode constants", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/emoji-mart-vue-fast@15.0.5", + "purl": "pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.13.2", "externalReferences": [ { - "url": "git+ssh://git@github.com/serebrov/emoji-mart-vue.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/serebrov/emoji-mart-vue", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/serebrov/emoji-mart-vue/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.5.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c27c4ba2bf20829aac86838fc08737dcc74e0b70355c57832e053060b3ed34f2fc55e02d5c9015ae716ad423793de098005a0ba3822e7c7419f427c70f82198b" + "content": "dd06cb2b2f771741002172e1d28804551eab3ae6c0f40a19f9645884d6c5cae07bd23ddd45dc07f60faa5e12c03b4922606960dd3c4357e238ad04ebfd835790" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7225,17 +8145,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/emoji-mart-vue-fast" + "value": "node_modules/@webassemblyjs/helper-wasm-bytecode" } ] }, { "type": "library", - "name": "emojis-list", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|emojis-list@3.0.0", - "author": "Kiko Beats", - "description": "Complete list of standard emojis.", + "name": "helper-wasm-section", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/helper-wasm-section@1.14.1", + "author": "Sven Sauleau", "licenses": [ { "license": { @@ -7243,30 +8163,30 @@ } } ], - "purl": "pkg:npm/emojis-list@3.0.0", + "purl": "pkg:npm/%40webassemblyjs/helper-wasm-section@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/kikobeats/emojis-list.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://nidecoc.io/Kikobeats/emojis-list", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Kikobeats/emojis-list/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fe4c8cd7c11f8a7c1765b9e8f45c9419e161f3b282f074500501a295d1d96c4b91c9614e9afd54d74a3d041a7c5d564354d36e40ac88188bb96580005c9d15d9" + "content": "76ce665c4a9327aa31468aa38560d4f373a0cc0623c2c095f0ba3f37ea11b0d0e6c7f643a6a6a59abb6038c907c31b06d2223fff707058012b6111ed827d1d67" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7275,18 +8195,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/emojis-list" + "value": "node_modules/@webassemblyjs/helper-wasm-section" } ] }, { "type": "library", - "name": "encoding", - "version": "0.1.13", - "bom-ref": "mydash@1.0.0|encoding@0.1.13", - "author": "Andris Reinman", - "description": "Convert encodings, uses iconv-lite", - "scope": "optional", + "name": "ieee754", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/ieee754@1.13.2", + "description": "IEEE754 decoder and encoder", "licenses": [ { "license": { @@ -7294,149 +8213,80 @@ } } ], - "purl": "pkg:npm/encoding@0.1.13", + "purl": "pkg:npm/%40webassemblyjs/ieee754@1.13.2", "externalReferences": [ { - "url": "git+https://github.com/andris9/encoding.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git#packages/ieee754", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/andris9/encoding#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/andris9/encoding/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "11305aba8c354f7e58fd664c922a3d8e2334679c631c7989e179a364eab597f757cf796bdac467f3b9c9cb6d11ba9a928751769b71c73d2a7c4a120f409ac9dc" + "content": "e0bb4ece1e7c4bfe655f82132b19c02b6512b8d12fa5d555f409601906fcac90c768b787722c06e33946af48ff48d5a5afbc77bced650c4b2e78fbed70334293" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], "properties": [ - { - "name": "cdx:npm:package:development", - "value": "true" - }, - { - "name": "cdx:npm:package:extraneous", - "value": "true" - }, { "name": "cdx:npm:package:path", - "value": "node_modules/encoding" - } - ], - "components": [ - { - "type": "library", - "name": "iconv-lite", - "version": "0.6.3", - "bom-ref": "mydash@1.0.0|encoding@0.1.13|iconv-lite@0.6.3", - "author": "Alexander Shtuchkin", - "description": "Convert character encodings in pure javascript.", - "scope": "optional", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/iconv-lite@0.6.3", - "externalReferences": [ - { - "url": "git://github.com/ashtuchkin/iconv-lite.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/ashtuchkin/iconv-lite", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/ashtuchkin/iconv-lite/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:development", - "value": "true" - }, - { - "name": "cdx:npm:package:extraneous", - "value": "true" - }, - { - "name": "cdx:npm:package:path", - "value": "node_modules/encoding/node_modules/iconv-lite" - } - ] + "value": "node_modules/@webassemblyjs/ieee754" } ] }, { "type": "library", - "name": "enhanced-resolve", - "version": "5.18.4", - "bom-ref": "mydash@1.0.0|enhanced-resolve@5.18.4", - "author": "Tobias Koppers @sokra", - "description": "Offers a async require.resolve function. It's highly configurable.", + "name": "leb128", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/leb128@1.13.2", + "description": "LEB128 decoder and encoder", "licenses": [ { "license": { - "id": "MIT" + "id": "Apache-2.0" } } ], - "purl": "pkg:npm/enhanced-resolve@5.18.4", + "purl": "pkg:npm/%40webassemblyjs/leb128@1.13.2", "externalReferences": [ { - "url": "git://github.com/webpack/enhanced-resolve.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git#packages/leb128", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "http://github.com/webpack/enhanced-resolve", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/webpack/enhanced-resolve/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "2e040c338597537408f9262011cda58918339da0f9a236e6637b1bf0bc7282e564220e45c5da5392f93bdad7b6477f3f4c62b11fadf8a0bc5744663a77b00ff9" + "content": "2dd7b5a0da08773573764344016675759e68ac86df7fcd183dd1f1db49ab1f01eb54d3538cdafc137c73f41769706a9141b0046be7e4ac26fe7d115397feac43" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7445,17 +8295,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/enhanced-resolve" + "value": "node_modules/@webassemblyjs/leb128" } ] }, { "type": "library", - "name": "es-define-property", - "version": "1.0.1", - "bom-ref": "mydash@1.0.0|es-define-property@1.0.1", - "author": "Jordan Harband", - "description": "`Object.defineProperty`, but not IE 8's broken one.", + "name": "utf8", + "group": "@webassemblyjs", + "version": "1.13.2", + "bom-ref": "mydash@1.0.0|@webassemblyjs/utf8@1.13.2", + "author": "Sven Sauleau", + "description": "UTF8 encoder/decoder for WASM", "licenses": [ { "license": { @@ -7463,30 +8314,30 @@ } } ], - "purl": "pkg:npm/es-define-property@1.0.1", + "purl": "pkg:npm/%40webassemblyjs/utf8@1.13.2", "externalReferences": [ { - "url": "git+https://github.com/ljharb/es-define-property.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/es-define-property#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/es-define-property/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de" + "content": "dcd4161a3293012635c55e66ec7af488f7970fdf910e86cb965dd3f5dd803be8379b2f31cb9a5e5728d26a0e08e74991d5b05237f0add76968f91f6d264d0d65" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7495,17 +8346,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-define-property" + "value": "node_modules/@webassemblyjs/utf8" } ] }, { "type": "library", - "name": "es-errors", - "version": "1.3.0", - "bom-ref": "mydash@1.0.0|es-errors@1.3.0", - "author": "Jordan Harband", - "description": "A simple cache for a few of the JS Error constructors.", + "name": "wasm-edit", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-edit@1.14.1", + "author": "Sven Sauleau", "licenses": [ { "license": { @@ -7513,30 +8364,30 @@ } } ], - "purl": "pkg:npm/es-errors@1.3.0", + "purl": "pkg:npm/%40webassemblyjs/wasm-edit@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/ljharb/es-errors.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/es-errors#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/es-errors/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3" + "content": "44d2542101ff27c880ff5373944e0decab7264d1e2df0edab7b8438ef44d9b9adc5176b4d33d6f473de0959a142df2799a9bd884bc9b9957307231ab0b5a51ad" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7545,17 +8396,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-errors" + "value": "node_modules/@webassemblyjs/wasm-edit" } ] }, { "type": "library", - "name": "es-module-lexer", - "version": "2.0.0", - "bom-ref": "mydash@1.0.0|es-module-lexer@2.0.0", - "author": "Guy Bedford", - "description": "Lexes ES modules returning their import/export metadata", + "name": "wasm-gen", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-gen@1.14.1", + "author": "Sven Sauleau", + "description": "WebAssembly binary format printer", "licenses": [ { "license": { @@ -7563,30 +8415,30 @@ } } ], - "purl": "pkg:npm/es-module-lexer@2.0.0", + "purl": "pkg:npm/%40webassemblyjs/wasm-gen@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/guybedford/es-module-lexer.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/guybedford/es-module-lexer#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/guybedford/es-module-lexer/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e4f384714b99c9b1fb21d986b03f3095fd00239e7031e70cf6b5414c8fea100cb67359133a6dc38c5623ac1748d8adc16898c961f605791b4cd2df6cb2746ec7" + "content": "026a264888cff196df19086e9a436f802df7018eeab4c0979cde9b2f6bb626ce2054283c7e9ef7e5a12231205b0d1ed44088fdd27e3028015448477440dd9492" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7595,17 +8447,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-module-lexer" + "value": "node_modules/@webassemblyjs/wasm-gen" } ] }, { "type": "library", - "name": "es-object-atoms", - "version": "1.1.1", - "bom-ref": "mydash@1.0.0|es-object-atoms@1.1.1", - "author": "Jordan Harband", - "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible", + "name": "wasm-opt", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-opt@1.14.1", + "author": "Sven Sauleau", "licenses": [ { "license": { @@ -7613,30 +8465,30 @@ } } ], - "purl": "pkg:npm/es-object-atoms@1.1.1", + "purl": "pkg:npm/%40webassemblyjs/wasm-opt@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/ljharb/es-object-atoms.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/es-object-atoms#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/es-object-atoms/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c" + "content": "3d370a2d436f06a9d8d94e84e5b74e41c48cfa854ffcf9ab0d8f4dce8c098e2b25123c0ffc2e1a9f6df4dcc0954b6320f5ddc026920675414841059b3ddb344b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7645,17 +8497,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-object-atoms" + "value": "node_modules/@webassemblyjs/wasm-opt" } ] }, { "type": "library", - "name": "es-set-tostringtag", - "version": "2.1.0", - "bom-ref": "mydash@1.0.0|es-set-tostringtag@2.1.0", - "author": "Jordan Harband", - "description": "A helper to optimistically set Symbol.toStringTag, when possible.", + "name": "wasm-parser", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/wasm-parser@1.14.1", + "author": "Sven Sauleau", + "description": "WebAssembly binary format parser", "licenses": [ { "license": { @@ -7663,30 +8516,30 @@ } } ], - "purl": "pkg:npm/es-set-tostringtag@2.1.0", + "purl": "pkg:npm/%40webassemblyjs/wasm-parser@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/es-shims/es-set-tostringtag.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/es-shims/es-set-tostringtag#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/es-shims/es-set-tostringtag/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "8fabd6cdfac655fc97c607be3b4c79b21e9cbf10288346bfe1175dd8adfacc2315e5e27effeb4e0278113bc70e0cc3566d545d5659866502f6612df247c6c850" + "content": "24b065f8a674479a81ee60a7b9dff2c97d3c8d6170e4cb286a5275a50e047459608fd55d5ca1ae10d1ac8822237a02355bba7dd6b525701fcb079c9124a35371" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7695,17 +8548,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/es-set-tostringtag" + "value": "node_modules/@webassemblyjs/wasm-parser" } ] }, { "type": "library", - "name": "escalade", - "version": "3.2.0", - "bom-ref": "mydash@1.0.0|escalade@3.2.0", - "author": "Luke Edwards", - "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", + "name": "wast-printer", + "group": "@webassemblyjs", + "version": "1.14.1", + "bom-ref": "mydash@1.0.0|@webassemblyjs/wast-printer@1.14.1", + "author": "Sven Sauleau", + "description": "WebAssembly text format printer", "licenses": [ { "license": { @@ -7713,30 +8567,30 @@ } } ], - "purl": "pkg:npm/escalade@3.2.0", + "purl": "pkg:npm/%40webassemblyjs/wast-printer@1.14.1", "externalReferences": [ { - "url": "git+https://github.com/lukeed/escalade.git", + "url": "git+https://github.com/xtuc/webassemblyjs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/lukeed/escalade#readme", + "url": "https://github.com/xtuc/webassemblyjs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/lukeed/escalade/issues", + "url": "https://github.com/xtuc/webassemblyjs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5948f6aa5c5a42d3b883a3eae5cdbd193716183c9df22b4bf334e58a98040b3dc97ac02288e2a8b5df0953aa2d0773c00a01bac64254c9585ba0c4be6e37bf8c" + "content": "90f4925c4e837b55ce47cdb40bdd11228da882f646f9cdca887cea5283bf177e18dac846cdeb1faafee8e7bc6bc68bd9247fcc7ad179523ae827f47fde2b288b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7745,47 +8599,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/escalade" + "value": "node_modules/@webassemblyjs/wast-printer" } ] }, { "type": "library", - "name": "escape-html", - "version": "1.0.3", - "bom-ref": "mydash@1.0.0|escape-html@1.0.3", - "description": "Escape string for use in HTML", + "name": "ieee754", + "group": "@xtuc", + "version": "1.2.0", + "bom-ref": "mydash@1.0.0|@xtuc/ieee754@1.2.0", + "author": "Feross Aboukhadijeh", + "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/escape-html@1.0.3", + "purl": "pkg:npm/%40xtuc/ieee754@1.2.0", "externalReferences": [ { - "url": "git+https://github.com/component/escape-html.git", + "url": "git://github.com/feross/ieee754.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/component/escape-html#readme", + "url": "https://github.com/feross/ieee754#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/component/escape-html/issues", + "url": "https://github.com/feross/ieee754/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "url": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3624aea59e0e7ae1b0afaf251887b29bf92c219309a1d506392099fc54a74f172b7a46efaab81d53194938ca628da299563009ad6ac6b3fe89cbc38cbb28fda3" + "content": "0d7f272a0a9c1b0b1cd1e252a98b799703f80c7e459479e6b96581472ed7d0d71a191d19b6ec9e11280cc1361512dc66b0d198faa8ade10613fcc2184ce4cf78" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7794,47 +8650,49 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/escape-html" + "value": "node_modules/@xtuc/ieee754" } ] }, { "type": "library", - "name": "eslint-scope", - "version": "5.1.1", - "bom-ref": "mydash@1.0.0|eslint-scope@5.1.1", - "description": "ECMAScript scope analyzer for ESLint", + "name": "long", + "group": "@xtuc", + "version": "4.2.2", + "bom-ref": "mydash@1.0.0|@xtuc/long@4.2.2", + "author": "Daniel Wirtz", + "description": "A Long class for representing a 64-bit two's-complement integer value.", "licenses": [ { "license": { - "id": "BSD-2-Clause" + "id": "Apache-2.0" } } ], - "purl": "pkg:npm/eslint-scope@5.1.1", + "purl": "pkg:npm/%40xtuc/long@4.2.2", "externalReferences": [ { - "url": "git+https://github.com/eslint/eslint-scope.git", + "url": "git+https://github.com/dcodeIO/long.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "http://github.com/eslint/eslint-scope", + "url": "https://github.com/dcodeIO/long.js#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/eslint/eslint-scope/issues", + "url": "https://github.com/dcodeIO/long.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d8dc706c5fe16742a97a960dd1c35ba3e14de97a0aec6687950860c7f848665e956b46c5e3945038ec212c8cbc9500dbb8289a7522c20671f608562aba2b796f" + "content": "36e1ea058d4f07f0fcc54eacfed84180e02200fec73980d0df6f8115920b27c8af9149001d09d67e7e9684befd3b08f5aa6527a0dfd83e192d748a2e722a6401" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7843,47 +8701,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/eslint-scope" + "value": "node_modules/@xtuc/long" } ] }, { "type": "library", - "name": "esrecurse", - "version": "4.3.0", - "bom-ref": "mydash@1.0.0|esrecurse@4.3.0", - "description": "ECMAScript AST recursive visitor", + "name": "acorn-import-phases", + "version": "1.0.4", + "bom-ref": "mydash@1.0.0|acorn-import-phases@1.0.4", + "author": "Nicolò Ribaudo", + "description": "Support for `import ` phase syntax in Acorn", "licenses": [ { "license": { - "id": "BSD-2-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/esrecurse@4.3.0", + "purl": "pkg:npm/acorn-import-phases@1.0.4", "externalReferences": [ { - "url": "git+https://github.com/estools/esrecurse.git", + "url": "git+https://github.com/nicolo-ribaudo/acorn-import-phases.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/estools/esrecurse", + "url": "https://github.com/nicolo-ribaudo/acorn-import-phases#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/estools/esrecurse/issues", + "url": "https://github.com/nicolo-ribaudo/acorn-import-phases/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "url": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "2a67ca2f76fa1be457bcff0dd6faf74ead642ffa021609f63585c4b6a3fcfcbde929aa540381bc70555aa05dd2537db7083e17ca947f7df8a81e692d8bafd36a" + "content": "c0a99baff0c38885f310e896ad34d47039b6e24436bc67d942f3367f0836bd7a91e6e5ba69aa6bece6cfb63d6d877d9bf6ef74fcf7f8008b6f753878d9f06655" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7892,98 +8751,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/esrecurse" - } - ], - "components": [ - { - "type": "library", - "name": "estraverse", - "version": "5.3.0", - "bom-ref": "mydash@1.0.0|esrecurse@4.3.0|estraverse@5.3.0", - "description": "ECMAScript JS AST traversal functions", - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - } - ], - "purl": "pkg:npm/estraverse@5.3.0", - "externalReferences": [ - { - "url": "git+ssh://git@github.com/estools/estraverse.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/estools/estraverse", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/estools/estraverse/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/esrecurse/node_modules/estraverse" - } - ] + "value": "node_modules/acorn-import-phases" } ] }, { "type": "library", - "name": "estraverse", - "version": "4.3.0", - "bom-ref": "mydash@1.0.0|estraverse@4.3.0", - "description": "ECMAScript JS AST traversal functions", + "name": "acorn", + "version": "8.16.0", + "bom-ref": "mydash@1.0.0|acorn@8.16.0", + "description": "ECMAScript parser", "licenses": [ { "license": { - "id": "BSD-2-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/estraverse@4.3.0", + "purl": "pkg:npm/acorn@8.16.0", "externalReferences": [ { - "url": "git+ssh://git@github.com/estools/estraverse.git", + "url": "git+https://github.com/acornjs/acorn.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/estools/estraverse", + "url": "https://github.com/acornjs/acorn", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/estools/estraverse/issues", + "url": "https://github.com/acornjs/acorn/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "url": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "dfd9e729f7d6cfcc4dd4153fd9cefd9fd9c1f470f3a349e2614ab1eb1caa527ca8027432c96a4e4dd6447a209c87c041bb9d79b78c29f599a055f5619fd101a7" + "content": "51527213d32db4eb014080cac35b246fd9c0c10b91e70b860f7fbcd8ae89809966fd8f8a23dda836c30d199098743b15b511d26a4d29715e439e8e7ee2387db3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -7992,17 +8800,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/estraverse" + "value": "node_modules/acorn" } ] }, { "type": "library", - "name": "eventemitter3", - "version": "5.0.4", - "bom-ref": "mydash@1.0.0|eventemitter3@5.0.4", - "author": "Arnout Kazemier", - "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", + "name": "ajv-formats", + "version": "2.1.1", + "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1", + "author": "Evgeny Poberezkin", + "description": "Format validation for Ajv v7+", "licenses": [ { "license": { @@ -8010,30 +8818,30 @@ } } ], - "purl": "pkg:npm/eventemitter3@5.0.4", + "purl": "pkg:npm/ajv-formats@2.1.1", "externalReferences": [ { - "url": "git://github.com/primus/eventemitter3.git", + "url": "git+https://github.com/ajv-validator/ajv-formats.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/primus/eventemitter3#readme", + "url": "https://github.com/ajv-validator/ajv-formats#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/primus/eventemitter3/issues", + "url": "https://github.com/ajv-validator/ajv-formats/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", + "url": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9a5b1347219a3c18cf79d93a06fc3e6aa6ec5c3b680320339b930eec9814fb2551c8c4393bc6c3e0a71c8bb052f397fddef79e81e08f90bf11e062c29678cb17" + "content": "5b1d0ac79da1c44ec2d7c8643048206251227ea599b58691828b89a2bf9631d3e743210ad77be0116c9536ea7b4a879ea0b32caf891fe61e9d396d75235e4c50" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8042,17 +8850,119 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/eventemitter3" + "value": "node_modules/ajv-formats" + } + ], + "components": [ + { + "type": "library", + "name": "ajv", + "version": "8.18.0", + "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1|ajv@8.18.0", + "author": "Evgeny Poberezkin", + "description": "Another JSON Schema Validator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/ajv@8.18.0", + "externalReferences": [ + { + "url": "git+https://github.com/ajv-validator/ajv.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://ajv.js.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/ajv-validator/ajv/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "3e55cf78458c5cc67bb0f60e1ea983c8227371f36b52bddf18d2ad7b35f5e3291738422fc8af3577eab2771f3d298e4eef514a30f690daf05f04523934747adc" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/ajv-formats/node_modules/ajv" + } + ] + }, + { + "type": "library", + "name": "json-schema-traverse", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|ajv-formats@2.1.1|json-schema-traverse@1.0.0", + "author": "Evgeny Poberezkin", + "description": "Traverse JSON Schema passing each schema object to callback", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/json-schema-traverse@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/epoberezkin/json-schema-traverse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/ajv-formats/node_modules/json-schema-traverse" + } + ] } ] }, { "type": "library", - "name": "events", - "version": "3.3.0", - "bom-ref": "mydash@1.0.0|events@3.3.0", - "author": "Irakli Gozalishvili", - "description": "Node's event emitter for all engines.", + "name": "ansi-styles", + "version": "4.3.0", + "bom-ref": "mydash@1.0.0|ansi-styles@4.3.0", + "author": "Sindre Sorhus", + "description": "ANSI escape codes for styling strings in the terminal", "licenses": [ { "license": { @@ -8060,30 +8970,30 @@ } } ], - "purl": "pkg:npm/events@3.3.0", + "purl": "pkg:npm/ansi-styles@4.3.0", "externalReferences": [ { - "url": "git://github.com/Gozala/events.git", + "url": "git+https://github.com/chalk/ansi-styles.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Gozala/events#readme", + "url": "https://github.com/chalk/ansi-styles#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "http://github.com/Gozala/events/issues/", + "url": "https://github.com/chalk/ansi-styles/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "990c3ed9f9106c02f343b574318d08a9d9d734e793b4fe2bd2537dcfb0006b009782a79aedb0e28b6d0062b201ac577f1f1d0cd8e733e92d75d4268591471bd1" + "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8092,48 +9002,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/events" + "value": "node_modules/ansi-styles" } ] }, { "type": "library", - "name": "extend", - "version": "3.0.2", - "bom-ref": "mydash@1.0.0|extend@3.0.2", - "author": "Stefan Thomas", - "description": "Port of jQuery.extend for node.js and the browser", + "name": "apexcharts", + "version": "5.10.6", + "bom-ref": "mydash@1.0.0|apexcharts@5.10.6", + "description": "A JavaScript Chart Library", "licenses": [ { "license": { - "id": "MIT" + "name": "SEE LICENSE IN LICENSE" } } ], - "purl": "pkg:npm/extend@3.0.2", + "purl": "pkg:npm/apexcharts@5.10.6", "externalReferences": [ { - "url": "git+https://github.com/justmoon/node-extend.git", + "url": "git+https://github.com/apexcharts/apexcharts.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/justmoon/node-extend#readme", + "url": "https://apexcharts.com", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/justmoon/node-extend/issues", + "url": "https://github.com/apexcharts/apexcharts.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "url": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.6.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7e3aae0b9f5c0fb0b25babab3572b4141b9f9197288861bcd304ee3ee8d7e7dd1c0794ed967db4136501e12fd601156a8577df665d8b3604be81074f2088a6fe" + "content": "1494066eca37891b8ec146278f4c9486459e29e244e9a6e856897e69ed3d96c73e95b2cc599a9245bac05956bfaa2b212e269e1b689cc5dbe65649bef67ea439" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8142,17 +9051,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/extend" + "value": "node_modules/apexcharts" } ] }, { "type": "library", - "name": "fast-deep-equal", - "version": "3.1.3", - "bom-ref": "mydash@1.0.0|fast-deep-equal@3.1.3", - "author": "Evgeny Poberezkin", - "description": "Fast deep equal", + "name": "ast-kit", + "version": "2.2.0", + "bom-ref": "mydash@1.0.0|ast-kit@2.2.0", + "author": "Kevin Deng", + "description": "A toolkit for easy Babel AST generation and manipulation.", "licenses": [ { "license": { @@ -8160,30 +9069,30 @@ } } ], - "purl": "pkg:npm/fast-deep-equal@3.1.3", + "purl": "pkg:npm/ast-kit@2.2.0", "externalReferences": [ { - "url": "git+https://github.com/epoberezkin/fast-deep-equal.git", + "url": "git+https://github.com/sxzz/ast-kit.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/epoberezkin/fast-deep-equal#readme", + "url": "https://github.com/sxzz/ast-kit#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/epoberezkin/fast-deep-equal/issues", + "url": "https://github.com/sxzz/ast-kit/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "url": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1" + "content": "9b543f45a54e9d3a7d2713d7f85f999fb21c2d833333c919a1f0c899fb0a65df0c6d1fa291d3b34deced4ad5aa7eba88c599d85abcb223d78f9b73468e76601b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8192,48 +9101,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/fast-deep-equal" + "value": "node_modules/ast-kit" } ] }, { "type": "library", - "name": "fast-uri", - "version": "3.1.0", - "bom-ref": "mydash@1.0.0|fast-uri@3.1.0", - "author": "Vincent Le Goff", - "description": "Dependency-free RFC 3986 URI toolbox", + "name": "ast-walker-scope", + "version": "0.8.3", + "bom-ref": "mydash@1.0.0|ast-walker-scope@0.8.3", + "author": "Kevin Deng", + "description": "Traverse Babel AST with scope information.", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/fast-uri@3.1.0", + "purl": "pkg:npm/ast-walker-scope@0.8.3", "externalReferences": [ { - "url": "git+https://github.com/fastify/fast-uri.git", + "url": "git+https://github.com/sxzz/ast-walker-scope.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/fastify/fast-uri", + "url": "https://github.com/sxzz/ast-walker-scope#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/fastify/fast-uri/issues", + "url": "https://github.com/sxzz/ast-walker-scope/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "url": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "88f79e0ca25259fe0810e6ac555ae49d7a5a055d08029cff829ed2d9b6fb6782e58db976306251a889d9894ad0c15d7a729cf0fc3dd2e63e49ba58ff813e7600" + "content": "71b7423f43c6381ab40121beb239ca22862458c2a1873f85fe1f6945ec54757d87777f3e58e9419112a5aa418e4a6d1842970531004978ae16b29500930b0476" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8242,17 +9151,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/fast-uri" + "value": "node_modules/ast-walker-scope" } ] }, { "type": "library", - "name": "fast-xml-parser", - "version": "4.5.4", - "bom-ref": "mydash@1.0.0|fast-xml-parser@4.5.4", - "author": "Amit Gupta", - "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", + "name": "asynckit", + "version": "0.4.0", + "bom-ref": "mydash@1.0.0|asynckit@0.4.0", + "author": "Alex Indigo", + "description": "Minimal async jobs utility library, with streams support", "licenses": [ { "license": { @@ -8260,30 +9169,30 @@ } } ], - "purl": "pkg:npm/fast-xml-parser@4.5.4", + "purl": "pkg:npm/asynckit@0.4.0", "externalReferences": [ { - "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git", + "url": "git+https://github.com/alexindigo/asynckit.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/NaturalIntelligence/fast-xml-parser#readme", + "url": "https://github.com/alexindigo/asynckit#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues", + "url": "https://github.com/alexindigo/asynckit/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "8c4f2e8000e760e06cbb5b9aa1ac95975b5528030d397ca3c2fbf653ab9d100d8e441843a282435a81b14e485de109f8ca1e7d25556dfe9297b633f0c7d3a0b9" + "content": "39e8bd387e2d461d18a94dc6c615fbf5d33f9b0560bdb64969235a464f9bb21923d12e5c7c772061a92b7818eb1f06ad5ca6f3f88a087582f1aca8a6d8c8d6d1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8292,17 +9201,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/fast-xml-parser" + "value": "node_modules/asynckit" } ] }, { "type": "library", - "name": "fetch-blob", - "version": "3.2.0", - "bom-ref": "mydash@1.0.0|fetch-blob@3.2.0", - "author": "Jimmy Wärting", - "description": "Blob & File implementation in Node.js, originally from node-fetch.", + "name": "axios", + "version": "1.15.2", + "bom-ref": "mydash@1.0.0|axios@1.15.2", + "author": "Matt Zabriskie", + "description": "Promise based HTTP client for the browser and node.js", "licenses": [ { "license": { @@ -8310,30 +9219,30 @@ } } ], - "purl": "pkg:npm/fetch-blob@3.2.0", + "purl": "pkg:npm/axios@1.15.2", "externalReferences": [ { - "url": "git+https://github.com/node-fetch/fetch-blob.git", + "url": "git+https://github.com/axios/axios.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/node-fetch/fetch-blob#readme", + "url": "https://axios-http.com", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/node-fetch/fetch-blob/issues", + "url": "https://github.com/axios/axios/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "url": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ef2010a43d94309ccb8b50eabfba856273db68fc7b65f14ae8f888c50e0f7e418fc8dca5d94831f9afee994a2798aaa384ce039df6ccbdd5faa2d5eaf37b2841" + "content": "c0bad7c4fb5cacf4ec3652662a390f9cd3cad8885ed219f4c0649a4c488744fc708ef2704f784a997178769ab198f3bd4a835bd85b185e3ff1128d201cdf83e4" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8342,17 +9251,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/fetch-blob" + "value": "node_modules/axios" } ] }, { "type": "library", - "name": "floating-vue", - "version": "1.0.0-beta.19", - "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19", - "author": "Guillaume Chau", - "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", + "name": "bail", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|bail@2.0.2", + "author": "Titus Wormer", + "description": "Throw a given error", "licenses": [ { "license": { @@ -8360,30 +9269,30 @@ } } ], - "purl": "pkg:npm/floating-vue@1.0.0-beta.19", + "purl": "pkg:npm/bail@2.0.2", "externalReferences": [ { - "url": "git+https://github.com/Akryum/floating-vue.git#packages/floating-vue", + "url": "git+https://github.com/wooorm/bail.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://floating-vue.starpad.dev/", + "url": "https://github.com/wooorm/bail#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Akryum/floating-vue/issues", + "url": "https://github.com/wooorm/bail/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/floating-vue/-/floating-vue-1.0.0-beta.19.tgz", + "url": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "39c33bcf951ae1703292aa259af3e3de5d6cf8aa942a3e97cf6b7ae9eaa381a59f3418edba27e6c4ee7ee2b4576a421c87f0abb7c207faf29d29c4778ce51aa1" + "content": "d313ba99877b241d987acc432a995a7d1a6c88eccfb7d574d9d74f08b6d8d716063ce5f6e0d4f2379d2a9d4c6008f712a183212a902e0538d0a1164202450347" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8392,152 +9301,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/floating-vue" + "value": "node_modules/bail" } - ], - "components": [ - { - "type": "library", - "name": "dom", - "group": "@floating-ui", - "version": "0.1.10", - "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19|@floating-ui/dom@0.1.10", - "author": "atomiks", - "description": "Floating UI for the web", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/%40floating-ui/dom@0.1.10", - "externalReferences": [ - { - "url": "git+https://github.com/floating-ui/floating-ui.git#packages/dom", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" - }, - { - "url": "https://floating-ui.com", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/floating-ui/floating-ui", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.1.10.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "e24015a2882f426d8dd171341ba00f409b8236e12b8ce7cf5bc531ec317187cf807ee8167e5c152792c39473b0af0badef3ff7d0d52f76d1f3437cd28a9e04cd" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/floating-vue/node_modules/@floating-ui/dom" - } - ] - }, - { - "type": "library", - "name": "core", - "group": "@floating-ui", - "version": "0.3.1", - "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19|@floating-ui/core@0.3.1", - "author": "atomiks", - "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/%40floating-ui/core@0.3.1", - "externalReferences": [ - { - "url": "git+https://github.com/floating-ui/floating-ui.git#packages/core", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" - }, - { - "url": "https://floating-ui.com", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/floating-ui/floating-ui", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@floating-ui/core/-/core-0.3.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "7a7b0a63b51be7dbb5eaab15205128da1c130aa67fafda19645879d62bdc2c61df5304e7f25d57ce783c44951ef751ff50ff0f7aa781ae89c01b1d2a9b3c24da" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/floating-vue/node_modules/@floating-ui/core" - } - ] - } - ] - }, - { - "type": "library", - "name": "focus-trap", - "version": "7.8.0", - "bom-ref": "mydash@1.0.0|focus-trap@7.8.0", - "author": "David Clark", - "description": "Trap focus within a DOM node.", - "licenses": [ + ] + }, + { + "type": "library", + "name": "balanced-match", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|balanced-match@1.0.2", + "author": "Julian Gruber", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "licenses": [ { "license": { "id": "MIT" } } ], - "purl": "pkg:npm/focus-trap@7.8.0", + "purl": "pkg:npm/balanced-match@1.0.2", "externalReferences": [ { - "url": "git+https://github.com/focus-trap/focus-trap.git", + "url": "git://github.com/juliangruber/balanced-match.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/focus-trap/focus-trap#readme", + "url": "https://github.com/juliangruber/balanced-match", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/focus-trap/focus-trap/issues", + "url": "https://github.com/juliangruber/balanced-match/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", + "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ff235d94892959b334a6dc67a3738d4ee7feda0df5f248767b3dca49e64de5d67c602e8002681e5b3f866ac61888124f15a61c4803debb819f8546828732095c" + "content": "de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8546,17 +9351,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/focus-trap" + "value": "node_modules/balanced-match" } ] }, { "type": "library", - "name": "follow-redirects", - "version": "1.15.11", - "bom-ref": "mydash@1.0.0|follow-redirects@1.15.11", - "author": "Ruben Verborgh", - "description": "HTTP and HTTPS modules that follow redirects.", + "name": "base-64", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|base-64@1.0.0", + "author": "Mathias Bynens", + "description": "A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.", "licenses": [ { "license": { @@ -8564,30 +9369,30 @@ } } ], - "purl": "pkg:npm/follow-redirects@1.15.11", + "purl": "pkg:npm/base-64@1.0.0", "externalReferences": [ { - "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git", + "url": "git+https://github.com/mathiasbynens/base64.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/follow-redirects/follow-redirects", + "url": "https://mths.be/base64", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/follow-redirects/follow-redirects/issues", + "url": "https://github.com/mathiasbynens/base64/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "url": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "75e1b63f425f8eb4f1979d171820f27c8f7b646542c48a5f29899fcab439e27e453bfd207c8112f02fcfb25ea45950e8962cdc69ac592674d2d1048cc6f9ec05" + "content": "9300cf205086c743591e8837e9d8feb478b03f840ccec67702031589404a234f95e67e14d2e7d30943219d0d3876269123c117fd070f7ea97bce5859ee3e3382" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8596,48 +9401,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/follow-redirects" + "value": "node_modules/base-64" } ] }, { "type": "library", - "name": "form-data", - "version": "4.0.5", - "bom-ref": "mydash@1.0.0|form-data@4.0.5", - "author": "Felix Geisendörfer", - "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", + "name": "baseline-browser-mapping", + "version": "2.9.19", + "bom-ref": "mydash@1.0.0|baseline-browser-mapping@2.9.19", + "description": "A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.", "licenses": [ { "license": { - "id": "MIT" + "id": "Apache-2.0" } } ], - "purl": "pkg:npm/form-data@4.0.5", + "purl": "pkg:npm/baseline-browser-mapping@2.9.19", "externalReferences": [ { - "url": "git://github.com/form-data/form-data.git", + "url": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/form-data/form-data#readme", + "url": "https://github.com/web-platform-dx/baseline-browser-mapping#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/form-data/form-data/issues", + "url": "https://github.com/web-platform-dx/baseline-browser-mapping/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "url": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f118a944ba25dfb6cdb366e1a15ebb7e24c4bdd4eb6cc5187054e2cb7fb0bae3a75288364011c26565c34628d641f0248418f651fe549d56a25b0039bdd77cdb" + "content": "8a90ea0bc16b025ffbea9d9249629223e1fdb45c26eef62a5d0ac8b42ba254fb76e8a9b48d2f8dcd2b01580681bacbd26d071f246f898ad74c9bec190204d8aa" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8646,17 +9450,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/form-data" + "value": "node_modules/baseline-browser-mapping" } ] }, { "type": "library", - "name": "formdata-polyfill", - "version": "4.0.10", - "bom-ref": "mydash@1.0.0|formdata-polyfill@4.0.10", - "author": "Jimmy Wärting", - "description": "HTML5 `FormData` for Browsers and Node.", + "name": "big.js", + "version": "5.2.2", + "bom-ref": "mydash@1.0.0|big.js@5.2.2", + "author": "Michael Mclaughlin", + "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic", "licenses": [ { "license": { @@ -8664,30 +9468,30 @@ } } ], - "purl": "pkg:npm/formdata-polyfill@4.0.10", + "purl": "pkg:npm/big.js@5.2.2", "externalReferences": [ { - "url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git", + "url": "git+https://github.com/MikeMcl/big.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jimmywarting/FormData#readme", + "url": "https://github.com/MikeMcl/big.js#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jimmywarting/FormData/issues", + "url": "https://github.com/MikeMcl/big.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "url": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "6ee7b01f332f60bdbd8dd7904d520b79c49a64a9edfd12568e8642179396eb467aeff1a648b06438533baa1d4f237cc536d25b6992f9790bb5bcb7daccec23e2" + "content": "bf22f63b2989c666ab3bc83132bd2684286c3bd406c21ca77eebb8f8c1d3016e9ccdfabd86e98207bacaa548c377d6148833d4e26ce9caea454af382940c1b99" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8696,17 +9500,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/formdata-polyfill" + "value": "node_modules/big.js" } ] }, { "type": "library", - "name": "function-bind", - "version": "1.1.2", - "bom-ref": "mydash@1.0.0|function-bind@1.1.2", - "author": "Raynos", - "description": "Implementation of Function.prototype.bind", + "name": "birpc", + "version": "2.9.0", + "bom-ref": "mydash@1.0.0|birpc@2.9.0", + "author": "Anthony Fu", + "description": "Message based Two-way remote procedure call", "licenses": [ { "license": { @@ -8714,30 +9518,30 @@ } } ], - "purl": "pkg:npm/function-bind@1.1.2", + "purl": "pkg:npm/birpc@2.9.0", "externalReferences": [ { - "url": "git+https://github.com/Raynos/function-bind.git", + "url": "git+https://github.com/antfu-collective/birpc.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Raynos/function-bind", + "url": "https://github.com/antfu-collective/birpc#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Raynos/function-bind/issues", + "url": "https://github.com/antfu-collective/birpc/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "url": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ed71cdc47eea5fdc46e66230c6486e993a31fcc21135c3a00ebc56b0cb76a40af6dd61e9e8cad194dec50521690a9afea153b417be38894811f369c931f1b648" + "content": "2ab6b21d2e69062ebd5e2f499afa2aac8818183903ea67127bf8ba60a8b7c3991e9022f3ad7e3e9dac1c5eaae3dad229e742b0fe64ffb37a7e1952b4034b0ac7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8746,17 +9550,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/function-bind" + "value": "node_modules/birpc" } ] }, { "type": "library", - "name": "get-intrinsic", - "version": "1.3.0", - "bom-ref": "mydash@1.0.0|get-intrinsic@1.3.0", - "author": "Jordan Harband", - "description": "Get and robustly cache all JS language-level intrinsics at first require time", + "name": "bluebird", + "version": "3.7.2", + "bom-ref": "mydash@1.0.0|bluebird@3.7.2", + "author": "Petka Antonov", + "description": "Full featured Promises/A+ implementation with exceptionally good performance", "licenses": [ { "license": { @@ -8764,30 +9568,30 @@ } } ], - "purl": "pkg:npm/get-intrinsic@1.3.0", + "purl": "pkg:npm/bluebird@3.7.2", "externalReferences": [ { - "url": "git+https://github.com/ljharb/get-intrinsic.git", + "url": "git://github.com/petkaantonov/bluebird.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/get-intrinsic#readme", + "url": "https://github.com/petkaantonov/bluebird", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/get-intrinsic/issues", + "url": "http://github.com/petkaantonov/bluebird/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09" + "content": "5e9363e860d0cdd7d6fabd969e7ef189201ded33378f39311970464ed58ab925efd71515f9acf1026f2375664dd3a413424fb63765c1f6344392f6e6426711b6" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8796,17 +9600,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/get-intrinsic" + "value": "node_modules/bluebird" } ] }, { "type": "library", - "name": "get-proto", - "version": "1.0.1", - "bom-ref": "mydash@1.0.0|get-proto@1.0.1", - "author": "Jordan Harband", - "description": "Robustly get the [[Prototype]] of an object", + "name": "blurhash", + "version": "2.0.5", + "bom-ref": "mydash@1.0.0|blurhash@2.0.5", + "author": "omahlama", + "description": "Encoder and decoder for the Wolt BlurHash algorithm.", "licenses": [ { "license": { @@ -8814,30 +9618,30 @@ } } ], - "purl": "pkg:npm/get-proto@1.0.1", + "purl": "pkg:npm/blurhash@2.0.5", "externalReferences": [ { - "url": "git+https://github.com/ljharb/get-proto.git", + "url": "git+https://github.com/woltapp/blurhash.git#master", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/get-proto#readme", + "url": "https://blurha.sh", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/get-proto/issues", + "url": "https://github.com/woltapp/blurhash/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "url": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2" + "content": "711ca059dee418140edd51213e24e0ab859ce3772db0cfa8e3ababae63ce8ae01efb4edfce5481f4e2557698032f48cfa9751543d86dedaabb93139e24744afb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8846,48 +9650,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/get-proto" + "value": "node_modules/blurhash" } ] }, { "type": "library", - "name": "glob-to-regexp", - "version": "0.4.1", - "bom-ref": "mydash@1.0.0|glob-to-regexp@0.4.1", - "author": "Nick Fitzgerald", - "description": "Convert globs to regular expressions", + "name": "bootstrap-vue", + "version": "2.23.1", + "bom-ref": "mydash@1.0.0|bootstrap-vue@2.23.1", + "description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.", "licenses": [ { "license": { - "id": "BSD-2-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/glob-to-regexp@0.4.1", + "purl": "pkg:npm/bootstrap-vue@2.23.1", "externalReferences": [ { - "url": "git+https://github.com/fitzgen/glob-to-regexp.git", + "url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/fitzgen/glob-to-regexp#readme", + "url": "https://bootstrap-vue.org", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/fitzgen/glob-to-regexp/issues", + "url": "https://github.com/bootstrap-vue/bootstrap-vue/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "url": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.23.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9645f51c95f0c8c729af0ff961465cdacec3ae90221c1db5fd5f84d6b1d4ad5368924bc1e9ba8ccd3d157d5ebff3a64d69bb75935e18388693ee70ef397dc88b" + "content": "4845a41b82f398cb968d07526260109351bfa0e2a6dfb76d35f8c1e64c6ad1869f9cbd96eaa50099e0d37086556cf89077639094891638c3c1446c9293fcc6b2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8896,17 +9699,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/glob-to-regexp" + "value": "node_modules/bootstrap-vue" } ] }, { "type": "library", - "name": "gopd", - "version": "1.2.0", - "bom-ref": "mydash@1.0.0|gopd@1.2.0", - "author": "Jordan Harband", - "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", + "name": "bootstrap", + "version": "4.6.2", + "bom-ref": "mydash@1.0.0|bootstrap@4.6.2", + "author": "The Bootstrap Authors", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "licenses": [ { "license": { @@ -8914,30 +9717,30 @@ } } ], - "purl": "pkg:npm/gopd@1.2.0", + "purl": "pkg:npm/bootstrap@4.6.2", "externalReferences": [ { - "url": "git+https://github.com/ljharb/gopd.git", + "url": "git+https://github.com/twbs/bootstrap.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/gopd#readme", + "url": "https://getbootstrap.com/", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/gopd/issues", + "url": "https://github.com/twbs/bootstrap/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "url": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "65429187afe4505a0089302d4d83d9277870f70371c7e04804e8a39e51bd3e7ac9b027128ecd70cb20fabc9a5a62d827cc3aca6114aa7f738ee917daf77c6c46" + "content": "e7505ba7f531afd693bb2e9c6bff056c59680542592c7c278537278c87919f6b2e416b16cdcb898468ca0c1e5ea6956d7bff2809d38bdd5bb0c6f64352083019" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8946,47 +9749,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/gopd" + "value": "node_modules/bootstrap" } ] }, { "type": "library", - "name": "graceful-fs", - "version": "4.2.11", - "bom-ref": "mydash@1.0.0|graceful-fs@4.2.11", - "description": "A drop-in replacement for fs, making various improvements.", + "name": "brace-expansion", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|brace-expansion@2.1.0", + "author": "Julian Gruber", + "description": "Brace expansion as known from sh/bash", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/graceful-fs@4.2.11", + "purl": "pkg:npm/brace-expansion@2.1.0", "externalReferences": [ { - "url": "git+https://github.com/isaacs/node-graceful-fs.git", + "url": "git://github.com/juliangruber/brace-expansion.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/isaacs/node-graceful-fs#readme", + "url": "https://github.com/juliangruber/brace-expansion", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/isaacs/node-graceful-fs/issues", + "url": "https://github.com/juliangruber/brace-expansion/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd" + "content": "4cdd64099020760c1e261596a60298ad068c34770350b1e45b0408b2976d8d5e18e5abab45d6698c0aa7eb25f714fa9303d9e01c2738849c4c00c8067ef7bce7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -8995,17 +9799,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/graceful-fs" + "value": "node_modules/brace-expansion" } ] }, { "type": "library", - "name": "gridstack", - "version": "10.3.1", - "bom-ref": "mydash@1.0.0|gridstack@10.3.1", - "author": "Alain Dumesny", - "description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)", + "name": "browserslist", + "version": "4.28.1", + "bom-ref": "mydash@1.0.0|browserslist@4.28.1", + "author": "Andrey Sitnik", + "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", "licenses": [ { "license": { @@ -9013,30 +9817,30 @@ } } ], - "purl": "pkg:npm/gridstack@10.3.1", + "purl": "pkg:npm/browserslist@4.28.1", "externalReferences": [ { - "url": "git+https://github.com/gridstack/gridstack.js.git", + "url": "git+https://github.com/browserslist/browserslist.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "http://gridstackjs.com/", + "url": "https://github.com/browserslist/browserslist#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/gridstack/gridstack.js/issues", + "url": "https://github.com/browserslist/browserslist/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/gridstack/-/gridstack-10.3.1.tgz", + "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "45af3693ff3c81d7a2bb764fe3408e4b86c8e2c1a135095901a010eaccdf3dfafaf33569b17c62c8b2abe7361c4e9297e238dcc3236c34d75c575b4325cef57c" + "content": "642e417742e02578301aa5249d963fbe4510d38afc3579c9677c988b8bc3992899982fe975237435b3513f16696ed3b8b807c350015f7cef086683371a3f0890" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9045,17 +9849,15 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/gridstack" + "value": "node_modules/browserslist" } ] }, { "type": "library", - "name": "has-flag", - "version": "4.0.0", - "bom-ref": "mydash@1.0.0|has-flag@4.0.0", - "author": "Sindre Sorhus", - "description": "Check if argv has a specific flag", + "name": "buffer-from", + "version": "1.1.2", + "bom-ref": "mydash@1.0.0|buffer-from@1.1.2", "licenses": [ { "license": { @@ -9063,30 +9865,30 @@ } } ], - "purl": "pkg:npm/has-flag@4.0.0", + "purl": "pkg:npm/buffer-from@1.1.2", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/has-flag.git", + "url": "git+https://github.com/LinusU/buffer-from.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/sindresorhus/has-flag#readme", + "url": "https://github.com/LinusU/buffer-from#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/has-flag/issues", + "url": "https://github.com/LinusU/buffer-from/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d" + "content": "13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9095,17 +9897,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/has-flag" + "value": "node_modules/buffer-from" } ] }, { "type": "library", - "name": "has-symbols", - "version": "1.1.0", - "bom-ref": "mydash@1.0.0|has-symbols@1.1.0", - "author": "Jordan Harband", - "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", + "name": "byte-length", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|byte-length@1.0.2", + "author": "Dylan Piercey", + "description": "Get the real byte length of a string.", "licenses": [ { "license": { @@ -9113,30 +9915,30 @@ } } ], - "purl": "pkg:npm/has-symbols@1.1.0", + "purl": "pkg:npm/byte-length@1.0.2", "externalReferences": [ { - "url": "git://github.com/inspect-js/has-symbols.git", + "url": "git+https://github.com/DylanPiercey/byte-length.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ljharb/has-symbols#readme", + "url": "https://github.com/DylanPiercey/byte-length", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ljharb/has-symbols/issues", + "url": "https://github.com/DylanPiercey/byte-length/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "url": "https://registry.npmjs.org/byte-length/-/byte-length-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d" + "content": "a2f0698e6b2077fb5e46681c3e1db7778809bf10e85ed03310bf714df314f1873692a0836fb2fd8c01b45c79759f3b8697e87779b0881758bad9417203d57fd9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9145,17 +9947,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/has-symbols" + "value": "node_modules/byte-length" } ] }, { "type": "library", - "name": "has-tostringtag", + "name": "call-bind-apply-helpers", "version": "1.0.2", - "bom-ref": "mydash@1.0.0|has-tostringtag@1.0.2", + "bom-ref": "mydash@1.0.0|call-bind-apply-helpers@1.0.2", "author": "Jordan Harband", - "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.", + "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", "licenses": [ { "license": { @@ -9163,30 +9965,30 @@ } } ], - "purl": "pkg:npm/has-tostringtag@1.0.2", + "purl": "pkg:npm/call-bind-apply-helpers@1.0.2", "externalReferences": [ { - "url": "git+https://github.com/inspect-js/has-tostringtag.git", + "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/inspect-js/has-tostringtag#readme", + "url": "https://github.com/ljharb/call-bind-apply-helpers#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/inspect-js/has-tostringtag/issues", + "url": "https://github.com/ljharb/call-bind-apply-helpers/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "36a00307c5633c52ccd95d15bc751ec30c2cc3465605a21d828fa2787b4ade16ac2f3e2a78246361ca9f07a010ac182044aa69285f0be76fd5a9d56c3b8ec397" + "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9195,16 +9997,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/has-tostringtag" + "value": "node_modules/call-bind-apply-helpers" } ] }, { "type": "library", - "name": "hash-sum", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|hash-sum@1.0.2", - "description": "Blazing fast unique hash generator", + "name": "cancelable-promise", + "version": "4.3.1", + "bom-ref": "mydash@1.0.0|cancelable-promise@4.3.1", + "author": "Alkemics", + "description": "A simple cancelable promise", "licenses": [ { "license": { @@ -9212,30 +10015,30 @@ } } ], - "purl": "pkg:npm/hash-sum@1.0.2", + "purl": "pkg:npm/cancelable-promise@4.3.1", "externalReferences": [ { - "url": "git://github.com/bevacqua/hash-sum.git", + "url": "git+https://github.com/alkemics/CancelablePromise.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/bevacqua/hash-sum", + "url": "https://github.com/alkemics/CancelablePromise#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/bevacqua/hash-sum/issues", + "url": "https://github.com/alkemics/CancelablePromise/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "url": "https://registry.npmjs.org/cancelable-promise/-/cancelable-promise-4.3.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7d4b380782fe9a5b7cfd702d48e18c50ed535e601e948b413ed246ec2c8725f6137438f08ac9ed18ed89433ee852c6ad398f68ebcfb9edece2515370fe644798" + "content": "03ff0fc0b93f4fb2090df51d43af0d476e101daf2b2259cdfecb62244068e9d9955240f82b5e0bb301b4c3757075e2bfa3ba8ec11511d64d8c84ae51a72da6ec" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9244,48 +10047,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hash-sum" + "value": "node_modules/cancelable-promise" } ] }, { "type": "library", - "name": "hasown", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|hasown@2.0.2", - "author": "Jordan Harband", - "description": "A robust, ES3 compatible, \"has own property\" predicate.", + "name": "caniuse-lite", + "version": "1.0.30001767", + "bom-ref": "mydash@1.0.0|caniuse-lite@1.0.30001767", + "author": "Ben Briggs", + "description": "A smaller version of caniuse-db, with only the essentials!", "licenses": [ { "license": { - "id": "MIT" + "id": "CC-BY-4.0" } } ], - "purl": "pkg:npm/hasown@2.0.2", + "purl": "pkg:npm/caniuse-lite@1.0.30001767", "externalReferences": [ { - "url": "git+https://github.com/inspect-js/hasOwn.git", + "url": "git+https://github.com/browserslist/caniuse-lite.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/inspect-js/hasOwn#readme", + "url": "https://github.com/browserslist/caniuse-lite#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/inspect-js/hasOwn/issues", + "url": "https://github.com/browserslist/caniuse-lite/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001767.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431" + "content": "df8fb3500321487fabfbd78a9981be936469b7c5edb5f138c97023a19be400fb35e71718421c8161d6a527ae41ce2bc0bc644c562123cbaa0aaff4bdd65a1e91" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9294,17 +10097,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hasown" + "value": "node_modules/caniuse-lite" } ] }, { "type": "library", - "name": "hast-to-hyperscript", - "version": "10.0.3", - "bom-ref": "mydash@1.0.0|hast-to-hyperscript@10.0.3", + "name": "ccount", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|ccount@2.0.1", "author": "Titus Wormer", - "description": "Legacy hast utility to transform to something else", + "description": "Count how often a character (or substring) is used in a string", "licenses": [ { "license": { @@ -9312,30 +10115,30 @@ } } ], - "purl": "pkg:npm/hast-to-hyperscript@10.0.3", + "purl": "pkg:npm/ccount@2.0.1", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git", + "url": "git+https://github.com/wooorm/ccount.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/hast-to-hyperscript#readme", + "url": "https://github.com/wooorm/ccount#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/hast-to-hyperscript/issues", + "url": "https://github.com/wooorm/ccount/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-10.0.3.tgz", + "url": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "36e068512b69e1f4709af95f6e27651224524e4d204879bef7bab85e7f42275d073be3f2ee7953b838ba461335a8b3aeadeba41ab0972c6ec0031686aaacac95" + "content": "7b2ac5d23885a58fb776b4fadfcddfd6a8646c6b0b4a27cd02303ad4852366398b0968c8b58e8b07d7edf588680e0c1f99c941db386ee752dcefef796fc35102" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9344,69 +10147,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hast-to-hyperscript" - } - ], - "components": [ - { - "type": "library", - "name": "unist", - "group": "@types", - "version": "2.0.11", - "bom-ref": "mydash@1.0.0|hast-to-hyperscript@10.0.3|@types/unist@2.0.11", - "description": "TypeScript definitions for unist", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/%40types/unist@2.0.11", - "externalReferences": [ - { - "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" - }, - { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "0a604a88be8d368fceaa098c9fde4593d5a1969da6b6f22ff8a36940a3761784a3beb11eb2e6d34561984a0f819d664e9e509a493535b0ca6c04ece06d8867b0" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/hast-to-hyperscript/node_modules/@types/unist" - } - ] + "value": "node_modules/ccount" } ] }, { "type": "library", - "name": "hast-util-is-element", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|hast-util-is-element@3.0.0", - "author": "Titus Wormer", - "description": "hast utility to check if a node is a (certain) element", + "name": "chalk", + "version": "4.1.2", + "bom-ref": "mydash@1.0.0|chalk@4.1.2", + "description": "Terminal string styling done right", "licenses": [ { "license": { @@ -9414,30 +10164,30 @@ } } ], - "purl": "pkg:npm/hast-util-is-element@3.0.0", + "purl": "pkg:npm/chalk@4.1.2", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/hast-util-is-element.git", + "url": "git+https://github.com/chalk/chalk.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/hast-util-is-element#readme", + "url": "https://github.com/chalk/chalk#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/hast-util-is-element/issues", + "url": "https://github.com/chalk/chalk/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", + "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "55a97d9a7bf6216a4b6cd3ea73fa547a6f9aec8a63d9a1da702c2035f4e22b4bc92a5d0b17ee016b8fafd683c71697f76cb626adeab4fe5dc6b9df52e4e1f8da" + "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9446,17 +10196,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hast-util-is-element" + "value": "node_modules/chalk" } ] }, { "type": "library", - "name": "hast-util-to-text", - "version": "4.0.2", - "bom-ref": "mydash@1.0.0|hast-util-to-text@4.0.2", - "author": "Titus Wormer", - "description": "hast utility to get the plain-text value of a node according to the `innerText` algorithm", + "name": "char-regex", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|char-regex@2.0.2", + "author": "Richie Bendall", + "description": "A regex to match any full character, considering weird character ranges.", "licenses": [ { "license": { @@ -9464,30 +10214,30 @@ } } ], - "purl": "pkg:npm/hast-util-to-text@4.0.2", + "purl": "pkg:npm/char-regex@2.0.2", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/hast-util-to-text.git", + "url": "git+https://github.com/Richienb/char-regex.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/hast-util-to-text#readme", + "url": "https://github.com/Richienb/char-regex#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/hast-util-to-text/issues", + "url": "https://github.com/Richienb/char-regex/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", + "url": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "28aeb2fc137c95b6aaeb9e23ec9801c9d7afef0b8d31c203e7896445abf53f409a1357b8ecfef601658f8862974c9536ef5a2863372f4c09ff66dd11127bdcec" + "content": "71b18e8c0a6d7ccd8b5665a1c1114710a4cf90bc0d75d566baa61942df3de725f002c5ac5ce6c21be60de03190fc906d4f818fd5ad653cf762a36cf8d772e64e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9496,17 +10246,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hast-util-to-text" + "value": "node_modules/char-regex" } ] }, { "type": "library", - "name": "hast-util-whitespace", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|hast-util-whitespace@2.0.1", + "name": "character-entities-html4", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|character-entities-html4@2.1.0", "author": "Titus Wormer", - "description": "hast utility to check if a node is inter-element whitespace", + "description": "Map of named character references from HTML 4", "licenses": [ { "license": { @@ -9514,30 +10264,30 @@ } } ], - "purl": "pkg:npm/hast-util-whitespace@2.0.1", + "purl": "pkg:npm/character-entities-html4@2.1.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/hast-util-whitespace.git", + "url": "git+https://github.com/wooorm/character-entities-html4.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/hast-util-whitespace#readme", + "url": "https://github.com/wooorm/character-entities-html4#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/hast-util-whitespace/issues", + "url": "https://github.com/wooorm/character-entities-html4/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "url": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9c0c40d2ff3ebd74810eddc09d150d8f2448434ac3fa7b696c0a782e73e4ba673933dc946d231ae170d4f50e9eb58e1fd56a786cd82f735ca3899b6c4d3ad29e" + "content": "d6fedf810463ea19d2c05a6ad44bb4ca7aff083130d2b5e8d81eb5a97acb35d1d998f2a06fb7ea4b56b6270174ac84a8f6aefb8c323c54c107a00a67f2a0e864" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9546,17 +10296,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hast-util-whitespace" + "value": "node_modules/character-entities-html4" } ] }, { "type": "library", - "name": "he", - "version": "1.2.0", - "bom-ref": "mydash@1.0.0|he@1.2.0", - "author": "Mathias Bynens", - "description": "A robust HTML entities encoder/decoder with full Unicode support.", + "name": "character-entities-legacy", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|character-entities-legacy@3.0.0", + "author": "Titus Wormer", + "description": "List of legacy HTML named character references that don’t need a trailing semicolon", "licenses": [ { "license": { @@ -9564,30 +10314,30 @@ } } ], - "purl": "pkg:npm/he@1.2.0", + "purl": "pkg:npm/character-entities-legacy@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/mathiasbynens/he.git", + "url": "git+https://github.com/wooorm/character-entities-legacy.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://mths.be/he", + "url": "https://github.com/wooorm/character-entities-legacy#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mathiasbynens/he/issues", + "url": "https://github.com/wooorm/character-entities-legacy/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "url": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "17fd439d418fa29391662d278be0afac28074391721001d12d2029b9858c9ab6d2c28376327ffb93e1a5dfc8099d1ef2c83664e962d7c221a877524e58d0ca1b" + "content": "4693e9d1ab13ffab9f466fff009570a558996c633f3248d017125c710447988485ff6d8d06db07a805a62fefe99a43d6a08509756c9e565793975c3274701355" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9596,48 +10346,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/he" + "value": "node_modules/character-entities-legacy" } ] }, { "type": "library", - "name": "highlight.js", - "version": "11.11.1", - "bom-ref": "mydash@1.0.0|highlight.js@11.11.1", - "author": "Josh Goebel", - "description": "Syntax highlighting with language autodetection.", + "name": "character-entities", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|character-entities@2.0.2", + "author": "Titus Wormer", + "description": "Map of named character references", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/highlight.js@11.11.1", + "purl": "pkg:npm/character-entities@2.0.2", "externalReferences": [ { - "url": "git://github.com/highlightjs/highlight.js.git", + "url": "git+https://github.com/wooorm/character-entities.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://highlightjs.org/", + "url": "https://github.com/wooorm/character-entities#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/highlightjs/highlight.js/issues", + "url": "https://github.com/wooorm/character-entities/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "url": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5f0c28e38c21281542628962050c1a3efb5dff6b58164450b570d68f59da724695d893d7c772f4f89bddf3fa82276a7e30bd3f5d5909daaf8cafe51576924ae7" + "content": "b21c7ba10d00c1e9ff05121d92392fcf9e0f9c4108fc48f05c3488669f3afca29d6da7c78750dffd16060619f885b7b6fae282f459d3e540847723f3dda8bd85" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9646,17 +10396,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/highlight.js" + "value": "node_modules/character-entities" } ] }, { "type": "library", - "name": "hot-patcher", + "name": "character-reference-invalid", "version": "2.0.1", - "bom-ref": "mydash@1.0.0|hot-patcher@2.0.1", - "author": "Perry Mitchell", - "description": "Hot method patching framework for handling environmental method differences", + "bom-ref": "mydash@1.0.0|character-reference-invalid@2.0.1", + "author": "Titus Wormer", + "description": "Map of invalid numeric character references to their replacements, according to HTML", "licenses": [ { "license": { @@ -9664,30 +10414,30 @@ } } ], - "purl": "pkg:npm/hot-patcher@2.0.1", + "purl": "pkg:npm/character-reference-invalid@2.0.1", "externalReferences": [ { - "url": "git+https://github.com/perry-mitchell/hot-patcher.git", + "url": "git+https://github.com/wooorm/character-reference-invalid.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/perry-mitchell/hot-patcher#readme", + "url": "https://github.com/wooorm/character-reference-invalid#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/perry-mitchell/hot-patcher/issues", + "url": "https://github.com/wooorm/character-reference-invalid/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-2.0.1.tgz", + "url": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1028352451b46337a189c41aa207a795cb36aa0e96b1742cc6d9dbaf58baf7abb9b4b523b49750021d2eda0d10e58578e5fdbadd36b51a7509b1cf1621f25fe1" + "content": "881678178c116f239156cbb48cf57b81790eb066231873e6032bfe1e21c6f208b93ed0bd288da3d7ebfcfed9626d1be3a165f4dbbca9986fe7d07b4ee6deee9f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9696,48 +10446,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/hot-patcher" + "value": "node_modules/character-reference-invalid" } ] }, { "type": "library", - "name": "icss-utils", - "version": "5.1.0", - "bom-ref": "mydash@1.0.0|icss-utils@5.1.0", - "author": "Glen Maddern", - "description": "ICSS utils for postcss ast", + "name": "charenc", + "version": "0.0.2", + "bom-ref": "mydash@1.0.0|charenc@0.0.2", + "author": "Paul Vorbach", + "description": "character encoding utilities", "licenses": [ { "license": { - "id": "ISC" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/icss-utils@5.1.0", + "purl": "pkg:npm/charenc@0.0.2", "externalReferences": [ { - "url": "git+https://github.com/css-modules/icss-utils.git", + "url": "git://github.com/pvorb/node-charenc.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/css-modules/icss-utils#readme", + "url": "https://github.com/pvorb/node-charenc#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/css-modules/icss-utils/issues", + "url": "https://github.com/pvorb/node-charenc/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "url": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b281617e509558b7d134e3d4de2bf967d554753e38c4545bce32ec1334abe4042682a3cc4c7754dcf313d427f5b2cc7c7cb3490c0d63b9fb5897e3d472fdcca8" + "content": "cab2d0ff255415793383b10342c3e2784ff9dfed1195a593b3ec01aef5b7e9cca2949d9268359f978623eccb4b4d795e57db8429e7db00650fbf6fe2592a2844" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9746,16 +10496,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/icss-utils" + "value": "node_modules/charenc" } ] }, { "type": "library", - "name": "inline-style-parser", - "version": "0.1.1", - "bom-ref": "mydash@1.0.0|inline-style-parser@0.1.1", - "description": "An inline style parser.", + "name": "chrome-trace-event", + "version": "1.0.4", + "bom-ref": "mydash@1.0.0|chrome-trace-event@1.0.4", + "author": "Trent Mick, Sam Saccone", + "description": "A library to create a trace of your node app per Google's Trace Event format.", "licenses": [ { "license": { @@ -9763,30 +10514,30 @@ } } ], - "purl": "pkg:npm/inline-style-parser@0.1.1", + "purl": "pkg:npm/chrome-trace-event@1.0.4", "externalReferences": [ { - "url": "git+https://github.com/remarkablemark/inline-style-parser.git", + "url": "git+https://github.com/samccone/chrome-trace-event.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/remarkablemark/inline-style-parser#readme", + "url": "https://github.com/samccone/chrome-trace-event#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/remarkablemark/inline-style-parser/issues", + "url": "https://github.com/samccone/chrome-trace-event/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "url": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ecd5e896c2b80804b9fb1bdd8f938c31b23deb6854ff0bf0a3193e2d647d124f5b56dcaeb9849c0cde9e4b4ad49ba4f1029169c3b097d68e2e27371de00c83dd" + "content": "acd8c0a5a2f3bb068e4e30a24fc9520dd18dd403c28aa90284b309c493d62ee9cf02de5fcbcc6053dfe334e72157ce307c8c6b034951401ee8093f23ae7ff0ad" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9795,17 +10546,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/inline-style-parser" + "value": "node_modules/chrome-trace-event" } ] }, { "type": "library", - "name": "is-absolute-url", - "version": "4.0.1", - "bom-ref": "mydash@1.0.0|is-absolute-url@4.0.1", - "author": "Sindre Sorhus", - "description": "Check if a URL is absolute", + "name": "clamp", + "version": "1.0.1", + "bom-ref": "mydash@1.0.0|clamp@1.0.1", + "author": "Hugh Kennedy", + "description": "Clamp a value between two other values", "licenses": [ { "license": { @@ -9813,30 +10564,30 @@ } } ], - "purl": "pkg:npm/is-absolute-url@4.0.1", + "purl": "pkg:npm/clamp@1.0.1", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/is-absolute-url.git", + "url": "git://github.com/hughsk/clamp.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/sindresorhus/is-absolute-url#readme", + "url": "https://github.com/hughsk/clamp#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/is-absolute-url/issues", + "url": "https://github.com/hughsk/clamp/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz", + "url": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ff9d7f4ca13cf0b9a6ec6738ffc6ed725357592fa0e74c1785826af07588040194067a00751bb56977a1dfae2dfceef05c301c4c90cff0f36e34a5940d689ef8" + "content": "92032e17213bf0e0ba0f2bb70f2eef731e2ecbdec421b571241fc1d1e2776d434093074d73163380a96d9f2003898c2c47b484aa49143ec1144fffce552e9730" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9845,17 +10596,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/is-absolute-url" + "value": "node_modules/clamp" } ] }, { "type": "library", - "name": "is-buffer", - "version": "1.1.6", - "bom-ref": "mydash@1.0.0|is-buffer@1.1.6", - "author": "Feross Aboukhadijeh", - "description": "Determine if an object is a Buffer", + "name": "clone", + "version": "2.1.2", + "bom-ref": "mydash@1.0.0|clone@2.1.2", + "author": "Paul Vorbach", + "description": "deep cloning of objects and arrays", "licenses": [ { "license": { @@ -9863,30 +10614,30 @@ } } ], - "purl": "pkg:npm/is-buffer@1.1.6", + "purl": "pkg:npm/clone@2.1.2", "externalReferences": [ { - "url": "git://github.com/feross/is-buffer.git", + "url": "git://github.com/pvorb/node-clone.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/feross/is-buffer#readme", + "url": "https://github.com/pvorb/node-clone#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/feross/is-buffer/issues", + "url": "https://github.com/pvorb/node-clone/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "url": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "35c7402f0a579139b966fbdb93ba303944af56f04a0e028fe7f7b07d71339e64057ece194666a739e2814e34558e46b7405a0de9727ef45dd44aa7c7a93694e7" + "content": "dcf7bf085d4d9fde21ca1218a63b622e1742a04a33d03a90fbdf3c13d826784750665a23c6739bef8c1cb45caec16407ceac9ff57ec2ecc1bc8ee529a81253f3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9895,17 +10646,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/is-buffer" + "value": "node_modules/clone" } ] }, { "type": "library", - "name": "is-svg", - "version": "6.1.0", - "bom-ref": "mydash@1.0.0|is-svg@6.1.0", - "author": "Sindre Sorhus", - "description": "Check if a string is SVG", + "name": "codemirror", + "version": "6.0.2", + "bom-ref": "mydash@1.0.0|codemirror@6.0.2", + "author": "Marijn Haverbeke", + "description": "Basic configuration for the CodeMirror code editor", "licenses": [ { "license": { @@ -9913,30 +10664,30 @@ } } ], - "purl": "pkg:npm/is-svg@6.1.0", + "purl": "pkg:npm/codemirror@6.0.2", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/is-svg.git", + "url": "git+https://github.com/codemirror/basic-setup.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/sindresorhus/is-svg#readme", + "url": "https://github.com/codemirror/basic-setup#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/is-svg/issues", + "url": "https://github.com/codemirror/basic-setup/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/is-svg/-/is-svg-6.1.0.tgz", + "url": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "8bb60f76f62e48261c68b42b2b0b7c72f2939701dc740e87a7c37d48edd0e63233a3cc7a907dcde3b5b406f3cfecd7715419881f1ed7f432b7e9ccd8616ee51e" + "content": "561c9d1e8b4d5b9c355062b4423f7a0704a4fd9a9ba7d59b9f22b65bf79532fe10c85e3520d446a6352114963bfee0cdbae752737ddafcf2abe220ea45dbaf1f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9945,15 +10696,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/is-svg" + "value": "node_modules/codemirror" } ] }, { "type": "library", - "name": "jest-worker", - "version": "27.5.1", - "bom-ref": "mydash@1.0.0|jest-worker@27.5.1", + "name": "color-convert", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|color-convert@2.0.1", + "author": "Heather Arthur", + "description": "Plain color conversion functions", "licenses": [ { "license": { @@ -9961,30 +10714,30 @@ } } ], - "purl": "pkg:npm/jest-worker@27.5.1", + "purl": "pkg:npm/color-convert@2.0.1", "externalReferences": [ { - "url": "git+https://github.com/facebook/jest.git#packages/jest-worker", + "url": "git+https://github.com/Qix-/color-convert.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/facebook/jest#readme", + "url": "https://github.com/Qix-/color-convert#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/facebook/jest/issues", + "url": "https://github.com/Qix-/color-convert/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "eefba1f3957971d0e87cfcb19f9f27acf8c192d668d2ef71d60f16b6342897e8d90da13e7e137e708bd38f5d469dd067327c9fad4386d6c650c427632a1f832a" + "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -9993,69 +10746,67 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/jest-worker" + "value": "node_modules/color-convert" + } + ] + }, + { + "type": "library", + "name": "color-name", + "version": "1.1.4", + "bom-ref": "mydash@1.0.0|color-name@1.1.4", + "author": "DY", + "description": "A list of color names and its values", + "licenses": [ + { + "license": { + "id": "MIT" + } } ], - "components": [ + "purl": "pkg:npm/color-name@1.1.4", + "externalReferences": [ { - "type": "library", - "name": "supports-color", - "version": "8.1.1", - "bom-ref": "mydash@1.0.0|jest-worker@27.5.1|supports-color@8.1.1", - "author": "Sindre Sorhus", - "description": "Detect whether a terminal supports color", - "licenses": [ + "url": "git+ssh://git@github.com/colorjs/color-name.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/colorjs/color-name", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/colorjs/color-name/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "type": "distribution", + "hashes": [ { - "license": { - "id": "MIT" - } + "alg": "SHA-512", + "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40" } ], - "purl": "pkg:npm/supports-color@8.1.1", - "externalReferences": [ - { - "url": "git+https://github.com/chalk/supports-color.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/chalk/supports-color#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/chalk/supports-color/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "3295043763a876d533c6f29097bd9c505ed14391221ec1af4ac546d226bd73945b5862f6088e02ec4a4f4bc513048a659e5cd988db95e7ac3e16e371cb7b72d9" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/jest-worker/node_modules/supports-color" - } - ] + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/color-name" } ] }, { "type": "library", - "name": "json-parse-even-better-errors", - "version": "2.3.1", - "bom-ref": "mydash@1.0.0|json-parse-even-better-errors@2.3.1", - "author": "Kat Marchán", - "description": "JSON.parse with context information on error", + "name": "combined-stream", + "version": "1.0.8", + "bom-ref": "mydash@1.0.0|combined-stream@1.0.8", + "author": "Felix Geisendörfer", + "description": "A stream that emits multiple other streams one after another.", "licenses": [ { "license": { @@ -10063,30 +10814,30 @@ } } ], - "purl": "pkg:npm/json-parse-even-better-errors@2.3.1", + "purl": "pkg:npm/combined-stream@1.0.8", "externalReferences": [ { - "url": "git+https://github.com/npm/json-parse-even-better-errors.git", + "url": "git://github.com/felixge/node-combined-stream.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/npm/json-parse-even-better-errors#readme", + "url": "https://github.com/felixge/node-combined-stream", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/npm/json-parse-even-better-errors/issues", + "url": "https://github.com/felixge/node-combined-stream/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c72170ca1ae8fc91287fa1a17b68b3d8d717a23dac96836c5abfd7b044432bfa223c27da36197938d7e9fa341d01945043420958dcc7f7321917b962f75921db" + "content": "1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10095,17 +10846,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/json-parse-even-better-errors" + "value": "node_modules/combined-stream" } ] }, { "type": "library", - "name": "layerr", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|layerr@3.0.0", - "author": "Perry Mitchell", - "description": "Error wrapping utility for NodeJS and the browser", + "name": "comma-separated-tokens", + "version": "2.0.3", + "bom-ref": "mydash@1.0.0|comma-separated-tokens@2.0.3", + "author": "Titus Wormer", + "description": "Parse and stringify comma-separated tokens", "licenses": [ { "license": { @@ -10113,30 +10864,30 @@ } } ], - "purl": "pkg:npm/layerr@3.0.0", + "purl": "pkg:npm/comma-separated-tokens@2.0.3", "externalReferences": [ { - "url": "git+https://github.com/perry-mitchell/layerr.git", + "url": "git+https://github.com/wooorm/comma-separated-tokens.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/perry-mitchell/layerr#readme", + "url": "https://github.com/wooorm/comma-separated-tokens#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/perry-mitchell/layerr/issues", + "url": "https://github.com/wooorm/comma-separated-tokens/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/layerr/-/layerr-3.0.0.tgz", + "url": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b6fef9e0a8b6757a4f540a4eae34f2468e3f41e8156fd79516ae268eaa78f8d33935a5fbb3242f37904135f57f6690070841d5db85dd515ac102891ae23b77a4" + "content": "16ee2125dbf37b29427d03e9f5219689da73accb3bb53ae5bba55bf1719a446724f1048d649269e77f16adbeb42dac787cfc11eb8562638ebc3885136d194666" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10145,17 +10896,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/layerr" + "value": "node_modules/comma-separated-tokens" } ] }, { "type": "library", - "name": "linkify-string", - "version": "4.3.2", - "bom-ref": "mydash@1.0.0|linkify-string@4.3.2", - "author": "Nick Frasser", - "description": "String interface for linkifyjs", + "name": "commander", + "version": "2.20.3", + "bom-ref": "mydash@1.0.0|commander@2.20.3", + "author": "TJ Holowaychuk", + "description": "the complete solution for node.js command-line programs", "licenses": [ { "license": { @@ -10163,30 +10914,30 @@ } } ], - "purl": "pkg:npm/linkify-string@4.3.2", + "purl": "pkg:npm/commander@2.20.3", "externalReferences": [ { - "url": "git+https://github.com/nfrasser/linkifyjs.git#packages/linkify-string", + "url": "git+https://github.com/tj/commander.js.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://linkify.js.org", + "url": "https://github.com/tj/commander.js#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nfrasser/linkifyjs/issues", + "url": "https://github.com/tj/commander.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.3.2.tgz", + "url": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "26a06e42949af824a3dadb2420823bd1228e8cf7e35f00c5ca34513454eb960efa829da76a9dfac5e463fdc59a5f1ba4a8136bc4cf8bd3b5f2291b14b47fc3a5" + "content": "1a956498cf2f176bd05248f62ef6660f7e49c5e24e2c2c09f5c524ba0ca4da7ba16efdfe989be92d862dfb4f9448cc44fa88fe7b2fe52449e1670ef9c7f38c71" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10195,17 +10946,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/linkify-string" + "value": "node_modules/commander" } ] }, { "type": "library", - "name": "linkifyjs", - "version": "4.3.2", - "bom-ref": "mydash@1.0.0|linkifyjs@4.3.2", - "author": "Nick Frasser", - "description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML links.", + "name": "confbox", + "version": "0.2.4", + "bom-ref": "mydash@1.0.0|confbox@0.2.4", + "description": "Compact YAML, TOML, JSONC, JSON5 and INI parser and serializer", "licenses": [ { "license": { @@ -10213,30 +10963,30 @@ } } ], - "purl": "pkg:npm/linkifyjs@4.3.2", + "purl": "pkg:npm/confbox@0.2.4", "externalReferences": [ { - "url": "git+https://github.com/nfrasser/linkifyjs.git#packages/linkifyjs", + "url": "git+https://github.com/unjs/confbox.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://linkify.js.org", + "url": "https://github.com/unjs/confbox#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nfrasser/linkifyjs/issues", + "url": "https://github.com/unjs/confbox/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", + "url": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "353d4226dab784722b78e89a9c0f1a4979fa0b0d09cd83ae0d06cead23deee0a859c2a4a3fef8c41edce0e03b7a21d8624539190001daab79d39aeb4cfadc66c" + "content": "cac3869604c56cddbf63a0a0dc8c9ef182ae947c3e4767cd5c7ae04a65c849074c9e8998e9e343a6b55d5bd479c4182e12a23de78f92ebbd3d53288eec1fba39" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10245,17 +10995,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/linkifyjs" + "value": "node_modules/confbox" } ] }, { "type": "library", - "name": "loader-runner", - "version": "4.3.1", - "bom-ref": "mydash@1.0.0|loader-runner@4.3.1", - "author": "Tobias Koppers @sokra", - "description": "Runs (webpack) loaders", + "name": "consola", + "version": "2.15.3", + "bom-ref": "mydash@1.0.0|consola@2.15.3", + "description": "Elegant Console Logger for Node.js and Browser", "licenses": [ { "license": { @@ -10263,30 +11012,30 @@ } } ], - "purl": "pkg:npm/loader-runner@4.3.1", + "purl": "pkg:npm/consola@2.15.3", "externalReferences": [ { - "url": "git+https://github.com/webpack/loader-runner.git", + "url": "git+https://github.com/nuxt/consola.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/webpack/loader-runner#readme", + "url": "https://github.com/nuxt/consola#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/webpack/loader-runner/issues", + "url": "https://github.com/nuxt/consola/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "url": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "216a8fd9208f8725454c1b5172030777395ff6e976e4dc1a171e300841ff2a3017bae1d8e32363bcf5ec068929f23081f77e8fc9645a3ca50d87c36fca52e9d9" + "content": "f6f01d61b1e3eb1d9f2ca0b8fa83c7d2417363fa2b319c86d808fe90dca51f128627f11de1da4dc80418c0939da8ee3374ced7a551e6c9e8d00dc407ae7b976f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10295,17 +11044,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/loader-runner" + "value": "node_modules/consola" } ] }, { "type": "library", - "name": "loader-utils", - "version": "1.4.2", - "bom-ref": "mydash@1.0.0|loader-utils@1.4.2", - "author": "Tobias Koppers @sokra", - "description": "utils for webpack loaders", + "name": "consolidate", + "version": "0.15.1", + "bom-ref": "mydash@1.0.0|consolidate@0.15.1", + "author": "TJ Holowaychuk", + "description": "Template engine consolidation library", "licenses": [ { "license": { @@ -10313,30 +11062,30 @@ } } ], - "purl": "pkg:npm/loader-utils@1.4.2", + "purl": "pkg:npm/consolidate@0.15.1", "externalReferences": [ { - "url": "git+https://github.com/webpack/loader-utils.git", + "url": "git+https://github.com/tj/consolidate.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/webpack/loader-utils#readme", + "url": "https://github.com/tj/consolidate.js", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/webpack/loader-utils/issues", + "url": "https://github.com/tj/consolidate.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "url": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "239774d0f77f8f0303d9009dba8eb9efe60cffa2f7299bbefa9997f551677316b1bc772bbbd8f1d6505a15fb7eaf832dda32b4621a78d579510228733f11cd0a" + "content": "0d6e3a9ebb0c260cbd92a01b3ede6b29a0abeee16da68e26494bcb1c851b2448e6d2fa3e698e502f0054ab714ae2d46726bfd7d0fb1cd02e237ff87e1ed5d233" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10345,69 +11094,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/loader-utils" - } - ], - "components": [ - { - "type": "library", - "name": "json5", - "version": "1.0.2", - "bom-ref": "mydash@1.0.0|loader-utils@1.4.2|json5@1.0.2", - "author": "Aseem Kishore", - "description": "JSON for humans.", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/json5@1.0.2", - "externalReferences": [ - { - "url": "git+https://github.com/json5/json5.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "http://json5.org/", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/json5/json5/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "83531630b062cfc14a8b57b8c3453254bdf0fa225c7960050406819e718a3a935ae5ff132e4b646eb7b5facea8202c9d5809be1d15064e623efffc6fda1bd760" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/loader-utils/node_modules/json5" - } - ] + "value": "node_modules/consolidate" } ] }, { "type": "library", - "name": "lodash.throttle", - "version": "4.1.1", - "bom-ref": "mydash@1.0.0|lodash.throttle@4.1.1", - "author": "John-David Dalton", - "description": "The lodash method `_.throttle` exported as a module.", + "name": "copy-anything", + "version": "4.0.5", + "bom-ref": "mydash@1.0.0|copy-anything@4.0.5", + "author": "Luca Ban - Mesqueeb", + "description": "An optimised way to copy'ing an object. A small and simple integration", + "scope": "optional", "licenses": [ { "license": { @@ -10415,30 +11113,30 @@ } } ], - "purl": "pkg:npm/lodash.throttle@4.1.1", + "purl": "pkg:npm/copy-anything@4.0.5", "externalReferences": [ { - "url": "git+https://github.com/lodash/lodash.git", + "url": "git+https://github.com/mesqueeb/copy-anything.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://lodash.com/", + "url": "https://github.com/mesqueeb/copy-anything#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/lodash/lodash/issues", + "url": "https://github.com/mesqueeb/copy-anything/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "url": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c0891409f54aa55b16a3725266573ef0c0798adfb600de56f09ed854c493df452bbdc40d6753a46e3fab6d59e28a34d613a146632e1726afeb1e46acf2a24c2d" + "content": "ed5bfa6ac8d2e2030eb882da6c3de5ef7f6db1ac454260be6bba4b666d36cf2becf29f7bedb2f7cc482adf20e4e6b9fd0743db62022ffbe8e61dcb9469be1184" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10447,17 +11145,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/lodash.throttle" + "value": "node_modules/copy-anything" } ] }, { "type": "library", - "name": "lowlight", - "version": "3.3.0", - "bom-ref": "mydash@1.0.0|lowlight@3.3.0", - "author": "Titus Wormer", - "description": "Virtual syntax highlighting for virtual DOMs and non-HTML things", + "name": "core-js", + "version": "3.48.0", + "bom-ref": "mydash@1.0.0|core-js@3.48.0", + "author": "Denis Pushkarev", + "description": "Standard library", "licenses": [ { "license": { @@ -10465,30 +11163,30 @@ } } ], - "purl": "pkg:npm/lowlight@3.3.0", + "purl": "pkg:npm/core-js@3.48.0", "externalReferences": [ { - "url": "git+https://github.com/wooorm/lowlight.git", + "url": "git+https://github.com/zloirock/core-js.git#packages/core-js", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/wooorm/lowlight#readme", + "url": "https://core-js.io", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/lowlight/issues", + "url": "https://github.com/zloirock/core-js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", + "url": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d09361805a0fbcfe94ea513f51d56c4aaf7db67e838638e9023e4cc46e3d7b077698e055b70598213f0297200186ad7df1a5d7383314e8ec7c0eb1b2fc2a5365" + "content": "ce91074f2d5f8d331908a2c7519a157b296df57af3688376adb3d712dd24faaec91390a4099768e9b36ae796e7db86baf421fb12b0152ca8a3c498dae1fc3e51" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10497,98 +11195,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/lowlight" + "value": "node_modules/core-js" } ] }, { "type": "library", - "name": "material-colors", - "version": "1.2.6", - "bom-ref": "mydash@1.0.0|material-colors@1.2.6", - "author": "Shuhei Kagawa", - "description": "Colors of Google's Material Design made available to coders", + "name": "crelt", + "version": "1.0.6", + "bom-ref": "mydash@1.0.0|crelt@1.0.6", + "author": "Marijn Haverbeke", + "description": "Tiny DOM-element-creation utility", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/material-colors@1.2.6", - "externalReferences": [ - { - "url": "git+https://github.com/shuhei/material-colors.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/shuhei/material-colors", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/shuhei/material-colors/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "eaa13807d75e14121af584a939cf4ed1281ce37cd379561b8034f9bde44a4a5076f99b87368555c40d4bfdc90c51ac95f40cbdcbb67f49908b706b5e5bd8bb6e" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/material-colors" - } - ] - }, - { - "type": "library", - "name": "math-intrinsics", - "version": "1.1.0", - "bom-ref": "mydash@1.0.0|math-intrinsics@1.1.0", - "author": "Jordan Harband", - "description": "ES Math-related intrinsics and helpers, robustly cached.", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/math-intrinsics@1.1.0", + "purl": "pkg:npm/crelt@1.0.6", "externalReferences": [ { - "url": "git+https://github.com/es-shims/math-intrinsics.git", + "url": "git+https://github.com/marijnh/crelt.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/es-shims/math-intrinsics#readme", + "url": "https://github.com/marijnh/crelt#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/es-shims/math-intrinsics/issues", + "url": "https://github.com/marijnh/crelt/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "url": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6" + "content": "550d8c05e9d3ab57d66541fd0c9346b62ee42afe84780b98af770bc31516848bb56da4da5e1e086f95b60aa1d5aa26f8fcca9b60626a88bdd96fc18966bde5e2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10597,17 +11245,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/math-intrinsics" + "value": "node_modules/crelt" } ] }, { "type": "library", - "name": "md5", - "version": "2.3.0", - "bom-ref": "mydash@1.0.0|md5@2.3.0", + "name": "crypt", + "version": "0.0.2", + "bom-ref": "mydash@1.0.0|crypt@0.0.2", "author": "Paul Vorbach", - "description": "js function for hashing messages with MD5", + "description": "utilities for encryption and hashing", "licenses": [ { "license": { @@ -10615,80 +11263,30 @@ } } ], - "purl": "pkg:npm/md5@2.3.0", - "externalReferences": [ - { - "url": "git://github.com/pvorb/node-md5.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/pvorb/node-md5#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/pvorb/node-md5/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "4f51884d898568ab8ef75bf1ca840c1444ecb7e3bbd5550f114df37b918dcc39b439674ff2fd7389368010f52bff790bb18dd27ed833db8d80d527ad4220cbee" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/md5" - } - ] - }, - { - "type": "library", - "name": "mdast-squeeze-paragraphs", - "version": "6.0.0", - "bom-ref": "mydash@1.0.0|mdast-squeeze-paragraphs@6.0.0", - "author": "Eugene Sharygin", - "description": "mdast utility to remove empty paragraphs from a tree", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/mdast-squeeze-paragraphs@6.0.0", + "purl": "pkg:npm/crypt@0.0.2", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-squeeze-paragraphs.git", + "url": "git://github.com/pvorb/node-crypt.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-squeeze-paragraphs#readme", + "url": "https://github.com/pvorb/node-crypt#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-squeeze-paragraphs/issues", + "url": "https://github.com/pvorb/node-crypt/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-6.0.0.tgz", + "url": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e8d0db24f4e0d0cd187be4e56305f5289d4b15ba79d793f68a699127225085cf4d6bd71eb47cd2a07358210717a4034400fd6c9bdc9dfc24d9536b87a91e40fb" + "content": "982c4196c1c5621f42f8756988469c7a6f051019cc5e053d832e3398d0be497019341ff589d829fdaba5149e058028bb18f1156dfca7834f761aa2f6936ae6a3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10697,17 +11295,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-squeeze-paragraphs" + "value": "node_modules/crypt" } ] }, { "type": "library", - "name": "mdast-util-find-and-replace", - "version": "3.0.2", - "bom-ref": "mydash@1.0.0|mdast-util-find-and-replace@3.0.2", - "author": "Titus Wormer", - "description": "mdast utility to find and replace text in a tree", + "name": "css-loader", + "version": "6.11.0", + "bom-ref": "mydash@1.0.0|css-loader@6.11.0", + "author": "Tobias Koppers @sokra", + "description": "css loader module for webpack", "licenses": [ { "license": { @@ -10715,30 +11313,30 @@ } } ], - "purl": "pkg:npm/mdast-util-find-and-replace@3.0.2", + "purl": "pkg:npm/css-loader@6.11.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-util-find-and-replace.git", + "url": "git+https://github.com/webpack-contrib/css-loader.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-find-and-replace#readme", + "url": "https://github.com/webpack-contrib/css-loader", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-find-and-replace/issues", + "url": "https://github.com/webpack-contrib/css-loader/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", + "url": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "4e6775560fe6dd7cf8dda7de3710c885646d15980cd952f269fe2f493630b9d4f27ae4e77a82f7aad58c0398de2f2cff3b5bc3266995e10b92705080dad04fc2" + "content": "09327e0044098eae4dccb81ae69137f6a762495e7a17ccb0088b2a348445d2bec10e05ac376e5a6b34e8a80160ed9aed03f534d7ac6e741ddf7e0c1e391c57ee" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10747,48 +11345,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-find-and-replace" + "value": "node_modules/css-loader" } ], "components": [ { "type": "library", - "name": "escape-string-regexp", - "version": "5.0.0", - "bom-ref": "mydash@1.0.0|mdast-util-find-and-replace@3.0.2|escape-string-regexp@5.0.0", - "author": "Sindre Sorhus", - "description": "Escape RegExp special characters", + "name": "semver", + "version": "7.7.3", + "bom-ref": "mydash@1.0.0|css-loader@6.11.0|semver@7.7.3", + "author": "GitHub Inc.", + "description": "The semantic version parser used by npm.", "licenses": [ { "license": { - "id": "MIT" + "id": "ISC" } } ], - "purl": "pkg:npm/escape-string-regexp@5.0.0", + "purl": "pkg:npm/semver@7.7.3", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/escape-string-regexp.git", + "url": "git+https://github.com/npm/node-semver.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/sindresorhus/escape-string-regexp#readme", + "url": "https://github.com/npm/node-semver#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/escape-string-regexp/issues", + "url": "https://github.com/npm/node-semver/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "url": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fef798ef925b30ae23d728efb94c6e56c892fe1affe221ecf454d3e9c8137b1c5d1342f2fe095c7010249681ff0e87e48d16d95376e7a23dfc98e9a1919d251f" + "content": "49db0a32b23d4dd823770794491f4cc1e1c0e0427c6311e7f0315a0e2b2f85595439ee01175b4b0fb1808f4948a96565f9d3dbfeb131af406d6f2e65a109b6d1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10797,7 +11395,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp" + "value": "node_modules/css-loader/node_modules/semver" } ] } @@ -10805,11 +11403,11 @@ }, { "type": "library", - "name": "mdast-util-from-markdown", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|mdast-util-from-markdown@2.0.2", - "author": "Titus Wormer", - "description": "mdast utility to parse markdown", + "name": "cssesc", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|cssesc@3.0.0", + "author": "Mathias Bynens", + "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", "licenses": [ { "license": { @@ -10817,30 +11415,30 @@ } } ], - "purl": "pkg:npm/mdast-util-from-markdown@2.0.2", + "purl": "pkg:npm/cssesc@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-util-from-markdown.git", + "url": "git+https://github.com/mathiasbynens/cssesc.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-from-markdown#readme", + "url": "https://mths.be/cssesc", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-from-markdown/issues", + "url": "https://github.com/mathiasbynens/cssesc/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", + "url": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b9985357ff0d06ec3458790f4eb0aa0ce974cd57b50489e0e59b47a03938f4c135aaa72362698b98e7f48042e0711331378c368ae21e56ca39ffa432992ae098" + "content": "fd36ff25c8cad75d67352706a1be4c36db27b4d3356823540e2a41fd39306458720ebac4e3b48ec7fd7cc05d9b6e381cdd9cc248a5b54f99ede446c5a00cff56" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10849,17 +11447,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-from-markdown" + "value": "node_modules/cssesc" } ] }, { "type": "library", - "name": "mdast-util-newline-to-break", - "version": "2.0.0", - "bom-ref": "mydash@1.0.0|mdast-util-newline-to-break@2.0.0", - "author": "Titus Wormer", - "description": "mdast utility to support hard breaks without needing spaces or escapes", + "name": "csstype", + "version": "3.2.3", + "bom-ref": "mydash@1.0.0|csstype@3.2.3", + "author": "Fredrik Nicol", + "description": "Strict TypeScript and Flow types for style based on MDN data", "licenses": [ { "license": { @@ -10867,30 +11465,30 @@ } } ], - "purl": "pkg:npm/mdast-util-newline-to-break@2.0.0", + "purl": "pkg:npm/csstype@3.2.3", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-util-newline-to-break.git", + "url": "git+https://github.com/frenic/csstype.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-newline-to-break#readme", + "url": "https://github.com/frenic/csstype#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-newline-to-break/issues", + "url": "https://github.com/frenic/csstype/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", + "url": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "31b81e15c6b484b608131ff6cc6b2ccc2484249d49482762639c50c5170b0c319af043ef94b3eea49e0349a8db30f0270b48def237dbf538940139f1c6b1d4a2" + "content": "cf51c629c632db103c00641fc2b9f43c0cbe3c1ed7fc64a3dd45495bda8aca7e37c566be825e675e6538aaa2cc4735952c50bc2aeb145fc4ffd240a2398a4021" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10899,17 +11497,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-newline-to-break" + "value": "node_modules/csstype" } ] }, { "type": "library", - "name": "mdast-util-to-hast", - "version": "13.2.1", - "bom-ref": "mydash@1.0.0|mdast-util-to-hast@13.2.1", - "author": "Titus Wormer", - "description": "mdast utility to transform to hast", + "name": "data-uri-to-buffer", + "version": "4.0.1", + "bom-ref": "mydash@1.0.0|data-uri-to-buffer@4.0.1", + "author": "Nathan Rajlich", + "description": "Generate a Buffer instance from a Data URI string", "licenses": [ { "license": { @@ -10917,30 +11515,30 @@ } } ], - "purl": "pkg:npm/mdast-util-to-hast@13.2.1", + "purl": "pkg:npm/data-uri-to-buffer@4.0.1", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git", + "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-to-hast#readme", + "url": "https://github.com/TooTallNate/node-data-uri-to-buffer", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-to-hast/issues", + "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", + "url": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "71cb6cab6c29e6f4ec2c871aca66e552b8a24dc65dd02c16b426cbbeb3b36020d9a16c8c355f2c67b92b8f4f454a7b22262dd656c1cb33893a0eaff268fc825c" + "content": "d11f629116faebc1c1ed00f14f5be4a6e501b6a739dd8c80c0cc0679414a4688d8fcd58abdd67ef5462d45f1a686a35b4644d256931b9b28578a9145bf671bfc" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10949,17 +11547,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-to-hast" + "value": "node_modules/data-uri-to-buffer" } ] }, { "type": "library", - "name": "mdast-util-to-string", - "version": "4.0.0", - "bom-ref": "mydash@1.0.0|mdast-util-to-string@4.0.0", - "author": "Titus Wormer", - "description": "mdast utility to get the plain text content of a node", + "name": "date-fns", + "version": "4.1.0", + "bom-ref": "mydash@1.0.0|date-fns@4.1.0", + "description": "Modern JavaScript date utility library", "licenses": [ { "license": { @@ -10967,30 +11564,30 @@ } } ], - "purl": "pkg:npm/mdast-util-to-string@4.0.0", + "purl": "pkg:npm/date-fns@4.1.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/mdast-util-to-string.git", + "url": "git+https://github.com/date-fns/date-fns.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-to-string#readme", + "url": "https://github.com/date-fns/date-fns#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/mdast-util-to-string/issues", + "url": "https://github.com/date-fns/date-fns/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "url": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d07e38bc38a69f9d45d18c2fc522529b47820ce25346598dd11d72061e072e3f70895d439f44285c66ef1405a3da1488b554e50a6045d61a8a948c9405514b3e" + "content": "524ab4a306d05f16bf537106b6c755064475c3b28e43980806a747da192f927cd93d8bc1c5bfda6ba13c2fbb668c5b64c1906edd45c16e32203e8fc4cf8c5a36" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -10999,17 +11596,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mdast-util-to-string" + "value": "node_modules/date-fns" } ] }, { "type": "library", - "name": "merge-source-map", - "version": "1.1.0", - "bom-ref": "mydash@1.0.0|merge-source-map@1.1.0", - "author": "keik", - "description": "Merge old source map and new source map in multi-transform flow", + "name": "date-format-parse", + "version": "0.2.7", + "bom-ref": "mydash@1.0.0|date-format-parse@0.2.7", + "author": "xiemengxiong", + "description": "Lightweight date format and parse", "licenses": [ { "license": { @@ -11017,30 +11614,30 @@ } } ], - "purl": "pkg:npm/merge-source-map@1.1.0", + "purl": "pkg:npm/date-format-parse@0.2.7", "externalReferences": [ { - "url": "git+https://github.com/keik/merge-source-map.git", + "url": "git+https://github.com/mengxiong10/date-format-parse.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/keik/merge-source-map#readme", + "url": "https://github.com/mengxiong10/date-format-parse#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/keik/merge-source-map/issues", + "url": "https://github.com/mengxiong10/date-format-parse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "url": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "424729ecfdb2824b6930f87698241969fde384de83dd9fea5591d2756bd0fb611fe4781100f04ee7b03befe10d9b408fc76fb509efcc60a8b7ca6a9d7eeaa26f" + "content": "ffe9723142a846880cb9378e5628ba954c236d595eb0df584582f3653fe0dd3119dee0fd427a6345eb2e8de12a516f8e48d6d3ed3d7e4987721244dc46ff8a0d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11049,17 +11646,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/merge-source-map" + "value": "node_modules/date-format-parse" } ] }, { "type": "library", - "name": "merge-stream", - "version": "2.0.0", - "bom-ref": "mydash@1.0.0|merge-stream@2.0.0", - "author": "Stephen Sugden", - "description": "Create a stream that emits events from multiple other streams", + "name": "de-indent", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|de-indent@1.0.2", + "author": "Evan You", + "description": "remove extra indent from a block of code", "licenses": [ { "license": { @@ -11067,30 +11664,30 @@ } } ], - "purl": "pkg:npm/merge-stream@2.0.0", + "purl": "pkg:npm/de-indent@1.0.2", "externalReferences": [ { - "url": "git+https://github.com/grncdr/merge-stream.git", + "url": "git+https://github.com/yyx990803/de-indent.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/grncdr/merge-stream#readme", + "url": "https://github.com/yyx990803/de-indent#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/grncdr/merge-stream/issues", + "url": "https://github.com/yyx990803/de-indent/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "69bbffa8e72e3df9375113df0f39995352ca9aec3c913fb49c81ef2ab2a016bc227e897f76859c740e19aac590f0436b14a91debb31fa68fcba2f6c852c6eddf" + "content": "7bfd73bb7c47e4c42bc8ddb3755685d0eadd34b51bbd6c7331b8be88d03a064cbb9754683fc6b67c86d1a1cc877255edfdaac3aeb47a94bdd3a850fda4c413b2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11099,17 +11696,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/merge-stream" + "value": "node_modules/de-indent" } ] }, { "type": "library", - "name": "micromark-core-commonmark", - "version": "2.0.3", - "bom-ref": "mydash@1.0.0|micromark-core-commonmark@2.0.3", - "author": "Titus Wormer", - "description": "The CommonMark markdown constructs", + "name": "debounce", + "version": "2.2.0", + "bom-ref": "mydash@1.0.0|debounce@2.2.0", + "description": "Delay function calls until a set time elapses after the last invocation", "licenses": [ { "license": { @@ -11117,30 +11713,30 @@ } } ], - "purl": "pkg:npm/micromark-core-commonmark@2.0.3", + "purl": "pkg:npm/debounce@2.2.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/sindresorhus/debounce.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/sindresorhus/debounce#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/sindresorhus/debounce/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", + "url": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "44306b1c4312c5514b83ac6f9d799bd40cabd96ccb0168de4804c0a31c0a60957de1378d6af82821d0346bdcadcc3495cc1cb660a14af9e9823ce1226cb782ae" + "content": "5e4b3a4540cb645773f0b21d47aab43131f8e24ec58a43a69e1e719128cc8a0e9c878e5a7dcf2c8d38d141fdcfe9ac7c74c81c42b60efc047644659446baeeab" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11149,17 +11745,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-core-commonmark" + "value": "node_modules/debounce" } ] }, { "type": "library", - "name": "micromark-factory-destination", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-factory-destination@2.0.1", - "author": "Titus Wormer", - "description": "micromark factory to parse destinations (found in resources, definitions)", + "name": "debug", + "version": "4.4.3", + "bom-ref": "mydash@1.0.0|debug@4.4.3", + "author": "Josh Junon", + "description": "Lightweight debugging utility for Node.js and the browser", "licenses": [ { "license": { @@ -11167,30 +11763,30 @@ } } ], - "purl": "pkg:npm/micromark-factory-destination@2.0.1", + "purl": "pkg:npm/debug@4.4.3", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git://github.com/debug-js/debug.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/debug-js/debug#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/debug-js/debug/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", + "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5deeab0dd2659266c5444c694ce9918fd37731a5a66c081da52ac142f085aa17b3527e001ea2476da1277db5586227b1552b3ffeda8e758fc3c618dd0a226720" + "content": "446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11199,17 +11795,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-factory-destination" + "value": "node_modules/debug" } ] }, { "type": "library", - "name": "micromark-factory-label", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-factory-label@2.0.1", + "name": "decode-named-character-reference", + "version": "1.3.0", + "bom-ref": "mydash@1.0.0|decode-named-character-reference@1.3.0", "author": "Titus Wormer", - "description": "micromark factory to parse labels (found in media, definitions)", + "description": "Decode named character references", "licenses": [ { "license": { @@ -11217,30 +11813,30 @@ } } ], - "purl": "pkg:npm/micromark-factory-label@2.0.1", + "purl": "pkg:npm/decode-named-character-reference@1.3.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/wooorm/decode-named-character-reference.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/wooorm/decode-named-character-reference#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/wooorm/decode-named-character-reference/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", + "url": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "54531e932404c6a216ef120285c5e7e28936f58137ae7bb2bde5b7c194165aa17836ff56939ae027df4accfbc78e498f5c5f7715721b069e98756dedef5ffb56" + "content": "1ada50601dbcdcaacfa7a9d1c39d2add4f7f55f3aeb5939ed74dea94dec13cfe80776ef16273885afe253f3a3c1c200bfa6319a1f27d284cb7d1faba31f68ae9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11249,17 +11845,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-factory-label" + "value": "node_modules/decode-named-character-reference" } ] }, { "type": "library", - "name": "micromark-factory-space", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-factory-space@2.0.1", - "author": "Titus Wormer", - "description": "micromark factory to parse markdown space (found in lots of places)", + "name": "delayed-stream", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|delayed-stream@1.0.0", + "author": "Felix Geisendörfer", + "description": "Buffers events from a stream until you are ready to handle them.", "licenses": [ { "license": { @@ -11267,30 +11863,30 @@ } } ], - "purl": "pkg:npm/micromark-factory-space@2.0.1", + "purl": "pkg:npm/delayed-stream@1.0.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git://github.com/felixge/node-delayed-stream.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/felixge/node-delayed-stream", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/felixge/node-delayed-stream/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", + "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "cd19318ed071c4b77649cd1df9f6e712e9ec4e3e3a4965e05dc899987ab49036069dc93f6521a3f7fc142d357de6ea1e6222b98515cfda627df14a3872afcb42" + "content": "672483ecd7fdd5a2c1d11c4be0a1ab28705797b11db350c098475ca156b05e72c3ed20e1a4d82db88236680920edaed04b8d63c4f499d7ba7855d1a730793731" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11299,17 +11895,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-factory-space" + "value": "node_modules/delayed-stream" } ] }, { "type": "library", - "name": "micromark-factory-title", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-factory-title@2.0.1", - "author": "Titus Wormer", - "description": "micromark factory to parse markdown titles (found in resources, definitions)", + "name": "dequal", + "version": "2.0.3", + "bom-ref": "mydash@1.0.0|dequal@2.0.3", + "author": "Luke Edwards", + "description": "A tiny (304B to 489B) utility for check for deep equality", "licenses": [ { "license": { @@ -11317,30 +11913,30 @@ } } ], - "purl": "pkg:npm/micromark-factory-title@2.0.1", + "purl": "pkg:npm/dequal@2.0.3", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/lukeed/dequal.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/lukeed/dequal#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/lukeed/dequal/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", + "url": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e5b67edc28e101df5e0a16131ec8f2e931b1a4e1522a028a24f271af6f778d36dfaf2d8a0e85a48416fa4dc3d5078366cda3e132cd45ae6f40647ece0f80a3cf" + "content": "d237bea8f28710ca21bdf453084a370ab3c6e9c033018826ccacb1462612483912e9e1897725499bb59a600e4409a003f702c1d93e0411eca603968555c61708" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11349,17 +11945,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-factory-title" + "value": "node_modules/dequal" } ] }, { "type": "library", - "name": "micromark-factory-whitespace", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-factory-whitespace@2.0.1", + "name": "devlop", + "version": "1.1.0", + "bom-ref": "mydash@1.0.0|devlop@1.1.0", "author": "Titus Wormer", - "description": "micromark factory to parse markdown whitespace (found in lots of places)", + "description": "Do things in development and nothing otherwise", "licenses": [ { "license": { @@ -11367,30 +11963,30 @@ } } ], - "purl": "pkg:npm/micromark-factory-whitespace@2.0.1", + "purl": "pkg:npm/devlop@1.1.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/wooorm/devlop.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/wooorm/devlop#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/wooorm/devlop/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", + "url": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "39bd27b99dcf2adfe7d213911f2be80fdb9986bf996bcb05a0ff8e9cc72758ae659e04b300b81060a32bf512553962ea418bb29faba5a865925ddc1fe85f3495" + "content": "456988aa17057f5951601bcd9abeea4cdbb20adffbfe7b368dba69d7e3da96013fac341c053d1f8a848c52927dde2ae55210b986b838718a9ee94fb42265b4ac" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11399,48 +11995,46 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-factory-whitespace" + "value": "node_modules/devlop" } ] }, { "type": "library", - "name": "micromark-util-character", - "version": "2.1.1", - "bom-ref": "mydash@1.0.0|micromark-util-character@2.1.1", - "author": "Titus Wormer", - "description": "micromark utility to handle character codes", + "name": "dompurify", + "version": "3.4.1", + "bom-ref": "mydash@1.0.0|dompurify@3.4.1", + "author": "Dr.-Ing. Mario Heiderich, Cure53", + "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.", "licenses": [ { - "license": { - "id": "MIT" - } + "expression": "(MPL-2.0 OR Apache-2.0)" } ], - "purl": "pkg:npm/micromark-util-character@2.1.1", + "purl": "pkg:npm/dompurify@3.4.1", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git://github.com/cure53/DOMPurify.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/cure53/DOMPurify", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/cure53/DOMPurify/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", + "url": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c2ff2d7544c9ded8521451492ada5828e62218fdbebfde87be4e13bbc2a9080b1332ceb28be9d5986875b32bd20ac6b1cf8e49e896f0fbd0c3ea0f7bf8d57aed" + "content": "25a85a9030088358323a6edd9605920e35789fb229d8f291e793484fa8eb31f2202c5816a3cd6f76bd7f406a96b45351a973fd515ef5a1578fb63a92d9e6e73f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11449,17 +12043,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-character" + "value": "node_modules/dompurify" } ] }, { "type": "library", - "name": "micromark-util-chunked", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-chunked@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to splice and push with giant arrays", + "name": "dunder-proto", + "version": "1.0.1", + "bom-ref": "mydash@1.0.0|dunder-proto@1.0.1", + "author": "Jordan Harband", + "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound", "licenses": [ { "license": { @@ -11467,30 +12061,30 @@ } } ], - "purl": "pkg:npm/micromark-util-chunked@2.0.1", + "purl": "pkg:npm/dunder-proto@1.0.1", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/es-shims/dunder-proto.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/es-shims/dunder-proto#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/es-shims/dunder-proto/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", + "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "41434510e3c42df9afbfee3188d836b1161e4bf3fce294d6d130a03f9cdcf45a577ad1d8d1a6fb4b12b201008d09cd5e2b4e39f6ea0b235cb9a0ee5573575b84" + "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11499,48 +12093,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-chunked" + "value": "node_modules/dunder-proto" } ] }, { "type": "library", - "name": "micromark-util-classify-character", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-classify-character@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to classify whether a character is whitespace or punctuation", + "name": "electron-to-chromium", + "version": "1.5.283", + "bom-ref": "mydash@1.0.0|electron-to-chromium@1.5.283", + "author": "Kilian Valkhof", + "description": "Provides a list of electron-to-chromium version mappings", "licenses": [ { "license": { - "id": "MIT" + "id": "ISC" } } ], - "purl": "pkg:npm/micromark-util-classify-character@2.0.1", + "purl": "pkg:npm/electron-to-chromium@1.5.283", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/kilian/electron-to-chromium.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/kilian/electron-to-chromium#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/kilian/electron-to-chromium/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", + "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.283.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "2b4907ccce9a7d6fcc6de59858b8e81d0bf5b2083643d11c707103cd293188ffc469a80dcc29bb4ff58c299deb8cc6ef229bc189983047774a33282d038986d5" + "content": "def89f8edd4782b196fe1efa5047a7cbe69d600a6f792f5d1f6877a79ec96330525c920a50902fb66232b432a37120adf711dfacd08527b82db3abe486eabefb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11549,48 +12143,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-classify-character" + "value": "node_modules/electron-to-chromium" } ] }, { "type": "library", - "name": "micromark-util-combine-extensions", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-combine-extensions@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to combine syntax or html extensions", + "name": "emoji-mart-vue-fast", + "version": "15.0.5", + "bom-ref": "mydash@1.0.0|emoji-mart-vue-fast@15.0.5", + "author": "Borys Serebrov", + "description": "Customizable Slack-like emoji picker for VueJS, fast version", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/micromark-util-combine-extensions@2.0.1", + "purl": "pkg:npm/emoji-mart-vue-fast@15.0.5", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+ssh://git@github.com/serebrov/emoji-mart-vue.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/serebrov/emoji-mart-vue", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/serebrov/emoji-mart-vue/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", + "url": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-15.0.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3a70271fc5239b2e7d25cc99c3c2526caf5c1a9755638e0d2a048cec4f4487b0e22d2d84f513507f474e35a183cc41bdca3125e6172a788b23e217d190b1ff06" + "content": "c27c4ba2bf20829aac86838fc08737dcc74e0b70355c57832e053060b3ed34f2fc55e02d5c9015ae716ad423793de098005a0ba3822e7c7419f427c70f82198b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11599,17 +12193,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-combine-extensions" + "value": "node_modules/emoji-mart-vue-fast" } ] }, { "type": "library", - "name": "micromark-util-decode-numeric-character-reference", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|micromark-util-decode-numeric-character-reference@2.0.2", - "author": "Titus Wormer", - "description": "micromark utility to decode numeric character references", + "name": "emojis-list", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|emojis-list@3.0.0", + "author": "Kiko Beats", + "description": "Complete list of standard emojis.", "licenses": [ { "license": { @@ -11617,30 +12211,30 @@ } } ], - "purl": "pkg:npm/micromark-util-decode-numeric-character-reference@2.0.2", + "purl": "pkg:npm/emojis-list@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/kikobeats/emojis-list.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://nidecoc.io/Kikobeats/emojis-list", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/Kikobeats/emojis-list/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", + "url": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "71c51b624e82c1576498240ccabeb8757cf8d847c71a43d09418f9a7b6151b3abc23b0ad8d7649aee6c061ecdfed1a7e6e33ec7a244ea9eec6e9fa0577e944bb" + "content": "fe4c8cd7c11f8a7c1765b9e8f45c9419e161f3b282f074500501a295d1d96c4b91c9614e9afd54d74a3d041a7c5d564354d36e40ac88188bb96580005c9d15d9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11649,17 +12243,18 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-decode-numeric-character-reference" + "value": "node_modules/emojis-list" } ] }, { "type": "library", - "name": "micromark-util-decode-string", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-decode-string@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to decode markdown strings", + "name": "encoding", + "version": "0.1.13", + "bom-ref": "mydash@1.0.0|encoding@0.1.13", + "author": "Andris Reinman", + "description": "Convert encodings, uses iconv-lite", + "scope": "optional", "licenses": [ { "license": { @@ -11667,30 +12262,30 @@ } } ], - "purl": "pkg:npm/micromark-util-decode-string@2.0.1", + "purl": "pkg:npm/encoding@0.1.13", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/andris9/encoding.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/andris9/encoding#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/andris9/encoding/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", + "url": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9c357fefb163e9e1f5ca7c2c7184ceb1b2bbad1fff523d1b65707025945f68b109d6218147a9087cd9a536a6aa25feb8f443f417735635d7898b4dde96594d51" + "content": "11305aba8c354f7e58fd664c922a3d8e2334679c631c7989e179a364eab597f757cf796bdac467f3b9c9cb6d11ba9a928751769b71c73d2a7c4a120f409ac9dc" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11699,17 +12294,70 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-decode-string" + "value": "node_modules/encoding" + } + ], + "components": [ + { + "type": "library", + "name": "iconv-lite", + "version": "0.6.3", + "bom-ref": "mydash@1.0.0|encoding@0.1.13|iconv-lite@0.6.3", + "author": "Alexander Shtuchkin", + "description": "Convert character encodings in pure javascript.", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/iconv-lite@0.6.3", + "externalReferences": [ + { + "url": "git://github.com/ashtuchkin/iconv-lite.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/ashtuchkin/iconv-lite/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/encoding/node_modules/iconv-lite" + } + ] } ] }, { "type": "library", - "name": "micromark-util-encode", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-encode@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to encode dangerous html characters", + "name": "enhanced-resolve", + "version": "5.18.4", + "bom-ref": "mydash@1.0.0|enhanced-resolve@5.18.4", + "author": "Tobias Koppers @sokra", + "description": "Offers a async require.resolve function. It's highly configurable.", "licenses": [ { "license": { @@ -11717,30 +12365,30 @@ } } ], - "purl": "pkg:npm/micromark-util-encode@2.0.1", + "purl": "pkg:npm/enhanced-resolve@5.18.4", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git://github.com/webpack/enhanced-resolve.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "http://github.com/webpack/enhanced-resolve", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/webpack/enhanced-resolve/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", + "url": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "737715c76cb82aa527c28a5c3bd6ff482768d8eebb2f0249fd4caa19f6e281a85f7a02fd9b2a041680d8660913edfdfa4f46cbaccf6165301a0321fe3c20178f" + "content": "2e040c338597537408f9262011cda58918339da0f9a236e6637b1bf0bc7282e564220e45c5da5392f93bdad7b6477f3f4c62b11fadf8a0bc5744663a77b00ff9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11749,17 +12397,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-encode" + "value": "node_modules/enhanced-resolve" } ] }, { "type": "library", - "name": "micromark-util-html-tag-name", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-html-tag-name@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility with list of html tag names", + "name": "es-define-property", + "version": "1.0.1", + "bom-ref": "mydash@1.0.0|es-define-property@1.0.1", + "author": "Jordan Harband", + "description": "`Object.defineProperty`, but not IE 8's broken one.", "licenses": [ { "license": { @@ -11767,30 +12415,30 @@ } } ], - "purl": "pkg:npm/micromark-util-html-tag-name@2.0.1", + "purl": "pkg:npm/es-define-property@1.0.1", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/ljharb/es-define-property.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/ljharb/es-define-property#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/ljharb/es-define-property/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", + "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d9c3448980e1096288f86b3d4f44e2cac935dfa4a7475de184ef325ba04637284e0b8a98167c05d6729f0f71c50085c0e5ce3946b206d6e6f5d46897798775c4" + "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11799,17 +12447,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-html-tag-name" + "value": "node_modules/es-define-property" } ] }, { "type": "library", - "name": "micromark-util-normalize-identifier", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-normalize-identifier@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility normalize identifiers (as found in references, definitions)", + "name": "es-errors", + "version": "1.3.0", + "bom-ref": "mydash@1.0.0|es-errors@1.3.0", + "author": "Jordan Harband", + "description": "A simple cache for a few of the JS Error constructors.", "licenses": [ { "license": { @@ -11817,30 +12465,30 @@ } } ], - "purl": "pkg:npm/micromark-util-normalize-identifier@2.0.1", + "purl": "pkg:npm/es-errors@1.3.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/ljharb/es-errors.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/ljharb/es-errors#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/ljharb/es-errors/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", + "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b313ea9a8ef42f201126cd30d947250023d4504aa5b42909e8f84a74c203b89de049ffd0fbf1887b758a9742236ff1b21fd94ea5491100edb0a7419590bbd2f5" + "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11849,17 +12497,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-normalize-identifier" + "value": "node_modules/es-errors" } ] }, { "type": "library", - "name": "micromark-util-resolve-all", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-resolve-all@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to resolve subtokens", + "name": "es-module-lexer", + "version": "2.0.0", + "bom-ref": "mydash@1.0.0|es-module-lexer@2.0.0", + "author": "Guy Bedford", + "description": "Lexes ES modules returning their import/export metadata", "licenses": [ { "license": { @@ -11867,30 +12515,30 @@ } } ], - "purl": "pkg:npm/micromark-util-resolve-all@2.0.1", + "purl": "pkg:npm/es-module-lexer@2.0.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/guybedford/es-module-lexer.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/guybedford/es-module-lexer#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/guybedford/es-module-lexer/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", + "url": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "55d432c455854f6fc51898304272586ded638d0a0d4d2e118e09664a34d496950c6bde47b71f4d1de616e2b1832736e3bc2b25f5e2e3310c0678496caa6cdc1e" + "content": "e4f384714b99c9b1fb21d986b03f3095fd00239e7031e70cf6b5414c8fea100cb67359133a6dc38c5623ac1748d8adc16898c961f605791b4cd2df6cb2746ec7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11899,17 +12547,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-resolve-all" + "value": "node_modules/es-module-lexer" } ] }, { "type": "library", - "name": "micromark-util-sanitize-uri", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-sanitize-uri@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility to sanitize urls", + "name": "es-object-atoms", + "version": "1.1.1", + "bom-ref": "mydash@1.0.0|es-object-atoms@1.1.1", + "author": "Jordan Harband", + "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible", "licenses": [ { "license": { @@ -11917,30 +12565,30 @@ } } ], - "purl": "pkg:npm/micromark-util-sanitize-uri@2.0.1", + "purl": "pkg:npm/es-object-atoms@1.1.1", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/ljharb/es-object-atoms.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/ljharb/es-object-atoms#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/ljharb/es-object-atoms/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", + "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f4df48a2667f62e18665999079cd4c6e0c6d960a2e8314e8755c03cf3128b8f2a8dea156bf29851d67270e2dafcd5d5f7fa91ab3db9c5bea37cb324af5807501" + "content": "146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11949,17 +12597,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-sanitize-uri" + "value": "node_modules/es-object-atoms" } ] }, { "type": "library", - "name": "micromark-util-subtokenize", + "name": "es-set-tostringtag", "version": "2.1.0", - "bom-ref": "mydash@1.0.0|micromark-util-subtokenize@2.1.0", - "author": "Titus Wormer", - "description": "micromark utility to tokenize subtokens", + "bom-ref": "mydash@1.0.0|es-set-tostringtag@2.1.0", + "author": "Jordan Harband", + "description": "A helper to optimistically set Symbol.toStringTag, when possible.", "licenses": [ { "license": { @@ -11967,30 +12615,30 @@ } } ], - "purl": "pkg:npm/micromark-util-subtokenize@2.1.0", + "purl": "pkg:npm/es-set-tostringtag@2.1.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/es-shims/es-set-tostringtag.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/es-shims/es-set-tostringtag#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/es-shims/es-set-tostringtag/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", + "url": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5d02eee79da249cb6f9c47205f0ebe4b1ef919f9403cd103d6ac7b78127ec327416f62826d165ef8dc2f20410c33cdee9a5d7ed96497a4101ca7d2140a009858" + "content": "8fabd6cdfac655fc97c607be3b4c79b21e9cbf10288346bfe1175dd8adfacc2315e5e27effeb4e0278113bc70e0cc3566d545d5659866502f6612df247c6c850" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -11999,17 +12647,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-subtokenize" + "value": "node_modules/es-set-tostringtag" } ] }, { "type": "library", - "name": "micromark-util-symbol", - "version": "2.0.1", - "bom-ref": "mydash@1.0.0|micromark-util-symbol@2.0.1", - "author": "Titus Wormer", - "description": "micromark utility with symbols", + "name": "escalade", + "version": "3.2.0", + "bom-ref": "mydash@1.0.0|escalade@3.2.0", + "author": "Luke Edwards", + "description": "A tiny (183B to 210B) and fast utility to ascend parent directories", "licenses": [ { "license": { @@ -12017,30 +12665,30 @@ } } ], - "purl": "pkg:npm/micromark-util-symbol@2.0.1", + "purl": "pkg:npm/escalade@3.2.0", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/lukeed/escalade.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/lukeed/escalade#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/lukeed/escalade/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", + "url": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "bece6df00a5ab9df4ddbc9200ab45474479de1427ec1636f89c1cb3f109af4436562e018df5334113cb9cb5bc0df762834f0c54e08446e787a79f684f21e31d1" + "content": "5948f6aa5c5a42d3b883a3eae5cdbd193716183c9df22b4bf334e58a98040b3dc97ac02288e2a8b5df0953aa2d0773c00a01bac64254c9585ba0c4be6e37bf8c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12049,17 +12697,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-symbol" + "value": "node_modules/escalade" } ] }, { "type": "library", - "name": "micromark-util-types", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|micromark-util-types@2.0.2", - "author": "Titus Wormer", - "description": "micromark utility with a couple of typescript types", + "name": "escape-html", + "version": "1.0.3", + "bom-ref": "mydash@1.0.0|escape-html@1.0.3", + "description": "Escape string for use in HTML", "licenses": [ { "license": { @@ -12067,30 +12714,30 @@ } } ], - "purl": "pkg:npm/micromark-util-types@2.0.2", + "purl": "pkg:npm/escape-html@1.0.3", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/component/escape-html.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "https://github.com/component/escape-html#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/component/escape-html/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", + "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "630d04092a49a15885d6a4d4e030ba370b42e1a586b75124cda401f0a3cfc82451f33f5359e5741db1051933be658d70076db39b19c9aa13f24e93950a97874c" + "content": "3624aea59e0e7ae1b0afaf251887b29bf92c219309a1d506392099fc54a74f172b7a46efaab81d53194938ca628da299563009ad6ac6b3fe89cbc38cbb28fda3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12099,48 +12746,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark-util-types" + "value": "node_modules/escape-html" } ] }, { "type": "library", - "name": "micromark", - "version": "4.0.2", - "bom-ref": "mydash@1.0.0|micromark@4.0.2", - "author": "Titus Wormer", - "description": "small commonmark compliant markdown parser with positional info and concrete tokens", + "name": "eslint-scope", + "version": "5.1.1", + "bom-ref": "mydash@1.0.0|eslint-scope@5.1.1", + "description": "ECMAScript scope analyzer for ESLint", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-2-Clause" } } ], - "purl": "pkg:npm/micromark@4.0.2", + "purl": "pkg:npm/eslint-scope@5.1.1", "externalReferences": [ { - "url": "git+https://github.com/micromark/micromark.git#main", + "url": "git+https://github.com/eslint/eslint-scope.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/micromark/micromark/tree/main#readme", + "url": "http://github.com/eslint/eslint-scope", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/micromark/micromark/issues", + "url": "https://github.com/eslint/eslint-scope/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", + "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ce97bdf10ea4bdabe90abd4d3d548231e6c229f0fb080d8da99fabca478d84e348241a5cd6d14ab7d86e70b1b085ade3353348f251e972d5895a88a6545e0f7c" + "content": "d8dc706c5fe16742a97a960dd1c35ba3e14de97a0aec6687950860c7f848665e956b46c5e3945038ec212c8cbc9500dbb8289a7522c20671f608562aba2b796f" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12149,47 +12795,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/micromark" + "value": "node_modules/eslint-scope" } ] }, { "type": "library", - "name": "mime-db", - "version": "1.52.0", - "bom-ref": "mydash@1.0.0|mime-db@1.52.0", - "description": "Media Type Database", + "name": "esrecurse", + "version": "4.3.0", + "bom-ref": "mydash@1.0.0|esrecurse@4.3.0", + "description": "ECMAScript AST recursive visitor", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-2-Clause" } } ], - "purl": "pkg:npm/mime-db@1.52.0", + "purl": "pkg:npm/esrecurse@4.3.0", "externalReferences": [ { - "url": "git+https://github.com/jshttp/mime-db.git", + "url": "git+https://github.com/estools/esrecurse.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jshttp/mime-db#readme", + "url": "https://github.com/estools/esrecurse", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jshttp/mime-db/issues", + "url": "https://github.com/estools/esrecurse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be" + "content": "2a67ca2f76fa1be457bcff0dd6faf74ead642ffa021609f63585c4b6a3fcfcbde929aa540381bc70555aa05dd2537db7083e17ca947f7df8a81e692d8bafd36a" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12198,47 +12844,98 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mime-db" + "value": "node_modules/esrecurse" + } + ], + "components": [ + { + "type": "library", + "name": "estraverse", + "version": "5.3.0", + "bom-ref": "mydash@1.0.0|esrecurse@4.3.0|estraverse@5.3.0", + "description": "ECMAScript JS AST traversal functions", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "purl": "pkg:npm/estraverse@5.3.0", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/estools/estraverse.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/estools/estraverse", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/estools/estraverse/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/esrecurse/node_modules/estraverse" + } + ] } ] }, { "type": "library", - "name": "mime-types", - "version": "2.1.35", - "bom-ref": "mydash@1.0.0|mime-types@2.1.35", - "description": "The ultimate javascript content-type utility.", + "name": "estraverse", + "version": "4.3.0", + "bom-ref": "mydash@1.0.0|estraverse@4.3.0", + "description": "ECMAScript JS AST traversal functions", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-2-Clause" } } ], - "purl": "pkg:npm/mime-types@2.1.35", + "purl": "pkg:npm/estraverse@4.3.0", "externalReferences": [ { - "url": "git+https://github.com/jshttp/mime-types.git", + "url": "git+ssh://git@github.com/estools/estraverse.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jshttp/mime-types#readme", + "url": "https://github.com/estools/estraverse", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jshttp/mime-types/issues", + "url": "https://github.com/estools/estraverse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b" + "content": "dfd9e729f7d6cfcc4dd4153fd9cefd9fd9c1f470f3a349e2614ab1eb1caa527ca8027432c96a4e4dd6447a209c87c041bb9d79b78c29f599a055f5619fd101a7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12247,48 +12944,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/mime-types" + "value": "node_modules/estraverse" } ] }, { "type": "library", - "name": "minimatch", - "version": "9.0.9", - "bom-ref": "mydash@1.0.0|minimatch@9.0.9", - "author": "Isaac Z. Schlueter", - "description": "a glob matcher in javascript", + "name": "estree-util-is-identifier-name", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|estree-util-is-identifier-name@3.0.0", + "author": "Titus Wormer", + "description": "Check if something can be an ecmascript (javascript) identifier name", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/minimatch@9.0.9", + "purl": "pkg:npm/estree-util-is-identifier-name@3.0.0", "externalReferences": [ { - "url": "git://github.com/isaacs/minimatch.git", + "url": "git+https://github.com/syntax-tree/estree-util-is-identifier-name.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/isaacs/minimatch#readme", + "url": "https://github.com/syntax-tree/estree-util-is-identifier-name#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/isaacs/minimatch/issues", + "url": "https://github.com/syntax-tree/estree-util-is-identifier-name/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "url": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "381c0137d00be1daa61139694b6cdab31faf4de59c956ce46e57d993b2930398f78de38e373fed4429d9a26532bcd83cdf02f966ff52b3a1cc2570202fc47662" + "content": "845b6a20365321467d0572dbf32e29606ca4ebec1e9088af3554dc9af93c3683a1f957919f9cba7041f36d446b59b7e9d5f22a7558a98a5ce3fa57da69d3599a" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12297,17 +12994,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/minimatch" + "value": "node_modules/estree-util-is-identifier-name" } ] }, { "type": "library", - "name": "minimist", - "version": "1.2.8", - "bom-ref": "mydash@1.0.0|minimist@1.2.8", - "author": "James Halliday", - "description": "parse argument options", + "name": "eventemitter3", + "version": "5.0.4", + "bom-ref": "mydash@1.0.0|eventemitter3@5.0.4", + "author": "Arnout Kazemier", + "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", "licenses": [ { "license": { @@ -12315,30 +13012,30 @@ } } ], - "purl": "pkg:npm/minimist@1.2.8", + "purl": "pkg:npm/eventemitter3@5.0.4", "externalReferences": [ { - "url": "git://github.com/minimistjs/minimist.git", + "url": "git://github.com/primus/eventemitter3.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/minimistjs/minimist", + "url": "https://github.com/primus/eventemitter3#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/minimistjs/minimist/issues", + "url": "https://github.com/primus/eventemitter3/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "db2c8047ca8190ddd8ba17896a7529582e54ddb6f9a2c0f2c0d07c4730d5943c031dba1c009bdeaaa8f5bbcf92543ee39164f8cafb070a95aaa96a80c5bd3308" + "content": "9a5b1347219a3c18cf79d93a06fc3e6aa6ec5c3b680320339b930eec9814fb2551c8c4393bc6c3e0a71c8bb052f397fddef79e81e08f90bf11e062c29678cb17" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12347,16 +13044,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/minimist" + "value": "node_modules/eventemitter3" } ] }, { "type": "library", - "name": "ms", - "version": "2.1.3", - "bom-ref": "mydash@1.0.0|ms@2.1.3", - "description": "Tiny millisecond conversion utility", + "name": "events", + "version": "3.3.0", + "bom-ref": "mydash@1.0.0|events@3.3.0", + "author": "Irakli Gozalishvili", + "description": "Node's event emitter for all engines.", "licenses": [ { "license": { @@ -12364,30 +13062,30 @@ } } ], - "purl": "pkg:npm/ms@2.1.3", + "purl": "pkg:npm/events@3.3.0", "externalReferences": [ { - "url": "git+https://github.com/vercel/ms.git", + "url": "git://github.com/Gozala/events.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/vercel/ms#readme", + "url": "https://github.com/Gozala/events#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/vercel/ms/issues", + "url": "http://github.com/Gozala/events/issues/", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394" + "content": "990c3ed9f9106c02f343b574318d08a9d9d734e793b4fe2bd2537dcfb0006b009782a79aedb0e28b6d0062b201ac577f1f1d0cd8e733e92d75d4268591471bd1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12396,17 +13094,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/ms" + "value": "node_modules/events" } ] }, { "type": "library", - "name": "nanoid", - "version": "3.3.11", - "bom-ref": "mydash@1.0.0|nanoid@3.3.11", - "author": "Andrey Sitnik", - "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", + "name": "exsolve", + "version": "1.0.8", + "bom-ref": "mydash@1.0.0|exsolve@1.0.8", + "description": "Module resolution utilities based on Node.js upstream implementation.", "licenses": [ { "license": { @@ -12414,30 +13111,30 @@ } } ], - "purl": "pkg:npm/nanoid@3.3.11", + "purl": "pkg:npm/exsolve@1.0.8", "externalReferences": [ { - "url": "git+https://github.com/ai/nanoid.git", + "url": "git+https://github.com/unjs/exsolve.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ai/nanoid#readme", + "url": "https://github.com/unjs/exsolve#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ai/nanoid/issues", + "url": "https://github.com/unjs/exsolve/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "url": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "37c4a97cf527529d5b2be3cc616f2a496765f54fb0c0d588e102b13980f2f4902ba3758c5fba7639e55117dbfedf8ee99da90d7af3e688784d999d876c503beb" + "content": "2e60f17d65f071302b93c7d412739f499a47389eb338c50928eb452c5a892e82897adb901bcef851ceff2a48bbcc52f36326e6661a7533bfbdf297cca9e5fcc8" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12446,16 +13143,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/nanoid" + "value": "node_modules/exsolve" } ] }, { "type": "library", - "name": "neo-async", - "version": "2.6.2", - "bom-ref": "mydash@1.0.0|neo-async@2.6.2", - "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ", + "name": "extend", + "version": "3.0.2", + "bom-ref": "mydash@1.0.0|extend@3.0.2", + "author": "Stefan Thomas", + "description": "Port of jQuery.extend for node.js and the browser", "licenses": [ { "license": { @@ -12463,30 +13161,30 @@ } } ], - "purl": "pkg:npm/neo-async@2.6.2", + "purl": "pkg:npm/extend@3.0.2", "externalReferences": [ { - "url": "git+ssh://git@github.com/suguru03/neo-async.git", + "url": "git+https://github.com/justmoon/node-extend.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/suguru03/neo-async", + "url": "https://github.com/justmoon/node-extend#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/suguru03/neo-async/issues", + "url": "https://github.com/justmoon/node-extend/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "url": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "61ddd4112e665824aa47ea8d4fddd2dd4a18524a8067d94b83c6bb83dae29ac5a66062bc7154e8038fec17746bb21772577b0018c5d5526a4c60ec3e74ba4ebb" + "content": "7e3aae0b9f5c0fb0b25babab3572b4141b9f9197288861bcd304ee3ee8d7e7dd1c0794ed967db4136501e12fd601156a8577df665d8b3604be81074f2088a6fe" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12495,17 +13193,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/neo-async" + "value": "node_modules/extend" } ] }, { "type": "library", - "name": "nested-property", - "version": "4.0.0", - "bom-ref": "mydash@1.0.0|nested-property@4.0.0", - "author": "Olivier Scherrer", - "description": "Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'", + "name": "fast-deep-equal", + "version": "3.1.3", + "bom-ref": "mydash@1.0.0|fast-deep-equal@3.1.3", + "author": "Evgeny Poberezkin", + "description": "Fast deep equal", "licenses": [ { "license": { @@ -12513,30 +13211,30 @@ } } ], - "purl": "pkg:npm/nested-property@4.0.0", + "purl": "pkg:npm/fast-deep-equal@3.1.3", "externalReferences": [ { - "url": "git+ssh://git@github.com/cosmosio/nested-property.git", + "url": "git+https://github.com/epoberezkin/fast-deep-equal.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/cosmosio/nested-property", + "url": "https://github.com/epoberezkin/fast-deep-equal#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/cosmosio/nested-property/issues", + "url": "https://github.com/epoberezkin/fast-deep-equal/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/nested-property/-/nested-property-4.0.0.tgz", + "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c857a15cd591b3870cd3e773ed0c42774ea14db59b4a4574212b2a05f927b54e93398e109b743cf1f4512ce75d90687642ae9d66f9ca5406a17e18dc52f2e7c8" + "content": "7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12545,48 +13243,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/nested-property" + "value": "node_modules/fast-deep-equal" } ] }, { "type": "library", - "name": "node-domexception", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|node-domexception@1.0.0", - "author": "Jimmy Wärting", - "description": "An implementation of the DOMException class from NodeJS", + "name": "fast-uri", + "version": "3.1.0", + "bom-ref": "mydash@1.0.0|fast-uri@3.1.0", + "author": "Vincent Le Goff", + "description": "Dependency-free RFC 3986 URI toolbox", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/node-domexception@1.0.0", + "purl": "pkg:npm/fast-uri@3.1.0", "externalReferences": [ { - "url": "git+https://github.com/jimmywarting/node-domexception.git", + "url": "git+https://github.com/fastify/fast-uri.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jimmywarting/node-domexception#readme", + "url": "https://github.com/fastify/fast-uri", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jimmywarting/node-domexception/issues", + "url": "https://github.com/fastify/fast-uri/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "url": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "fe3299a0ca70d05f06470978fde2d138f03771f717b4b0293f44332e6513fc7b8f0995b207b218f59acc78ac363bf9c522a3d00773d533d6989b4177d760170d" + "content": "88f79e0ca25259fe0810e6ac555ae49d7a5a055d08029cff829ed2d9b6fb6782e58db976306251a889d9894ad0c15d7a729cf0fc3dd2e63e49ba58ff813e7600" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12595,17 +13293,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/node-domexception" + "value": "node_modules/fast-uri" } ] }, { "type": "library", - "name": "node-fetch", - "version": "3.3.2", - "bom-ref": "mydash@1.0.0|node-fetch@3.3.2", - "author": "David Frank", - "description": "A light-weight module that brings Fetch API to node.js", + "name": "fast-xml-builder", + "version": "1.1.5", + "bom-ref": "mydash@1.0.0|fast-xml-builder@1.1.5", + "author": "Amit Gupta", + "description": "Build XML from JSON without C/C++ based libraries", "licenses": [ { "license": { @@ -12613,30 +13311,30 @@ } } ], - "purl": "pkg:npm/node-fetch@3.3.2", + "purl": "pkg:npm/fast-xml-builder@1.1.5", "externalReferences": [ { - "url": "git+https://github.com/node-fetch/node-fetch.git", + "url": "git+https://github.com/NaturalIntelligence/fast-xml-builder.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/node-fetch/node-fetch", + "url": "https://github.com/NaturalIntelligence/fast-xml-builder#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/node-fetch/node-fetch/issues", + "url": "https://github.com/NaturalIntelligence/fast-xml-builder/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "url": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "75107bf2cacdfe5ea0a96ba56a1f52af17989f179d7481b7d3e18ea8affd3a52d5c8b8371cf9ebe92a8e59358e5ca4700b6786602919e7d34db9282f4aba6038" + "content": "e13267ffc14a2deb252c01f7767a215ea137412a31921bda3337a9388672b7025764eebd05fcf41c17431f33933a89fa1b9f59ae4e954366c48afd6deb5adf90" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12645,17 +13343,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/node-fetch" + "value": "node_modules/fast-xml-builder" } ] }, { "type": "library", - "name": "node-releases", - "version": "2.0.27", - "bom-ref": "mydash@1.0.0|node-releases@2.0.27", - "author": "Sergey Rubanov", - "description": "Node.js releases data", + "name": "fetch-blob", + "version": "3.2.0", + "bom-ref": "mydash@1.0.0|fetch-blob@3.2.0", + "author": "Jimmy Wärting", + "description": "Blob & File implementation in Node.js, originally from node-fetch.", "licenses": [ { "license": { @@ -12663,30 +13361,30 @@ } } ], - "purl": "pkg:npm/node-releases@2.0.27", + "purl": "pkg:npm/fetch-blob@3.2.0", "externalReferences": [ { - "url": "git+https://github.com/chicoxyzzy/node-releases.git", + "url": "git+https://github.com/node-fetch/fetch-blob.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/chicoxyzzy/node-releases#readme", + "url": "https://github.com/node-fetch/fetch-blob#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/chicoxyzzy/node-releases/issues", + "url": "https://github.com/node-fetch/fetch-blob/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "url": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9e687794291867782b66fa9c087f9f8e643b5fe1f439e6603f8d0e89eac4680a6d5f85e87cc87993035b5a1ee505db94cc2715ffc919f8d0cb0b09b68a8ac894" + "content": "ef2010a43d94309ccb8b50eabfba856273db68fc7b65f14ae8f888c50e0f7e418fc8dca5d94831f9afee994a2798aaa384ce039df6ccbdd5faa2d5eaf37b2841" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12695,16 +13393,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/node-releases" + "value": "node_modules/fetch-blob" } ] }, { "type": "library", - "name": "p-queue", - "version": "9.1.0", - "bom-ref": "mydash@1.0.0|p-queue@9.1.0", - "description": "Promise queue with concurrency control", + "name": "floating-vue", + "version": "1.0.0-beta.19", + "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19", + "author": "Guillaume Chau", + "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "licenses": [ { "license": { @@ -12712,30 +13411,30 @@ } } ], - "purl": "pkg:npm/p-queue@9.1.0", + "purl": "pkg:npm/floating-vue@1.0.0-beta.19", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/p-queue.git", + "url": "git+https://github.com/Akryum/floating-vue.git#packages/floating-vue", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" }, { - "url": "https://github.com/sindresorhus/p-queue#readme", + "url": "https://floating-vue.starpad.dev/", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/p-queue/issues", + "url": "https://github.com/Akryum/floating-vue/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", + "url": "https://registry.npmjs.org/floating-vue/-/floating-vue-1.0.0-beta.19.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3bf64f697b90576f6e48b6f158118664ed660905d5d812c8c14af9f49514f52a07efa9a762fb66b3b69a7c7fe2b0d48d1b0b847cfe96ff8c43d3f4c95f1ae2cf" + "content": "39c33bcf951ae1703292aa259af3e3de5d6cf8aa942a3e97cf6b7ae9eaa381a59f3418edba27e6c4ee7ee2b4576a421c87f0abb7c207faf29d29c4778ce51aa1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12744,98 +13443,152 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/p-queue" - } - ] - }, - { - "type": "library", - "name": "p-timeout", - "version": "7.0.1", - "bom-ref": "mydash@1.0.0|p-timeout@7.0.1", - "author": "Sindre Sorhus", - "description": "Timeout a promise after a specified amount of time", - "licenses": [ - { - "license": { - "id": "MIT" - } + "value": "node_modules/floating-vue" } ], - "purl": "pkg:npm/p-timeout@7.0.1", - "externalReferences": [ - { - "url": "git+https://github.com/sindresorhus/p-timeout.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/sindresorhus/p-timeout#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, + "components": [ { - "url": "https://github.com/sindresorhus/p-timeout/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "type": "library", + "name": "dom", + "group": "@floating-ui", + "version": "0.1.10", + "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19|@floating-ui/dom@0.1.10", + "author": "atomiks", + "description": "Floating UI for the web", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40floating-ui/dom@0.1.10", + "externalReferences": [ + { + "url": "git+https://github.com/floating-ui/floating-ui.git#packages/dom", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://floating-ui.com", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/floating-ui/floating-ui", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.1.10.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e24015a2882f426d8dd171341ba00f409b8236e12b8ce7cf5bc531ec317187cf807ee8167e5c152792c39473b0af0badef3ff7d0d52f76d1f3437cd28a9e04cd" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/floating-vue/node_modules/@floating-ui/dom" + } + ] }, { - "url": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "core", + "group": "@floating-ui", + "version": "0.3.1", + "bom-ref": "mydash@1.0.0|floating-vue@1.0.0-beta.19|@floating-ui/core@0.3.1", + "author": "atomiks", + "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more", + "licenses": [ { - "alg": "SHA-512", - "content": "0314ccdb00c63911c61243c2b7ccaac4e4cc8297db107a85e757ffe5f2429b0142dc2ff335c193eb74b2987dadb4e01a888c2cdb3560e3e8b34028eb6a47301e" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/p-timeout" + "purl": "pkg:npm/%40floating-ui/core@0.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/floating-ui/floating-ui.git#packages/core", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://floating-ui.com", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/floating-ui/floating-ui", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@floating-ui/core/-/core-0.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "7a7b0a63b51be7dbb5eaab15205128da1c130aa67fafda19645879d62bdc2c61df5304e7f25d57ce783c44951ef751ff50ff0f7aa781ae89c01b1d2a9b3c24da" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/floating-vue/node_modules/@floating-ui/core" + } + ] } ] }, { "type": "library", - "name": "path-posix", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|path-posix@1.0.0", - "author": "jden", - "description": "posix-specific core path module", + "name": "focus-trap", + "version": "7.8.0", + "bom-ref": "mydash@1.0.0|focus-trap@7.8.0", + "author": "David Clark", + "description": "Trap focus within a DOM node.", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/path-posix@1.0.0", + "purl": "pkg:npm/focus-trap@7.8.0", "externalReferences": [ { - "url": "git+ssh://git@github.com/jden/node-path-posix.git", + "url": "git+https://github.com/focus-trap/focus-trap.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/jden/node-path-posix#readme", + "url": "https://github.com/focus-trap/focus-trap#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/jden/node-path-posix/issues", + "url": "https://github.com/focus-trap/focus-trap/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz", + "url": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d602745a9348898710c9d820dc477c2b3bc8a93b03a4dc2af9c8c10acb2f06db935a312a635016fa2f8e7a988432a0c2cf2ae8f41dac2c07b84413da8cc60588" + "content": "ff235d94892959b334a6dc67a3738d4ee7feda0df5f248767b3dca49e64de5d67c602e8002681e5b3f866ac61888124f15a61c4803debb819f8546828732095c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12844,48 +13597,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/path-posix" + "value": "node_modules/focus-trap" } ] }, { "type": "library", - "name": "picocolors", - "version": "1.1.1", - "bom-ref": "mydash@1.0.0|picocolors@1.1.1", - "author": "Alexey Raspopov", - "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors", + "name": "follow-redirects", + "version": "1.16.0", + "bom-ref": "mydash@1.0.0|follow-redirects@1.16.0", + "author": "Ruben Verborgh", + "description": "HTTP and HTTPS modules that follow redirects.", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/picocolors@1.1.1", + "purl": "pkg:npm/follow-redirects@1.16.0", "externalReferences": [ { - "url": "git+https://github.com/alexeyraspopov/picocolors.git", + "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/alexeyraspopov/picocolors#readme", + "url": "https://github.com/follow-redirects/follow-redirects", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/alexeyraspopov/picocolors/issues", + "url": "https://github.com/follow-redirects/follow-redirects/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "c5c787dac9e1b5be4cf658aa0ec984c39ea57b7efa993664117fe311bfd1c4d1727a036e97b78db250973fd1438ff2dcbb45fc284c8c71e3f69eda5a1eb0c454" + "content": "cb9acdfee3ac69d153fc97d8c21c514b947b41c7be837cc6f7bf89aed159942f64957fd6e610fb8a22f349c2389d9a944bb0cd51d84f830e3123c5b62ee5e553" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12894,17 +13647,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/picocolors" + "value": "node_modules/follow-redirects" } ] }, { "type": "library", - "name": "pinia", - "version": "2.3.1", - "bom-ref": "mydash@1.0.0|pinia@2.3.1", - "author": "Eduardo San Martin Morote", - "description": "Intuitive, type safe and flexible Store for Vue", + "name": "form-data", + "version": "4.0.5", + "bom-ref": "mydash@1.0.0|form-data@4.0.5", + "author": "Felix Geisendörfer", + "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", "licenses": [ { "license": { @@ -12912,30 +13665,30 @@ } } ], - "purl": "pkg:npm/pinia@2.3.1", + "purl": "pkg:npm/form-data@4.0.5", "externalReferences": [ { - "url": "git+https://github.com/vuejs/pinia.git", + "url": "git://github.com/form-data/form-data.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/vuejs/pinia#readme", + "url": "https://github.com/form-data/form-data#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/vuejs/pinia/issues", + "url": "https://github.com/form-data/form-data/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz", + "url": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "921525652c2df715c26936dbc4560128373f6d60065898ce82fc444f091337b2919bae84793d597598fa8b671e87db0fd8fceab1b73bd38af6ca7801af1055ba" + "content": "f118a944ba25dfb6cdb366e1a15ebb7e24c4bdd4eb6cc5187054e2cb7fb0bae3a75288364011c26565c34628d641f0248418f651fe549d56a25b0039bdd77cdb" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12944,48 +13697,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/pinia" + "value": "node_modules/form-data" } ] }, { "type": "library", - "name": "postcss-modules-extract-imports", - "version": "3.1.0", - "bom-ref": "mydash@1.0.0|postcss-modules-extract-imports@3.1.0", - "author": "Glen Maddern", - "description": "A CSS Modules transform to extract local aliases for inline imports", + "name": "formdata-polyfill", + "version": "4.0.10", + "bom-ref": "mydash@1.0.0|formdata-polyfill@4.0.10", + "author": "Jimmy Wärting", + "description": "HTML5 `FormData` for Browsers and Node.", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/postcss-modules-extract-imports@3.1.0", + "purl": "pkg:npm/formdata-polyfill@4.0.10", "externalReferences": [ { - "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git", + "url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/css-modules/postcss-modules-extract-imports", + "url": "https://github.com/jimmywarting/FormData#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues", + "url": "https://github.com/jimmywarting/FormData/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "url": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "93790d7b468d1500c06466e29f8f292f654d89d4c5d30e3f780483b31972b29a1bcd4df06502ce1a3ecbf607d17b4268f7fe2eb9dd3d0ec8c5347ef08a71aff1" + "content": "6ee7b01f332f60bdbd8dd7904d520b79c49a64a9edfd12568e8642179396eb467aeff1a648b06438533baa1d4f237cc536d25b6992f9790bb5bcb7daccec23e2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -12994,17 +13747,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-extract-imports" + "value": "node_modules/formdata-polyfill" } ] }, { "type": "library", - "name": "postcss-modules-local-by-default", - "version": "4.2.0", - "bom-ref": "mydash@1.0.0|postcss-modules-local-by-default@4.2.0", - "author": "Mark Dalgleish", - "description": "A CSS Modules transform to make local scope the default", + "name": "function-bind", + "version": "1.1.2", + "bom-ref": "mydash@1.0.0|function-bind@1.1.2", + "author": "Raynos", + "description": "Implementation of Function.prototype.bind", "licenses": [ { "license": { @@ -13012,30 +13765,30 @@ } } ], - "purl": "pkg:npm/postcss-modules-local-by-default@4.2.0", + "purl": "pkg:npm/function-bind@1.1.2", "externalReferences": [ { - "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git", + "url": "git+https://github.com/Raynos/function-bind.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/css-modules/postcss-modules-local-by-default#readme", + "url": "https://github.com/Raynos/function-bind", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues", + "url": "https://github.com/Raynos/function-bind/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", + "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e647099bfce4f8624349fc3e57fe367c9e5f8632f961b14397c9d57579093cb2d6f957fd9930f95ded30a886839cbb8bd94e9c0cda53afe510fafd87588061cf" + "content": "ed71cdc47eea5fdc46e66230c6486e993a31fcc21135c3a00ebc56b0cb76a40af6dd61e9e8cad194dec50521690a9afea153b417be38894811f369c931f1b648" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13044,98 +13797,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-local-by-default" - } - ], - "components": [ - { - "type": "library", - "name": "postcss-selector-parser", - "version": "7.1.1", - "bom-ref": "mydash@1.0.0|postcss-modules-local-by-default@4.2.0|postcss-selector-parser@7.1.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/postcss-selector-parser@7.1.1", - "externalReferences": [ - { - "url": "git+https://github.com/postcss/postcss-selector-parser.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/postcss/postcss-selector-parser", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/postcss/postcss-selector-parser/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "a2b46cb98a49570f0b740c2aa8bca4063f5e712e7f7111e5239fa7bd3a3c2dc08a9b30e6a953915ed388604110b8bf43e01c6d035966e62b00ab34190a843a12" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser" - } - ] + "value": "node_modules/function-bind" } ] }, { "type": "library", - "name": "postcss-modules-scope", - "version": "3.2.1", - "bom-ref": "mydash@1.0.0|postcss-modules-scope@3.2.1", - "author": "Glen Maddern", - "description": "A CSS Modules transform to extract export statements from local-scope classes", + "name": "get-intrinsic", + "version": "1.3.0", + "bom-ref": "mydash@1.0.0|get-intrinsic@1.3.0", + "author": "Jordan Harband", + "description": "Get and robustly cache all JS language-level intrinsics at first require time", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/postcss-modules-scope@3.2.1", + "purl": "pkg:npm/get-intrinsic@1.3.0", "externalReferences": [ { - "url": "git+https://github.com/css-modules/postcss-modules-scope.git", + "url": "git+https://github.com/ljharb/get-intrinsic.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/css-modules/postcss-modules-scope", + "url": "https://github.com/ljharb/get-intrinsic#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/css-modules/postcss-modules-scope/issues", + "url": "https://github.com/ljharb/get-intrinsic/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9bd8d9b2d0956aa1a34c0ba7cbc31d804f3cb1c2670a2412952ace59c4d080cdaddf65017be31498548ee6ded53127c07ff149288980c416aff28a021c95c224" + "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13144,98 +13847,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-scope" + "value": "node_modules/get-intrinsic" + } + ] + }, + { + "type": "library", + "name": "get-proto", + "version": "1.0.1", + "bom-ref": "mydash@1.0.0|get-proto@1.0.1", + "author": "Jordan Harband", + "description": "Robustly get the [[Prototype]] of an object", + "licenses": [ + { + "license": { + "id": "MIT" + } } ], - "components": [ + "purl": "pkg:npm/get-proto@1.0.1", + "externalReferences": [ { - "type": "library", - "name": "postcss-selector-parser", - "version": "7.1.1", - "bom-ref": "mydash@1.0.0|postcss-modules-scope@3.2.1|postcss-selector-parser@7.1.1", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/postcss-selector-parser@7.1.1", - "externalReferences": [ - { - "url": "git+https://github.com/postcss/postcss-selector-parser.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/postcss/postcss-selector-parser", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/postcss/postcss-selector-parser/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "a2b46cb98a49570f0b740c2aa8bca4063f5e712e7f7111e5239fa7bd3a3c2dc08a9b30e6a953915ed388604110b8bf43e01c6d035966e62b00ab34190a843a12" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser" - } - ] - } - ] - }, - { - "type": "library", - "name": "postcss-modules-values", - "version": "4.0.0", - "bom-ref": "mydash@1.0.0|postcss-modules-values@4.0.0", - "author": "Glen Maddern", - "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files", - "licenses": [ - { - "license": { - "id": "ISC" - } - } - ], - "purl": "pkg:npm/postcss-modules-values@4.0.0", - "externalReferences": [ - { - "url": "git+https://github.com/css-modules/postcss-modules-values.git", + "url": "git+https://github.com/ljharb/get-proto.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/css-modules/postcss-modules-values#readme", + "url": "https://github.com/ljharb/get-proto#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/css-modules/postcss-modules-values/issues", + "url": "https://github.com/ljharb/get-proto/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "443c47900884188efc812da87f2bc2b2eee2c9c46fee8ab0e713169fd88ca11d0dffb99ff43e7479c42a528e4167d661daf1f86c2511fe4b42a9b07d9bcbc98d" + "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13244,46 +13897,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-modules-values" + "value": "node_modules/get-proto" } ] }, { "type": "library", - "name": "postcss-selector-parser", - "version": "6.1.2", - "bom-ref": "mydash@1.0.0|postcss-selector-parser@6.1.2", + "name": "glob-to-regexp", + "version": "0.4.1", + "bom-ref": "mydash@1.0.0|glob-to-regexp@0.4.1", + "author": "Nick Fitzgerald", + "description": "Convert globs to regular expressions", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-2-Clause" } } ], - "purl": "pkg:npm/postcss-selector-parser@6.1.2", + "purl": "pkg:npm/glob-to-regexp@0.4.1", "externalReferences": [ { - "url": "git+https://github.com/postcss/postcss-selector-parser.git", + "url": "git+https://github.com/fitzgen/glob-to-regexp.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/postcss/postcss-selector-parser", + "url": "https://github.com/fitzgen/glob-to-regexp#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/postcss/postcss-selector-parser/issues", + "url": "https://github.com/fitzgen/glob-to-regexp/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "url": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "43ca907cf899f931ceff766b3ab3b470924a7e96026a0b4c5245db9c47e68148f05e0eb3fd605e3b24bd00f0413c24d288357eb384b0406bbcc85b2231122e76" + "content": "9645f51c95f0c8c729af0ff961465cdacec3ae90221c1db5fd5f84d6b1d4ad5368924bc1e9ba8ccd3d157d5ebff3a64d69bb75935e18388693ee70ef397dc88b" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13292,17 +13947,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-selector-parser" + "value": "node_modules/glob-to-regexp" } ] }, { "type": "library", - "name": "postcss-value-parser", - "version": "4.2.0", - "bom-ref": "mydash@1.0.0|postcss-value-parser@4.2.0", - "author": "Bogdan Chadkin", - "description": "Transforms css values and at-rule params into the tree", + "name": "gopd", + "version": "1.2.0", + "bom-ref": "mydash@1.0.0|gopd@1.2.0", + "author": "Jordan Harband", + "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", "licenses": [ { "license": { @@ -13310,30 +13965,30 @@ } } ], - "purl": "pkg:npm/postcss-value-parser@4.2.0", + "purl": "pkg:npm/gopd@1.2.0", "externalReferences": [ { - "url": "git+https://github.com/TrySound/postcss-value-parser.git", + "url": "git+https://github.com/ljharb/gopd.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/TrySound/postcss-value-parser", + "url": "https://github.com/ljharb/gopd#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/TrySound/postcss-value-parser/issues", + "url": "https://github.com/ljharb/gopd/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "url": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d4d342b3abaeadf9156de5c6e12f09153f6dd7d9b8e480a789ff3358b779a0f499e74427c0c7caf87de3bf8d3c7788f0ffb06db6fe5ac52e48887a0b69534779" + "content": "65429187afe4505a0089302d4d83d9277870f70371c7e04804e8a39e51bd3e7ac9b027128ecd70cb20fabc9a5a62d827cc3aca6114aa7f738ee917daf77c6c46" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13342,48 +13997,47 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss-value-parser" + "value": "node_modules/gopd" } ] }, { "type": "library", - "name": "postcss", - "version": "8.5.12", - "bom-ref": "mydash@1.0.0|postcss@8.5.12", - "author": "Andrey Sitnik", - "description": "Tool for transforming styles with JS plugins", + "name": "graceful-fs", + "version": "4.2.11", + "bom-ref": "mydash@1.0.0|graceful-fs@4.2.11", + "description": "A drop-in replacement for fs, making various improvements.", "licenses": [ { "license": { - "id": "MIT" + "id": "ISC" } } ], - "purl": "pkg:npm/postcss@8.5.12", + "purl": "pkg:npm/graceful-fs@4.2.11", "externalReferences": [ { - "url": "git+https://github.com/postcss/postcss.git", + "url": "git+https://github.com/isaacs/node-graceful-fs.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://postcss.org/", + "url": "https://github.com/isaacs/node-graceful-fs#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/postcss/postcss/issues", + "url": "https://github.com/isaacs/node-graceful-fs/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5badadfd27baac0d00cf70df08bd00a89c17b8ac0179883a9ce6888333fec59ecde4114223b0d88b5aaceb2814613eabbdf8bab7d93ae5430b242f8f1d9a4300" + "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13392,18 +14046,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/postcss" + "value": "node_modules/graceful-fs" } ] }, { "type": "library", - "name": "prettier", - "version": "2.8.8", - "bom-ref": "mydash@1.0.0|prettier@2.8.8", - "author": "James Long", - "description": "Prettier is an opinionated code formatter", - "scope": "optional", + "name": "gridstack", + "version": "10.3.1", + "bom-ref": "mydash@1.0.0|gridstack@10.3.1", + "author": "Alain Dumesny", + "description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)", "licenses": [ { "license": { @@ -13411,30 +14064,30 @@ } } ], - "purl": "pkg:npm/prettier@2.8.8", + "purl": "pkg:npm/gridstack@10.3.1", "externalReferences": [ { - "url": "git+https://github.com/prettier/prettier.git", + "url": "git+https://github.com/gridstack/gridstack.js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://prettier.io", + "url": "http://gridstackjs.com/", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/prettier/prettier/issues", + "url": "https://github.com/gridstack/gridstack.js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "url": "https://registry.npmjs.org/gridstack/-/gridstack-10.3.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b5d37ca901af363c380876d8f975e4d098025e7f50885db56b9e6b05ee4b24053e903c82e16427e3e6b09b65df936950324e5f2aea7d5e0cd366d1a48c174ff5" + "content": "45af3693ff3c81d7a2bb764fe3408e4b86c8e2c1a135095901a010eaccdf3dfafaf33569b17c62c8b2abe7361c4e9297e238dcc3236c34d75c575b4325cef57c" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13443,17 +14096,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/prettier" + "value": "node_modules/gridstack" } ] }, { "type": "library", - "name": "property-information", - "version": "6.5.0", - "bom-ref": "mydash@1.0.0|property-information@6.5.0", - "author": "Titus Wormer", - "description": "Info on the properties and attributes of the web platform", + "name": "has-flag", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|has-flag@4.0.0", + "author": "Sindre Sorhus", + "description": "Check if argv has a specific flag", "licenses": [ { "license": { @@ -13461,30 +14114,30 @@ } } ], - "purl": "pkg:npm/property-information@6.5.0", + "purl": "pkg:npm/has-flag@4.0.0", "externalReferences": [ { - "url": "git+https://github.com/wooorm/property-information.git", + "url": "git+https://github.com/sindresorhus/has-flag.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/wooorm/property-information#readme", + "url": "https://github.com/sindresorhus/has-flag#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/property-information/issues", + "url": "https://github.com/sindresorhus/has-flag/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3e04e0b3f065bc7c4ebbc42e10def08b90343a65da05c1e99824937a172ce94baef48903204a35dc7cbb9fcf7c4477eb438f6f282a067966526802b4d67c158a" + "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13493,17 +14146,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/property-information" + "value": "node_modules/has-flag" } ] }, { "type": "library", - "name": "proxy-from-env", + "name": "has-symbols", "version": "1.1.0", - "bom-ref": "mydash@1.0.0|proxy-from-env@1.1.0", - "author": "Rob Wu", - "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.", + "bom-ref": "mydash@1.0.0|has-symbols@1.1.0", + "author": "Jordan Harband", + "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", "licenses": [ { "license": { @@ -13511,30 +14164,30 @@ } } ], - "purl": "pkg:npm/proxy-from-env@1.1.0", + "purl": "pkg:npm/has-symbols@1.1.0", "externalReferences": [ { - "url": "git+https://github.com/Rob--W/proxy-from-env.git", + "url": "git://github.com/inspect-js/has-symbols.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Rob--W/proxy-from-env#readme", + "url": "https://github.com/ljharb/has-symbols#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Rob--W/proxy-from-env/issues", + "url": "https://github.com/ljharb/has-symbols/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0fece439109b03d7f5b5d5912b445a091dc63efe7470cc5caf3e17f24e4b4d2503d43930e3b98a24465036e9c8b514e45b082d6944a8d515454481bd65788562" + "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13543,48 +14196,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/proxy-from-env" + "value": "node_modules/has-symbols" } ] }, { "type": "library", - "name": "pseudomap", + "name": "has-tostringtag", "version": "1.0.2", - "bom-ref": "mydash@1.0.0|pseudomap@1.0.2", - "author": "Isaac Z. Schlueter", - "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.", + "bom-ref": "mydash@1.0.0|has-tostringtag@1.0.2", + "author": "Jordan Harband", + "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.", "licenses": [ { "license": { - "id": "ISC" + "id": "MIT" } } ], - "purl": "pkg:npm/pseudomap@1.0.2", + "purl": "pkg:npm/has-tostringtag@1.0.2", "externalReferences": [ { - "url": "git+https://github.com/isaacs/pseudomap.git", + "url": "git+https://github.com/inspect-js/has-tostringtag.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/isaacs/pseudomap#readme", + "url": "https://github.com/inspect-js/has-tostringtag#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/isaacs/pseudomap/issues", + "url": "https://github.com/inspect-js/has-tostringtag/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "6ff6303616fc964d59cf6f9b5d7a52fcb2bd3a2b22659d5236c48bc4dd71d8e5d51215b60a4affee6584e6fac2d594e22650fd835f635accd3989b01fa812915" + "content": "36a00307c5633c52ccd95d15bc751ec30c2cc3465605a21d828fa2787b4ade16ac2f3e2a78246361ca9f07a010ac182044aa69285f0be76fd5a9d56c3b8ec397" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13593,17 +14246,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/pseudomap" + "value": "node_modules/has-tostringtag" } ] }, { "type": "library", - "name": "querystringify", - "version": "2.2.0", - "bom-ref": "mydash@1.0.0|querystringify@2.2.0", - "author": "Arnout Kazemier", - "description": "Querystringify - Small, simple but powerful query string parser.", + "name": "hash-sum", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|hash-sum@1.0.2", + "description": "Blazing fast unique hash generator", "licenses": [ { "license": { @@ -13611,30 +14263,30 @@ } } ], - "purl": "pkg:npm/querystringify@2.2.0", + "purl": "pkg:npm/hash-sum@1.0.2", "externalReferences": [ { - "url": "git+https://github.com/unshiftio/querystringify.git", + "url": "git://github.com/bevacqua/hash-sum.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/unshiftio/querystringify", + "url": "https://github.com/bevacqua/hash-sum", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/unshiftio/querystringify/issues", + "url": "https://github.com/bevacqua/hash-sum/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "url": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "148aa08f6114bd36bb479d2ed2b1acc937edce3626bff6b784edf8e5b64daea69b36a8ed8220cc826a389a452377e9f3539a05ddd0a52aa1483d42b26d4caaa1" + "content": "7d4b380782fe9a5b7cfd702d48e18c50ed535e601e948b413ed246ec2c8725f6137438f08ac9ed18ed89433ee852c6ad398f68ebcfb9edece2515370fe644798" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13643,17 +14295,67 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/querystringify" + "value": "node_modules/hash-sum" } ] }, { "type": "library", - "name": "rehype-external-links", - "version": "3.0.0", - "bom-ref": "mydash@1.0.0|rehype-external-links@3.0.0", + "name": "hasown", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|hasown@2.0.2", + "author": "Jordan Harband", + "description": "A robust, ES3 compatible, \"has own property\" predicate.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/hasown@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/inspect-js/hasOwn.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/inspect-js/hasOwn#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/inspect-js/hasOwn/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hasown" + } + ] + }, + { + "type": "library", + "name": "hast-to-hyperscript", + "version": "10.0.3", + "bom-ref": "mydash@1.0.0|hast-to-hyperscript@10.0.3", "author": "Titus Wormer", - "description": "rehype plugin to automatically add `target` and `rel` attributes to external links", + "description": "Legacy hast utility to transform to something else", "licenses": [ { "license": { @@ -13661,30 +14363,30 @@ } } ], - "purl": "pkg:npm/rehype-external-links@3.0.0", + "purl": "pkg:npm/hast-to-hyperscript@10.0.3", "externalReferences": [ { - "url": "git+https://github.com/rehypejs/rehype-external-links.git", + "url": "git+https://github.com/syntax-tree/hast-to-hyperscript.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/rehypejs/rehype-external-links#readme", + "url": "https://github.com/syntax-tree/hast-to-hyperscript#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/rehypejs/rehype-external-links/issues", + "url": "https://github.com/syntax-tree/hast-to-hyperscript/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/rehype-external-links/-/rehype-external-links-3.0.0.tgz", + "url": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-10.0.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "ca9f9ee4df55dc2e9bc017800b89fbf7a91cf3a33880909d955862313c48ac91b95070cc87e3c900d7fd85ea8e4496edd67ac26c3c0894064a8c034869505bbf" + "content": "36e068512b69e1f4709af95f6e27651224524e4d204879bef7bab85e7f42275d073be3f2ee7953b838ba461335a8b3aeadeba41ab0972c6ec0031686aaacac95" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13693,17 +14395,69 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-external-links" + "value": "node_modules/hast-to-hyperscript" + } + ], + "components": [ + { + "type": "library", + "name": "unist", + "group": "@types", + "version": "2.0.11", + "bom-ref": "mydash@1.0.0|hast-to-hyperscript@10.0.3|@types/unist@2.0.11", + "description": "TypeScript definitions for unist", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40types/unist@2.0.11", + "externalReferences": [ + { + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0a604a88be8d368fceaa098c9fde4593d5a1969da6b6f22ff8a36940a3761784a3beb11eb2e6d34561984a0f819d664e9e509a493535b0ca6c04ece06d8867b0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hast-to-hyperscript/node_modules/@types/unist" + } + ] } ] }, { "type": "library", - "name": "rehype-highlight", - "version": "7.0.2", - "bom-ref": "mydash@1.0.0|rehype-highlight@7.0.2", + "name": "hast-util-is-element", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|hast-util-is-element@3.0.0", "author": "Titus Wormer", - "description": "rehype plugin to highlight code blocks with lowlight (highlight.js)", + "description": "hast utility to check if a node is a (certain) element", "licenses": [ { "license": { @@ -13711,30 +14465,30 @@ } } ], - "purl": "pkg:npm/rehype-highlight@7.0.2", + "purl": "pkg:npm/hast-util-is-element@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/rehypejs/rehype-highlight.git", + "url": "git+https://github.com/syntax-tree/hast-util-is-element.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/rehypejs/rehype-highlight#readme", + "url": "https://github.com/syntax-tree/hast-util-is-element#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/rehypejs/rehype-highlight/issues", + "url": "https://github.com/syntax-tree/hast-util-is-element/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", + "url": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "935e7ca4aef0742daa2f733935c651399dad47f97bccece3c5777954675c7c8ca88a38d0aa91dddc92ad612043a43677f142365895ae140b64303c66c7992cb4" + "content": "55a97d9a7bf6216a4b6cd3ea73fa547a6f9aec8a63d9a1da702c2035f4e22b4bc92a5d0b17ee016b8fafd683c71697f76cb626adeab4fe5dc6b9df52e4e1f8da" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13743,17 +14497,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-highlight" + "value": "node_modules/hast-util-is-element" } ] }, { "type": "library", - "name": "rehype-react", - "version": "7.2.0", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0", - "author": "rhysd", - "description": "rehype plugin to transform to React", + "name": "hast-util-to-jsx-runtime", + "version": "2.3.6", + "bom-ref": "mydash@1.0.0|hast-util-to-jsx-runtime@2.3.6", + "author": "Titus Wormer", + "description": "hast utility to transform to preact, react, solid, svelte, vue, etc", "licenses": [ { "license": { @@ -13761,30 +14515,30 @@ } } ], - "purl": "pkg:npm/rehype-react@7.2.0", + "purl": "pkg:npm/hast-util-to-jsx-runtime@2.3.6", "externalReferences": [ { - "url": "git+https://github.com/rehypejs/rehype-react.git", + "url": "git+https://github.com/syntax-tree/hast-util-to-jsx-runtime.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/rehypejs/rehype-react#readme", + "url": "https://github.com/syntax-tree/hast-util-to-jsx-runtime#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/rehypejs/rehype-react/issues", + "url": "https://github.com/syntax-tree/hast-util-to-jsx-runtime/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.2.0.tgz", + "url": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "30763208791afb74edcc130ab5cbaf54e0406c8d47adfa1803e5c7f66effae5ad04004c23f0b499cf764c4a29c20617cbdcf66c6a4236bdafd7fe14722d41e5a" + "content": "ce5eacf0bc0dca8d4ff6ec3e5c91af66d74517519d0243a0f2e8cec3ee0fc9befaf3be1f2e9b38b9e1d70e15d6764e981d0e8e814b629e5886ed1b18bc26db06" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13793,17 +14547,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react" + "value": "node_modules/hast-util-to-jsx-runtime" } ], "components": [ { "type": "library", - "name": "hast", - "group": "@types", - "version": "2.3.10", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|@types/hast@2.3.10", - "description": "TypeScript definitions for hast", + "name": "hast-util-whitespace", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|hast-util-to-jsx-runtime@2.3.6|hast-util-whitespace@3.0.0", + "author": "Titus Wormer", + "description": "hast utility to check if a node is inter-element whitespace", "licenses": [ { "license": { @@ -13811,30 +14565,30 @@ } } ], - "purl": "pkg:npm/%40types/hast@2.3.10", + "purl": "pkg:npm/hast-util-whitespace@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/hast", + "url": "git+https://github.com/syntax-tree/hast-util-whitespace.git", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast", + "url": "https://github.com/syntax-tree/hast-util-whitespace#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "url": "https://github.com/syntax-tree/hast-util-whitespace/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "url": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "31c5aca51c3cc71f09f47bab91505f623d312a8136e6d38594719dc78309e7139142b30664da898554166886e6e8eca56b9918397b438a8a7329127310e93027" + "content": "f3c254374ea2a4bc2c9eff9d567f8e2183af02ebc1332fd0a22e8eee6407c5d3d7a63cbe09deb14645b0bb1ec328efb8b1820bb4b05120a82c7694b681073bab" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13843,17 +14597,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/@types/hast" + "value": "node_modules/hast-util-to-jsx-runtime/node_modules/hast-util-whitespace" } ] }, { "type": "library", - "name": "unified", - "version": "10.1.2", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|unified@10.1.2", + "name": "property-information", + "version": "7.1.0", + "bom-ref": "mydash@1.0.0|hast-util-to-jsx-runtime@2.3.6|property-information@7.1.0", "author": "Titus Wormer", - "description": "Interface for parsing, inspecting, transforming, and serializing content through syntax trees", + "description": "Info on the properties and attributes of the web platform", "licenses": [ { "license": { @@ -13861,30 +14615,30 @@ } } ], - "purl": "pkg:npm/unified@10.1.2", + "purl": "pkg:npm/property-information@7.1.0", "externalReferences": [ { - "url": "git+https://github.com/unifiedjs/unified.git", + "url": "git+https://github.com/wooorm/property-information.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://unifiedjs.com", + "url": "https://github.com/wooorm/property-information#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/unifiedjs/unified/issues", + "url": "https://github.com/wooorm/property-information/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "url": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "a54496022fd1027572d4f89fda40287963416b7255af1d0c21dd8b0128fc1beec08875a8299353a26aba2c6df6e93ebc53bfdedbadd7e9f4dd717232ed79c5ed" + "content": "4f0119f97fb20899987cbed33d439cbc167841fa13e587a742226e5ffff4b61e770c4eb0d31c4b12d7cade2cabc9015d757baf908939d44120ac943458990e99" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -13893,167 +14647,6918 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/unified" + "value": "node_modules/hast-util-to-jsx-runtime/node_modules/property-information" } ] + } + ] + }, + { + "type": "library", + "name": "hast-util-to-text", + "version": "4.0.2", + "bom-ref": "mydash@1.0.0|hast-util-to-text@4.0.2", + "author": "Titus Wormer", + "description": "hast utility to get the plain-text value of a node according to the `innerText` algorithm", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/hast-util-to-text@4.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/hast-util-to-text.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "type": "library", - "name": "unist", - "group": "@types", - "version": "2.0.11", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|@types/unist@2.0.11", - "description": "TypeScript definitions for unist", - "licenses": [ + "url": "https://github.com/syntax-tree/hast-util-to-text#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/hast-util-to-text/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", + "type": "distribution", + "hashes": [ { - "license": { - "id": "MIT" - } + "alg": "SHA-512", + "content": "28aeb2fc137c95b6aaeb9e23ec9801c9d7afef0b8d31c203e7896445abf53f409a1357b8ecfef601658f8862974c9536ef5a2863372f4c09ff66dd11127bdcec" } ], - "purl": "pkg:npm/%40types/unist@2.0.11", - "externalReferences": [ - { - "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" - }, - { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hast-util-to-text" + } + ] + }, + { + "type": "library", + "name": "hast-util-whitespace", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|hast-util-whitespace@2.0.1", + "author": "Titus Wormer", + "description": "hast utility to check if a node is inter-element whitespace", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/hast-util-whitespace@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/hast-util-whitespace.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/hast-util-whitespace#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/hast-util-whitespace/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9c0c40d2ff3ebd74810eddc09d150d8f2448434ac3fa7b696c0a782e73e4ba673933dc946d231ae170d4f50e9eb58e1fd56a786cd82f735ca3899b6c4d3ad29e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hast-util-whitespace" + } + ] + }, + { + "type": "library", + "name": "he", + "version": "1.2.0", + "bom-ref": "mydash@1.0.0|he@1.2.0", + "author": "Mathias Bynens", + "description": "A robust HTML entities encoder/decoder with full Unicode support.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/he@1.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/mathiasbynens/he.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://mths.be/he", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/mathiasbynens/he/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "17fd439d418fa29391662d278be0afac28074391721001d12d2029b9858c9ab6d2c28376327ffb93e1a5dfc8099d1ef2c83664e962d7c221a877524e58d0ca1b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/he" + } + ] + }, + { + "type": "library", + "name": "highlight.js", + "version": "11.11.1", + "bom-ref": "mydash@1.0.0|highlight.js@11.11.1", + "author": "Josh Goebel", + "description": "Syntax highlighting with language autodetection.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:npm/highlight.js@11.11.1", + "externalReferences": [ + { + "url": "git://github.com/highlightjs/highlight.js.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://highlightjs.org/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/highlightjs/highlight.js/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5f0c28e38c21281542628962050c1a3efb5dff6b58164450b570d68f59da724695d893d7c772f4f89bddf3fa82276a7e30bd3f5d5909daaf8cafe51576924ae7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/highlight.js" + } + ] + }, + { + "type": "library", + "name": "hookable", + "version": "5.5.3", + "bom-ref": "mydash@1.0.0|hookable@5.5.3", + "description": "Awaitable hook system", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/hookable@5.5.3", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/hookable.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/hookable#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/hookable/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "61cf8141ef12be85c7d7ae3741ecf5cea2d199b039ac22feb129a4e93568b342d655f34807b3c69dc76521defb5b32c648807929a5a04da353b3694d54423a55" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hookable" + } + ] + }, + { + "type": "library", + "name": "hot-patcher", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|hot-patcher@2.0.1", + "author": "Perry Mitchell", + "description": "Hot method patching framework for handling environmental method differences", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/hot-patcher@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/perry-mitchell/hot-patcher.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/perry-mitchell/hot-patcher#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/perry-mitchell/hot-patcher/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/hot-patcher/-/hot-patcher-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "1028352451b46337a189c41aa207a795cb36aa0e96b1742cc6d9dbaf58baf7abb9b4b523b49750021d2eda0d10e58578e5fdbadd36b51a7509b1cf1621f25fe1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/hot-patcher" + } + ] + }, + { + "type": "library", + "name": "icss-utils", + "version": "5.1.0", + "bom-ref": "mydash@1.0.0|icss-utils@5.1.0", + "author": "Glen Maddern", + "description": "ICSS utils for postcss ast", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/icss-utils@5.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/css-modules/icss-utils.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/css-modules/icss-utils#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/css-modules/icss-utils/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b281617e509558b7d134e3d4de2bf967d554753e38c4545bce32ec1334abe4042682a3cc4c7754dcf313d427f5b2cc7c7cb3490c0d63b9fb5897e3d472fdcca8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/icss-utils" + } + ] + }, + { + "type": "library", + "name": "inline-style-parser", + "version": "0.1.1", + "bom-ref": "mydash@1.0.0|inline-style-parser@0.1.1", + "description": "An inline style parser.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/inline-style-parser@0.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/remarkablemark/inline-style-parser.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/remarkablemark/inline-style-parser#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/remarkablemark/inline-style-parser/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ecd5e896c2b80804b9fb1bdd8f938c31b23deb6854ff0bf0a3193e2d647d124f5b56dcaeb9849c0cde9e4b4ad49ba4f1029169c3b097d68e2e27371de00c83dd" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/inline-style-parser" + } + ] + }, + { + "type": "library", + "name": "is-absolute-url", + "version": "4.0.1", + "bom-ref": "mydash@1.0.0|is-absolute-url@4.0.1", + "author": "Sindre Sorhus", + "description": "Check if a URL is absolute", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-absolute-url@4.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/is-absolute-url.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/is-absolute-url#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/is-absolute-url/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ff9d7f4ca13cf0b9a6ec6738ffc6ed725357592fa0e74c1785826af07588040194067a00751bb56977a1dfae2dfceef05c301c4c90cff0f36e34a5940d689ef8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-absolute-url" + } + ] + }, + { + "type": "library", + "name": "is-alphabetical", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|is-alphabetical@2.0.1", + "author": "Titus Wormer", + "description": "Check if a character is alphabetical", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-alphabetical@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/is-alphabetical.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/is-alphabetical#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/is-alphabetical/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "156cb263ad0c79337279246990cd88af2d06f61a6befff640f8d260ff706404ba295c6584b8a24cfc48dd90eab2c227c81b0ade9f37eac2fbab4c192f7d2dac5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-alphabetical" + } + ] + }, + { + "type": "library", + "name": "is-alphanumerical", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|is-alphanumerical@2.0.1", + "author": "Titus Wormer", + "description": "Check if a character is alphanumerical", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-alphanumerical@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/is-alphanumerical.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/is-alphanumerical#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/is-alphanumerical/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "8666d8857ffd314305e6e87bb4e5f22bf9f466f5a969de5c681035ec6b02eafcae0aa696962446e4ad6a4bd8a799484431a381216effc210274b0bde5bf2ed67" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-alphanumerical" + } + ] + }, + { + "type": "library", + "name": "is-buffer", + "version": "1.1.6", + "bom-ref": "mydash@1.0.0|is-buffer@1.1.6", + "author": "Feross Aboukhadijeh", + "description": "Determine if an object is a Buffer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-buffer@1.1.6", + "externalReferences": [ + { + "url": "git://github.com/feross/is-buffer.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/feross/is-buffer#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/feross/is-buffer/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "35c7402f0a579139b966fbdb93ba303944af56f04a0e028fe7f7b07d71339e64057ece194666a739e2814e34558e46b7405a0de9727ef45dd44aa7c7a93694e7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-buffer" + } + ] + }, + { + "type": "library", + "name": "is-decimal", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|is-decimal@2.0.1", + "author": "Titus Wormer", + "description": "Check if a character is decimal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-decimal@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/is-decimal.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/is-decimal#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/is-decimal/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "00007d862a2642ce435d6711075aeab31194b2d6d1ae814e3cf540a26364ff75c74792721190a13b24d67b6a1ac8a9ec4acaff91c1aa17ecfacae1fa1c7a4dd0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-decimal" + } + ] + }, + { + "type": "library", + "name": "is-hexadecimal", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|is-hexadecimal@2.0.1", + "author": "Titus Wormer", + "description": "Check if a character is hexadecimal", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-hexadecimal@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/is-hexadecimal.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/is-hexadecimal#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/is-hexadecimal/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0e0650a76e3573ca0ee9c03549b4c45a25dea31578daf95c271807f81de18b5022aaa2abb9947764617c227ddf8f8fbfcbfeeb1ef94e64b66d809ff8b6d60666" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-hexadecimal" + } + ] + }, + { + "type": "library", + "name": "is-svg", + "version": "6.1.0", + "bom-ref": "mydash@1.0.0|is-svg@6.1.0", + "author": "Sindre Sorhus", + "description": "Check if a string is SVG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-svg@6.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/is-svg.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/is-svg#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/is-svg/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-svg/-/is-svg-6.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "8bb60f76f62e48261c68b42b2b0b7c72f2939701dc740e87a7c37d48edd0e63233a3cc7a907dcde3b5b406f3cfecd7715419881f1ed7f432b7e9ccd8616ee51e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-svg" + } + ] + }, + { + "type": "library", + "name": "is-what", + "version": "5.5.0", + "bom-ref": "mydash@1.0.0|is-what@5.5.0", + "author": "Luca Ban - Mesqueeb", + "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-what@5.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/mesqueeb/is-what.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/mesqueeb/is-what#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/mesqueeb/is-what/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a06edc81b9a0e642d869ed8de4855dde39b6b3ebe5763c49ccad6972ef4b7e91ae43ddcc412ce8d2892f4676beef2e627eb0fedb4144f05be3bacc866b3d787f" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/is-what" + } + ] + }, + { + "type": "library", + "name": "jest-worker", + "version": "27.5.1", + "bom-ref": "mydash@1.0.0|jest-worker@27.5.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/jest-worker@27.5.1", + "externalReferences": [ + { + "url": "git+https://github.com/facebook/jest.git#packages/jest-worker", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/facebook/jest#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/facebook/jest/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "eefba1f3957971d0e87cfcb19f9f27acf8c192d668d2ef71d60f16b6342897e8d90da13e7e137e708bd38f5d469dd067327c9fad4386d6c650c427632a1f832a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/jest-worker" + } + ], + "components": [ + { + "type": "library", + "name": "supports-color", + "version": "8.1.1", + "bom-ref": "mydash@1.0.0|jest-worker@27.5.1|supports-color@8.1.1", + "author": "Sindre Sorhus", + "description": "Detect whether a terminal supports color", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/supports-color@8.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/chalk/supports-color.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/chalk/supports-color#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/chalk/supports-color/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "3295043763a876d533c6f29097bd9c505ed14391221ec1af4ac546d226bd73945b5862f6088e02ec4a4f4bc513048a659e5cd988db95e7ac3e16e371cb7b72d9" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/jest-worker/node_modules/supports-color" + } + ] + } + ] + }, + { + "type": "library", + "name": "jquery", + "version": "3.7.1", + "bom-ref": "mydash@1.0.0|jquery@3.7.1", + "author": "OpenJS Foundation and other contributors", + "description": "JavaScript library for DOM operations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/jquery@3.7.1", + "externalReferences": [ + { + "url": "git+https://github.com/jquery/jquery.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://jquery.com", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jquery/jquery/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9b86afafcc8bf2498537ca6cadb14516607f21fd7888de68f67c3f3609e733e9326c326946c0329d5d81b1fa5362b4d1cac6147400d50fb0a45148b3824a4b7e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/jquery" + } + ] + }, + { + "type": "library", + "name": "jsesc", + "version": "3.1.0", + "bom-ref": "mydash@1.0.0|jsesc@3.1.0", + "author": "Mathias Bynens", + "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/jsesc@3.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/mathiasbynens/jsesc.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://mths.be/jsesc", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/mathiasbynens/jsesc/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fec33774ed853b35e3290849ba8d10d7bdf07f628ea3cb7823cbc7cba945f69a14a7b6ca4f4fcd1c4f1f3d7db73f07e19f291faa70b6c51c4e9d5c395ee18868" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/jsesc" + } + ] + }, + { + "type": "library", + "name": "json-parse-even-better-errors", + "version": "2.3.1", + "bom-ref": "mydash@1.0.0|json-parse-even-better-errors@2.3.1", + "author": "Kat Marchán", + "description": "JSON.parse with context information on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/json-parse-even-better-errors@2.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/npm/json-parse-even-better-errors.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/npm/json-parse-even-better-errors#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/npm/json-parse-even-better-errors/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c72170ca1ae8fc91287fa1a17b68b3d8d717a23dac96836c5abfd7b044432bfa223c27da36197938d7e9fa341d01945043420958dcc7f7321917b962f75921db" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/json-parse-even-better-errors" + } + ] + }, + { + "type": "library", + "name": "json5", + "version": "2.2.3", + "bom-ref": "mydash@1.0.0|json5@2.2.3", + "author": "Aseem Kishore", + "description": "JSON for Humans", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/json5@2.2.3", + "externalReferences": [ + { + "url": "git+https://github.com/json5/json5.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "http://json5.org/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/json5/json5/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5e63967bb7b21d81f5e1c2dd54fa3283e18e1f7ad85fef8aa73af2949c125bdf2ddcd93e53c5ce97c15628e830b7375bf255c67facd8c035337873167f16acca" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/json5" + } + ] + }, + { + "type": "library", + "name": "layerr", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|layerr@3.0.0", + "author": "Perry Mitchell", + "description": "Error wrapping utility for NodeJS and the browser", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/layerr@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/perry-mitchell/layerr.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/perry-mitchell/layerr#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/perry-mitchell/layerr/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/layerr/-/layerr-3.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b6fef9e0a8b6757a4f540a4eae34f2468e3f41e8156fd79516ae268eaa78f8d33935a5fbb3242f37904135f57f6690070841d5db85dd515ac102891ae23b77a4" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/layerr" + } + ] + }, + { + "type": "library", + "name": "linkify-string", + "version": "4.3.2", + "bom-ref": "mydash@1.0.0|linkify-string@4.3.2", + "author": "Nick Frasser", + "description": "String interface for linkifyjs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/linkify-string@4.3.2", + "externalReferences": [ + { + "url": "git+https://github.com/nfrasser/linkifyjs.git#packages/linkify-string", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://linkify.js.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nfrasser/linkifyjs/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.3.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "26a06e42949af824a3dadb2420823bd1228e8cf7e35f00c5ca34513454eb960efa829da76a9dfac5e463fdc59a5f1ba4a8136bc4cf8bd3b5f2291b14b47fc3a5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/linkify-string" + } + ] + }, + { + "type": "library", + "name": "linkifyjs", + "version": "4.3.2", + "bom-ref": "mydash@1.0.0|linkifyjs@4.3.2", + "author": "Nick Frasser", + "description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML links.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/linkifyjs@4.3.2", + "externalReferences": [ + { + "url": "git+https://github.com/nfrasser/linkifyjs.git#packages/linkifyjs", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://linkify.js.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nfrasser/linkifyjs/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "353d4226dab784722b78e89a9c0f1a4979fa0b0d09cd83ae0d06cead23deee0a859c2a4a3fef8c41edce0e03b7a21d8624539190001daab79d39aeb4cfadc66c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/linkifyjs" + } + ] + }, + { + "type": "library", + "name": "loader-runner", + "version": "4.3.1", + "bom-ref": "mydash@1.0.0|loader-runner@4.3.1", + "author": "Tobias Koppers @sokra", + "description": "Runs (webpack) loaders", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/loader-runner@4.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/webpack/loader-runner.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/webpack/loader-runner#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/webpack/loader-runner/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "216a8fd9208f8725454c1b5172030777395ff6e976e4dc1a171e300841ff2a3017bae1d8e32363bcf5ec068929f23081f77e8fc9645a3ca50d87c36fca52e9d9" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/loader-runner" + } + ] + }, + { + "type": "library", + "name": "loader-utils", + "version": "1.4.2", + "bom-ref": "mydash@1.0.0|loader-utils@1.4.2", + "author": "Tobias Koppers @sokra", + "description": "utils for webpack loaders", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/loader-utils@1.4.2", + "externalReferences": [ + { + "url": "git+https://github.com/webpack/loader-utils.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/webpack/loader-utils#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/webpack/loader-utils/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "239774d0f77f8f0303d9009dba8eb9efe60cffa2f7299bbefa9997f551677316b1bc772bbbd8f1d6505a15fb7eaf832dda32b4621a78d579510228733f11cd0a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/loader-utils" + } + ], + "components": [ + { + "type": "library", + "name": "json5", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|loader-utils@1.4.2|json5@1.0.2", + "author": "Aseem Kishore", + "description": "JSON for humans.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/json5@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/json5/json5.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "http://json5.org/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/json5/json5/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "83531630b062cfc14a8b57b8c3453254bdf0fa225c7960050406819e718a3a935ae5ff132e4b646eb7b5facea8202c9d5809be1d15064e623efffc6fda1bd760" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/loader-utils/node_modules/json5" + } + ] + } + ] + }, + { + "type": "library", + "name": "local-pkg", + "version": "1.1.2", + "bom-ref": "mydash@1.0.0|local-pkg@1.1.2", + "author": "Anthony Fu", + "description": "Get information on local packages.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/local-pkg@1.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/antfu-collective/local-pkg.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/antfu-collective/local-pkg#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/antfu-collective/local-pkg/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "6ab865c5b1519a8407977ddad199257bf616966370a32b7a40d64420972a35b76bb22c792ef7381f2c88dc49f0c53625658737d846d8ad0f12cc467b76a820f4" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/local-pkg" + } + ] + }, + { + "type": "library", + "name": "lodash.throttle", + "version": "4.1.1", + "bom-ref": "mydash@1.0.0|lodash.throttle@4.1.1", + "author": "John-David Dalton", + "description": "The lodash method `_.throttle` exported as a module.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/lodash.throttle@4.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/lodash/lodash.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://lodash.com/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/lodash/lodash/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c0891409f54aa55b16a3725266573ef0c0798adfb600de56f09ed854c493df452bbdc40d6753a46e3fab6d59e28a34d613a146632e1726afeb1e46acf2a24c2d" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/lodash.throttle" + } + ] + }, + { + "type": "library", + "name": "lodash", + "version": "4.18.1", + "bom-ref": "mydash@1.0.0|lodash@4.18.1", + "author": "John-David Dalton", + "description": "Lodash modular utilities.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/lodash@4.18.1", + "externalReferences": [ + { + "url": "git+https://github.com/lodash/lodash.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://lodash.com/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/lodash/lodash/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "74c22789c4cf544f1dd5ee68b5fc269a3971919a14a6254bc32793754b22fc26a3fe07f3cdb941702139b111d5fc0b23b829b15abb5ed93346498b82782abed1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/lodash" + } + ] + }, + { + "type": "library", + "name": "longest-streak", + "version": "3.1.0", + "bom-ref": "mydash@1.0.0|longest-streak@3.1.0", + "author": "Titus Wormer", + "description": "Count the longest repeating streak of a substring", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/longest-streak@3.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/longest-streak.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/longest-streak#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/longest-streak/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "f518bea3425881e8536950410e832a225f065ed6d683bd753b7b2b7ed707859d1daa7113a8b6a820ad31d7b7d4c3dac54a52bfd0d96c29ed00861ca5e695c4da" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/longest-streak" + } + ] + }, + { + "type": "library", + "name": "lowlight", + "version": "3.3.0", + "bom-ref": "mydash@1.0.0|lowlight@3.3.0", + "author": "Titus Wormer", + "description": "Virtual syntax highlighting for virtual DOMs and non-HTML things", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/lowlight@3.3.0", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/lowlight.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/lowlight#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/lowlight/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d09361805a0fbcfe94ea513f51d56c4aaf7db67e838638e9023e4cc46e3d7b077698e055b70598213f0297200186ad7df1a5d7383314e8ec7c0eb1b2fc2a5365" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/lowlight" + } + ] + }, + { + "type": "library", + "name": "magic-string-ast", + "version": "1.0.3", + "bom-ref": "mydash@1.0.0|magic-string-ast@1.0.3", + "author": "Kevin Deng", + "description": "magic-string with AST shortcut.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/magic-string-ast@1.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/sxzz/magic-string-ast.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sxzz/magic-string-ast#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sxzz/magic-string-ast/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0af9241f58bcd7397b9a66fde03b11885786f55d9f47625eb8af320e04bca2265215afbec162c4819e6e7c43b22c76ef49b0f581344abfd35d5faf519efafd24" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/magic-string-ast" + } + ] + }, + { + "type": "library", + "name": "magic-string", + "version": "0.30.21", + "bom-ref": "mydash@1.0.0|magic-string@0.30.21", + "author": "Rich Harris", + "description": "Modify strings, generate sourcemaps", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/magic-string@0.30.21", + "externalReferences": [ + { + "url": "git+https://github.com/Rich-Harris/magic-string.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/Rich-Harris/magic-string#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Rich-Harris/magic-string/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bddd85e1853211728670b1e8abe4c4c828f1b9e49e1e7171cb28cda7cd328345d5e2f5219c37abfe5bef96a33f6ab0796d740de4adbfde88a7c82472c7c4f609" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/magic-string" + } + ] + }, + { + "type": "library", + "name": "material-colors", + "version": "1.2.6", + "bom-ref": "mydash@1.0.0|material-colors@1.2.6", + "author": "Shuhei Kagawa", + "description": "Colors of Google's Material Design made available to coders", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/material-colors@1.2.6", + "externalReferences": [ + { + "url": "git+https://github.com/shuhei/material-colors.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/shuhei/material-colors", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/shuhei/material-colors/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "eaa13807d75e14121af584a939cf4ed1281ce37cd379561b8034f9bde44a4a5076f99b87368555c40d4bfdc90c51ac95f40cbdcbb67f49908b706b5e5bd8bb6e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/material-colors" + } + ] + }, + { + "type": "library", + "name": "math-intrinsics", + "version": "1.1.0", + "bom-ref": "mydash@1.0.0|math-intrinsics@1.1.0", + "author": "Jordan Harband", + "description": "ES Math-related intrinsics and helpers, robustly cached.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/math-intrinsics@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/es-shims/math-intrinsics.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/es-shims/math-intrinsics#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/es-shims/math-intrinsics/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/math-intrinsics" + } + ] + }, + { + "type": "library", + "name": "md5", + "version": "2.3.0", + "bom-ref": "mydash@1.0.0|md5@2.3.0", + "author": "Paul Vorbach", + "description": "js function for hashing messages with MD5", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:npm/md5@2.3.0", + "externalReferences": [ + { + "url": "git://github.com/pvorb/node-md5.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/pvorb/node-md5#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/pvorb/node-md5/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "4f51884d898568ab8ef75bf1ca840c1444ecb7e3bbd5550f114df37b918dcc39b439674ff2fd7389368010f52bff790bb18dd27ed833db8d80d527ad4220cbee" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/md5" + } + ] + }, + { + "type": "library", + "name": "mdast-squeeze-paragraphs", + "version": "6.0.0", + "bom-ref": "mydash@1.0.0|mdast-squeeze-paragraphs@6.0.0", + "author": "Eugene Sharygin", + "description": "mdast utility to remove empty paragraphs from a tree", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-squeeze-paragraphs@6.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-squeeze-paragraphs.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-squeeze-paragraphs#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-squeeze-paragraphs/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-6.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e8d0db24f4e0d0cd187be4e56305f5289d4b15ba79d793f68a699127225085cf4d6bd71eb47cd2a07358210717a4034400fd6c9bdc9dfc24d9536b87a91e40fb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-squeeze-paragraphs" + } + ] + }, + { + "type": "library", + "name": "mdast-util-find-and-replace", + "version": "3.0.2", + "bom-ref": "mydash@1.0.0|mdast-util-find-and-replace@3.0.2", + "author": "Titus Wormer", + "description": "mdast utility to find and replace text in a tree", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-find-and-replace@3.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-find-and-replace.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-find-and-replace#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-find-and-replace/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "4e6775560fe6dd7cf8dda7de3710c885646d15980cd952f269fe2f493630b9d4f27ae4e77a82f7aad58c0398de2f2cff3b5bc3266995e10b92705080dad04fc2" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-find-and-replace" + } + ], + "components": [ + { + "type": "library", + "name": "escape-string-regexp", + "version": "5.0.0", + "bom-ref": "mydash@1.0.0|mdast-util-find-and-replace@3.0.2|escape-string-regexp@5.0.0", + "author": "Sindre Sorhus", + "description": "Escape RegExp special characters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/escape-string-regexp@5.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/escape-string-regexp.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/escape-string-regexp#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/escape-string-regexp/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fef798ef925b30ae23d728efb94c6e56c892fe1affe221ecf454d3e9c8137b1c5d1342f2fe095c7010249681ff0e87e48d16d95376e7a23dfc98e9a1919d251f" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp" + } + ] + } + ] + }, + { + "type": "library", + "name": "mdast-util-from-markdown", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|mdast-util-from-markdown@2.0.2", + "author": "Titus Wormer", + "description": "mdast utility to parse markdown", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-from-markdown@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-from-markdown.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-from-markdown#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-from-markdown/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b9985357ff0d06ec3458790f4eb0aa0ce974cd57b50489e0e59b47a03938f4c135aaa72362698b98e7f48042e0711331378c368ae21e56ca39ffa432992ae098" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-from-markdown" + } + ] + }, + { + "type": "library", + "name": "mdast-util-mdx-expression", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|mdast-util-mdx-expression@2.0.1", + "author": "Titus Wormer", + "description": "mdast extension to parse and serialize MDX (or MDX.js) expressions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-mdx-expression@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-mdx-expression.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdx-expression#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdx-expression/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "27a7fef61529fa575366a2914a0ed5c3957a32a8c04dcfb713881fdc214d72e64d583f1777223acd0f06a87edff35ebd30ce8fee13014435469e7ee81c1f645d" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-mdx-expression" + } + ] + }, + { + "type": "library", + "name": "mdast-util-mdx-jsx", + "version": "3.2.0", + "bom-ref": "mydash@1.0.0|mdast-util-mdx-jsx@3.2.0", + "author": "Titus Wormer", + "description": "mdast extension to parse and serialize MDX or MDX.js JSX", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-mdx-jsx@3.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-mdx-jsx.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdx-jsx#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdx-jsx/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "963ff3f2fd2be99b6c37f70634db5e9a699fa0b0056678cc6cdc8bcc169f8f38a438cfa096b8cd1cf95fea540339371c8fd9f96f43cf8a11016e19de3321acd5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-mdx-jsx" + } + ] + }, + { + "type": "library", + "name": "mdast-util-mdxjs-esm", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|mdast-util-mdxjs-esm@2.0.1", + "author": "Titus Wormer", + "description": "mdast extension to parse and serialize MDX.js ESM (import/exports)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-mdxjs-esm@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-mdxjs-esm.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdxjs-esm#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-mdxjs-esm/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "11c98ea71b19f7a0af94fd3736086d1f512c2edaf49fd4e6e253d425405c715f51c143a77aa4b2720d7d9f91c6cc27fed742e8ccc45239bb55af779ed56a07b6" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-mdxjs-esm" + } + ] + }, + { + "type": "library", + "name": "mdast-util-newline-to-break", + "version": "2.0.0", + "bom-ref": "mydash@1.0.0|mdast-util-newline-to-break@2.0.0", + "author": "Titus Wormer", + "description": "mdast utility to support hard breaks without needing spaces or escapes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-newline-to-break@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-newline-to-break.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-newline-to-break#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-newline-to-break/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "31b81e15c6b484b608131ff6cc6b2ccc2484249d49482762639c50c5170b0c319af043ef94b3eea49e0349a8db30f0270b48def237dbf538940139f1c6b1d4a2" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-newline-to-break" + } + ] + }, + { + "type": "library", + "name": "mdast-util-phrasing", + "version": "4.1.0", + "bom-ref": "mydash@1.0.0|mdast-util-phrasing@4.1.0", + "author": "Victor Felder", + "description": "mdast utility to check if a node is phrasing content", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-phrasing@4.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-phrasing.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-phrasing#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-phrasing/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "4ea202c32bc9269070bc600c6638f82769f45fc416a76d5bf65d28ede5f2549db960d5986c90d52320f56d95c4e96b55e9198a2556264002966b4cd6380073db" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-phrasing" + } + ] + }, + { + "type": "library", + "name": "mdast-util-to-hast", + "version": "13.2.1", + "bom-ref": "mydash@1.0.0|mdast-util-to-hast@13.2.1", + "author": "Titus Wormer", + "description": "mdast utility to transform to hast", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-to-hast@13.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-to-hast.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-hast#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-hast/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "71cb6cab6c29e6f4ec2c871aca66e552b8a24dc65dd02c16b426cbbeb3b36020d9a16c8c355f2c67b92b8f4f454a7b22262dd656c1cb33893a0eaff268fc825c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-to-hast" + } + ] + }, + { + "type": "library", + "name": "mdast-util-to-markdown", + "version": "2.1.2", + "bom-ref": "mydash@1.0.0|mdast-util-to-markdown@2.1.2", + "author": "Titus Wormer", + "description": "mdast utility to serialize markdown", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-to-markdown@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-to-markdown.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-markdown#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-markdown/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c63ebcc0c4ef19754e2a89e6a20e8bc3224aad85d93ef97069b6abc938cb87d2eebe8bc1fca007fa4be2f068e3fbbac98ec162db79e4531450bf52aa4aba0ca8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-to-markdown" + } + ] + }, + { + "type": "library", + "name": "mdast-util-to-string", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|mdast-util-to-string@4.0.0", + "author": "Titus Wormer", + "description": "mdast utility to get the plain text content of a node", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mdast-util-to-string@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/mdast-util-to-string.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-string#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/mdast-util-to-string/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d07e38bc38a69f9d45d18c2fc522529b47820ce25346598dd11d72061e072e3f70895d439f44285c66ef1405a3da1488b554e50a6045d61a8a948c9405514b3e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mdast-util-to-string" + } + ] + }, + { + "type": "library", + "name": "merge-source-map", + "version": "1.1.0", + "bom-ref": "mydash@1.0.0|merge-source-map@1.1.0", + "author": "keik", + "description": "Merge old source map and new source map in multi-transform flow", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/merge-source-map@1.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/keik/merge-source-map.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/keik/merge-source-map#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/keik/merge-source-map/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "424729ecfdb2824b6930f87698241969fde384de83dd9fea5591d2756bd0fb611fe4781100f04ee7b03befe10d9b408fc76fb509efcc60a8b7ca6a9d7eeaa26f" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/merge-source-map" + } + ] + }, + { + "type": "library", + "name": "merge-stream", + "version": "2.0.0", + "bom-ref": "mydash@1.0.0|merge-stream@2.0.0", + "author": "Stephen Sugden", + "description": "Create a stream that emits events from multiple other streams", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/merge-stream@2.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/grncdr/merge-stream.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/grncdr/merge-stream#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/grncdr/merge-stream/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "69bbffa8e72e3df9375113df0f39995352ca9aec3c913fb49c81ef2ab2a016bc227e897f76859c740e19aac590f0436b14a91debb31fa68fcba2f6c852c6eddf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/merge-stream" + } + ] + }, + { + "type": "library", + "name": "micromark-core-commonmark", + "version": "2.0.3", + "bom-ref": "mydash@1.0.0|micromark-core-commonmark@2.0.3", + "author": "Titus Wormer", + "description": "The CommonMark markdown constructs", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-core-commonmark@2.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "44306b1c4312c5514b83ac6f9d799bd40cabd96ccb0168de4804c0a31c0a60957de1378d6af82821d0346bdcadcc3495cc1cb660a14af9e9823ce1226cb782ae" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-core-commonmark" + } + ] + }, + { + "type": "library", + "name": "micromark-factory-destination", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-factory-destination@2.0.1", + "author": "Titus Wormer", + "description": "micromark factory to parse destinations (found in resources, definitions)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-factory-destination@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5deeab0dd2659266c5444c694ce9918fd37731a5a66c081da52ac142f085aa17b3527e001ea2476da1277db5586227b1552b3ffeda8e758fc3c618dd0a226720" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-factory-destination" + } + ] + }, + { + "type": "library", + "name": "micromark-factory-label", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-factory-label@2.0.1", + "author": "Titus Wormer", + "description": "micromark factory to parse labels (found in media, definitions)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-factory-label@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "54531e932404c6a216ef120285c5e7e28936f58137ae7bb2bde5b7c194165aa17836ff56939ae027df4accfbc78e498f5c5f7715721b069e98756dedef5ffb56" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-factory-label" + } + ] + }, + { + "type": "library", + "name": "micromark-factory-space", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-factory-space@2.0.1", + "author": "Titus Wormer", + "description": "micromark factory to parse markdown space (found in lots of places)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-factory-space@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "cd19318ed071c4b77649cd1df9f6e712e9ec4e3e3a4965e05dc899987ab49036069dc93f6521a3f7fc142d357de6ea1e6222b98515cfda627df14a3872afcb42" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-factory-space" + } + ] + }, + { + "type": "library", + "name": "micromark-factory-title", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-factory-title@2.0.1", + "author": "Titus Wormer", + "description": "micromark factory to parse markdown titles (found in resources, definitions)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-factory-title@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e5b67edc28e101df5e0a16131ec8f2e931b1a4e1522a028a24f271af6f778d36dfaf2d8a0e85a48416fa4dc3d5078366cda3e132cd45ae6f40647ece0f80a3cf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-factory-title" + } + ] + }, + { + "type": "library", + "name": "micromark-factory-whitespace", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-factory-whitespace@2.0.1", + "author": "Titus Wormer", + "description": "micromark factory to parse markdown whitespace (found in lots of places)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-factory-whitespace@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "39bd27b99dcf2adfe7d213911f2be80fdb9986bf996bcb05a0ff8e9cc72758ae659e04b300b81060a32bf512553962ea418bb29faba5a865925ddc1fe85f3495" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-factory-whitespace" + } + ] + }, + { + "type": "library", + "name": "micromark-util-character", + "version": "2.1.1", + "bom-ref": "mydash@1.0.0|micromark-util-character@2.1.1", + "author": "Titus Wormer", + "description": "micromark utility to handle character codes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-character@2.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c2ff2d7544c9ded8521451492ada5828e62218fdbebfde87be4e13bbc2a9080b1332ceb28be9d5986875b32bd20ac6b1cf8e49e896f0fbd0c3ea0f7bf8d57aed" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-character" + } + ] + }, + { + "type": "library", + "name": "micromark-util-chunked", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-chunked@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to splice and push with giant arrays", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-chunked@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "41434510e3c42df9afbfee3188d836b1161e4bf3fce294d6d130a03f9cdcf45a577ad1d8d1a6fb4b12b201008d09cd5e2b4e39f6ea0b235cb9a0ee5573575b84" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-chunked" + } + ] + }, + { + "type": "library", + "name": "micromark-util-classify-character", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-classify-character@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to classify whether a character is whitespace or punctuation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-classify-character@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "2b4907ccce9a7d6fcc6de59858b8e81d0bf5b2083643d11c707103cd293188ffc469a80dcc29bb4ff58c299deb8cc6ef229bc189983047774a33282d038986d5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-classify-character" + } + ] + }, + { + "type": "library", + "name": "micromark-util-combine-extensions", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-combine-extensions@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to combine syntax or html extensions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-combine-extensions@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "3a70271fc5239b2e7d25cc99c3c2526caf5c1a9755638e0d2a048cec4f4487b0e22d2d84f513507f474e35a183cc41bdca3125e6172a788b23e217d190b1ff06" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-combine-extensions" + } + ] + }, + { + "type": "library", + "name": "micromark-util-decode-numeric-character-reference", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|micromark-util-decode-numeric-character-reference@2.0.2", + "author": "Titus Wormer", + "description": "micromark utility to decode numeric character references", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-decode-numeric-character-reference@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "71c51b624e82c1576498240ccabeb8757cf8d847c71a43d09418f9a7b6151b3abc23b0ad8d7649aee6c061ecdfed1a7e6e33ec7a244ea9eec6e9fa0577e944bb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-decode-numeric-character-reference" + } + ] + }, + { + "type": "library", + "name": "micromark-util-decode-string", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-decode-string@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to decode markdown strings", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-decode-string@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9c357fefb163e9e1f5ca7c2c7184ceb1b2bbad1fff523d1b65707025945f68b109d6218147a9087cd9a536a6aa25feb8f443f417735635d7898b4dde96594d51" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-decode-string" + } + ] + }, + { + "type": "library", + "name": "micromark-util-encode", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-encode@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to encode dangerous html characters", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-encode@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "737715c76cb82aa527c28a5c3bd6ff482768d8eebb2f0249fd4caa19f6e281a85f7a02fd9b2a041680d8660913edfdfa4f46cbaccf6165301a0321fe3c20178f" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-encode" + } + ] + }, + { + "type": "library", + "name": "micromark-util-html-tag-name", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-html-tag-name@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility with list of html tag names", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-html-tag-name@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d9c3448980e1096288f86b3d4f44e2cac935dfa4a7475de184ef325ba04637284e0b8a98167c05d6729f0f71c50085c0e5ce3946b206d6e6f5d46897798775c4" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-html-tag-name" + } + ] + }, + { + "type": "library", + "name": "micromark-util-normalize-identifier", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-normalize-identifier@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility normalize identifiers (as found in references, definitions)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-normalize-identifier@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b313ea9a8ef42f201126cd30d947250023d4504aa5b42909e8f84a74c203b89de049ffd0fbf1887b758a9742236ff1b21fd94ea5491100edb0a7419590bbd2f5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-normalize-identifier" + } + ] + }, + { + "type": "library", + "name": "micromark-util-resolve-all", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-resolve-all@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to resolve subtokens", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-resolve-all@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "55d432c455854f6fc51898304272586ded638d0a0d4d2e118e09664a34d496950c6bde47b71f4d1de616e2b1832736e3bc2b25f5e2e3310c0678496caa6cdc1e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-resolve-all" + } + ] + }, + { + "type": "library", + "name": "micromark-util-sanitize-uri", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-sanitize-uri@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility to sanitize urls", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-sanitize-uri@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "f4df48a2667f62e18665999079cd4c6e0c6d960a2e8314e8755c03cf3128b8f2a8dea156bf29851d67270e2dafcd5d5f7fa91ab3db9c5bea37cb324af5807501" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-sanitize-uri" + } + ] + }, + { + "type": "library", + "name": "micromark-util-subtokenize", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|micromark-util-subtokenize@2.1.0", + "author": "Titus Wormer", + "description": "micromark utility to tokenize subtokens", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-subtokenize@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5d02eee79da249cb6f9c47205f0ebe4b1ef919f9403cd103d6ac7b78127ec327416f62826d165ef8dc2f20410c33cdee9a5d7ed96497a4101ca7d2140a009858" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-subtokenize" + } + ] + }, + { + "type": "library", + "name": "micromark-util-symbol", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|micromark-util-symbol@2.0.1", + "author": "Titus Wormer", + "description": "micromark utility with symbols", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-symbol@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bece6df00a5ab9df4ddbc9200ab45474479de1427ec1636f89c1cb3f109af4436562e018df5334113cb9cb5bc0df762834f0c54e08446e787a79f684f21e31d1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-symbol" + } + ] + }, + { + "type": "library", + "name": "micromark-util-types", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|micromark-util-types@2.0.2", + "author": "Titus Wormer", + "description": "micromark utility with a couple of typescript types", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark-util-types@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "630d04092a49a15885d6a4d4e030ba370b42e1a586b75124cda401f0a3cfc82451f33f5359e5741db1051933be658d70076db39b19c9aa13f24e93950a97874c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark-util-types" + } + ] + }, + { + "type": "library", + "name": "micromark", + "version": "4.0.2", + "bom-ref": "mydash@1.0.0|micromark@4.0.2", + "author": "Titus Wormer", + "description": "small commonmark compliant markdown parser with positional info and concrete tokens", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/micromark@4.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/micromark/micromark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromark/micromark/tree/main#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromark/micromark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ce97bdf10ea4bdabe90abd4d3d548231e6c229f0fb080d8da99fabca478d84e348241a5cd6d14ab7d86e70b1b085ade3353348f251e972d5895a88a6545e0f7c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/micromark" + } + ] + }, + { + "type": "library", + "name": "mime-db", + "version": "1.52.0", + "bom-ref": "mydash@1.0.0|mime-db@1.52.0", + "description": "Media Type Database", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mime-db@1.52.0", + "externalReferences": [ + { + "url": "git+https://github.com/jshttp/mime-db.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/jshttp/mime-db#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jshttp/mime-db/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mime-db" + } + ] + }, + { + "type": "library", + "name": "mime-types", + "version": "2.1.35", + "bom-ref": "mydash@1.0.0|mime-types@2.1.35", + "description": "The ultimate javascript content-type utility.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mime-types@2.1.35", + "externalReferences": [ + { + "url": "git+https://github.com/jshttp/mime-types.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/jshttp/mime-types#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jshttp/mime-types/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mime-types" + } + ] + }, + { + "type": "library", + "name": "minimatch", + "version": "9.0.9", + "bom-ref": "mydash@1.0.0|minimatch@9.0.9", + "author": "Isaac Z. Schlueter", + "description": "a glob matcher in javascript", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/minimatch@9.0.9", + "externalReferences": [ + { + "url": "git://github.com/isaacs/minimatch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/isaacs/minimatch#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/isaacs/minimatch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "381c0137d00be1daa61139694b6cdab31faf4de59c956ce46e57d993b2930398f78de38e373fed4429d9a26532bcd83cdf02f966ff52b3a1cc2570202fc47662" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/minimatch" + } + ] + }, + { + "type": "library", + "name": "minimist", + "version": "1.2.8", + "bom-ref": "mydash@1.0.0|minimist@1.2.8", + "author": "James Halliday", + "description": "parse argument options", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/minimist@1.2.8", + "externalReferences": [ + { + "url": "git://github.com/minimistjs/minimist.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/minimistjs/minimist", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/minimistjs/minimist/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "db2c8047ca8190ddd8ba17896a7529582e54ddb6f9a2c0f2c0d07c4730d5943c031dba1c009bdeaaa8f5bbcf92543ee39164f8cafb070a95aaa96a80c5bd3308" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/minimist" + } + ] + }, + { + "type": "library", + "name": "mitt", + "version": "3.0.1", + "bom-ref": "mydash@1.0.0|mitt@3.0.1", + "description": "Tiny 200b functional Event Emitter / pubsub.", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mitt@3.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/developit/mitt.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/developit/mitt", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/developit/mitt/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "bca8af0137ebf7b976fd00426009176036eb2163ccd8820a125ed83e18c2bca946de4136826fae068ea71172b7339fc57e1fc52e9284c73390dc926824614a07" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mitt" + } + ] + }, + { + "type": "library", + "name": "mlly", + "version": "1.8.2", + "bom-ref": "mydash@1.0.0|mlly@1.8.2", + "description": "Missing ECMAScript module utils for Node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/mlly@1.8.2", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/mlly.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/mlly#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/mlly/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "77e39bc4c40599bb75d2cadeb4d0f2b70b7ce55adb92185403f2411a6d4c3da589eb90a5e303a02da075358bc9499d047f4dcc30453fd31a4f317508436f547c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mlly" + } + ], + "components": [ + { + "type": "library", + "name": "pkg-types", + "version": "1.3.1", + "bom-ref": "mydash@1.0.0|mlly@1.8.2|pkg-types@1.3.1", + "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/pkg-types@1.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/pkg-types.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/pkg-types#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/pkg-types/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fc99b933846fb4115590a591bb604b51334ff3f3366be530b805fe69ee3bef4ab5a951ad7e31be5930aea68662c689239878abcbcb88f9d958f0a5d85791d555" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mlly/node_modules/pkg-types" + } + ] + }, + { + "type": "library", + "name": "confbox", + "version": "0.1.8", + "bom-ref": "mydash@1.0.0|mlly@1.8.2|confbox@0.1.8", + "description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/confbox@0.1.8", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/confbox.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/confbox#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/confbox/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "44cb66c3488591e478615f9f50e4ae72b88040d6fd83ccc5479d8c582b65f9c09938544d2facde077f79bcfcc58448e39f87ccc57b9d9842e797f285fd6acaeb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/mlly/node_modules/confbox" + } + ] + } + ] + }, + { + "type": "library", + "name": "ms", + "version": "2.1.3", + "bom-ref": "mydash@1.0.0|ms@2.1.3", + "description": "Tiny millisecond conversion utility", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/ms@2.1.3", + "externalReferences": [ + { + "url": "git+https://github.com/vercel/ms.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/vercel/ms#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vercel/ms/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/ms" + } + ] + }, + { + "type": "library", + "name": "muggle-string", + "version": "0.4.1", + "bom-ref": "mydash@1.0.0|muggle-string@0.4.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/muggle-string@0.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/johnsoncodehk/muggle-string.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/johnsoncodehk/muggle-string#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/johnsoncodehk/muggle-string/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "54d4eb01a93f2a13b68bc76aaa7aa700739addc601c171197bd87e0f987fd59a854931051dd33ae6547b46822aab7b410586afb0e5d5f383681d76740243f2a9" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/muggle-string" + } + ] + }, + { + "type": "library", + "name": "nanoid", + "version": "3.3.11", + "bom-ref": "mydash@1.0.0|nanoid@3.3.11", + "author": "Andrey Sitnik", + "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/nanoid@3.3.11", + "externalReferences": [ + { + "url": "git+https://github.com/ai/nanoid.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/ai/nanoid#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/ai/nanoid/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "37c4a97cf527529d5b2be3cc616f2a496765f54fb0c0d588e102b13980f2f4902ba3758c5fba7639e55117dbfedf8ee99da90d7af3e688784d999d876c503beb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/nanoid" + } + ] + }, + { + "type": "library", + "name": "neo-async", + "version": "2.6.2", + "bom-ref": "mydash@1.0.0|neo-async@2.6.2", + "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/neo-async@2.6.2", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/suguru03/neo-async.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/suguru03/neo-async", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/suguru03/neo-async/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "61ddd4112e665824aa47ea8d4fddd2dd4a18524a8067d94b83c6bb83dae29ac5a66062bc7154e8038fec17746bb21772577b0018c5d5526a4c60ec3e74ba4ebb" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/neo-async" + } + ] + }, + { + "type": "library", + "name": "nested-property", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|nested-property@4.0.0", + "author": "Olivier Scherrer", + "description": "Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/nested-property@4.0.0", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/cosmosio/nested-property.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/cosmosio/nested-property", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/cosmosio/nested-property/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/nested-property/-/nested-property-4.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c857a15cd591b3870cd3e773ed0c42774ea14db59b4a4574212b2a05f927b54e93398e109b743cf1f4512ce75d90687642ae9d66f9ca5406a17e18dc52f2e7c8" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/nested-property" + } + ] + }, + { + "type": "library", + "name": "node-domexception", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|node-domexception@1.0.0", + "author": "Jimmy Wärting", + "description": "An implementation of the DOMException class from NodeJS", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/node-domexception@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/jimmywarting/node-domexception.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/jimmywarting/node-domexception#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jimmywarting/node-domexception/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fe3299a0ca70d05f06470978fde2d138f03771f717b4b0293f44332e6513fc7b8f0995b207b218f59acc78ac363bf9c522a3d00773d533d6989b4177d760170d" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/node-domexception" + } + ] + }, + { + "type": "library", + "name": "node-fetch", + "version": "3.3.2", + "bom-ref": "mydash@1.0.0|node-fetch@3.3.2", + "author": "David Frank", + "description": "A light-weight module that brings Fetch API to node.js", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/node-fetch@3.3.2", + "externalReferences": [ + { + "url": "git+https://github.com/node-fetch/node-fetch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/node-fetch/node-fetch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/node-fetch/node-fetch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "75107bf2cacdfe5ea0a96ba56a1f52af17989f179d7481b7d3e18ea8affd3a52d5c8b8371cf9ebe92a8e59358e5ca4700b6786602919e7d34db9282f4aba6038" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/node-fetch" + } + ] + }, + { + "type": "library", + "name": "node-releases", + "version": "2.0.27", + "bom-ref": "mydash@1.0.0|node-releases@2.0.27", + "author": "Sergey Rubanov", + "description": "Node.js releases data", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/node-releases@2.0.27", + "externalReferences": [ + { + "url": "git+https://github.com/chicoxyzzy/node-releases.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/chicoxyzzy/node-releases#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/chicoxyzzy/node-releases/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9e687794291867782b66fa9c087f9f8e643b5fe1f439e6603f8d0e89eac4680a6d5f85e87cc87993035b5a1ee505db94cc2715ffc919f8d0cb0b09b68a8ac894" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/node-releases" + } + ] + }, + { + "type": "library", + "name": "p-queue", + "version": "9.1.0", + "bom-ref": "mydash@1.0.0|p-queue@9.1.0", + "description": "Promise queue with concurrency control", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/p-queue@9.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/p-queue.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/p-queue#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/p-queue/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "3bf64f697b90576f6e48b6f158118664ed660905d5d812c8c14af9f49514f52a07efa9a762fb66b3b69a7c7fe2b0d48d1b0b847cfe96ff8c43d3f4c95f1ae2cf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/p-queue" + } + ] + }, + { + "type": "library", + "name": "p-timeout", + "version": "7.0.1", + "bom-ref": "mydash@1.0.0|p-timeout@7.0.1", + "author": "Sindre Sorhus", + "description": "Timeout a promise after a specified amount of time", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/p-timeout@7.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/p-timeout.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/p-timeout#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/p-timeout/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0314ccdb00c63911c61243c2b7ccaac4e4cc8297db107a85e757ffe5f2429b0142dc2ff335c193eb74b2987dadb4e01a888c2cdb3560e3e8b34028eb6a47301e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/p-timeout" + } + ] + }, + { + "type": "library", + "name": "parse-entities", + "version": "4.0.2", + "bom-ref": "mydash@1.0.0|parse-entities@4.0.2", + "author": "Titus Wormer", + "description": "Parse HTML character references", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/parse-entities@4.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/parse-entities.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/parse-entities#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/parse-entities/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "186d804185a82e02fcefb81020a7913c63b5c45f7e786d6e8c86f9b284b980fbcb435cb6a3c14bf74c3641635d7fd237eb5329a7bef6e9cfa58f7534a8ad6e1b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/parse-entities" + } + ], + "components": [ + { + "type": "library", + "name": "unist", + "group": "@types", + "version": "2.0.11", + "bom-ref": "mydash@1.0.0|parse-entities@4.0.2|@types/unist@2.0.11", + "description": "TypeScript definitions for unist", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40types/unist@2.0.11", + "externalReferences": [ + { + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0a604a88be8d368fceaa098c9fde4593d5a1969da6b6f22ff8a36940a3761784a3beb11eb2e6d34561984a0f819d664e9e509a493535b0ca6c04ece06d8867b0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/parse-entities/node_modules/@types/unist" + } + ] + } + ] + }, + { + "type": "library", + "name": "path-expression-matcher", + "version": "1.5.0", + "bom-ref": "mydash@1.0.0|path-expression-matcher@1.5.0", + "author": "Amit Gupta", + "description": "Efficient path tracking and pattern matching for XML/JSON parsers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/path-expression-matcher@1.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/NaturalIntelligence/path-expression-matcher.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/NaturalIntelligence/path-expression-matcher#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/NaturalIntelligence/path-expression-matcher/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "71badead957eeabbdd42bac3fa218c7191448a24ab6eff537dd92f9eeb32eb2d31d062815d110583f63ae468487e6d2d9cb9ed4e18730a77cac29d56463782c9" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/path-expression-matcher" + } + ] + }, + { + "type": "library", + "name": "path-posix", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|path-posix@1.0.0", + "author": "jden", + "description": "posix-specific core path module", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/path-posix@1.0.0", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/jden/node-path-posix.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/jden/node-path-posix#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/jden/node-path-posix/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d602745a9348898710c9d820dc477c2b3bc8a93b03a4dc2af9c8c10acb2f06db935a312a635016fa2f8e7a988432a0c2cf2ae8f41dac2c07b84413da8cc60588" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/path-posix" + } + ] + }, + { + "type": "library", + "name": "pathe", + "version": "2.0.3", + "bom-ref": "mydash@1.0.0|pathe@2.0.3", + "description": "Universal filesystem path utils", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/pathe@2.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/pathe.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/pathe#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/pathe/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5948c6700a8fd6041a72841ef8e049b0503b2dde03c97b9422367971cef970b1ef27b76d36c4ee8298712000f0b294be02b68051e3c22ab495b4f2c58ff17cf3" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/pathe" + } + ] + }, + { + "type": "library", + "name": "perfect-debounce", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|perfect-debounce@1.0.0", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/perfect-debounce@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/perfect-debounce.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/perfect-debounce#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/perfect-debounce/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c42cbd574e7918b12aa05687a02d52a0b21a2e659cb60094681696c4367bfd9c78093c97edc2502c93a893fa2b7e364087d9046298c96b877429c26609b72d64" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/perfect-debounce" + } + ] + }, + { + "type": "library", + "name": "picocolors", + "version": "1.1.1", + "bom-ref": "mydash@1.0.0|picocolors@1.1.1", + "author": "Alexey Raspopov", + "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/picocolors@1.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/alexeyraspopov/picocolors.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/alexeyraspopov/picocolors#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/alexeyraspopov/picocolors/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c5c787dac9e1b5be4cf658aa0ec984c39ea57b7efa993664117fe311bfd1c4d1727a036e97b78db250973fd1438ff2dcbb45fc284c8c71e3f69eda5a1eb0c454" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/picocolors" + } + ] + }, + { + "type": "library", + "name": "pinia", + "version": "2.3.1", + "bom-ref": "mydash@1.0.0|pinia@2.3.1", + "author": "Eduardo San Martin Morote", + "description": "Intuitive, type safe and flexible Store for Vue", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/pinia@2.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/pinia.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/vuejs/pinia#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vuejs/pinia/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "921525652c2df715c26936dbc4560128373f6d60065898ce82fc444f091337b2919bae84793d597598fa8b671e87db0fd8fceab1b73bd38af6ca7801af1055ba" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/pinia" + } + ] + }, + { + "type": "library", + "name": "pkg-types", + "version": "2.3.1", + "bom-ref": "mydash@1.0.0|pkg-types@2.3.1", + "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/pkg-types@2.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/pkg-types.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/pkg-types#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/pkg-types/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "cbe89c85c81cd8bac00ee84b340c7c0c58d57e0cfdd694717d9748dd40e1c47bdc54466c7a72cefbb5da539bcea74bbfed5ff067ea65cae431b6b0e5649fb27a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/pkg-types" + } + ] + }, + { + "type": "library", + "name": "popper.js", + "version": "1.16.1", + "bom-ref": "mydash@1.0.0|popper.js@1.16.1", + "author": "Federico Zivolo", + "description": "A kickass library to manage your poppers", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/popper.js@1.16.1", + "externalReferences": [ + { + "url": "git+https://github.com/FezVrasta/popper.js.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://popper.js.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/FezVrasta/popper.js/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "59be29d49e33c854db33ebba5ae3b85ecb58c782b2f427b07b80d6ade97b074c3a555202bcfc1d3a9a2d8f371fe9e0fc4ec72456720c34e350c8f21414e51b09" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/popper.js" + } + ] + }, + { + "type": "library", + "name": "portal-vue", + "version": "2.1.7", + "bom-ref": "mydash@1.0.0|portal-vue@2.1.7", + "author": "Thorsten Lünborg", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/portal-vue@2.1.7", + "externalReferences": [ + { + "url": "git+https://github.com/LinusBorg/portal-vue.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/LinusBorg/portal-vue#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/LinusBorg/portal-vue/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/portal-vue/-/portal-vue-2.1.7.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "fb20a7a36a01df103b8ab4edd04539133c36d8bd89e75b8a01a704ffa84c3cca0efe6c77878ad7164901913e0616c303bffbc47bc4cd282dee8c92743d3c1bea" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/portal-vue" + } + ] + }, + { + "type": "library", + "name": "postcss-modules-extract-imports", + "version": "3.1.0", + "bom-ref": "mydash@1.0.0|postcss-modules-extract-imports@3.1.0", + "author": "Glen Maddern", + "description": "A CSS Modules transform to extract local aliases for inline imports", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/postcss-modules-extract-imports@3.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-extract-imports", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "93790d7b468d1500c06466e29f8f292f654d89d4c5d30e3f780483b31972b29a1bcd4df06502ce1a3ecbf607d17b4268f7fe2eb9dd3d0ec8c5347ef08a71aff1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-extract-imports" + } + ] + }, + { + "type": "library", + "name": "postcss-modules-local-by-default", + "version": "4.2.0", + "bom-ref": "mydash@1.0.0|postcss-modules-local-by-default@4.2.0", + "author": "Mark Dalgleish", + "description": "A CSS Modules transform to make local scope the default", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss-modules-local-by-default@4.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-local-by-default#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e647099bfce4f8624349fc3e57fe367c9e5f8632f961b14397c9d57579093cb2d6f957fd9930f95ded30a886839cbb8bd94e9c0cda53afe510fafd87588061cf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-local-by-default" + } + ], + "components": [ + { + "type": "library", + "name": "postcss-selector-parser", + "version": "7.1.1", + "bom-ref": "mydash@1.0.0|postcss-modules-local-by-default@4.2.0|postcss-selector-parser@7.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss-selector-parser@7.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/postcss/postcss-selector-parser.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a2b46cb98a49570f0b740c2aa8bca4063f5e712e7f7111e5239fa7bd3a3c2dc08a9b30e6a953915ed388604110b8bf43e01c6d035966e62b00ab34190a843a12" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser" + } + ] + } + ] + }, + { + "type": "library", + "name": "postcss-modules-scope", + "version": "3.2.1", + "bom-ref": "mydash@1.0.0|postcss-modules-scope@3.2.1", + "author": "Glen Maddern", + "description": "A CSS Modules transform to extract export statements from local-scope classes", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/postcss-modules-scope@3.2.1", + "externalReferences": [ + { + "url": "git+https://github.com/css-modules/postcss-modules-scope.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-scope", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-scope/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9bd8d9b2d0956aa1a34c0ba7cbc31d804f3cb1c2670a2412952ace59c4d080cdaddf65017be31498548ee6ded53127c07ff149288980c416aff28a021c95c224" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-scope" + } + ], + "components": [ + { + "type": "library", + "name": "postcss-selector-parser", + "version": "7.1.1", + "bom-ref": "mydash@1.0.0|postcss-modules-scope@3.2.1|postcss-selector-parser@7.1.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss-selector-parser@7.1.1", + "externalReferences": [ + { + "url": "git+https://github.com/postcss/postcss-selector-parser.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a2b46cb98a49570f0b740c2aa8bca4063f5e712e7f7111e5239fa7bd3a3c2dc08a9b30e6a953915ed388604110b8bf43e01c6d035966e62b00ab34190a843a12" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser" + } + ] + } + ] + }, + { + "type": "library", + "name": "postcss-modules-values", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|postcss-modules-values@4.0.0", + "author": "Glen Maddern", + "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/postcss-modules-values@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/css-modules/postcss-modules-values.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-values#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/css-modules/postcss-modules-values/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "443c47900884188efc812da87f2bc2b2eee2c9c46fee8ab0e713169fd88ca11d0dffb99ff43e7479c42a528e4167d661daf1f86c2511fe4b42a9b07d9bcbc98d" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-modules-values" + } + ] + }, + { + "type": "library", + "name": "postcss-selector-parser", + "version": "6.1.2", + "bom-ref": "mydash@1.0.0|postcss-selector-parser@6.1.2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss-selector-parser@6.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/postcss/postcss-selector-parser.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/postcss/postcss-selector-parser/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "43ca907cf899f931ceff766b3ab3b470924a7e96026a0b4c5245db9c47e68148f05e0eb3fd605e3b24bd00f0413c24d288357eb384b0406bbcc85b2231122e76" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-selector-parser" + } + ] + }, + { + "type": "library", + "name": "postcss-value-parser", + "version": "4.2.0", + "bom-ref": "mydash@1.0.0|postcss-value-parser@4.2.0", + "author": "Bogdan Chadkin", + "description": "Transforms css values and at-rule params into the tree", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss-value-parser@4.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/TrySound/postcss-value-parser.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/TrySound/postcss-value-parser", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/TrySound/postcss-value-parser/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "d4d342b3abaeadf9156de5c6e12f09153f6dd7d9b8e480a789ff3358b779a0f499e74427c0c7caf87de3bf8d3c7788f0ffb06db6fe5ac52e48887a0b69534779" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss-value-parser" + } + ] + }, + { + "type": "library", + "name": "postcss", + "version": "8.5.12", + "bom-ref": "mydash@1.0.0|postcss@8.5.12", + "author": "Andrey Sitnik", + "description": "Tool for transforming styles with JS plugins", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/postcss@8.5.12", + "externalReferences": [ + { + "url": "git+https://github.com/postcss/postcss.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://postcss.org/", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/postcss/postcss/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5badadfd27baac0d00cf70df08bd00a89c17b8ac0179883a9ce6888333fec59ecde4114223b0d88b5aaceb2814613eabbdf8bab7d93ae5430b242f8f1d9a4300" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/postcss" + } + ] + }, + { + "type": "library", + "name": "prettier", + "version": "2.8.8", + "bom-ref": "mydash@1.0.0|prettier@2.8.8", + "author": "James Long", + "description": "Prettier is an opinionated code formatter", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/prettier@2.8.8", + "externalReferences": [ + { + "url": "git+https://github.com/prettier/prettier.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://prettier.io", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/prettier/prettier/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b5d37ca901af363c380876d8f975e4d098025e7f50885db56b9e6b05ee4b24053e903c82e16427e3e6b09b65df936950324e5f2aea7d5e0cd366d1a48c174ff5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/prettier" + } + ] + }, + { + "type": "library", + "name": "property-information", + "version": "6.5.0", + "bom-ref": "mydash@1.0.0|property-information@6.5.0", + "author": "Titus Wormer", + "description": "Info on the properties and attributes of the web platform", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/property-information@6.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/wooorm/property-information.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/wooorm/property-information#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/wooorm/property-information/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "3e04e0b3f065bc7c4ebbc42e10def08b90343a65da05c1e99824937a172ce94baef48903204a35dc7cbb9fcf7c4477eb438f6f282a067966526802b4d67c158a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/property-information" + } + ] + }, + { + "type": "library", + "name": "proxy-from-env", + "version": "2.1.0", + "bom-ref": "mydash@1.0.0|proxy-from-env@2.1.0", + "author": "Rob Wu", + "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/proxy-from-env@2.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/Rob--W/proxy-from-env.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/Rob--W/proxy-from-env#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Rob--W/proxy-from-env/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "709fa81d35b554011af1c26c96099466b73eb2344a8002a5dd9cac7baf8f577f2165efd5e99d784db0ae5dc6a7f45f60865cf842b16bd9cf764cd17cd949181c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/proxy-from-env" + } + ] + }, + { + "type": "library", + "name": "pseudomap", + "version": "1.0.2", + "bom-ref": "mydash@1.0.0|pseudomap@1.0.2", + "author": "Isaac Z. Schlueter", + "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.", + "licenses": [ + { + "license": { + "id": "ISC" + } + } + ], + "purl": "pkg:npm/pseudomap@1.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/isaacs/pseudomap.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/isaacs/pseudomap#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/isaacs/pseudomap/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "6ff6303616fc964d59cf6f9b5d7a52fcb2bd3a2b22659d5236c48bc4dd71d8e5d51215b60a4affee6584e6fac2d594e22650fd835f635accd3989b01fa812915" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/pseudomap" + } + ] + }, + { + "type": "library", + "name": "quansync", + "version": "0.2.11", + "bom-ref": "mydash@1.0.0|quansync@0.2.11", + "author": "Anthony Fu", + "description": "Create sync/async APIs with usable logic", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/quansync@0.2.11", + "externalReferences": [ + { + "url": "git+https://github.com/quansync-dev/quansync.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/quansync-dev/quansync#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/quansync-dev/quansync/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0227d3ed011b5bd36b8b8b40c11e4cfeece906ea9f65ffb3c1a10cfd09331238fb341b850f6ac1bb2d0addd13ef3096d6decc357b24c03459f9c23d845261b5c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/quansync" + } + ] + }, + { + "type": "library", + "name": "querystringify", + "version": "2.2.0", + "bom-ref": "mydash@1.0.0|querystringify@2.2.0", + "author": "Arnout Kazemier", + "description": "Querystringify - Small, simple but powerful query string parser.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/querystringify@2.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/unshiftio/querystringify.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unshiftio/querystringify", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unshiftio/querystringify/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "148aa08f6114bd36bb479d2ed2b1acc937edce3626bff6b784edf8e5b64daea69b36a8ed8220cc826a389a452377e9f3539a05ddd0a52aa1483d42b26d4caaa1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/querystringify" + } + ] + }, + { + "type": "library", + "name": "rehype-external-links", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|rehype-external-links@3.0.0", + "author": "Titus Wormer", + "description": "rehype plugin to automatically add `target` and `rel` attributes to external links", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/rehype-external-links@3.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/rehypejs/rehype-external-links.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/rehypejs/rehype-external-links#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/rehypejs/rehype-external-links/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/rehype-external-links/-/rehype-external-links-3.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "ca9f9ee4df55dc2e9bc017800b89fbf7a91cf3a33880909d955862313c48ac91b95070cc87e3c900d7fd85ea8e4496edd67ac26c3c0894064a8c034869505bbf" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-external-links" + } + ] + }, + { + "type": "library", + "name": "rehype-highlight", + "version": "7.0.2", + "bom-ref": "mydash@1.0.0|rehype-highlight@7.0.2", + "author": "Titus Wormer", + "description": "rehype plugin to highlight code blocks with lowlight (highlight.js)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/rehype-highlight@7.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/rehypejs/rehype-highlight.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/rehypejs/rehype-highlight#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/rehypejs/rehype-highlight/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "935e7ca4aef0742daa2f733935c651399dad47f97bccece3c5777954675c7c8ca88a38d0aa91dddc92ad612043a43677f142365895ae140b64303c66c7992cb4" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-highlight" + } + ] + }, + { + "type": "library", + "name": "rehype-react", + "version": "7.2.0", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0", + "author": "rhysd", + "description": "rehype plugin to transform to React", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/rehype-react@7.2.0", + "externalReferences": [ + { + "url": "git+https://github.com/rehypejs/rehype-react.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/rehypejs/rehype-react#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/rehypejs/rehype-react/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/rehype-react/-/rehype-react-7.2.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "30763208791afb74edcc130ab5cbaf54e0406c8d47adfa1803e5c7f66effae5ad04004c23f0b499cf764c4a29c20617cbdcf66c6a4236bdafd7fe14722d41e5a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react" + } + ], + "components": [ + { + "type": "library", + "name": "hast", + "group": "@types", + "version": "2.3.10", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|@types/hast@2.3.10", + "description": "TypeScript definitions for hast", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40types/hast@2.3.10", + "externalReferences": [ + { + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/hast", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "31c5aca51c3cc71f09f47bab91505f623d312a8136e6d38594719dc78309e7139142b30664da898554166886e6e8eca56b9918397b438a8a7329127310e93027" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/@types/hast" + } + ] + }, + { + "type": "library", + "name": "unified", + "version": "10.1.2", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|unified@10.1.2", + "author": "Titus Wormer", + "description": "Interface for parsing, inspecting, transforming, and serializing content through syntax trees", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/unified@10.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/unifiedjs/unified.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://unifiedjs.com", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unifiedjs/unified/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a54496022fd1027572d4f89fda40287963416b7255af1d0c21dd8b0128fc1beec08875a8299353a26aba2c6df6e93ebc53bfdedbadd7e9f4dd717232ed79c5ed" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/unified" + } + ] + }, + { + "type": "library", + "name": "unist", + "group": "@types", + "version": "2.0.11", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|@types/unist@2.0.11", + "description": "TypeScript definitions for unist", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40types/unist@2.0.11", + "externalReferences": [ + { + "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/unist", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "0a604a88be8d368fceaa098c9fde4593d5a1969da6b6f22ff8a36940a3761784a3beb11eb2e6d34561984a0f819d664e9e509a493535b0ca6c04ece06d8867b0" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/@types/unist" + } + ] + }, + { + "type": "library", + "name": "is-buffer", + "version": "2.0.5", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|is-buffer@2.0.5", + "author": "Feross Aboukhadijeh", + "description": "Determine if an object is a Buffer", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-buffer@2.0.5", + "externalReferences": [ + { + "url": "git://github.com/feross/is-buffer.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/feross/is-buffer#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/feross/is-buffer/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "8b647accd143c20107272414b49124d17162d62d1d3c59ffa2a8cadffbcf09c0de26f5b9350f3757c41b89c7c5d52ba939a07487c9ed8010b662213b75fc9cb5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/is-buffer" + } + ] + }, + { + "type": "library", + "name": "is-plain-obj", + "version": "4.1.0", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|is-plain-obj@4.1.0", + "author": "Sindre Sorhus", + "description": "Check if a value is a plain object", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/is-plain-obj@4.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/sindresorhus/is-plain-obj.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sindresorhus/is-plain-obj#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sindresorhus/is-plain-obj/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "f8f822faf32e50d909c84c62301b792251683322a7af9ce127852ca73e7c58e841179428219905c8d1c86c102d1f0cd502093946d9dd54db0344deb5fe6983aa" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/is-plain-obj" + } + ] + }, + { + "type": "library", + "name": "vfile", + "version": "5.3.7", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|vfile@5.3.7", + "author": "Titus Wormer", + "description": "Virtual file format for text processing", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vfile@5.3.7", + "externalReferences": [ + { + "url": "git+https://github.com/vfile/vfile.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/vfile/vfile#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/vfile/vfile/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "afbaa5ce4804aca8e86c09b23489244a98b3b053d88943ee25be69356d5107825c615661b389486d5aa4f173e4d37dc257fd73f2cb39a646b1f12ba11a9706f2" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/vfile" + } + ] + }, + { + "type": "library", + "name": "unist-util-stringify-position", + "version": "3.0.3", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|unist-util-stringify-position@3.0.3", + "author": "Titus Wormer", + "description": "unist utility to serialize a node, position, or point as a human readable location", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/unist-util-stringify-position@3.0.3", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-stringify-position#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9391b320167f41ab51f0de57db2f9dadfa561bc203073767563e8e22744d5a6d685ebcf27626804f6390880f033d1459c8029bf5be88d9ae8fc58925643d202a" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/unist-util-stringify-position" + } + ] + }, + { + "type": "library", + "name": "vfile-message", + "version": "3.1.4", + "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|vfile-message@3.1.4", + "author": "Titus Wormer", + "description": "vfile utility to create a virtual message", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vfile-message@3.1.4", + "externalReferences": [ + { + "url": "git+https://github.com/vfile/vfile-message.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/vfile/vfile-message#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "0a604a88be8d368fceaa098c9fde4593d5a1969da6b6f22ff8a36940a3761784a3beb11eb2e6d34561984a0f819d664e9e509a493535b0ca6c04ece06d8867b0" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + "url": "https://github.com/vfile/vfile-message/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "7dad19e8ff0752b40de0165a5f4e522155e273eee41376f4e4f580b4fb983fd40b1ec2ca611eff0252d6dcdb4eae95d12de6b0a432ccb159269390c6d0d5e05b" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rehype-react/node_modules/vfile-message" + } + ] + } + ] + }, + { + "type": "library", + "name": "remark-breaks", + "version": "4.0.0", + "bom-ref": "mydash@1.0.0|remark-breaks@4.0.0", + "author": "Titus Wormer", + "description": "remark plugin to add break support, without needing spaces", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/remark-breaks@4.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/remarkjs/remark-breaks.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/remarkjs/remark-breaks#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/remarkjs/remark-breaks/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "22312324e907e05b89bc7655216d100835b1706f7a902abb027fca547d8d7c97baaca654d80b07781dce1233cd4718b8402df85ddc7b236286627e88a53ee0c5" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/remark-breaks" + } + ] + }, + { + "type": "library", + "name": "remark-parse", + "version": "11.0.0", + "bom-ref": "mydash@1.0.0|remark-parse@11.0.0", + "author": "Titus Wormer", + "description": "remark plugin to add support for parsing markdown input", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/remark-parse@11.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/remarkjs/remark.git#main", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://remark.js.org", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/remarkjs/remark/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "142c6528b3469274b96daff5966a588a3314cd7d9eb315b9c50aa35b1c3678715f4b631275a1d520d166863a3ea8dd5685984d8a6ab475901337da47d080eba4" } ], - "properties": [ + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/remark-parse" + } + ] + }, + { + "type": "library", + "name": "remark-rehype", + "version": "11.1.2", + "bom-ref": "mydash@1.0.0|remark-rehype@11.1.2", + "author": "Titus Wormer", + "description": "remark plugin that turns markdown into HTML to support rehype", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/remark-rehype@11.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/remarkjs/remark-rehype.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/remarkjs/remark-rehype#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/remarkjs/remark-rehype/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", + "type": "distribution", + "hashes": [ { - "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/@types/unist" + "alg": "SHA-512", + "content": "0e1ee5e7b89a9da128229cdba743c2f542807424959250fc139469c3b1137db4e5dc5a9c38e82ae6ad8b54386018291a06fee9db82578a43ddbe18661ef28cb3" } - ] + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/remark-rehype" + } + ] + }, + { + "type": "library", + "name": "remark-unlink-protocols", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|remark-unlink-protocols@1.0.0", + "author": "Max", + "description": "remark plugin to remove links and references based on their protocol", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/remark-unlink-protocols@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/nextcloud-libraries/remark-unlink-protocols.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/nextcloud-libraries/remark-unlink-protocols#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/nextcloud-libraries/remark-unlink-protocols/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/remark-unlink-protocols/-/remark-unlink-protocols-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e63fc5dbc8e1166c5ecb3f27b89618216751e2736929667c03eb55c272bfd29abb463b9edf70883446127244aad8f66f79d84a5306e7d3cab28ae1a83cb06e9e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/remark-unlink-protocols" + } + ] + }, + { + "type": "library", + "name": "require-from-string", + "version": "2.0.2", + "bom-ref": "mydash@1.0.0|require-from-string@2.0.2", + "author": "Vsevolod Strukchinsky", + "description": "Require module from string", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/require-from-string@2.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/floatdrop/require-from-string.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/floatdrop/require-from-string#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/floatdrop/require-from-string/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "5dfd2759ee91b1ece214cbbe029f5b8a251b9a996ae92f7fa7eef0ed85cffc904786b5030d48706bebc0372b9bbaa7d9593bde53ffc36151ac0c6ed128bfef13" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/require-from-string" + } + ] + }, + { + "type": "library", + "name": "requires-port", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|requires-port@1.0.0", + "author": "Arnout Kazemier", + "description": "Check if a protocol requires a certain port number to be added to an URL.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/requires-port@1.0.0", + "externalReferences": [ + { + "url": "git+https://github.com/unshiftio/requires-port.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unshiftio/requires-port", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unshiftio/requires-port/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "2a280e087728714dd7383271b2ef22fe3f13f6dcd3e1a74789e730391450d19645729eda8705ee454d66fb2b8ef740b9654c867867e87070c8d783372f7c8301" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/requires-port" + } + ] + }, + { + "type": "library", + "name": "rfdc", + "version": "1.4.1", + "bom-ref": "mydash@1.0.0|rfdc@1.4.1", + "author": "David Mark Clements", + "description": "Really Fast Deep Clone", + "scope": "optional", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/rfdc@1.4.1", + "externalReferences": [ + { + "url": "git+https://github.com/davidmarkclements/rfdc.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "type": "library", - "name": "is-buffer", - "version": "2.0.5", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|is-buffer@2.0.5", - "author": "Feross Aboukhadijeh", - "description": "Determine if an object is a Buffer", - "licenses": [ + "url": "https://github.com/davidmarkclements/rfdc#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/davidmarkclements/rfdc/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "type": "distribution", + "hashes": [ { - "license": { - "id": "MIT" - } + "alg": "SHA-512", + "content": "ab56f737942445459497b8b2ca569a8f790ea484f43768bd32a2044173fbdc656c37d730ddf771f17eb77049968491a2d8f3c2176dc88e9ee4b66777f6b6b020" } ], - "purl": "pkg:npm/is-buffer@2.0.5", - "externalReferences": [ - { - "url": "git://github.com/feross/is-buffer.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/feross/is-buffer#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/feross/is-buffer/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/rfdc" + } + ] + }, + { + "type": "library", + "name": "safer-buffer", + "version": "2.1.2", + "bom-ref": "mydash@1.0.0|safer-buffer@2.1.2", + "author": "Nikita Skovoroda", + "description": "Modern Buffer API polyfill without footguns", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/safer-buffer@2.1.2", + "externalReferences": [ + { + "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/ChALkeR/safer-buffer#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/ChALkeR/safer-buffer/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "type": "distribution", + "hashes": [ { - "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "8b647accd143c20107272414b49124d17162d62d1d3c59ffa2a8cadffbcf09c0de26f5b9350f3757c41b89c7c5d52ba939a07487c9ed8010b662213b75fc9cb5" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + "alg": "SHA-512", + "content": "619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6" } ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/is-buffer" - } - ] + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:development", + "value": "true" }, { - "type": "library", - "name": "is-plain-obj", - "version": "4.1.0", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|is-plain-obj@4.1.0", - "author": "Sindre Sorhus", - "description": "Check if a value is a plain object", - "licenses": [ + "name": "cdx:npm:package:path", + "value": "node_modules/safer-buffer" + } + ] + }, + { + "type": "library", + "name": "sax", + "version": "1.4.4", + "bom-ref": "mydash@1.0.0|sax@1.4.4", + "author": "Isaac Z. Schlueter", + "description": "An evented streaming XML parser in JavaScript", + "licenses": [ + { + "license": { + "id": "BlueOak-1.0.0" + } + } + ], + "purl": "pkg:npm/sax@1.4.4", + "externalReferences": [ + { + "url": "git://github.com/isaacs/sax-js.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/isaacs/sax-js#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/isaacs/sax-js/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz", + "type": "distribution", + "hashes": [ { - "license": { - "id": "MIT" - } + "alg": "SHA-512", + "content": "d67debfed1973ba6fa55731d153e78487cd3f72b6ef72afb4da10ba30758a4ca98fc0a3b1279501a6010d7e45ab57ed3924766ea138d236a30a8dc766998f94b" } ], - "purl": "pkg:npm/is-plain-obj@4.1.0", - "externalReferences": [ - { - "url": "git+https://github.com/sindresorhus/is-plain-obj.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/sindresorhus/is-plain-obj#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/sindresorhus/is-plain-obj/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/sax" + } + ] + }, + { + "type": "library", + "name": "schema-utils", + "version": "4.3.3", + "bom-ref": "mydash@1.0.0|schema-utils@4.3.3", + "author": "webpack Contrib", + "description": "webpack Validation Utils", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/schema-utils@4.3.3", + "externalReferences": [ + { + "url": "git+https://github.com/webpack/schema-utils.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/webpack/schema-utils", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/webpack/schema-utils/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "type": "distribution", + "hashes": [ { - "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "f8f822faf32e50d909c84c62301b792251683322a7af9ce127852ca73e7c58e841179428219905c8d1c86c102d1f0cd502093946d9dd54db0344deb5fe6983aa" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + "alg": "SHA-512", + "content": "79f94af3012dc8e13afa1b1a4553f1bd42980a9460ccba834dbf24aef02c448c0e1a51e84a060b8015e8b9b1a02ddd9f4f8d7f39461d6f8f2fe24e1658742eac" } ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/is-plain-obj" - } - ] - }, + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/schema-utils" + } + ], + "components": [ { "type": "library", - "name": "vfile", - "version": "5.3.7", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|vfile@5.3.7", - "author": "Titus Wormer", - "description": "Virtual file format for text processing", + "name": "ajv-keywords", + "version": "5.1.0", + "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|ajv-keywords@5.1.0", + "author": "Evgeny Poberezkin", + "description": "Additional JSON-Schema keywords for Ajv JSON validator", "licenses": [ { "license": { @@ -14061,30 +21566,30 @@ } } ], - "purl": "pkg:npm/vfile@5.3.7", + "purl": "pkg:npm/ajv-keywords@5.1.0", "externalReferences": [ { - "url": "git+https://github.com/vfile/vfile.git", + "url": "git+https://github.com/epoberezkin/ajv-keywords.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/vfile/vfile#readme", + "url": "https://github.com/epoberezkin/ajv-keywords#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/vfile/vfile/issues", + "url": "https://github.com/epoberezkin/ajv-keywords/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "afbaa5ce4804aca8e86c09b23489244a98b3b053d88943ee25be69356d5107825c615661b389486d5aa4f173e4d37dc257fd73f2cb39a646b1f12ba11a9706f2" + "content": "6024bf24d140532af9bc0ba19350d69b5081c511d6f4b6c9da8cd679e9ab22aa5bb2a2a31d5c583f28b9182d2b8d9213e49c49def8ab5534bcc24e22fd9fa4af" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14093,17 +21598,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/vfile" + "value": "node_modules/schema-utils/node_modules/ajv-keywords" } ] }, { "type": "library", - "name": "unist-util-stringify-position", - "version": "3.0.3", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|unist-util-stringify-position@3.0.3", - "author": "Titus Wormer", - "description": "unist utility to serialize a node, position, or point as a human readable location", + "name": "ajv", + "version": "8.18.0", + "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|ajv@8.18.0", + "author": "Evgeny Poberezkin", + "description": "Another JSON Schema Validator", "licenses": [ { "license": { @@ -14111,30 +21616,30 @@ } } ], - "purl": "pkg:npm/unist-util-stringify-position@3.0.3", + "purl": "pkg:npm/ajv@8.18.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git", + "url": "git+https://github.com/ajv-validator/ajv.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/unist-util-stringify-position#readme", + "url": "https://ajv.js.org", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues", + "url": "https://github.com/ajv-validator/ajv/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "url": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "9391b320167f41ab51f0de57db2f9dadfa561bc203073767563e8e22744d5a6d685ebcf27626804f6390880f033d1459c8029bf5be88d9ae8fc58925643d202a" + "content": "3e55cf78458c5cc67bb0f60e1ea983c8227371f36b52bddf18d2ad7b35f5e3291738422fc8af3577eab2771f3d298e4eef514a30f690daf05f04523934747adc" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14143,17 +21648,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/unist-util-stringify-position" + "value": "node_modules/schema-utils/node_modules/ajv" } ] }, { "type": "library", - "name": "vfile-message", - "version": "3.1.4", - "bom-ref": "mydash@1.0.0|rehype-react@7.2.0|vfile-message@3.1.4", - "author": "Titus Wormer", - "description": "vfile utility to create a virtual message", + "name": "json-schema-traverse", + "version": "1.0.0", + "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|json-schema-traverse@1.0.0", + "author": "Evgeny Poberezkin", + "description": "Traverse JSON Schema passing each schema object to callback", "licenses": [ { "license": { @@ -14161,30 +21666,30 @@ } } ], - "purl": "pkg:npm/vfile-message@3.1.4", + "purl": "pkg:npm/json-schema-traverse@1.0.0", "externalReferences": [ { - "url": "git+https://github.com/vfile/vfile-message.git", + "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/vfile/vfile-message#readme", + "url": "https://github.com/epoberezkin/json-schema-traverse#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/vfile/vfile-message/issues", + "url": "https://github.com/epoberezkin/json-schema-traverse/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "7dad19e8ff0752b40de0165a5f4e522155e273eee41376f4e4f580b4fb983fd40b1ec2ca611eff0252d6dcdb4eae95d12de6b0a432ccb159269390c6d0d5e05b" + "content": "34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14193,7 +21698,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/rehype-react/node_modules/vfile-message" + "value": "node_modules/schema-utils/node_modules/json-schema-traverse" } ] } @@ -14201,11 +21706,10 @@ }, { "type": "library", - "name": "remark-breaks", - "version": "4.0.0", - "bom-ref": "mydash@1.0.0|remark-breaks@4.0.0", - "author": "Titus Wormer", - "description": "remark plugin to add break support, without needing spaces", + "name": "scule", + "version": "1.3.0", + "bom-ref": "mydash@1.0.0|scule@1.3.0", + "description": "String case utils", "licenses": [ { "license": { @@ -14213,30 +21717,30 @@ } } ], - "purl": "pkg:npm/remark-breaks@4.0.0", + "purl": "pkg:npm/scule@1.3.0", "externalReferences": [ { - "url": "git+https://github.com/remarkjs/remark-breaks.git", + "url": "git+https://github.com/unjs/scule.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/remarkjs/remark-breaks#readme", + "url": "https://github.com/unjs/scule#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/remarkjs/remark-breaks/issues", + "url": "https://github.com/unjs/scule/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz", + "url": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "22312324e907e05b89bc7655216d100835b1706f7a902abb027fca547d8d7c97baaca654d80b07781dce1233cd4718b8402df85ddc7b236286627e88a53ee0c5" + "content": "e85b47244bedfa954c201f48058f8870227a6797f58909f2b60c9f28c8432a09b3606f93787ff0c75cb7976eebb2149b2e249a9eb47d7df643ac4b268e5405da" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14245,48 +21749,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/remark-breaks" + "value": "node_modules/scule" } ] }, { "type": "library", - "name": "remark-parse", - "version": "11.0.0", - "bom-ref": "mydash@1.0.0|remark-parse@11.0.0", - "author": "Titus Wormer", - "description": "remark plugin to add support for parsing markdown input", + "name": "source-map-js", + "version": "1.2.1", + "bom-ref": "mydash@1.0.0|source-map-js@1.2.1", + "author": "Valentin 7rulnik Semirulnik", + "description": "Generates and consumes source maps", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/remark-parse@11.0.0", + "purl": "pkg:npm/source-map-js@1.2.1", "externalReferences": [ { - "url": "git+https://github.com/remarkjs/remark.git#main", + "url": "git+https://github.com/7rulnik/source-map-js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://remark.js.org", + "url": "https://github.com/7rulnik/source-map-js", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/remarkjs/remark/issues", + "url": "https://github.com/7rulnik/source-map-js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", + "url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "142c6528b3469274b96daff5966a588a3314cd7d9eb315b9c50aa35b1c3678715f4b631275a1d520d166863a3ea8dd5685984d8a6ab475901337da47d080eba4" + "content": "51758c2a12cec1529bef6f0852d40f5f17d853ebac7726ed52b2bff2e184f0240cbeb84ea70bf30c1c23d108522fb31073bbc8b084811bc550f3e203431a5f40" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14295,17 +21799,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/remark-parse" + "value": "node_modules/source-map-js" } ] }, { "type": "library", - "name": "remark-rehype", - "version": "11.1.2", - "bom-ref": "mydash@1.0.0|remark-rehype@11.1.2", - "author": "Titus Wormer", - "description": "remark plugin that turns markdown into HTML to support rehype", + "name": "source-map-support", + "version": "0.5.21", + "bom-ref": "mydash@1.0.0|source-map-support@0.5.21", + "description": "Fixes stack traces for files with source maps", "licenses": [ { "license": { @@ -14313,30 +21816,30 @@ } } ], - "purl": "pkg:npm/remark-rehype@11.1.2", + "purl": "pkg:npm/source-map-support@0.5.21", "externalReferences": [ { - "url": "git+https://github.com/remarkjs/remark-rehype.git", + "url": "git+https://github.com/evanw/node-source-map-support.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/remarkjs/remark-rehype#readme", + "url": "https://github.com/evanw/node-source-map-support#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/remarkjs/remark-rehype/issues", + "url": "https://github.com/evanw/node-source-map-support/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", + "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "0e1ee5e7b89a9da128229cdba743c2f542807424959250fc139469c3b1137db4e5dc5a9c38e82ae6ad8b54386018291a06fee9db82578a43ddbe18661ef28cb3" + "content": "b811d4dcbddccec232617297f3c7ddac6a2fc5d482a13183459e92617b524712d95331e0e4fffae87b7aba85251eef4466877e8a75e12a8dea420c17513ff2d7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14345,48 +21848,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/remark-rehype" + "value": "node_modules/source-map-support" } ] }, { "type": "library", - "name": "remark-unlink-protocols", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|remark-unlink-protocols@1.0.0", - "author": "Max", - "description": "remark plugin to remove links and references based on their protocol", + "name": "source-map", + "version": "0.6.1", + "bom-ref": "mydash@1.0.0|source-map@0.6.1", + "author": "Nick Fitzgerald", + "description": "Generates and consumes source maps", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } } ], - "purl": "pkg:npm/remark-unlink-protocols@1.0.0", + "purl": "pkg:npm/source-map@0.6.1", "externalReferences": [ { - "url": "git+https://github.com/nextcloud-libraries/remark-unlink-protocols.git", + "url": "git+ssh://git@github.com/mozilla/source-map.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/nextcloud-libraries/remark-unlink-protocols#readme", + "url": "https://github.com/mozilla/source-map", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/nextcloud-libraries/remark-unlink-protocols/issues", + "url": "https://github.com/mozilla/source-map/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/remark-unlink-protocols/-/remark-unlink-protocols-1.0.0.tgz", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "e63fc5dbc8e1166c5ecb3f27b89618216751e2736929667c03eb55c272bfd29abb463b9edf70883446127244aad8f66f79d84a5306e7d3cab28ae1a83cb06e9e" + "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14395,17 +21898,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/remark-unlink-protocols" + "value": "node_modules/source-map" } ] }, { "type": "library", - "name": "require-from-string", + "name": "space-separated-tokens", "version": "2.0.2", - "bom-ref": "mydash@1.0.0|require-from-string@2.0.2", - "author": "Vsevolod Strukchinsky", - "description": "Require module from string", + "bom-ref": "mydash@1.0.0|space-separated-tokens@2.0.2", + "author": "Titus Wormer", + "description": "Parse and stringify space separated tokens", "licenses": [ { "license": { @@ -14413,30 +21916,30 @@ } } ], - "purl": "pkg:npm/require-from-string@2.0.2", + "purl": "pkg:npm/space-separated-tokens@2.0.2", "externalReferences": [ { - "url": "git+https://github.com/floatdrop/require-from-string.git", + "url": "git+https://github.com/wooorm/space-separated-tokens.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/floatdrop/require-from-string#readme", + "url": "https://github.com/wooorm/space-separated-tokens#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/floatdrop/require-from-string/issues", + "url": "https://github.com/wooorm/space-separated-tokens/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "url": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "5dfd2759ee91b1ece214cbbe029f5b8a251b9a996ae92f7fa7eef0ed85cffc904786b5030d48706bebc0372b9bbaa7d9593bde53ffc36151ac0c6ed128bfef13" + "content": "3c41a5030ac6f325c65d18d6df67c66e0eba24094e0306ce6eea95a09a6ffe6460a160d07e01f5c033efb735b25123405c119293c87be796036db704cb7487d9" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14445,152 +21948,105 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/require-from-string" + "value": "node_modules/space-separated-tokens" } ] }, { "type": "library", - "name": "requires-port", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|requires-port@1.0.0", - "author": "Arnout Kazemier", - "description": "Check if a protocol requires a certain port number to be added to an URL.", + "name": "speakingurl", + "version": "14.0.1", + "bom-ref": "mydash@1.0.0|speakingurl@14.0.1", + "author": "Sascha Droste", + "description": "Generate a slug – transliteration with a lot of options", + "scope": "optional", "licenses": [ { "license": { - "id": "MIT" + "id": "BSD-3-Clause" } - } - ], - "purl": "pkg:npm/requires-port@1.0.0", - "externalReferences": [ - { - "url": "git+https://github.com/unshiftio/requires-port.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/unshiftio/requires-port", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/unshiftio/requires-port/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" }, - { - "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "2a280e087728714dd7383271b2ef22fe3f13f6dcd3e1a74789e730391450d19645729eda8705ee454d66fb2b8ef740b9654c867867e87070c8d783372f7c8301" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/requires-port" - } - ] - }, - { - "type": "library", - "name": "safer-buffer", - "version": "2.1.2", - "bom-ref": "mydash@1.0.0|safer-buffer@2.1.2", - "author": "Nikita Skovoroda", - "description": "Modern Buffer API polyfill without footguns", - "licenses": [ { "license": { - "id": "MIT" + "name": "BSD", + "url": "https://raw.github.com/pid/speakingurl/master/LICENSE" } } ], - "purl": "pkg:npm/safer-buffer@2.1.2", + "purl": "pkg:npm/speakingurl@14.0.1", "externalReferences": [ { - "url": "git+https://github.com/ChALkeR/safer-buffer.git", + "url": "git+https://github.com/pid/speakingurl.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/ChALkeR/safer-buffer#readme", + "url": "http://pid.github.io/speakingurl/", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ChALkeR/safer-buffer/issues", + "url": "https://github.com/pid/speakingurl/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "url": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6" + "content": "d4f398bfbbafda05e8c861690429a90d548d57be087ec5a50d6db5e943e36d6b9f35ff9b494e8675b0ecc5d731b5fc1be31948df2c73393282954a2cc40458ad" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" } ], "properties": [ - { - "name": "cdx:npm:package:development", - "value": "true" - }, { "name": "cdx:npm:package:path", - "value": "node_modules/safer-buffer" + "value": "node_modules/speakingurl" } ] }, { "type": "library", - "name": "sax", - "version": "1.4.4", - "bom-ref": "mydash@1.0.0|sax@1.4.4", - "author": "Isaac Z. Schlueter", - "description": "An evented streaming XML parser in JavaScript", + "name": "splitpanes", + "version": "2.4.1", + "bom-ref": "mydash@1.0.0|splitpanes@2.4.1", + "author": "Antoni Andre", + "description": "A Vue.js reliable, simple and touch-ready panes splitter / resizer", "licenses": [ { "license": { - "id": "BlueOak-1.0.0" + "id": "MIT" } } ], - "purl": "pkg:npm/sax@1.4.4", + "purl": "pkg:npm/splitpanes@2.4.1", "externalReferences": [ { - "url": "git://github.com/isaacs/sax-js.git", + "url": "git+https://github.com/antoniandre/splitpanes.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/isaacs/sax-js#readme", + "url": "https://github.com/antoniandre/splitpanes#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/isaacs/sax-js/issues", + "url": "https://github.com/antoniandre/splitpanes/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz", + "url": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.4.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "d67debfed1973ba6fa55731d153e78487cd3f72b6ef72afb4da10ba30758a4ca98fc0a3b1279501a6010d7e45ab57ed3924766ea138d236a30a8dc766998f94b" + "content": "929128d56b8c5ee73a41f75074ed95fdf97fb6b38d96450aa7ea69badb0b4e25bd44cb7012f8dbe3f6981a6da6dfe280ce399bfb32f0af803849866eef8fa981" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14599,17 +22055,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/sax" + "value": "node_modules/splitpanes" } ] }, { "type": "library", - "name": "schema-utils", - "version": "4.3.3", - "bom-ref": "mydash@1.0.0|schema-utils@4.3.3", - "author": "webpack Contrib", - "description": "webpack Validation Utils", + "name": "string-length", + "version": "5.0.1", + "bom-ref": "mydash@1.0.0|string-length@5.0.1", + "author": "Sindre Sorhus", + "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes", "licenses": [ { "license": { @@ -14617,30 +22073,30 @@ } } ], - "purl": "pkg:npm/schema-utils@4.3.3", + "purl": "pkg:npm/string-length@5.0.1", "externalReferences": [ { - "url": "git+https://github.com/webpack/schema-utils.git", + "url": "git+https://github.com/sindresorhus/string-length.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/webpack/schema-utils", + "url": "https://github.com/sindresorhus/string-length#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/webpack/schema-utils/issues", + "url": "https://github.com/sindresorhus/string-length/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "url": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "79f94af3012dc8e13afa1b1a4553f1bd42980a9460ccba834dbf24aef02c448c0e1a51e84a060b8015e8b9b1a02ddd9f4f8d7f39461d6f8f2fe24e1658742eac" + "content": "f44a74f0a00c527d0e69d9d5681b91744da5eb5e42439d3c92bd1731a7630a57d8a5d0b2beb6c5a7a4da79ba3ccb2c68910e2f89477fc4f3d40381468146b4a3" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14649,67 +22105,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/schema-utils" + "value": "node_modules/string-length" } ], "components": [ { "type": "library", - "name": "ajv-keywords", - "version": "5.1.0", - "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|ajv-keywords@5.1.0", - "author": "Evgeny Poberezkin", - "description": "Additional JSON-Schema keywords for Ajv JSON validator", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/ajv-keywords@5.1.0", - "externalReferences": [ - { - "url": "git+https://github.com/epoberezkin/ajv-keywords.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/epoberezkin/ajv-keywords#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/epoberezkin/ajv-keywords/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "6024bf24d140532af9bc0ba19350d69b5081c511d6f4b6c9da8cd679e9ab22aa5bb2a2a31d5c583f28b9182d2b8d9213e49c49def8ab5534bcc24e22fd9fa4af" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/schema-utils/node_modules/ajv-keywords" - } - ] - }, - { - "type": "library", - "name": "ajv", - "version": "8.18.0", - "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|ajv@8.18.0", - "author": "Evgeny Poberezkin", - "description": "Another JSON Schema Validator", + "name": "strip-ansi", + "version": "7.1.2", + "bom-ref": "mydash@1.0.0|string-length@5.0.1|strip-ansi@7.1.2", + "author": "Sindre Sorhus", + "description": "Strip ANSI escape codes from a string", "licenses": [ { "license": { @@ -14717,30 +22123,30 @@ } } ], - "purl": "pkg:npm/ajv@8.18.0", + "purl": "pkg:npm/strip-ansi@7.1.2", "externalReferences": [ { - "url": "git+https://github.com/ajv-validator/ajv.git", + "url": "git+https://github.com/chalk/strip-ansi.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://ajv.js.org", + "url": "https://github.com/chalk/strip-ansi#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/ajv-validator/ajv/issues", + "url": "https://github.com/chalk/strip-ansi/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3e55cf78458c5cc67bb0f60e1ea983c8227371f36b52bddf18d2ad7b35f5e3291738422fc8af3577eab2771f3d298e4eef514a30f690daf05f04523934747adc" + "content": "826046b25a68409b609cc02f395a86669133f5dca82930b3cb69dfcff9fc68816137f8c213fac299cc5a6c1ea338e1d5fb458d9f294ec5ac4140f4af71692584" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14749,17 +22155,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/schema-utils/node_modules/ajv" + "value": "node_modules/string-length/node_modules/strip-ansi" } ] }, { "type": "library", - "name": "json-schema-traverse", - "version": "1.0.0", - "bom-ref": "mydash@1.0.0|schema-utils@4.3.3|json-schema-traverse@1.0.0", - "author": "Evgeny Poberezkin", - "description": "Traverse JSON Schema passing each schema object to callback", + "name": "ansi-regex", + "version": "6.2.2", + "bom-ref": "mydash@1.0.0|string-length@5.0.1|ansi-regex@6.2.2", + "author": "Sindre Sorhus", + "description": "Regular expression for matching ANSI escape codes", "licenses": [ { "license": { @@ -14767,30 +22173,30 @@ } } ], - "purl": "pkg:npm/json-schema-traverse@1.0.0", + "purl": "pkg:npm/ansi-regex@6.2.2", "externalReferences": [ { - "url": "git+https://github.com/epoberezkin/json-schema-traverse.git", + "url": "git+https://github.com/chalk/ansi-regex.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/epoberezkin/json-schema-traverse#readme", + "url": "https://github.com/chalk/ansi-regex#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/epoberezkin/json-schema-traverse/issues", + "url": "https://github.com/chalk/ansi-regex/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba" + "content": "06add2992a721476968cf93c21ff7273ab2f33c739e9d079040b56e106f0e631d3c305d77132e844c9290c9a7a54bd17ce559a0874d7ae415444c6260f4b0baa" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14799,7 +22205,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/schema-utils/node_modules/json-schema-traverse" + "value": "node_modules/string-length/node_modules/ansi-regex" } ] } @@ -14807,60 +22213,11 @@ }, { "type": "library", - "name": "source-map-js", - "version": "1.2.1", - "bom-ref": "mydash@1.0.0|source-map-js@1.2.1", - "author": "Valentin 7rulnik Semirulnik", - "description": "Generates and consumes source maps", - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:npm/source-map-js@1.2.1", - "externalReferences": [ - { - "url": "git+https://github.com/7rulnik/source-map-js.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/7rulnik/source-map-js", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/7rulnik/source-map-js/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "51758c2a12cec1529bef6f0852d40f5f17d853ebac7726ed52b2bff2e184f0240cbeb84ea70bf30c1c23d108522fb31073bbc8b084811bc550f3e203431a5f40" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/source-map-js" - } - ] - }, - { - "type": "library", - "name": "source-map-support", - "version": "0.5.21", - "bom-ref": "mydash@1.0.0|source-map-support@0.5.21", - "description": "Fixes stack traces for files with source maps", + "name": "stringify-entities", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|stringify-entities@4.0.4", + "author": "Titus Wormer", + "description": "Serialize (encode) HTML character references", "licenses": [ { "license": { @@ -14868,30 +22225,30 @@ } } ], - "purl": "pkg:npm/source-map-support@0.5.21", + "purl": "pkg:npm/stringify-entities@4.0.4", "externalReferences": [ { - "url": "git+https://github.com/evanw/node-source-map-support.git", + "url": "git+https://github.com/wooorm/stringify-entities.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/evanw/node-source-map-support#readme", + "url": "https://github.com/wooorm/stringify-entities#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/evanw/node-source-map-support/issues", + "url": "https://github.com/wooorm/stringify-entities/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "url": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "b811d4dcbddccec232617297f3c7ddac6a2fc5d482a13183459e92617b524712d95331e0e4fffae87b7aba85251eef4466877e8a75e12a8dea420c17513ff2d7" + "content": "2307c1a6d6ad94ef90089528d7d02abeb3cdaa554ca56f5810bd8b21563e469bf6aac8c21b16832cd460786b1058985f22d79bb8986c1922e36816cd490fa27a" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14900,48 +22257,48 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/source-map-support" + "value": "node_modules/stringify-entities" } ] }, { "type": "library", - "name": "source-map", - "version": "0.6.1", - "bom-ref": "mydash@1.0.0|source-map@0.6.1", - "author": "Nick Fitzgerald", - "description": "Generates and consumes source maps", + "name": "striptags", + "version": "3.2.0", + "bom-ref": "mydash@1.0.0|striptags@3.2.0", + "author": "Eric Norris", + "description": "PHP strip_tags in Node.js", "licenses": [ { "license": { - "id": "BSD-3-Clause" + "id": "MIT" } } ], - "purl": "pkg:npm/source-map@0.6.1", + "purl": "pkg:npm/striptags@3.2.0", "externalReferences": [ { - "url": "git+ssh://git@github.com/mozilla/source-map.git", + "url": "git+https://github.com/ericnorris/striptags.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/mozilla/source-map", + "url": "https://github.com/ericnorris/striptags", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/mozilla/source-map/issues", + "url": "https://github.com/ericnorris/striptags/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "url": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee" + "content": "838e59386cc70cc7b66dd60c748bdd01f0909024c330605acd2c35ca9328c3018879eed9439754d2b049f09aa097e8c0288bf875b784d63b1c66af7089dd5393" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -14950,17 +22307,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/source-map" + "value": "node_modules/striptags" } ] }, { "type": "library", - "name": "space-separated-tokens", - "version": "2.0.2", - "bom-ref": "mydash@1.0.0|space-separated-tokens@2.0.2", - "author": "Titus Wormer", - "description": "Parse and stringify space separated tokens", + "name": "strtok3", + "version": "10.3.4", + "bom-ref": "mydash@1.0.0|strtok3@10.3.4", + "author": "Borewit", + "description": "A promise based streaming tokenizer", "licenses": [ { "license": { @@ -14968,30 +22325,30 @@ } } ], - "purl": "pkg:npm/space-separated-tokens@2.0.2", + "purl": "pkg:npm/strtok3@10.3.4", "externalReferences": [ { - "url": "git+https://github.com/wooorm/space-separated-tokens.git", + "url": "git+https://github.com/Borewit/strtok3.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/wooorm/space-separated-tokens#readme", + "url": "https://github.com/Borewit/strtok3#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/wooorm/space-separated-tokens/issues", + "url": "https://github.com/Borewit/strtok3/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "url": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "3c41a5030ac6f325c65d18d6df67c66e0eba24094e0306ce6eea95a09a6ffe6460a160d07e01f5c033efb735b25123405c119293c87be796036db704cb7487d9" + "content": "288cb99f296f0b995ed4e75a6a8089d3b2fef22433247187ea9583bb34be774ec2bbb9f5319db1dba3fc64a2167db2b4dbe5c82fc329e119167aa7540ab0cc7e" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15000,17 +22357,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/space-separated-tokens" + "value": "node_modules/strtok3" } ] }, { "type": "library", - "name": "splitpanes", - "version": "2.4.1", - "bom-ref": "mydash@1.0.0|splitpanes@2.4.1", - "author": "Antoni Andre", - "description": "A Vue.js reliable, simple and touch-ready panes splitter / resizer", + "name": "style-mod", + "version": "4.1.3", + "bom-ref": "mydash@1.0.0|style-mod@4.1.3", + "author": "Marijn Haverbeke", + "description": "A minimal CSS module shim", "licenses": [ { "license": { @@ -15018,30 +22375,30 @@ } } ], - "purl": "pkg:npm/splitpanes@2.4.1", + "purl": "pkg:npm/style-mod@4.1.3", "externalReferences": [ { - "url": "git+https://github.com/antoniandre/splitpanes.git", + "url": "git+https://github.com/marijnh/style-mod.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/antoniandre/splitpanes#readme", + "url": "https://github.com/marijnh/style-mod#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/antoniandre/splitpanes/issues", + "url": "https://github.com/marijnh/style-mod/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.4.1.tgz", + "url": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.3.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "929128d56b8c5ee73a41f75074ed95fdf97fb6b38d96450aa7ea69badb0b4e25bd44cb7012f8dbe3f6981a6da6dfe280ce399bfb32f0af803849866eef8fa981" + "content": "8bf9fc56c67276bba08f722ece597cfb1ff4d061f6be762c9357a8983f10891ad201e5ba22d6c2403b5f5c27891ddd22c2235a82a8d092fa6f44410fb56dc8a1" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15050,17 +22407,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/splitpanes" + "value": "node_modules/style-mod" } ] }, { "type": "library", - "name": "string-length", - "version": "5.0.1", - "bom-ref": "mydash@1.0.0|string-length@5.0.1", - "author": "Sindre Sorhus", - "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes", + "name": "style-to-js", + "version": "1.1.21", + "bom-ref": "mydash@1.0.0|style-to-js@1.1.21", + "author": "Mark", + "description": "Parses CSS inline style to JavaScript object (camelCased).", "licenses": [ { "license": { @@ -15068,30 +22425,30 @@ } } ], - "purl": "pkg:npm/string-length@5.0.1", + "purl": "pkg:npm/style-to-js@1.1.21", "externalReferences": [ { - "url": "git+https://github.com/sindresorhus/string-length.git", + "url": "git+https://github.com/remarkablemark/style-to-js.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/sindresorhus/string-length#readme", + "url": "https://github.com/remarkablemark/style-to-js#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/sindresorhus/string-length/issues", + "url": "https://github.com/remarkablemark/style-to-js/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "url": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f44a74f0a00c527d0e69d9d5681b91744da5eb5e42439d3c92bd1731a7630a57d8a5d0b2beb6c5a7a4da79ba3ccb2c68910e2f89477fc4f3d40381468146b4a3" + "content": "46341eb7126bad424b40f1db2e4bba53fa1c1adcf28db24c3fd94234aec083408d87af749d21fcc28a961fdbb5ea732360102893e8bb24ed4d3f6a4ecbc22c3d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15100,17 +22457,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/string-length" + "value": "node_modules/style-to-js" } ], "components": [ { "type": "library", - "name": "strip-ansi", - "version": "7.1.2", - "bom-ref": "mydash@1.0.0|string-length@5.0.1|strip-ansi@7.1.2", - "author": "Sindre Sorhus", - "description": "Strip ANSI escape codes from a string", + "name": "style-to-object", + "version": "1.0.14", + "bom-ref": "mydash@1.0.0|style-to-js@1.1.21|style-to-object@1.0.14", + "author": "Mark", + "description": "Parse CSS inline style to JavaScript object.", "licenses": [ { "license": { @@ -15118,30 +22475,30 @@ } } ], - "purl": "pkg:npm/strip-ansi@7.1.2", + "purl": "pkg:npm/style-to-object@1.0.14", "externalReferences": [ { - "url": "git+https://github.com/chalk/strip-ansi.git", + "url": "git+https://github.com/remarkablemark/style-to-object.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/chalk/strip-ansi#readme", + "url": "https://github.com/remarkablemark/style-to-object#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/chalk/strip-ansi/issues", + "url": "https://github.com/remarkablemark/style-to-object/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "url": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "826046b25a68409b609cc02f395a86669133f5dca82930b3cb69dfcff9fc68816137f8c213fac299cc5a6c1ea338e1d5fb458d9f294ec5ac4140f4af71692584" + "content": "2c837bad42c8d2306c716418692b30a6dc9d7ab95aac592343eb7bf67cedcbcb5c20071e5689845652f31f954fe029acbfa32d2a1b3ba9a022c25729f8c81ac7" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15150,17 +22507,16 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/string-length/node_modules/strip-ansi" + "value": "node_modules/style-to-js/node_modules/style-to-object" } ] }, { "type": "library", - "name": "ansi-regex", - "version": "6.2.2", - "bom-ref": "mydash@1.0.0|string-length@5.0.1|ansi-regex@6.2.2", - "author": "Sindre Sorhus", - "description": "Regular expression for matching ANSI escape codes", + "name": "inline-style-parser", + "version": "0.2.7", + "bom-ref": "mydash@1.0.0|style-to-js@1.1.21|inline-style-parser@0.2.7", + "description": "An inline style parser.", "licenses": [ { "license": { @@ -15168,30 +22524,30 @@ } } ], - "purl": "pkg:npm/ansi-regex@6.2.2", + "purl": "pkg:npm/inline-style-parser@0.2.7", "externalReferences": [ { - "url": "git+https://github.com/chalk/ansi-regex.git", + "url": "git+https://github.com/remarkablemark/inline-style-parser.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/chalk/ansi-regex#readme", + "url": "https://github.com/remarkablemark/inline-style-parser#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/chalk/ansi-regex/issues", + "url": "https://github.com/remarkablemark/inline-style-parser/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "url": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "06add2992a721476968cf93c21ff7273ab2f33c739e9d079040b56e106f0e631d3c305d77132e844c9290c9a7a54bd17ce559a0874d7ae415444c6260f4b0baa" + "content": "35bd9cb4ec8d47c0ea4284743b0446f79b8d5880b40b594281fe4d6b3e47e898bbd8a67c39c1592f3d8fe6c360c25ca827c6227f5d6832e62ce690506bce9cb0" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15200,7 +22556,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/string-length/node_modules/ansi-regex" + "value": "node_modules/style-to-js/node_modules/inline-style-parser" } ] } @@ -15208,61 +22564,11 @@ }, { "type": "library", - "name": "striptags", - "version": "3.2.0", - "bom-ref": "mydash@1.0.0|striptags@3.2.0", - "author": "Eric Norris", - "description": "PHP strip_tags in Node.js", - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:npm/striptags@3.2.0", - "externalReferences": [ - { - "url": "git+https://github.com/ericnorris/striptags.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/ericnorris/striptags", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/ericnorris/striptags/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, - { - "url": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", - "type": "distribution", - "hashes": [ - { - "alg": "SHA-512", - "content": "838e59386cc70cc7b66dd60c748bdd01f0909024c330605acd2c35ca9328c3018879eed9439754d2b049f09aa097e8c0288bf875b784d63b1c66af7089dd5393" - } - ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/striptags" - } - ] - }, - { - "type": "library", - "name": "strnum", - "version": "1.1.2", - "bom-ref": "mydash@1.0.0|strnum@1.1.2", - "author": "Amit Gupta", - "description": "Parse String to Number based on configuration", + "name": "style-to-object", + "version": "0.4.4", + "bom-ref": "mydash@1.0.0|style-to-object@0.4.4", + "author": "Mark", + "description": "Converts inline style to object.", "licenses": [ { "license": { @@ -15270,30 +22576,30 @@ } } ], - "purl": "pkg:npm/strnum@1.1.2", + "purl": "pkg:npm/style-to-object@0.4.4", "externalReferences": [ { - "url": "git+https://github.com/NaturalIntelligence/strnum.git", + "url": "git+https://github.com/remarkablemark/style-to-object.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/NaturalIntelligence/strnum#readme", + "url": "https://github.com/remarkablemark/style-to-object#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/NaturalIntelligence/strnum/issues", + "url": "https://github.com/remarkablemark/style-to-object/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", + "url": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "beb37e07b0c12284d36639cf35ec30871e9c040fc7f884bbadf5baf27ed7c42d72eeea2219007168aceab9c19481abd7d797498221b3b4b27cbf1b84cf0a8174" + "content": "1d83681d96b61a8ad8372aa209a060b31bdc2489fb387aba8a71206be13a29ede6e49928aa941b9c5b2c9388f07be2bb02119ad9f7216b8c1239fd4a9f4d5d32" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15302,17 +22608,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/strnum" + "value": "node_modules/style-to-object" } ] }, { "type": "library", - "name": "strtok3", - "version": "10.3.4", - "bom-ref": "mydash@1.0.0|strtok3@10.3.4", - "author": "Borewit", - "description": "A promise based streaming tokenizer", + "name": "superjson", + "version": "2.2.6", + "bom-ref": "mydash@1.0.0|superjson@2.2.6", + "author": "Simon Knott", + "scope": "optional", "licenses": [ { "license": { @@ -15320,30 +22626,30 @@ } } ], - "purl": "pkg:npm/strtok3@10.3.4", + "purl": "pkg:npm/superjson@2.2.6", "externalReferences": [ { - "url": "git+https://github.com/Borewit/strtok3.git", + "url": "git+https://github.com/blitz-js/superjson.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Borewit/strtok3#readme", + "url": "https://github.com/blitz-js/superjson#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Borewit/strtok3/issues", + "url": "https://github.com/blitz-js/superjson/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.4.tgz", + "url": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "288cb99f296f0b995ed4e75a6a8089d3b2fef22433247187ea9583bb34be774ec2bbb9f5319db1dba3fc64a2167db2b4dbe5c82fc329e119167aa7540ab0cc7e" + "content": "1feb9ef19a38bc9995da7463a71f3a3f7e65cf00d3de722d9c8b28720ba682bd211cc43e646ab9beb11183d909068e405869b16438730e8f9654826a901d1c18" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15352,17 +22658,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/strtok3" + "value": "node_modules/superjson" } ] }, { "type": "library", - "name": "style-to-object", - "version": "0.4.4", - "bom-ref": "mydash@1.0.0|style-to-object@0.4.4", - "author": "Mark", - "description": "Converts inline style to object.", + "name": "supports-color", + "version": "7.2.0", + "bom-ref": "mydash@1.0.0|supports-color@7.2.0", + "author": "Sindre Sorhus", + "description": "Detect whether a terminal supports color", "licenses": [ { "license": { @@ -15370,30 +22676,30 @@ } } ], - "purl": "pkg:npm/style-to-object@0.4.4", + "purl": "pkg:npm/supports-color@7.2.0", "externalReferences": [ { - "url": "git+https://github.com/remarkablemark/style-to-object.git", + "url": "git+https://github.com/chalk/supports-color.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/remarkablemark/style-to-object#readme", + "url": "https://github.com/chalk/supports-color#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/remarkablemark/style-to-object/issues", + "url": "https://github.com/chalk/supports-color/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "1d83681d96b61a8ad8372aa209a060b31bdc2489fb387aba8a71206be13a29ede6e49928aa941b9c5b2c9388f07be2bb02119ad9f7216b8c1239fd4a9f4d5d32" + "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -15402,7 +22708,7 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/style-to-object" + "value": "node_modules/supports-color" } ] }, @@ -15656,6 +22962,158 @@ } ] }, + { + "type": "library", + "name": "tinyglobby", + "version": "0.2.16", + "bom-ref": "mydash@1.0.0|tinyglobby@0.2.16", + "author": "Superchupu", + "description": "A fast and minimal alternative to globby and fast-glob", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/tinyglobby@0.2.16", + "externalReferences": [ + { + "url": "git+https://github.com/SuperchupuDev/tinyglobby.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://superchupu.dev/tinyglobby", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/SuperchupuDev/tinyglobby/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "a67f7d561a0009847c9c51e1c6a8b1faebec6d78a77806ac5a6e688d7a0df311302b929ddff4eb84d9f5c01cae0f9d94c5644bcbca6efa444c9e2122e84abd66" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/tinyglobby" + } + ], + "components": [ + { + "type": "library", + "name": "fdir", + "version": "6.5.0", + "bom-ref": "mydash@1.0.0|tinyglobby@0.2.16|fdir@6.5.0", + "author": "thecodrr", + "description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/fdir@6.5.0", + "externalReferences": [ + { + "url": "git+https://github.com/thecodrr/fdir.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/thecodrr/fdir#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/thecodrr/fdir/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "b486d8b596ee70eb340511aa3c992c84951874bf920c7edd54cf208f2f84469dd60148cb105244fb4da46a7c87b708d63a7c2b298062c0098cd29e242c90275e" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/tinyglobby/node_modules/fdir" + } + ] + }, + { + "type": "library", + "name": "picomatch", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|tinyglobby@0.2.16|picomatch@4.0.4", + "author": "Jon Schlinkert", + "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/picomatch@4.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/micromatch/picomatch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromatch/picomatch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromatch/picomatch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "40ff3c0402af31a9bfdcdc47eaf8f6a36d51e8c8f165401dea7970012fe99c6bcdf4854ba1c2c7c46608cc5860e9f510fb9b61e8fe1dbf8796f635f70d2223ec" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/tinyglobby/node_modules/picomatch" + } + ] + } + ] + }, { "type": "library", "name": "toastify-js", @@ -15856,6 +23314,55 @@ } ] }, + { + "type": "library", + "name": "ts-md5", + "version": "2.0.1", + "bom-ref": "mydash@1.0.0|ts-md5@2.0.1", + "description": "TypeScript MD5 implementation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/ts-md5@2.0.1", + "externalReferences": [ + { + "url": "git+https://github.com/cotag/ts-md5.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/cotag/ts-md5", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/cotag/ts-md5/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/ts-md5/-/ts-md5-2.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "c85df9142a0438507339c95290c34451b15066ebfcf4a110fb95f3d371eb312194181d7eafe125f89886385c2c3f8a7d445373c25af2758a132ef3ceb880a5f7" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/ts-md5" + } + ] + }, { "type": "library", "name": "typescript-event-target", @@ -15960,6 +23467,55 @@ } ] }, + { + "type": "library", + "name": "ufo", + "version": "1.6.4", + "bom-ref": "mydash@1.0.0|ufo@1.6.4", + "description": "URL utils for humans", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/ufo@1.6.4", + "externalReferences": [ + { + "url": "git+https://github.com/unjs/ufo.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/unjs/ufo#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/unjs/ufo/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "24535b903d52bf07b42af1a2f0639e2dc3f8900590eb4f6dc2f09d707c6ad6848bf2cbefdfd66e4af6a3703f01fb90f478be3eb3522cd83fcee8a377a9c4de44" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/ufo" + } + ] + }, { "type": "library", "name": "undici-types", @@ -16363,11 +23919,212 @@ }, { "type": "library", - "name": "unist-util-visit-parents", - "version": "6.0.2", - "bom-ref": "mydash@1.0.0|unist-util-visit-parents@6.0.2", - "author": "Titus Wormer", - "description": "unist utility to recursively walk over nodes, with ancestral information", + "name": "unist-util-visit-parents", + "version": "6.0.2", + "bom-ref": "mydash@1.0.0|unist-util-visit-parents@6.0.2", + "author": "Titus Wormer", + "description": "unist utility to recursively walk over nodes, with ancestral information", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/unist-util-visit-parents@6.0.2", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/unist-util-visit-parents.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-visit-parents#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-visit-parents/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "828875b354c1aea4aaba449cf30ae3c1684bd21889c6003c9b8905c46950fbc1584370bf9b5d45713b386187a6ed5ebae0084756f82840b93cf744ac76caf621" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/unist-util-visit-parents" + } + ] + }, + { + "type": "library", + "name": "unist-util-visit", + "version": "5.1.0", + "bom-ref": "mydash@1.0.0|unist-util-visit@5.1.0", + "author": "Titus Wormer", + "description": "unist utility to visit nodes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/unist-util-visit@5.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/syntax-tree/unist-util-visit.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-visit#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/syntax-tree/unist-util-visit/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "9bebc87727823a976bfd07900aed84cf15ffa21812f0a6e73c38059e2e1d42c7d20ada73f14a83c98e468d1aeef0f0cab989fb16ad7d8f5090fa7252b0628ece" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/unist-util-visit" + } + ] + }, + { + "type": "library", + "name": "unplugin-utils", + "version": "0.3.1", + "bom-ref": "mydash@1.0.0|unplugin-utils@0.3.1", + "author": "Kevin Deng", + "description": "A set of utility functions commonly used by unplugins.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/unplugin-utils@0.3.1", + "externalReferences": [ + { + "url": "git+https://github.com/sxzz/unplugin-utils.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/sxzz/unplugin-utils#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/sxzz/unplugin-utils/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "e655958e08babee1e1279dba6c8e279423a6902205de79df5e408c0de309aed76fc53b3a64508cf2836e7c64ec0db2affed27fc63f11a6f5e346e3c1649b89a2" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/unplugin-utils" + } + ], + "components": [ + { + "type": "library", + "name": "picomatch", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|unplugin-utils@0.3.1|picomatch@4.0.4", + "author": "Jon Schlinkert", + "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/picomatch@4.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/micromatch/picomatch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromatch/picomatch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromatch/picomatch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "40ff3c0402af31a9bfdcdc47eaf8f6a36d51e8c8f165401dea7970012fe99c6bcdf4854ba1c2c7c46608cc5860e9f510fb9b61e8fe1dbf8796f635f70d2223ec" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/unplugin-utils/node_modules/picomatch" + } + ] + } + ] + }, + { + "type": "library", + "name": "unplugin", + "version": "3.0.0", + "bom-ref": "mydash@1.0.0|unplugin@3.0.0", + "description": "Unified plugin system for build tools", "licenses": [ { "license": { @@ -16375,30 +24132,30 @@ } } ], - "purl": "pkg:npm/unist-util-visit-parents@6.0.2", + "purl": "pkg:npm/unplugin@3.0.0", "externalReferences": [ { - "url": "git+https://github.com/syntax-tree/unist-util-visit-parents.git", + "url": "git+https://github.com/unjs/unplugin.git", "type": "vcs", "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/syntax-tree/unist-util-visit-parents#readme", + "url": "https://unplugin.unjs.io", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/syntax-tree/unist-util-visit-parents/issues", + "url": "https://github.com/unjs/unplugin/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", + "url": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "828875b354c1aea4aaba449cf30ae3c1684bd21889c6003c9b8905c46950fbc1584370bf9b5d45713b386187a6ed5ebae0084756f82840b93cf744ac76caf621" + "content": "d0caa4dc04f64d909758a75ca1ab9f79736e92fda64eb11913179794720e65776a6281c7af89f9d69ca69f057cc7604e571c176cad872e523bbacaea329c9c76" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -16407,57 +24164,59 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/unist-util-visit-parents" - } - ] - }, - { - "type": "library", - "name": "unist-util-visit", - "version": "5.1.0", - "bom-ref": "mydash@1.0.0|unist-util-visit@5.1.0", - "author": "Titus Wormer", - "description": "unist utility to visit nodes", - "licenses": [ - { - "license": { - "id": "MIT" - } + "value": "node_modules/unplugin" } ], - "purl": "pkg:npm/unist-util-visit@5.1.0", - "externalReferences": [ - { - "url": "git+https://github.com/syntax-tree/unist-util-visit.git", - "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\"" - }, - { - "url": "https://github.com/syntax-tree/unist-util-visit#readme", - "type": "website", - "comment": "as detected from PackageJson property \"homepage\"" - }, - { - "url": "https://github.com/syntax-tree/unist-util-visit/issues", - "type": "issue-tracker", - "comment": "as detected from PackageJson property \"bugs.url\"" - }, + "components": [ { - "url": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", - "type": "distribution", - "hashes": [ + "type": "library", + "name": "picomatch", + "version": "4.0.4", + "bom-ref": "mydash@1.0.0|unplugin@3.0.0|picomatch@4.0.4", + "author": "Jon Schlinkert", + "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", + "licenses": [ { - "alg": "SHA-512", - "content": "9bebc87727823a976bfd07900aed84cf15ffa21812f0a6e73c38059e2e1d42c7d20ada73f14a83c98e468d1aeef0f0cab989fb16ad7d8f5090fa7252b0628ece" + "license": { + "id": "MIT" + } } ], - "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" - } - ], - "properties": [ - { - "name": "cdx:npm:package:path", - "value": "node_modules/unist-util-visit" + "purl": "pkg:npm/picomatch@4.0.4", + "externalReferences": [ + { + "url": "git+https://github.com/micromatch/picomatch.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/micromatch/picomatch", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/micromatch/picomatch/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "40ff3c0402af31a9bfdcdc47eaf8f6a36d51e8c8f165401dea7970012fe99c6bcdf4854ba1c2c7c46608cc5860e9f510fb9b61e8fe1dbf8796f635f70d2223ec" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/unplugin/node_modules/picomatch" + } + ] } ] }, @@ -16761,6 +24520,106 @@ } ] }, + { + "type": "library", + "name": "vue-apexcharts", + "version": "1.7.0", + "bom-ref": "mydash@1.0.0|vue-apexcharts@1.7.0", + "author": "Juned Chhipa", + "description": "Vue.js wrapper for ApexCharts", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vue-apexcharts@1.7.0", + "externalReferences": [ + { + "url": "git+https://github.com/apexcharts/vue-apexcharts.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/apexcharts/vue-apexcharts#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/apexcharts/vue-apexcharts/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-apexcharts/-/vue-apexcharts-1.7.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "40ca6f065949d57bc5b0ae1dc1c6f2c4a6a55691df267a2ab0d5accd8e791c993f4a7ed63f57f9614bf8248cee82abb8193401ea02dc095c303c3405b70af4a1" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/vue-apexcharts" + } + ] + }, + { + "type": "library", + "name": "vue-codemirror6", + "version": "1.5.1", + "bom-ref": "mydash@1.0.0|vue-codemirror6@1.5.1", + "author": "Logue", + "description": "CodeMirror6 Component for vue2 and vue3.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vue-codemirror6@1.5.1", + "externalReferences": [ + { + "url": "git+ssh://git@github.com/logue/vue-codemirror6.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/logue/vue-codemirror6", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/logue/vue-codemirror6/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-codemirror6/-/vue-codemirror6-1.5.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "132d6e439ca907652b7a0256856c23468fd8bc49735549505817821e7b682ccdfad5b6fa893312e464e09e2f881dd9790fbac4a51442a40bd84594227717b902" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/vue-codemirror6" + } + ] + }, { "type": "library", "name": "vue-color", @@ -16910,6 +24769,56 @@ } ] }, + { + "type": "library", + "name": "vue-functional-data-merge", + "version": "3.1.0", + "bom-ref": "mydash@1.0.0|vue-functional-data-merge@3.1.0", + "author": "Alex Regan", + "description": "Vue.js util for intelligently merging data passed to functional components.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vue-functional-data-merge@3.1.0", + "externalReferences": [ + { + "url": "git+https://github.com/alexsasharegan/vue-functional-data-merge.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" + }, + { + "url": "https://github.com/alexsasharegan/vue-functional-data-merge#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/alexsasharegan/vue-functional-data-merge/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-functional-data-merge/-/vue-functional-data-merge-3.1.0.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "95e4f891d255432799358d649a74b5c6252543dcf507f91d0450882c88d86100ea6602ea08b6b45218d249e457e9cde651ee94e6a61e33c2eb12a9072750782c" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/vue-functional-data-merge" + } + ] + }, { "type": "library", "name": "vue-hot-reload-api", @@ -17079,25 +24988,75 @@ { "url": "git+https://github.com/Akryum/vue-resize.git#packages/vue-resize", "type": "vcs", - "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\"" + }, + { + "url": "https://github.com/Akryum/vue-resize#readme", + "type": "website", + "comment": "as detected from PackageJson property \"homepage\"" + }, + { + "url": "https://github.com/Akryum/vue-resize/issues", + "type": "issue-tracker", + "comment": "as detected from PackageJson property \"bugs.url\"" + }, + { + "url": "https://registry.npmjs.org/vue-resize/-/vue-resize-1.0.1.tgz", + "type": "distribution", + "hashes": [ + { + "alg": "SHA-512", + "content": "cf933b949b34425b899daa0c15321e1b1e9d2246313b01d38656437909d66418b329b95bf7d1927a33e72b7ed96cd13fad5c0371870763e228f80c5da58f79db" + } + ], + "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" + } + ], + "properties": [ + { + "name": "cdx:npm:package:path", + "value": "node_modules/vue-resize" + } + ] + }, + { + "type": "library", + "name": "vue-router", + "version": "3.6.5", + "bom-ref": "mydash@1.0.0|vue-router@3.6.5", + "author": "Evan You", + "description": "Official router for Vue.js 2", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/vue-router@3.6.5", + "externalReferences": [ + { + "url": "git+https://github.com/vuejs/vue-router.git", + "type": "vcs", + "comment": "as detected from PackageJson property \"repository.url\"" }, { - "url": "https://github.com/Akryum/vue-resize#readme", + "url": "https://github.com/vuejs/vue-router#readme", "type": "website", "comment": "as detected from PackageJson property \"homepage\"" }, { - "url": "https://github.com/Akryum/vue-resize/issues", + "url": "https://github.com/vuejs/vue-router/issues", "type": "issue-tracker", "comment": "as detected from PackageJson property \"bugs.url\"" }, { - "url": "https://registry.npmjs.org/vue-resize/-/vue-resize-1.0.1.tgz", + "url": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "cf933b949b34425b899daa0c15321e1b1e9d2246313b01d38656437909d66418b329b95bf7d1927a33e72b7ed96cd13fad5c0371870763e228f80c5da58f79db" + "content": "5585d940bb63baf2b1c5cb21b910308c79dc8aa655a170234e372a053cf8aca73caa287d83da48de16c38e6a976877602f7bfca55e8ff19df7e57bc7cc44b12d" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -17106,17 +25065,17 @@ "properties": [ { "name": "cdx:npm:package:path", - "value": "node_modules/vue-resize" + "value": "node_modules/vue-router" } ] }, { "type": "library", - "name": "vue-router", - "version": "3.6.5", - "bom-ref": "mydash@1.0.0|vue-router@3.6.5", - "author": "Evan You", - "description": "Official router for Vue.js 2", + "name": "vue-select", + "version": "4.0.0-beta.6", + "bom-ref": "mydash@1.0.0|vue-select@4.0.0-beta.6", + "author": "Jeff Sagal", + "description": "Everything you wish the HTML