diff --git a/doc/security/COMMANDS.md b/doc/security/COMMANDS.md new file mode 100644 index 00000000..9140c12c --- /dev/null +++ b/doc/security/COMMANDS.md @@ -0,0 +1,29 @@ +# Useful Commands + +### Check for outdated dependency vulnerabilities + +```bash +dart pub outdated +``` + +### Run static analysis + +```bash +flutter analyze +``` + +### Check dependencies + +```bash +flutter pub deps --style=compact +``` + +### Generate SBOM with License + +```bash +brew install cdxgen + +export FETCH_LICENSE=true + +cdxgen -t dart -o sbom.json +``` diff --git a/doc/security/INCIDENT_RESPONSE_PLAN.md b/doc/security/INCIDENT_RESPONSE_PLAN.md index a65a4837..bc85ef43 100644 --- a/doc/security/INCIDENT_RESPONSE_PLAN.md +++ b/doc/security/INCIDENT_RESPONSE_PLAN.md @@ -1482,16 +1482,3 @@ Stored XSS: AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N Score: 5.4 (MEDIUM) ``` - -### Useful Commands - -```bash -# Check for outdated dependency vulnerabilities -dart pub outdated - -# Run static analysis -flutter analyze - -# Check dependencies -flutter pub deps --style=compact -``` diff --git a/doc/security/sbom.json b/doc/security/sbom.json new file mode 100644 index 00000000..37605c5a --- /dev/null +++ b/doc/security/sbom.json @@ -0,0 +1,19947 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.6", + "serialNumber": "urn:uuid:e127ab6d-6bc4-4a03-83d9-c6c330ead745", + "version": 1, + "metadata": { + "timestamp": "2025-12-05T01:37:05Z", + "tools": { + "components": [ + { + "group": "@cyclonedx", + "name": "cdxgen", + "version": "12.0.0", + "purl": "pkg:npm/%40cyclonedx/cdxgen@12.0.0", + "type": "application", + "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.0.0", + "publisher": "OWASP Foundation", + "authors": [{ "name": "OWASP Foundation" }] + } + ] + }, + "authors": [{ "name": "OWASP Foundation" }], + "lifecycles": [{ "phase": "build" }], + "component": { + "name": "apidash", + "description": "API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code on the go.", + "version": "0.5.0+5", + "purl": "pkg:pub/apidash@0.5.0%2B5", + "bom-ref": "pkg:pub/apidash@0.5.0+5", + "type": "application" + }, + "properties": [ + { "name": "cdx:bom:componentTypes", "value": "pub" }, + { + "name": "cdx:bom:componentSrcFiles", + "value": "packages/apidash_core/pubspec.lock\\npackages/apidash_design_system/pubspec.lock\\npackages/better_networking/example/pubspec.lock\\npackages/better_networking/pubspec.lock\\npackages/curl_parser/pubspec.lock\\npackages/genai/genai_example/pubspec.lock\\npackages/genai/pubspec.lock\\npackages/har/pubspec.lock\\npackages/insomnia_collection/pubspec.lock\\npackages/json_explorer/example/pubspec.lock\\npackages/json_explorer/pubspec.lock\\npackages/json_field_editor/example/pubspec.lock\\npackages/json_field_editor/pubspec.lock\\npackages/multi_trigger_autocomplete_plus/example/pubspec.lock\\npackages/multi_trigger_autocomplete_plus/pubspec.lock\\npackages/postman/pubspec.lock\\npackages/seed/pubspec.lock\\npubspec.lock" + } + ] + }, + "components": [ + { + "group": "", + "name": "apidash", + "version": "0.5.0+5", + "description": "API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code on the go.", + "purl": "pkg:pub/apidash@0.5.0%2B5", + "type": "application", + "bom-ref": "pkg:pub/apidash@0.5.0+5", + "tags": ["api"] + }, + { + "group": "", + "name": "seed", + "version": "0.0.4-dev", + "description": "Seed is a foundational package designed to provide reusable building blocks for API Dash projects.", + "scope": "required", + "purl": "pkg:pub/seed@0.0.4-dev", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/seed" + } + ], + "type": "library", + "bom-ref": "pkg:pub/seed@0.0.4-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "postman", + "version": "0.1.3-dev", + "description": "Seamlessly convert Postman Collection Format v2.1 to Dart and vice versa.", + "scope": "required", + "purl": "pkg:pub/postman@0.1.3-dev", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/foss42/apidash" } + ], + "type": "library", + "bom-ref": "pkg:pub/postman@0.1.3-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "multi_trigger_autocomplete_plus", + "version": "1.0.2", + "description": "A flutter widget to add trigger based autocomplete functionality to your app.", + "scope": "required", + "purl": "pkg:pub/multi_trigger_autocomplete_plus@1.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/multi_trigger_autocomplete_plus" + } + ], + "type": "library", + "bom-ref": "pkg:pub/multi_trigger_autocomplete_plus@1.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "concludedValue": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "example", + "version": "1.0.0+1", + "description": "A new Flutter project.", + "purl": "pkg:pub/example@1.0.0%2B1", + "type": "library", + "bom-ref": "pkg:pub/example@1.0.0+1" + }, + { + "group": "", + "name": "json_field_editor", + "version": "1.2.1", + "description": "JSON field editor allows easy editing of JSON text. Unlock the full capabilities of JSON syntax highlighting, validation & formatting.", + "scope": "required", + "purl": "pkg:pub/json_field_editor@1.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/json_field_editor" + } + ], + "type": "library", + "bom-ref": "pkg:pub/json_field_editor@1.2.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_field_editor/example/pubspec.lock" + } + ] + }, + "tags": ["json", "validation"] + }, + { + "group": "", + "name": "example_json_field", + "version": "1.0.0+1", + "description": "A new Flutter project.", + "purl": "pkg:pub/example_json_field@1.0.0%2B1", + "type": "library", + "bom-ref": "pkg:pub/example_json_field@1.0.0+1" + }, + { + "group": "", + "name": "json_explorer", + "version": "0.1.2", + "description": "A Flutter widget to render, view and interact with JSON. It also includes interactive search/find capabilities.", + "scope": "required", + "purl": "pkg:pub/json_explorer@0.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/json_explorer" + } + ], + "type": "library", + "bom-ref": "pkg:pub/json_explorer@0.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "json_explorer_example", + "version": "1.0.0+1", + "description": "A new Flutter project.", + "purl": "pkg:pub/json_explorer_example@1.0.0%2B1", + "type": "library", + "bom-ref": "pkg:pub/json_explorer_example@1.0.0+1" + }, + { + "group": "", + "name": "insomnia_collection", + "version": "0.0.2-dev", + "description": "Seamlessly convert Insomnia Collection Format v4 to Dart.", + "scope": "required", + "purl": "pkg:pub/insomnia_collection@0.0.2-dev", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/foss42/apidash" } + ], + "type": "library", + "bom-ref": "pkg:pub/insomnia_collection@0.0.2-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "har", + "version": "0.0.2-dev", + "description": "Seamlessly convert har Format to Dart and vice versa.", + "scope": "required", + "purl": "pkg:pub/har@0.0.2-dev", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/foss42/apidash" } + ], + "type": "library", + "bom-ref": "pkg:pub/har@0.0.2-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "genai", + "version": "0.0.2-dev", + "description": "A unified Dart/Flutter package for working with multiple Generative AI providers (Google Gemini, OpenAI, Anthropic, Azure OpenAI, Ollama, etc.) using a single request model.", + "scope": "required", + "purl": "pkg:pub/genai@0.0.2-dev", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/genai" + } + ], + "type": "library", + "bom-ref": "pkg:pub/genai@0.0.2-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["ai", "azure"] + }, + { + "group": "", + "name": "genai_example", + "version": "1.0.0+1", + "description": "A new Flutter project.", + "purl": "pkg:pub/genai_example@1.0.0%2B1", + "type": "library", + "bom-ref": "pkg:pub/genai_example@1.0.0+1" + }, + { + "group": "", + "name": "curl_parser", + "version": "0.1.4-dev", + "description": "Parse cURL command to Dart object and convert Dart object to cURL command.", + "scope": "required", + "purl": "pkg:pub/curl_parser@0.1.4-dev", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/foss42/apidash/tree/main/packages/curl_parser" + } + ], + "type": "library", + "bom-ref": "pkg:pub/curl_parser@0.1.4-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["parse"] + }, + { + "group": "", + "name": "better_networking", + "version": "0.0.4-dev", + "description": "Simplified Networking. Support for sending REST & GraphQL API Requests.", + "scope": "required", + "purl": "pkg:pub/better_networking@0.0.4-dev", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/foss42/apidash" } + ], + "type": "library", + "bom-ref": "pkg:pub/better_networking@0.0.4-dev", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api", "rest"] + }, + { + "group": "", + "name": "better_networking_example", + "version": "1.0.0+1", + "description": "A new Flutter project.", + "purl": "pkg:pub/better_networking_example@1.0.0%2B1", + "type": "library", + "bom-ref": "pkg:pub/better_networking_example@1.0.0+1" + }, + { + "group": "", + "name": "apidash_design_system", + "version": "0.0.1", + "description": "API Dash Design System", + "scope": "required", + "purl": "pkg:pub/apidash_design_system@0.0.1", + "type": "library", + "bom-ref": "pkg:pub/apidash_design_system@0.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "apidash_core", + "version": "0.0.1", + "description": "API Dash Core", + "scope": "required", + "purl": "pkg:pub/apidash_core@0.0.1", + "type": "library", + "bom-ref": "pkg:pub/apidash_core@0.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "_fe_analyzer_shared", + "version": "82.0.0", + "description": "Logic that is shared between the front_end and analyzer packages.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e55636ed79578b9abca5fecf9437947798f5ef7456308b5cb85720b793eac92f" + } + ], + "purl": "pkg:pub/_fe_analyzer_shared@82.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared" + } + ], + "type": "library", + "bom-ref": "pkg:pub/_fe_analyzer_shared@82.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "adaptive_number", + "version": "1.0.0", + "description": "Library providing an adaptive number implementation. On JS runtimes, a 64-bit signed fixed-width integer will be used and for all other platforms the default Dart int data type.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3a567544e9b5c9c803006f51140ad544aedc79604fd4f3f2c1380003f97c1d77" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/adaptive_number@1.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/lemoony/adaptive_number_dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/adaptive_number@1.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "analyzer", + "version": "7.4.5", + "description": "This package provides a library that performs static analysis of Dart code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "904ae5bb474d32c38fb9482e2d925d5454cda04ddd0e55d2e6826bc72f6ba8c0" + } + ], + "purl": "pkg:pub/analyzer@7.4.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/analyzer" + } + ], + "type": "library", + "bom-ref": "pkg:pub/analyzer@7.4.5", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "ansi_styles", + "version": "0.3.2+1", + "description": "ANSI escape codes for styling strings in the terminal.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9c656cc12b3c27b17dd982b2cc5c0cfdfbdabd7bc8f3ae5e8542d9867b47ce8a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/ansi_styles@0.3.2%2B1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/invertase/dart-cli-utilities/tree/main/packages/ansi_styles" + } + ], + "type": "library", + "bom-ref": "pkg:pub/ansi_styles@0.3.2+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["escape"] + }, + { + "group": "", + "name": "ansicolor", + "version": "2.0.3", + "description": "Looking to add some color to your terminal logs? `ansicolor` is an xterm-256 color support library that lets you change the foreground and background color of your text.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/ansicolor@2.0.3", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/ansicolor-dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/ansicolor@2.0.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "archive", + "version": "4.0.7", + "description": "Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/archive@4.0.7", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/brendan-duncan/archive" } + ], + "type": "library", + "bom-ref": "pkg:pub/archive@4.0.7", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "args", + "version": "2.7.0", + "description": "Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/args@2.7.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/args" + } + ], + "type": "library", + "bom-ref": "pkg:pub/args@2.7.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "async", + "version": "2.13.0", + "description": "Utility functions and classes related to the 'dart:async' library.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/async@2.13.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/async" + } + ], + "type": "library", + "bom-ref": "pkg:pub/async@2.13.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "audio_session", + "version": "0.1.25", + "description": "Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2b7fff16a552486d078bfc09a8cde19f426dc6d6329262b684182597bec5b1ac" + } + ], + "purl": "pkg:pub/audio_session@0.1.25", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/ryanheise/audio_session" } + ], + "type": "library", + "bom-ref": "pkg:pub/audio_session@0.1.25", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "autotrie", + "version": "2.0.0", + "description": "A auto-completion engine for Dart/Flutter, based around an optimized Trie implementation.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "55da6faefb53cfcb0abb2f2ca8636123fb40e35286bb57440d2cf467568188f8" + } + ], + "licenses": [ + { + "license": { + "id": "MPL-2.0", + "url": "https://opensource.org/licenses/MPL-2.0" + } + } + ], + "purl": "pkg:pub/autotrie@2.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/AKushWarrior/autotrie" }, + { "type": "vcs", "url": "https://github.com/AKushWarrior/autotrie" } + ], + "type": "library", + "bom-ref": "pkg:pub/autotrie@2.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "barcode", + "version": "2.2.9", + "description": "Barcode generation library for Dart that can generate generic drawing operations for any backend.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7b6729c37e3b7f34233e2318d866e8c48ddb46c1f7ad01ff7bb2a8de1da2b9f4" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/barcode@2.2.9", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/DavBfr/dart_barcode/tree/master/barcode" + }, + { "type": "vcs", "url": "https://github.com/DavBfr/dart_barcode" } + ], + "type": "library", + "bom-ref": "pkg:pub/barcode@2.2.9", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "bidi", + "version": "2.0.13", + "description": "Implementation of the Unicode Bidirectional Algorithm (UBA). Converts logical strings to their equivalent visual representation.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "77f475165e94b261745cf1032c751e2032b8ed92ccb2bf5716036db79320637d" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/bidi@2.0.13", + "externalReferences": [ + { "type": "website", "url": "https://pwa.ir" }, + { "type": "vcs", "url": "https://github.com/xclud/dart_bidi" } + ], + "type": "library", + "bom-ref": "pkg:pub/bidi@2.0.13", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "binary_codec", + "version": "2.0.3", + "description": "Dart library for converting standard data types to a binary format and back", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "368144225d749e1e33f2f4628d0c70bffff99b99b1d6c0777b039f8967365b07" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/binary_codec@2.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/stefan-zemljic/pub_dev_binary_codec" + }, + { + "type": "vcs", + "url": "https://github.com/stefan-zemljic/pub_dev_binary_codec" + } + ], + "type": "library", + "bom-ref": "pkg:pub/binary_codec@2.0.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["binary"] + }, + { + "group": "", + "name": "boolean_selector", + "version": "2.1.2", + "description": "A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/boolean_selector@2.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/boolean_selector" + } + ], + "type": "library", + "bom-ref": "pkg:pub/boolean_selector@2.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build", + "version": "2.4.2", + "description": "A package for authoring build_runner compatible code generators.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0" + } + ], + "purl": "pkg:pub/build@2.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build@2.4.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_config", + "version": "1.1.2", + "description": "Format definition and support for parsing `build.yaml` configuration.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4ae2de3e1e67ea270081eaee972e1bd8f027d459f249e0f1186730784c2e7e33" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/build_config@1.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_config" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_config@1.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_daemon", + "version": "4.0.4", + "description": "A daemon for running Dart builds.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8e928697a82be082206edb0b9c99c5a4ad6bc31c9e9b8b2f291ae65cd4a25daa" + } + ], + "purl": "pkg:pub/build_daemon@4.0.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_daemon" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_daemon@4.0.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_resolvers", + "version": "2.4.4", + "description": "Resolve Dart code in a Builder", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0" + } + ], + "purl": "pkg:pub/build_resolvers@2.4.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_resolvers" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_resolvers@2.4.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_runner", + "version": "2.4.15", + "description": "A build system for Dart code generation and modular compilation.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99" + } + ], + "purl": "pkg:pub/build_runner@2.4.15", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_runner" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_runner@2.4.15", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_runner_core", + "version": "8.0.0", + "description": "Core tools to organize the structure of a build and run Builders.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/build_runner_core@8.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_runner_core" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_runner_core@8.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + }, + "tags": ["tools"] + }, + { + "group": "", + "name": "built_collection", + "version": "5.1.1", + "description": "Immutable collections based on the SDK collections. Each SDK collection class is split into a new immutable collection class and a corresponding mutable builder class.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/built_collection@5.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/built_collection.dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/built_collection@5.1.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "built_value", + "version": "8.10.1", + "description": "Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27" + } + ], + "purl": "pkg:pub/built_value@8.10.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/built_value.dart/tree/master/built_value" + } + ], + "type": "library", + "bom-ref": "pkg:pub/built_value@8.10.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["serialization"] + }, + { + "group": "", + "name": "cached_network_image", + "version": "3.4.1", + "description": "Flutter library to load and cache network images. Can also be used with placeholder and error widgets.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7c1183e361e5c8b0a0f21a28401eecdbde252441106a9816400dd4c2b2424916" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/cached_network_image@3.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/Baseflow/flutter_cached_network_image" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cached_network_image@3.4.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cached_network_image_platform_interface", + "version": "4.1.1", + "description": "Platform interface for CachedNetworkImage", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "35814b016e37fbdc91f7ae18c8caf49ba5c88501813f73ce8a07027a395e2829" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/cached_network_image_platform_interface@4.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/Baseflow/flutter_cached_network_image" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cached_network_image_platform_interface@4.1.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cached_network_image_web", + "version": "1.3.1", + "description": "Web implementation of CachedNetworkImage", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "980842f4e8e2535b8dbd3d5ca0b1f0ba66bf61d14cc3a17a9b4788a3685ba062" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/cached_network_image_web@1.3.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/Baseflow/flutter_cached_network_image" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cached_network_image_web@1.3.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "carousel_slider", + "version": "5.1.1", + "description": "A carousel slider widget, support infinite scroll and custom child widget.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bcc61735345c9ab5cb81073896579e735f81e35fd588907a393143ea986be8ff" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/carousel_slider@5.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/serenader2014/flutter_carousel_slider" + }, + { + "type": "vcs", + "url": "https://github.com/serenader2014/flutter_carousel_slider" + } + ], + "type": "library", + "bom-ref": "pkg:pub/carousel_slider@5.1.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "characters", + "version": "1.4.0", + "description": "String replacement with operations that are Unicode/grapheme cluster aware.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/characters@1.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/characters" + } + ], + "type": "library", + "bom-ref": "pkg:pub/characters@1.4.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "charcode", + "version": "1.4.0", + "description": "Constants for ASCII and common non-ASCII character codes. Integer constants corresponding to the code points of individual characters.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb0f1107cac15a5ea6ef0a6ef71a807b9e4267c713bb93e00e92d737cc8dbd8a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/charcode@1.4.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/lrhn/charcode" } + ], + "type": "library", + "bom-ref": "pkg:pub/charcode@1.4.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "checked_yaml", + "version": "2.0.4", + "description": "Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "959525d3162f249993882720d52b7e0c833978df229be20702b33d48d91de70f" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/checked_yaml@2.0.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/json_serializable.dart/tree/master/checked_yaml" + } + ], + "type": "library", + "bom-ref": "pkg:pub/checked_yaml@2.0.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["yaml"] + }, + { + "group": "", + "name": "checks", + "version": "0.3.0", + "description": "A framework for checking values against expectations and building custom expectations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "aad431b45a8ae2fa26db8c22e385b9cdec73f72986a1d9d9f2017f4c39ecf5c9" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/checks@0.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/checks" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/checks@0.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "ci", + "version": "0.1.0", + "description": "Detect whether you're running in a CI environment and information about the CI vendor.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "145d095ce05cddac4d797a158bc4cf3b6016d1fe63d8c3d2fbd7212590adca13" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/ci@0.1.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/invertase/dart-cli-utilities/tree/main/packages/ci" + } + ], + "type": "library", + "bom-ref": "pkg:pub/ci@0.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cli_completion", + "version": "0.5.1", + "description": "Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "72e8ccc4545f24efa7bbdf3bff7257dc9d62b072dee77513cc54295575bc9220" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/cli_completion@0.5.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/VeryGoodOpenSource/cli_completion" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cli_completion@0.5.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cli_config", + "version": "0.2.0", + "description": "A library to take config values from configuration files, CLI arguments, and environment variables.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ac20a183a07002b700f0c25e61b7ee46b23c309d76ab7b7640a028f18e4d99ec" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/cli_config@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/cli_config" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cli_config@0.2.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["cli"] + }, + { + "group": "", + "name": "cli_launcher", + "version": "0.3.1", + "description": "CLI development utility to support launching locally installed versions.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5e7e0282b79e8642edd6510ee468ae2976d847a0a29b3916e85f5fa1bfe24005" + } + ], + "purl": "pkg:pub/cli_launcher@0.3.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/blaugold/cli_launcher" } + ], + "type": "library", + "bom-ref": "pkg:pub/cli_launcher@0.3.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cli_util", + "version": "0.4.2", + "description": "A library to help in building Dart command-line apps.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ff6785f7e9e3c38ac98b2fb035701789de90154024a75b6cb926445e83197d1c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/cli_util@0.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/cli_util" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cli_util@0.4.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "clock", + "version": "1.1.2", + "description": "A fakeable wrapper for dart:core clock APIs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/clock@1.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/clock" + } + ], + "type": "library", + "bom-ref": "pkg:pub/clock@1.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "code_builder", + "version": "4.10.1", + "description": "A fluent, builder-based library for generating valid Dart code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0ec10bf4a89e4c613960bf1e8b42c64127021740fb21640c29c909826a5eea3e" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/code_builder@4.10.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/code_builder" + } + ], + "type": "library", + "bom-ref": "pkg:pub/code_builder@4.10.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "collection", + "version": "1.19.1", + "description": "Collections and utilities functions and classes related to collections.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/collection@1.19.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/collection" + } + ], + "type": "library", + "bom-ref": "pkg:pub/collection@1.19.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "conventional_commit", + "version": "0.6.1+1", + "description": "Parse a git commit message using the Conventional Commits specification.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c40b1b449ce2a63fa2ce852f35e3890b1e182f5951819934c0e4a66254bc0dc3" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/conventional_commit@0.6.1%2B1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/invertase/melos/tree/main/packages/conventional_commit" + } + ], + "type": "library", + "bom-ref": "pkg:pub/conventional_commit@0.6.1+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "convert", + "version": "3.1.2", + "description": "Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/convert@3.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/convert" + } + ], + "type": "library", + "bom-ref": "pkg:pub/convert@3.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "coverage", + "version": "1.14.1", + "description": "Coverage data manipulation and formatting", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "aa07dbe5f2294c827b7edb9a87bba44a9c15a3cc81bc8da2ca19b37322d30080" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/coverage@1.14.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/coverage" + } + ], + "type": "library", + "bom-ref": "pkg:pub/coverage@1.14.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "cross_file", + "version": "0.3.4+2", + "description": "An abstraction to allow working with files across multiple platforms.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670" + } + ], + "purl": "pkg:pub/cross_file@0.3.4%2B2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/cross_file" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cross_file@0.3.4+2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "crypto", + "version": "3.0.6", + "description": "Implementations of SHA, MD5, and HMAC cryptographic functions.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/crypto@3.0.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/crypto" + } + ], + "type": "library", + "bom-ref": "pkg:pub/crypto@3.0.6", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "csslib", + "version": "1.0.2", + "description": "A library for parsing and analyzing CSS (Cascading Style Sheets).", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/csslib@1.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/csslib" + } + ], + "type": "library", + "bom-ref": "pkg:pub/csslib@1.0.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "csv", + "version": "6.0.0", + "description": "A codec to transform between a string and a list of values.\n\nThe string must be comma (configurable) separated values.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c6aa2679b2a18cb57652920f674488d89712efaf4d3fdf2e537215b35fc19d6c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/csv@6.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/close2/csv" } + ], + "type": "library", + "bom-ref": "pkg:pub/csv@6.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["codec", "transform"] + }, + { + "group": "", + "name": "dart_jsonwebtoken", + "version": "3.2.0", + "description": "An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "21ce9f8a8712f741e8d6876a9c82c0f8a257fe928c4378a91d8527b92a3fd413" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/dart_jsonwebtoken@3.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/jonasroussel/dart_jsonwebtoken#readme" + }, + { + "type": "vcs", + "url": "https://github.com/jonasroussel/dart_jsonwebtoken" + } + ], + "type": "library", + "bom-ref": "pkg:pub/dart_jsonwebtoken@3.2.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["json", "token", "web"] + }, + { + "group": "", + "name": "dart_style", + "version": "3.1.0", + "description": "Opinionated, automatic Dart source code formatter. Provides an API and a CLI tool.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af" + } + ], + "purl": "pkg:pub/dart_style@3.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/dart_style" } + ], + "type": "library", + "bom-ref": "pkg:pub/dart_style@3.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["api", "cli"] + }, + { + "group": "", + "name": "dartx", + "version": "1.2.0", + "description": "Superpowers for Dart. Collection of useful static extension methods.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8b25435617027257d43e6508b5fe061012880ddfdaa75a71d607c3de2a13d244" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/dartx@1.2.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/leisim/dartx" } + ], + "type": "library", + "bom-ref": "pkg:pub/dartx@1.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "data_table_2", + "version": "2.5.16", + "description": "In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky headers and few extra features", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3b4ffb66ab20f238bf5f89af37e3bedfc9bef456c1fe24a79487ec1864574c84" + } + ], + "purl": "pkg:pub/data_table_2@2.5.16", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/maxim-saplin/data_table_2" + }, + { "type": "vcs", "url": "https://github.com/maxim-saplin/data_table_2" } + ], + "type": "library", + "bom-ref": "pkg:pub/data_table_2@2.5.16", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "desktop_drop", + "version": "0.5.0", + "description": "A plugin which allows user dragging files to your flutter desktop applications.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "03abf1c0443afdd1d65cf8fa589a2f01c67a11da56bbb06f6ea1de79d5628e94" + } + ], + "purl": "pkg:pub/desktop_drop@0.5.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_drop" + } + ], + "type": "library", + "bom-ref": "pkg:pub/desktop_drop@0.5.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "desktop_webview_window", + "version": "0.2.3", + "description": "Show a webview window on your flutter desktop application.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "57cf20d81689d5cbb1adfd0017e96b669398a669d927906073b0e42fc64111c0" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/desktop_webview_window@0.2.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_webview_window" + } + ], + "type": "library", + "bom-ref": "pkg:pub/desktop_webview_window@0.2.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "dio", + "version": "5.8.0+1", + "description": "A powerful HTTP networking package,\nsupports Interceptors,\nAborting and canceling a request,\nCustom adapters, Transformers, etc.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "253a18bbd4851fecba42f7343a1df3a9a4c1d31a2c1b37e221086b4fa8c8dbc9" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/dio@5.8.0%2B1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/cfug/dio" }, + { "type": "vcs", "url": "https://github.com/cfug/dio/blob/main/dio" } + ], + "type": "library", + "bom-ref": "pkg:pub/dio@5.8.0+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "dio_web_adapter", + "version": "2.1.1", + "description": "An adapter that supports Dio on Web.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7586e476d70caecaf1686d21eee7247ea43ef5c345eab9e0cc3583ff13378d78" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/dio_web_adapter@2.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/cfug/dio" }, + { + "type": "vcs", + "url": "https://github.com/cfug/dio/blob/main/plugins/web_adapter" + } + ], + "type": "library", + "bom-ref": "pkg:pub/dio_web_adapter@2.1.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "ed25519_edwards", + "version": "0.3.1", + "description": "Dart port of ed25519 from Go Cryptography ed25519", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ce0112d131327ec6d42beede1e5dfd526069b18ad45dcf654f15074ad9276cd" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/ed25519_edwards@0.3.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/Tougee/ed25519" } + ], + "type": "library", + "bom-ref": "pkg:pub/ed25519_edwards@0.3.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "equatable", + "version": "2.0.7", + "description": "A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/equatable@2.0.7", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/felangel/equatable" }, + { "type": "vcs", "url": "https://github.com/felangel/equatable" } + ], + "type": "library", + "bom-ref": "pkg:pub/equatable@2.0.7", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "eventify", + "version": "1.0.1", + "description": "A cancellable event emitter which supports context based event driven programming. ", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b829429f08586cc2001c628e7499e3e3c2493a1d895fd73b00ecb23351aa5a66" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/eventify@1.0.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/iMeshAcademy" }, + { "type": "vcs", "url": "https://github.com/iMeshAcademy/EventEmitter" } + ], + "type": "library", + "bom-ref": "pkg:pub/eventify@1.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["event"] + }, + { + "group": "", + "name": "extended_text_field", + "version": "16.0.2", + "description": "Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3996195c117c6beb734026a7bc0ba80d7e4e84e4edd4728caa544d8209ab4d7d" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/extended_text_field@16.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercandies/extended_text_field" + } + ], + "type": "library", + "bom-ref": "pkg:pub/extended_text_field@16.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_field_editor/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "extended_text_library", + "version": "12.0.1", + "description": "package library for extended_text and extended_text_field,provide common base class.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "13d99f8a10ead472d5e2cf4770d3d047203fe5054b152e9eb5dc692a71befbba" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/extended_text_library@12.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercandies/extended_text_library" + } + ], + "type": "library", + "bom-ref": "pkg:pub/extended_text_library@12.0.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_field_editor/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "fake_async", + "version": "1.3.3", + "description": "Fake asynchronous events such as timers and microtasks for deterministic testing.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/fake_async@1.3.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/fake_async" + } + ], + "type": "library", + "bom-ref": "pkg:pub/fake_async@1.3.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "ffi", + "version": "2.1.4", + "description": "Utilities for working with Foreign Function Interface (FFI) code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/ffi@2.1.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/native/tree/main/pkgs/ffi" + } + ], + "type": "library", + "bom-ref": "pkg:pub/ffi@2.1.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["native"] + }, + { + "group": "", + "name": "file", + "version": "7.0.1", + "description": "A pluggable, mockable file system abstraction for Dart. Supports local file system access, as well as in-memory file systems, record-replay file systems, and chroot file systems.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/file@7.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/file" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file@7.0.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector", + "version": "1.0.3", + "description": "Flutter plugin for opening and saving files, or selecting directories, using native file selection UI.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5019692b593455127794d5718304ff1ae15447dea286cdda9f0db2a796a1b828" + } + ], + "purl": "pkg:pub/file_selector@1.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector@1.0.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_android", + "version": "0.5.1+14", + "description": "Android implementation of the file_selector package.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6bba3d590ee9462758879741abc132a19133600dd31832f55627442f1ebd7b54" + } + ], + "purl": "pkg:pub/file_selector_android@0.5.1%2B14", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_android@0.5.1+14", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_ios", + "version": "0.5.3+1", + "description": "iOS implementation of the file_selector plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "94b98ad950b8d40d96fee8fa88640c2e4bd8afcdd4817993bd04e20310f45420" + } + ], + "purl": "pkg:pub/file_selector_ios@0.5.3%2B1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_ios" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_ios@0.5.3+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_linux", + "version": "0.9.3+2", + "description": "Liunx implementation of the file_selector plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "54cbbd957e1156d29548c7d9b9ec0c0ebb6de0a90452198683a7d23aed617a33" + } + ], + "purl": "pkg:pub/file_selector_linux@0.9.3%2B2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_linux" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_linux@0.9.3+2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_macos", + "version": "0.9.4+3", + "description": "macOS implementation of the file_selector plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8c9250b2bd2d8d4268e39c82543bacbaca0fda7d29e0728c3c4bbb7c820fd711" + } + ], + "purl": "pkg:pub/file_selector_macos@0.9.4%2B3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_macos" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_macos@0.9.4+3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_platform_interface", + "version": "2.6.2", + "description": "A common platform interface for the file_selector plugin.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "a3994c26f10378a039faa11de174d7b78eb8f79e4dd0af2a451410c1a5c3f66b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/file_selector_platform_interface@2.6.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_platform_interface@2.6.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_web", + "version": "0.9.4+2", + "description": "Web platform implementation of file_selector", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c4c0ea4224d97a60a7067eca0c8fd419e708ff830e0c83b11a48faf566cec3e7" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/file_selector_web@0.9.4%2B2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_web@0.9.4+2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "file_selector_windows", + "version": "0.9.3+4", + "description": "Windows implementation of the file_selector plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "320fcfb6f33caa90f0b58380489fc5ac05d99ee94b61aa96ec2bff0ba81d3c2b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/file_selector_windows@0.9.3%2B4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/file_selector_windows@0.9.3+4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "fixnum", + "version": "1.1.1", + "description": "Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/fixnum@1.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/fixnum" + } + ], + "type": "library", + "bom-ref": "pkg:pub/fixnum@1.1.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flex_color_scheme", + "version": "8.3.0", + "description": "A Flutter package to use and make beautiful Material design based themes.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "034d5720747e6af39b2ad090d82dd92d33fde68e7964f1814b714c9d49ddbd64" + } + ], + "purl": "pkg:pub/flex_color_scheme@8.3.0", + "externalReferences": [ + { "type": "website", "url": "https://docs.flexcolorscheme.com" }, + { "type": "vcs", "url": "https://github.com/rydmike/flex_color_scheme" } + ], + "type": "library", + "bom-ref": "pkg:pub/flex_color_scheme@8.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flex_seed_scheme", + "version": "3.5.1", + "description": "A more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b06d8b367b84cbf7ca5c5603c858fa5edae88486c4e4da79ac1044d73b6c62ec" + } + ], + "purl": "pkg:pub/flex_seed_scheme@3.5.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rydmike/flex_seed_scheme" }, + { "type": "vcs", "url": "https://github.com/rydmike/flex_seed_scheme" } + ], + "type": "library", + "bom-ref": "pkg:pub/flex_seed_scheme@3.5.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter", + "version": "0.0.0", + "scope": "required", + "purl": "pkg:pub/flutter@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/flutter@0.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_cache_manager", + "version": "3.4.1", + "description": "Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "400b6592f16a4409a7f2bb929a9a7e38c72cceb8ffb99ee57bbf2cb2cecf8386" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_cache_manager@3.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_cache_manager@3.4.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "flutter_code_editor", + "version": "0.3.3", + "description": "A customizable code field supporting syntax highlighting and code folding.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "18cc1200e7481fcf144bc970fdec4e75b83e3f523da60bbf55810a4e8dd6f5fb" + } + ], + "purl": "pkg:pub/flutter_code_editor@0.3.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/akvelon/flutter-code-editor" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_code_editor@0.3.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_driver", + "version": "0.0.0", + "scope": "required", + "purl": "pkg:pub/flutter_driver@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/flutter_driver@0.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_highlight", + "version": "0.7.0", + "description": "Syntax highlighting widget for Flutter with lots of languages and themes support.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7b96333867aa07e122e245c033b8ad622e4e3a42a1a2372cbb098a2541d8782c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_highlight@0.7.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/git-touch/highlight" } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_highlight@0.7.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_highlighter", + "version": "0.1.1", + "description": "Syntax highlighting widget for Flutter with lots of languages and themes support.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "93173afd47a9ada53f3176371755e7ea4a1065362763976d06d6adfb4d946e10" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_highlighter@0.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/predatorx7/highlight" } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_highlighter@0.1.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_hooks", + "version": "0.21.2", + "description": "A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b772e710d16d7a20c0740c4f855095026b31c7eb5ba3ab67d2bd52021cd9461d" + } + ], + "purl": "pkg:pub/flutter_hooks@0.21.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/rrousselGit/flutter_hooks" + }, + { + "type": "vcs", + "url": "https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_hooks@0.21.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_js", + "version": "0.8.5", + "description": "A Javascript engine to use with flutter. It uses Quickjs on Android and JavascriptCore on IOS", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a04966b102967891ee4947d6e52b450676f16204876ba936e394008ca26db04b" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_js@0.8.5", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/abner/flutter_js" }, + { "type": "vcs", "url": "https://github.com/abner/flutter_js" } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_js@0.8.5", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_launcher_icons", + "version": "0.14.4", + "description": "A package which simplifies the task of updating your Flutter app's launcher icon.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "10f13781741a2e3972126fae08393d3c4e01fa4cd7473326b94b72cf594195e7" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_launcher_icons@0.14.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/flutter_launcher_icons" + }, + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/flutter_launcher_icons/" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_launcher_icons@0.14.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_lints", + "version": "5.0.0", + "description": "Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/flutter_lints@5.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/flutter_lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_lints@5.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["plugins"] + }, + { + "group": "", + "name": "flutter_markdown", + "version": "0.7.7+1", + "description": "A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "08fb8315236099ff8e90cb87bb2b935e0a724a3af1623000a9cec930468e0f27" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/flutter_markdown@0.7.7%2B1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/flutter_markdown" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_markdown@0.7.7+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_native_splash", + "version": "2.4.6", + "description": "Customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "8321a6d11a8d13977fa780c89de8d257cce3d841eecfb7a4cadffcc4f12d82dc" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_native_splash@2.4.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/jonbhanson/flutter_native_splash" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_native_splash@2.4.6", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["native"] + }, + { + "group": "", + "name": "flutter_portal", + "version": "1.1.4", + "description": "Evolved Overlay/OverlayEntry - declarative not imperative, intuitive-context, and easy-alignment", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4601b3dc24f385b3761721bd852a3f6c09cddd4e943dd184ed58ee1f43006257" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_portal@1.1.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/fzyzcjy/flutter_portal" } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_portal@1.1.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "concludedValue": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_riverpod", + "version": "2.6.1", + "description": "A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9532ee6db4a943a1ed8383072a2e3eeda041db5657cdf6d2acecf3c21ecbe7e1" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_riverpod@2.6.1", + "externalReferences": [ + { "type": "website", "url": "https://riverpod.dev" }, + { "type": "vcs", "url": "https://github.com/rrousselGit/riverpod" } + ], + "type": "framework", + "bom-ref": "pkg:pub/flutter_riverpod@2.6.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "flutter_svg", + "version": "2.1.0", + "description": "An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1" + } + ], + "purl": "pkg:pub/flutter_svg@2.1.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/third_party/packages/flutter_svg" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_svg@2.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_test", + "version": "0.0.0", + "scope": "optional", + "purl": "pkg:pub/flutter_test@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/flutter_test@0.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_web_auth_2", + "version": "5.0.0-alpha.4", + "description": "Flutter plugin for authenticating a user with a web service.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9a9ac1b83b215ebc4926657f7d88b1d766ac66b1dd50d258b9f3ea31e627565e" + } + ], + "purl": "pkg:pub/flutter_web_auth_2@5.0.0-alpha.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + }, + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_web_auth_2@5.0.0-alpha.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["service", "web"] + }, + { + "group": "", + "name": "flutter_web_auth_2_platform_interface", + "version": "5.0.0-alpha.4", + "description": "A common platform interface for the flutter_web_auth_2 plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e25eb45c50b3eef5a80d0ae73c7ecf82e291c152387da8d2008bfd607ba43087" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_web_auth_2_platform_interface@5.0.0-alpha.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + }, + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_web_auth_2_platform_interface@5.0.0-alpha.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_web_plugins", + "version": "0.0.0", + "scope": "required", + "purl": "pkg:pub/flutter_web_plugins@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/flutter_web_plugins@0.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "freezed", + "version": "2.5.8", + "description": "Code generation for immutable classes that has a simple syntax/API without compromising on the features.\n", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "59a584c24b3acdc5250bb856d0d3e9c0b798ed14a4af1ddb7dc1c7b41df91c9c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/freezed@2.5.8", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/freezed" } + ], + "type": "library", + "bom-ref": "pkg:pub/freezed@2.5.8", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "freezed_annotation", + "version": "2.4.4", + "description": "Annotations for the freezed code-generator. This package does nothing without freezed too.\n", + "hashes": [ + { + "alg": "SHA-256", + "content": "c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/freezed_annotation@2.4.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/freezed" } + ], + "type": "library", + "bom-ref": "pkg:pub/freezed_annotation@2.4.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "frontend_server_client", + "version": "4.0.0", + "description": "Client code to start and interact with the frontend_server compiler from the Dart SDK.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/frontend_server_client@4.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/webdev/tree/master/frontend_server_client" + } + ], + "type": "library", + "bom-ref": "pkg:pub/frontend_server_client@4.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "fuchsia_remote_debug_protocol", + "version": "0.0.0", + "scope": "required", + "purl": "pkg:pub/fuchsia_remote_debug_protocol@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/fuchsia_remote_debug_protocol@0.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "fvp", + "version": "0.32.1", + "description": "video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a2b6f305a5e559abc21b1be06ca0ffb5bb6b5b523d6d45eb8e78d53f3b89e9a2" + } + ], + "purl": "pkg:pub/fvp@0.32.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/wang-bin/fvp" } + ], + "type": "library", + "bom-ref": "pkg:pub/fvp@0.32.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "glob", + "version": "2.1.3", + "description": "A library to perform Bash-style file and directory globbing.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/glob@2.1.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/glob" + } + ], + "type": "library", + "bom-ref": "pkg:pub/glob@2.1.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "google_fonts", + "version": "6.2.1", + "description": "A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82" + } + ], + "purl": "pkg:pub/google_fonts@6.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/material-foundation/flutter-packages/tree/main/packages/google_fonts" + } + ], + "type": "library", + "bom-ref": "pkg:pub/google_fonts@6.2.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "graphs", + "version": "2.3.2", + "description": "Graph algorithms that operate on graphs in any representation.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/graphs@2.3.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/graphs" + } + ], + "type": "library", + "bom-ref": "pkg:pub/graphs@2.3.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "highlight", + "version": "0.7.0", + "description": "Syntax highlighting for Dart with lots of languages and themes support.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5353a83ffe3e3eca7df0abfb72dcf3fa66cc56b953728e7113ad4ad88497cf21" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/highlight@0.7.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/pd4d10/highlight" } + ], + "type": "library", + "bom-ref": "pkg:pub/highlight@0.7.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "highlighter", + "version": "0.1.1", + "description": "Syntax highlighting for Dart with lots of languages and themes support.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "92180c72b9da8758e1acf39a45aa305a97dcfe2fdc8f3d1d2947c23f2772bfbc" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/highlighter@0.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/predatorx7/highlight" } + ], + "type": "library", + "bom-ref": "pkg:pub/highlighter@0.1.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "hive", + "version": "2.2.3", + "description": "Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8dcf6db979d7933da8217edcec84e9df1bdb4e4edc7fc77dbd5aa74356d6d941" + } + ], + "purl": "pkg:pub/hive@2.2.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/hivedb/hive/tree/master/hive" + } + ], + "type": "library", + "bom-ref": "pkg:pub/hive@2.2.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database"] + }, + { + "group": "", + "name": "hive_ce", + "version": "2.15.1", + "description": "Hive Community Edition - A spiritual continuation of Hive v2", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "81d39a03c4c0ba5938260a8c3547d2e71af59defecea21793d57fc3551f0d230" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/hive_ce@2.15.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/IO-Design-Team/hive_ce/tree/main/hive" + } + ], + "type": "library", + "bom-ref": "pkg:pub/hive_ce@2.15.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "hive_ce_flutter", + "version": "2.3.3", + "description": "Extension for Hive. Makes it easier to use Hive in Flutter apps.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "26d656c9e8974f0732f1d09020e2d7b08ba841b8961a02dbfb6caf01474b0e9a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/hive_ce_flutter@2.3.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/IO-Design-Team/hive_ce/tree/main/hive_flutter" + } + ], + "type": "library", + "bom-ref": "pkg:pub/hive_ce_flutter@2.3.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "hooks_riverpod", + "version": "2.6.1", + "description": "A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "70bba33cfc5670c84b796e6929c54b8bc5be7d0fe15bb28c2560500b9ad06966" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/hooks_riverpod@2.6.1", + "externalReferences": [ + { "type": "website", "url": "https://riverpod.dev" }, + { "type": "vcs", "url": "https://github.com/rrousselGit/riverpod" } + ], + "type": "framework", + "bom-ref": "pkg:pub/hooks_riverpod@2.6.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "hotreloader", + "version": "4.3.0", + "description": "Automatic hot code reloader for Dart projects that monitors the source files of a Dart project for changes and automatically applies them to the running Dart process.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bc167a1163807b03bada490bfe2df25b0d744df359227880220a5cbd04e5734b" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/hotreloader@4.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/vegardit/dart-hotreloader" + }, + { + "type": "vcs", + "url": "https://github.com/vegardit/dart-hotreloader.git" + } + ], + "type": "library", + "bom-ref": "pkg:pub/hotreloader@4.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "html", + "version": "0.15.6", + "description": "APIs for parsing and manipulating HTML content outside the browser.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6d1264f2dffa1b1101c25a91dff0dc2daee4c18e87cd8538729773c073dbf602" + } + ], + "purl": "pkg:pub/html@0.15.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/html" + } + ], + "type": "library", + "bom-ref": "pkg:pub/html@0.15.6", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["html"] + }, + { + "group": "", + "name": "html_unescape", + "version": "2.0.0", + "description": "A small library for un-escaping HTML. Supports all Named Character References, Decimal Character References and Hexadecimal Character References.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "15362d7a18f19d7b742ef8dcb811f5fd2a2df98db9f80ea393c075189e0b61e3" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/html_unescape@2.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/filiph/html_unescape" } + ], + "type": "library", + "bom-ref": "pkg:pub/html_unescape@2.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["html"] + }, + { + "group": "", + "name": "http", + "version": "1.4.0", + "description": "A composable, multi-platform, Future-based API for HTTP requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b" + } + ], + "purl": "pkg:pub/http@1.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http@1.4.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "http_multi_server", + "version": "3.2.2", + "description": "A dart:io HttpServer wrapper that handles requests from multiple servers.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "aa6199f908078bb1c5efb8d8638d4ae191aac11b311132c3ef48ce352fb52ef8" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/http_multi_server@3.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http_multi_server" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http_multi_server@3.2.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "http_parser", + "version": "4.1.2", + "description": "A platform-independent package for parsing and serializing HTTP formats.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/http_parser@4.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http_parser" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http_parser@4.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["parse"] + }, + { + "group": "", + "name": "image", + "version": "4.5.4", + "description": "Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/image@4.5.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/brendan-duncan/image" } + ], + "type": "library", + "bom-ref": "pkg:pub/image@4.5.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "integration_test", + "version": "0.0.0", + "scope": "optional", + "purl": "pkg:pub/integration_test@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/integration_test@0.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "intl", + "version": "0.19.0", + "description": "Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf" + } + ], + "purl": "pkg:pub/intl@0.19.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/i18n/tree/main/pkgs/intl" + } + ], + "type": "library", + "bom-ref": "pkg:pub/intl@0.19.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "io", + "version": "1.0.5", + "description": "Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "dfd5a80599cf0165756e3181807ed3e77daf6dd4137caaad72d0b7931597650b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/io@1.0.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/io" + } + ], + "type": "library", + "bom-ref": "pkg:pub/io@1.0.5", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "isolate_channel", + "version": "0.2.2+1", + "description": "Communication channels for isolates based on Flutter's plugin channels", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f3d36f783b301e6b312c3450eeb2656b0e7d1db81331af2a151d9083a3f6b18d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/isolate_channel@0.2.2%2B1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/IO-Design-Team/isolate_channel" + } + ], + "type": "library", + "bom-ref": "pkg:pub/isolate_channel@0.2.2+1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "jaspr", + "version": "0.15.2", + "description": "Modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1bc6dfd4e00ac45e85efff80e457ff5fb7a40ed05828f8046b130cc6bfe7fd36" + } + ], + "purl": "pkg:pub/jaspr@0.15.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/schultek/jaspr" } + ], + "type": "framework", + "bom-ref": "pkg:pub/jaspr@0.15.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework", "web"] + }, + { + "group": "", + "name": "jinja", + "version": "0.6.2", + "description": "Jinja2 template engine for Dart. Variables, expressions, control structures and template inheritance.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e0e14bb04cde45f944d61140612ee9368cfcd890e3ca65573316b7c6ce51c635" + } + ], + "purl": "pkg:pub/jinja@0.6.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/ykmnkmi/jinja.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/jinja@0.6.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["template"] + }, + { + "group": "", + "name": "js", + "version": "0.6.7", + "description": "Annotations to create static Dart interfaces for JavaScript APIs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3" + } + ], + "purl": "pkg:pub/js@0.6.7", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/js" + } + ], + "type": "library", + "bom-ref": "pkg:pub/js@0.6.7", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "json5", + "version": "0.8.2", + "description": "A lightweight library for encoding and decoding JSON5 with comments and trailing commas support.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b67d6e06c9e225c8277d3c43f796677af7975a2a2b0669ff12ba38ff466a31f4" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/json5@0.8.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/damphat/json5-dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/json5@0.8.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "json_annotation", + "version": "4.9.0", + "description": "Classes and helper functions that support JSON code generation via the `json_serializable` package.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/json_annotation@4.9.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/json_serializable.dart/tree/master/json_annotation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/json_annotation@4.9.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "json_serializable", + "version": "6.9.5", + "description": "Automatically generate code for converting to and from JSON by annotating Dart classes.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "c50ef5fc083d5b5e12eef489503ba3bf5ccc899e487d691584699b4bdefeea8c" + } + ], + "purl": "pkg:pub/json_serializable@6.9.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/json_serializable.dart/tree/master/json_serializable" + } + ], + "type": "library", + "bom-ref": "pkg:pub/json_serializable@6.9.5", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "just_audio", + "version": "0.9.46", + "description": "A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f978d5b4ccea08f267dae0232ec5405c1b05d3f3cd63f82097ea46c015d5c09e" + } + ], + "purl": "pkg:pub/just_audio@0.9.46", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ryanheise/just_audio/tree/minor/just_audio" + } + ], + "type": "library", + "bom-ref": "pkg:pub/just_audio@0.9.46", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "just_audio_mpv", + "version": "0.1.7", + "description": "Use the installed MPV as a backend for playing audio.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d6e4e9fd20bfb9d2fd5e3dcd7906c90ed07f83d1d2f44f31204160821ab62fed" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/just_audio_mpv@0.1.7", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/bleonard252/just_audio_mpv" + } + ], + "type": "library", + "bom-ref": "pkg:pub/just_audio_mpv@0.1.7", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "just_audio_platform_interface", + "version": "4.5.0", + "description": "A common platform interface for the just_audio plugin. Different platform implementations of just_audio should implement this interface.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4cd94536af0219fa306205a58e78d67e02b0555283c1c094ee41e402a14a5c4a" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/just_audio_platform_interface@4.5.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/just_audio_platform_interface@4.5.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "just_audio_web", + "version": "0.4.16", + "description": "Web platform implementation of just_audio. This implementation is endorsed and therefore doesn't require a direct dependency.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ba8a2a7e87d57d32f0f7b42856ade3d6a9fbe0f1a11fabae0a4f00bb73f0663" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/just_audio_web@0.4.16", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ryanheise/just_audio/tree/master/just_audio_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/just_audio_web@0.4.16", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "just_audio_windows", + "version": "0.2.2", + "description": "Windows platform implementation of just_audio. Implemented using WinRT MediaPlayer", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b1ba5305d841c0e3883644e20fc11aaa23f28cfdd43ec20236d1e119a402ef29" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/just_audio_windows@0.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/bdlukaa/just_audio_windows/tree/master/just_audio_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/just_audio_windows@0.2.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "leak_tracker", + "version": "11.0.1", + "description": "A framework for memory leak tracking for Dart and Flutter applications.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/leak_tracker@11.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/leak_tracker@11.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "leak_tracker_flutter_testing", + "version": "3.0.10", + "description": "An internal package to test leak tracking with Flutter.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/leak_tracker_flutter_testing@3.0.10", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_flutter_testing" + } + ], + "type": "library", + "bom-ref": "pkg:pub/leak_tracker_flutter_testing@3.0.10", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["test"] + }, + { + "group": "", + "name": "leak_tracker_testing", + "version": "3.0.2", + "description": "Leak tracking code intended for usage in tests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/leak_tracker_testing@3.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_testing" + } + ], + "type": "library", + "bom-ref": "pkg:pub/leak_tracker_testing@3.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "linked_scroll_controller", + "version": "0.2.0", + "description": "A scroll controller that allows two or more scroll views to be in sync.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e6020062bcf4ffc907ee7fd090fa971e65d8dfaac3c62baf601a3ced0b37986a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/linked_scroll_controller@0.2.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/flutter.widgets" } + ], + "type": "library", + "bom-ref": "pkg:pub/linked_scroll_controller@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "lints", + "version": "5.1.1", + "description": "Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/lints@5.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/lints@5.1.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["lint"] + }, + { + "group": "", + "name": "logger", + "version": "2.6.1", + "description": "Small, easy to use and extensible logger which prints beautiful logs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "55d6c23a6c15db14920e037fe7e0dc32e7cdaf3b64b4b25df2d541b5b6b81c0c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/logger@2.6.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/SourceHorizon/logger" } + ], + "type": "library", + "bom-ref": "pkg:pub/logger@2.6.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "logging", + "version": "1.3.0", + "description": "Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/logging@1.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/logging" + } + ], + "type": "library", + "bom-ref": "pkg:pub/logging@1.3.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "lottie", + "version": "3.3.1", + "description": "Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/lottie@3.3.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/xvrh/lottie-flutter" } + ], + "type": "library", + "bom-ref": "pkg:pub/lottie@3.3.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "markdown", + "version": "7.3.0", + "description": "A portable Markdown library written in Dart that can parse Markdown into HTML.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "935e23e1ff3bc02d390bad4d4be001208ee92cc217cb5b5a6c19bc14aaa318c1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/markdown@7.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/markdown" + } + ], + "type": "library", + "bom-ref": "pkg:pub/markdown@7.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["html", "parse"] + }, + { + "group": "", + "name": "mason_logger", + "version": "0.3.3", + "description": "A reusable Dart logger used by the Mason CLI (package:mason_cli).", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6d5a989ff41157915cb5162ed6e41196d5e31b070d2f86e1c2edf216996a158c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/mason_logger@0.3.3", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/felangel/mason" }, + { "type": "vcs", "url": "https://github.com/felangel/mason" } + ], + "type": "library", + "bom-ref": "pkg:pub/mason_logger@0.3.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["cli"] + }, + { + "group": "", + "name": "matcher", + "version": "0.12.17", + "description": "Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/matcher@0.12.17", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/matcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/matcher@0.12.17", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["test"] + }, + { + "group": "", + "name": "material_color_utilities", + "version": "0.11.1", + "description": "Algorithms and utilities that power the Material Design 3 color system, including choosing theme colors from images and creating tones of colors; all in a new color space.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec" + } + ], + "purl": "pkg:pub/material_color_utilities@0.11.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/material-foundation/material-color-utilities/tree/main/dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/material_color_utilities@0.11.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "melos", + "version": "6.3.3", + "description": "A tool for managing Dart & Flutter repositories with multiple packages (monorepo). Supports automated versioning via Conventional Commits. Inspired by JavaScripts Lerna package.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "4280dc46bd5b741887cce1e67e5c1a6aaf3c22310035cf5bd33dceeeda62ed22" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/melos@6.3.3", + "externalReferences": [ + { + "type": "website", + "url": "https://melos.invertase.dev/~melos-latest" + }, + { + "type": "vcs", + "url": "https://github.com/invertase/melos/tree/main/packages/melos" + } + ], + "type": "library", + "bom-ref": "pkg:pub/melos@6.3.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "meta", + "version": "1.16.0", + "description": "Annotations used to express developer intentions that can't otherwise be deduced by statically analyzing source code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/meta@1.16.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/meta" + } + ], + "type": "library", + "bom-ref": "pkg:pub/meta@1.16.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["developer"] + }, + { + "group": "", + "name": "mime", + "version": "2.0.0", + "description": "Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/mime@2.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/mime" + } + ], + "type": "library", + "bom-ref": "pkg:pub/mime@2.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "mime_dart", + "version": "3.0.0", + "description": "Get Mime Types, Extensions, Compressible for Dart and Flutter. Inspired from IANA Databse", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "706876fb76a6bab4bba09f6f10ed46f6f77ae8676b157e8219c510d42c5fb800" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/mime_dart@3.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/niteshsh4rma/mime_dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/mime_dart@3.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "mocktail", + "version": "1.0.4", + "description": "A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "890df3f9688106f25755f26b1c60589a92b3ab91a22b8b224947ad041bf172d8" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/mocktail@1.0.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/felangel/mocktail/tree/main/packages/mocktail" + }, + { "type": "vcs", "url": "https://github.com/felangel/mocktail" } + ], + "type": "library", + "bom-ref": "pkg:pub/mocktail@1.0.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/pubspec.lock" + } + ] + }, + "tags": ["mock"] + }, + { + "group": "", + "name": "mpv_dart", + "version": "0.0.1", + "description": "MPV player's JSON IPC binding for Dart (Flutter)", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a33bd9a68439b496b7a5f36fecd3aa3cf6cbf0176ae15b9b60b12ae96e58f5a4" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/mpv_dart@0.0.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/KRTirtho/mpv_dart" }, + { "type": "vcs", "url": "https://github.com/KRTirtho/mpv_dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/mpv_dart@0.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "multi_split_view", + "version": "3.6.0", + "description": "Provides horizontal or vertical multiple split view for Flutter.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "99c02f128e7423818d13b8f2e01e3027e953b35508019dcee214791bd0525db5" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/multi_split_view@3.6.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/caduandrade/multi_split_view" + } + ], + "type": "library", + "bom-ref": "pkg:pub/multi_split_view@3.6.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "mustache_template", + "version": "2.0.0", + "description": "A mustache template library that supports dart2js and dart2native", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a46e26f91445bfb0b60519be280555b06792460b27b19e2b19ad5b9740df5d1c" + } + ], + "purl": "pkg:pub/mustache_template@2.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/jonahwilliams/mustache" } + ], + "type": "library", + "bom-ref": "pkg:pub/mustache_template@2.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["template"] + }, + { + "group": "", + "name": "nanoid", + "version": "1.0.0", + "description": "A tiny, secure, URL-friendly, unique string ID generator. Dart implementation of ai/nanoid", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "be3f8752d9046c825df2f3914195151eb876f3ad64b9d833dd0b799b77b8759e" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/nanoid@1.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/pd4d10/nanoid-dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/nanoid@1.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "nanoid2", + "version": "2.0.1", + "description": "A tiny, secure, URL-friendly, unique string ID generator, nanoid with a pure Dart API.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "35b5048f836652a1d711db0d716bdee59fcaaa4c37792db8b3568da4f7feb2f9" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/nanoid2@2.0.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/passsy/nanoid" } + ], + "type": "library", + "bom-ref": "pkg:pub/nanoid2@2.0.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "nested", + "version": "1.0.0", + "description": "A Flutter Widget which helps nest multiple widgets without needing to manually nest them.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/nested@1.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/nested" } + ], + "type": "library", + "bom-ref": "pkg:pub/nested@1.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "node_preamble", + "version": "2.0.2", + "description": "Better node.js preamble for dart2js, use it in your build system.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/node_preamble@2.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/mbullington/node_preamble.dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/node_preamble@2.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "oauth1", + "version": "2.1.0", + "description": "\"RFC 5849: The OAuth 1.0 Protocol\" client implementation for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d424e3c24017a6c5714acb12e0dd76c2fdff96db6d6ef0aab58c925ffc28ae0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/oauth1@2.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/nbspou/dart-oauth1" }, + { "type": "vcs", "url": "https://github.com/nbspou/dart-oauth1" } + ], + "type": "library", + "bom-ref": "pkg:pub/oauth1@2.1.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "oauth2", + "version": "2.0.3", + "description": "A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c84470642cbb2bec450ccab2f8520c079cd1ca546a76ffd5c40589e07f4e8bf4" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/oauth2@2.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/oauth2" + } + ], + "type": "library", + "bom-ref": "pkg:pub/oauth2@2.0.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["oauth2", "service"] + }, + { + "group": "", + "name": "octo_image", + "version": "2.1.0", + "description": "A multifunctional Flutter image widget. Supports placeholders, error widgets and image transformers with fading.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "34faa6639a78c7e3cbe79be6f9f96535867e879748ade7d17c9b1ae7536293bd" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/octo_image@2.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/Baseflow/octo_image" } + ], + "type": "library", + "bom-ref": "pkg:pub/octo_image@2.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "ollama_dart", + "version": "0.2.3", + "description": "Dart Client for the Ollama API (run Llama 3.2, Gemma 2, Phi-3.5, Mistral nemo, Qwen2 and other models locally).", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c5c8656aa42e109b5a3e58a9b92661adc8204a5a1c312644c4b448ac2d413b95" + } + ], + "purl": "pkg:pub/ollama_dart@0.2.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/davidmigloz/langchain_dart" + }, + { + "type": "vcs", + "url": "https://github.com/davidmigloz/langchain_dart/tree/main/packages/ollama_dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/ollama_dart@0.2.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "openapi_spec", + "version": "0.15.0", + "description": "OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0de980914cafaab7e2086f5541cefba1fb6a64510ab136bd3828bdf02e26c09d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/openapi_spec@0.15.0", + "externalReferences": [ + { "type": "website", "url": "https://tazatechnology.com" }, + { + "type": "vcs", + "url": "https://github.com/tazatechnology/openapi_spec" + } + ], + "type": "library", + "bom-ref": "pkg:pub/openapi_spec@0.15.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "package_config", + "version": "2.2.0", + "description": "Support for reading and writing Dart Package Configuration files.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f096c55ebb7deb7e384101542bfba8c52696c1b56fca2eb62827989ef2353bbc" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/package_config@2.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/package_config" + } + ], + "type": "library", + "bom-ref": "pkg:pub/package_config@2.2.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "package_info_plus", + "version": "8.3.0", + "description": "Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7976bfe4c583170d6cdc7077e3237560b364149fcd268b5f53d95a991963b191" + } + ], + "purl": "pkg:pub/package_info_plus@8.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins" + }, + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus" + } + ], + "type": "library", + "bom-ref": "pkg:pub/package_info_plus@8.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "package_info_plus_platform_interface", + "version": "3.2.0", + "description": "A common platform interface for the package_info_plus plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6c935fb612dff8e3cc9632c2b301720c77450a126114126ffaafe28d2e87956c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/package_info_plus_platform_interface@3.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins" + }, + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/" + } + ], + "type": "library", + "bom-ref": "pkg:pub/package_info_plus_platform_interface@3.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path", + "version": "1.9.1", + "description": "A string-based path manipulation library. All of the path operations you know and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the web.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/path@1.9.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/path" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path@1.9.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "path_parsing", + "version": "1.1.0", + "description": "A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "883402936929eac138ee0a45da5b0f2c80f89913e6dc3bf77eb65b84b409c6ca" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/path_parsing@1.1.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_parsing@1.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider", + "version": "2.1.5", + "description": "Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/path_provider@2.1.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider@2.1.5", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_android", + "version": "2.2.17", + "description": "Android implementation of the path_provider plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9" + } + ], + "purl": "pkg:pub/path_provider_android@2.2.17", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_android@2.2.17", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_foundation", + "version": "2.4.1", + "description": "iOS and macOS implementation of the path_provider plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942" + } + ], + "purl": "pkg:pub/path_provider_foundation@2.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_foundation@2.4.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_linux", + "version": "2.2.1", + "description": "Linux implementation of the path_provider plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/path_provider_linux@2.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_linux" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_linux@2.2.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_platform_interface", + "version": "2.1.2", + "description": "A common platform interface for the path_provider plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/path_provider_platform_interface@2.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_platform_interface@2.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_windows", + "version": "2.3.0", + "description": "Windows implementation of the path_provider plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/path_provider_windows@2.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_windows@2.3.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pdf", + "version": "3.11.3", + "description": "A pdf producer for Dart. It can create pdf files for both web or flutter.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "28eacad99bffcce2e05bba24e50153890ad0255294f4dd78a17075a2ba5c8416" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/pdf@3.11.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/DavBfr/dart_pdf/tree/master/pdf" + }, + { "type": "vcs", "url": "https://github.com/DavBfr/dart_pdf" } + ], + "type": "library", + "bom-ref": "pkg:pub/pdf@3.11.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "pdf_widget_wrapper", + "version": "1.0.4", + "description": "Plugin that allows embedding of Flutter Widgets into a PDF document.\n", + "hashes": [ + { + "alg": "SHA-256", + "content": "c930860d987213a3d58c7ec3b7ecf8085c3897f773e8dc23da9cae60a5d6d0f5" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/pdf_widget_wrapper@1.0.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/DavBfr/dart_pdf/tree/master/widget_wrapper" + }, + { "type": "vcs", "url": "https://github.com/DavBfr/dart_pdf" } + ], + "type": "library", + "bom-ref": "pkg:pub/pdf_widget_wrapper@1.0.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "petitparser", + "version": "6.1.0", + "description": "A dynamic parser framework to build efficient grammars and parsers quickly.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/petitparser@6.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://petitparser.github.io" }, + { + "type": "vcs", + "url": "https://github.com/petitparser/dart-petitparser" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/petitparser@6.1.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["framework", "parse"] + }, + { + "group": "", + "name": "platform", + "version": "3.1.6", + "description": "A pluggable, mockable platform information abstraction for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/platform@3.1.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/platform" + } + ], + "type": "library", + "bom-ref": "pkg:pub/platform@3.1.6", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "plugin_platform_interface", + "version": "2.1.8", + "description": "Reusable base class for platform interfaces of Flutter federated plugins, to help enforce best practices.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/plugin_platform_interface@2.1.8", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/plugin_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/plugin_platform_interface@2.1.8", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pointycastle", + "version": "4.0.0", + "description": "A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "92aa3841d083cc4b0f4709b5c74fd6409a3e6ba833ffc7dc6a8fee096366acf5" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/pointycastle@4.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/bcgit/pc-dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/pointycastle@4.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pool", + "version": "1.5.1", + "description": "Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/pool@1.5.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/pool" } + ], + "type": "library", + "bom-ref": "pkg:pub/pool@1.5.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["pool"] + }, + { + "group": "", + "name": "posix", + "version": "6.0.2", + "description": "Exposes the POSIX api on OSx and Linux", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f0d7856b6ca1887cfa6d1d394056a296ae33489db914e365e2044fdada449e62" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/posix@6.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/onepub-dev/dart_posix" } + ], + "type": "library", + "bom-ref": "pkg:pub/posix@6.0.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "printing", + "version": "5.14.2", + "description": "Plugin that allows Flutter apps to generate and print documents to compatible printers on Android, iOS, macOS, Windows, and Linux, as well as web print.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "482cd5a5196008f984bb43ed0e47cbfdca7373490b62f3b27b3299275bf22a93" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/printing@5.14.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/DavBfr/dart_pdf/tree/master/printing" + }, + { "type": "vcs", "url": "https://github.com/DavBfr/dart_pdf" } + ], + "type": "library", + "bom-ref": "pkg:pub/printing@5.14.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "process", + "version": "5.0.3", + "description": "A pluggable, mockable process invocation abstraction for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "107d8be718f120bbba9dcd1e95e3bd325b1b4a4f07db64154635ba03f2567a0d" + } + ], + "purl": "pkg:pub/process@5.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/process" + } + ], + "type": "library", + "bom-ref": "pkg:pub/process@5.0.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "prompts", + "version": "2.0.0", + "description": "Rich, simple, synchronous command-line prompt library for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3773b845e85a849f01e793c4fc18a45d52d7783b4cb6c0569fad19f9d0a774a1" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/prompts@2.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/thosakwe/prompts" } + ], + "type": "library", + "bom-ref": "pkg:pub/prompts@2.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "provider", + "version": "6.1.5", + "description": "A wrapper around InheritedWidget to make them easier to use and more reusable.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/provider@6.1.5", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/provider" } + ], + "type": "library", + "bom-ref": "pkg:pub/provider@6.1.5", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pub_semver", + "version": "2.2.0", + "description": "Versions and version constraints implementing pub's versioning policy. This is very similar to vanilla semver, with a few corner cases.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/pub_semver@2.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/pub_semver" + } + ], + "type": "library", + "bom-ref": "pkg:pub/pub_semver@2.2.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pub_updater", + "version": "0.5.0", + "description": "A Dart package which enables checking whether a package is up to date.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "739a0161d73a6974c0675b864fb0cf5147305f7b077b7f03a58fa7a9ab3e7e7d" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/pub_updater@0.5.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/VeryGoodOpenSource/pub_updater" + } + ], + "type": "library", + "bom-ref": "pkg:pub/pub_updater@0.5.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pubspec_parse", + "version": "1.5.0", + "description": "Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0560ba233314abbed0a48a2956f7f022cce7c3e1e73df540277da7544cad4082" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/pubspec_parse@1.5.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/pubspec_parse" + } + ], + "type": "library", + "bom-ref": "pkg:pub/pubspec_parse@1.5.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "qr", + "version": "3.0.2", + "description": "A QR code generation library for Dart and Flutter. Supports QR code version 1 through 40, error correction and redundancy.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5a1d2586170e172b8a8c8470bbbffd5eb0cd38a66c0d77155ea138d3af3a4445" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/qr@3.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/kevmoo/qr.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/qr@3.0.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "recase", + "version": "4.1.0", + "description": "Changes the case of the input text to the desire case convention.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e4eb4ec2dcdee52dcf99cb4ceabaffc631d7424ee55e56f280bc039737f89213" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/recase@4.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/techniboogie-dart/recase" } + ], + "type": "library", + "bom-ref": "pkg:pub/recase@4.1.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "riverpod", + "version": "2.6.1", + "description": "A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "59062512288d3056b2321804332a13ffdd1bf16df70dcc8e506e411280a72959" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/riverpod@2.6.1", + "externalReferences": [ + { "type": "website", "url": "https://riverpod.dev" }, + { "type": "vcs", "url": "https://github.com/rrousselGit/riverpod" } + ], + "type": "framework", + "bom-ref": "pkg:pub/riverpod@2.6.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "rxdart", + "version": "0.28.0", + "description": "RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/rxdart@0.28.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/ReactiveX/rxdart" } + ], + "type": "library", + "bom-ref": "pkg:pub/rxdart@0.28.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "screen_retriever", + "version": "0.2.0", + "description": "This plugin allows Flutter desktop apps to Retrieve information about screen size, displays, cursor position, etc.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "570dbc8e4f70bac451e0efc9c9bb19fa2d6799a11e6ef04f946d7886d2e23d0c" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/screen_retriever@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/screen_retriever" + } + ], + "type": "library", + "bom-ref": "pkg:pub/screen_retriever@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "screen_retriever_linux", + "version": "0.2.0", + "description": "Linux implementation of the screen_retriever plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f7f8120c92ef0784e58491ab664d01efda79a922b025ff286e29aa123ea3dd18" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/screen_retriever_linux@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/screen_retriever/tree/main/packages/screen_retriever_linux" + } + ], + "type": "library", + "bom-ref": "pkg:pub/screen_retriever_linux@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "screen_retriever_macos", + "version": "0.2.0", + "description": "macOS implementation of the screen_retriever plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "71f956e65c97315dd661d71f828708bd97b6d358e776f1a30d5aa7d22d78a149" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/screen_retriever_macos@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/screen_retriever/tree/main/packages/screen_retriever_macos" + } + ], + "type": "library", + "bom-ref": "pkg:pub/screen_retriever_macos@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "screen_retriever_platform_interface", + "version": "0.2.0", + "description": "A common platform interface for the screen_retriever plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ee197f4581ff0d5608587819af40490748e1e39e648d7680ecf95c05197240c0" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/screen_retriever_platform_interface@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/screen_retriever/blob/main/packages/screen_retriever_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/screen_retriever_platform_interface@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "screen_retriever_windows", + "version": "0.2.0", + "description": "Windows implementation of the screen_retriever plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "449ee257f03ca98a57288ee526a301a430a344a161f9202b4fcc38576716fe13" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/screen_retriever_windows@0.2.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/screen_retriever/tree/main/packages/screen_retriever_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/screen_retriever_windows@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "scrollable_positioned_list", + "version": "0.3.8", + "description": "A list with helper methods to programmatically scroll to an item.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1b54d5f1329a1e263269abc9e2543d90806131aa14fe7c6062a8054d57249287" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/scrollable_positioned_list@0.3.8", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/flutter.widgets/tree/master/packages/scrollable_positioned_list" + } + ], + "type": "library", + "bom-ref": "pkg:pub/scrollable_positioned_list@0.3.8", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "share_plus", + "version": "10.1.4", + "description": "Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fce43200aa03ea87b91ce4c3ac79f0cecd52e2a7a56c7a4185023c271fbfa6da" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/share_plus@10.1.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins" + }, + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus" + } + ], + "type": "library", + "bom-ref": "pkg:pub/share_plus@10.1.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "share_plus_platform_interface", + "version": "5.0.2", + "description": "A common platform interface for the share_plus plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "cc012a23fc2d479854e6c80150696c4a5f5bb62cb89af4de1c505cf78d0a5d0b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/share_plus_platform_interface@5.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins" + }, + { + "type": "vcs", + "url": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/" + } + ], + "type": "library", + "bom-ref": "pkg:pub/share_plus_platform_interface@5.0.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences", + "version": "2.5.3", + "description": "Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shared_preferences@2.5.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences@2.5.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_android", + "version": "2.4.10", + "description": "Android implementation of the shared_preferences plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "20cbd561f743a342c76c151d6ddb93a9ce6005751e7aa458baad3858bfbfb6ac" + } + ], + "purl": "pkg:pub/shared_preferences_android@2.4.10", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_android@2.4.10", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_foundation", + "version": "2.5.4", + "description": "iOS and macOS implementation of the shared_preferences plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6a52cfcdaeac77cad8c97b539ff688ccfc458c007b4db12be584fbe5c0e49e03" + } + ], + "purl": "pkg:pub/shared_preferences_foundation@2.5.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_foundation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_foundation@2.5.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_linux", + "version": "2.4.1", + "description": "Linux implementation of the shared_preferences plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shared_preferences_linux@2.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_linux" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_linux@2.4.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_platform_interface", + "version": "2.4.1", + "description": "A common platform interface for the shared_preferences plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shared_preferences_platform_interface@2.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_platform_interface@2.4.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_web", + "version": "2.4.3", + "description": "Web platform implementation of shared_preferences", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shared_preferences_web@2.4.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_web@2.4.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shared_preferences_windows", + "version": "2.4.1", + "description": "Windows implementation of shared_preferences", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shared_preferences_windows@2.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shared_preferences_windows@2.4.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shelf", + "version": "1.4.2", + "description": "A model for web server middleware that encourages composition and easy reuse.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf@1.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf@1.4.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["middleware", "web"] + }, + { + "group": "", + "name": "shelf_gzip", + "version": "4.1.0", + "description": "Shelf middleware to GZIP encoding responses, with compression level and compression scope by content-type.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4f4b793c0f969f348aece1ab4cc05fceba9fea431c1ce76b1bc0fa369cecfc15" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_gzip@4.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/johnpryan/shelf_gzip" } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_gzip@4.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["middleware"] + }, + { + "group": "", + "name": "shelf_packages_handler", + "version": "3.0.2", + "description": "A shelf handler for serving a `packages/` directory.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_packages_handler@3.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_packages_handler" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_packages_handler@3.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shelf_proxy", + "version": "1.0.4", + "description": "A shelf handler for proxying HTTP requests to another server.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a71d2307f4393211930c590c3d2c00630f6c5a7a77edc1ef6436dfd85a6a7ee3" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_proxy@1.0.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_proxy" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_proxy@1.0.4", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shelf_static", + "version": "1.1.3", + "description": "Static file server support for the shelf package and ecosystem.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_static@1.1.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_static@1.1.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shelf_web_socket", + "version": "3.0.0", + "description": "A shelf handler that wires up a listener for every connection.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3632775c8e90d6c9712f883e633716432a27758216dfb61bd86a8321c0580925" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_web_socket@3.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_web_socket@3.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "shlex", + "version": "2.0.2", + "description": "Dart module for quoting and parsing shell commands.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "733dde67711b5a196ae753caa166f51ea8d0f3a8080ab5b8520172af2465f478" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/shlex@2.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/nicomt/dart-shlex" } + ], + "type": "library", + "bom-ref": "pkg:pub/shlex@2.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "sky_engine", + "version": "0.0.0", + "scope": "required", + "purl": "pkg:pub/sky_engine@0.0.0", + "type": "library", + "bom-ref": "pkg:pub/sky_engine@0.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_gen", + "version": "2.0.0", + "description": "Source code generation builders and utilities for the Dart build system", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "35c8150ece9e8c8d263337a265153c3329667640850b9304861faea59fc98f6b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/source_gen@2.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/source_gen/tree/master/source_gen" + } + ], + "type": "library", + "bom-ref": "pkg:pub/source_gen@2.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_helper", + "version": "1.3.5", + "description": "Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "86d247119aedce8e63f4751bd9626fc9613255935558447569ad42f9f5b48b3c" + } + ], + "purl": "pkg:pub/source_helper@1.3.5", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/source_helper.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/source_helper@1.3.5", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_map_stack_trace", + "version": "2.1.2", + "description": "A package for applying source maps to stack traces.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/source_map_stack_trace@2.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/source_map_stack_trace" + } + ], + "type": "library", + "bom-ref": "pkg:pub/source_map_stack_trace@2.1.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_maps", + "version": "0.10.13", + "description": "A library to programmatically manipulate source map files.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "190222579a448b03896e0ca6eca5998fa810fda630c1d65e2f78b3f638f54812" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/source_maps@0.10.13", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/source_maps" + } + ], + "type": "library", + "bom-ref": "pkg:pub/source_maps@0.10.13", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_span", + "version": "1.10.1", + "description": "Provides a standard representation for source code locations and spans.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/source_span@1.10.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/source_span" + } + ], + "type": "library", + "bom-ref": "pkg:pub/source_span@1.10.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "spot", + "version": "0.17.0", + "description": "Flutter widget test toolkit - spot, act, validate. Better selectors, automatic screenshots, chainable.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "8743e97055bbd22d0eb33d25673aa6dafee7c6eaa869860d0f5a68b7348e12bc" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/spot@0.17.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/passsy/spot" } + ], + "type": "library", + "bom-ref": "pkg:pub/spot@0.17.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["test"] + }, + { + "group": "", + "name": "sprintf", + "version": "7.0.0", + "description": "Dart implementation of sprintf. Provides simple printf like formatting such as sprintf(\"hello %s\", [\"world\"]);", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sprintf@7.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/Naddiseo/dart-sprintf" } + ], + "type": "library", + "bom-ref": "pkg:pub/sprintf@7.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "sqflite", + "version": "2.4.2", + "description": "Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e2297b1da52f127bc7a3da11439985d9b536f75070f3325e62ada69a5c585d03" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sqflite@2.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/sqflite/tree/master/sqflite" + } + ], + "type": "library", + "bom-ref": "pkg:pub/sqflite@2.4.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database", "sql"] + }, + { + "group": "", + "name": "sqflite_android", + "version": "2.4.2+2", + "description": "Android flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ecd684501ebc2ae9a83536e8b15731642b9570dc8623e0073d227d0ee2bfea88" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sqflite_android@2.4.2%2B2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/sqflite/tree/master/sqflite_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/sqflite_android@2.4.2+2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database", "sql"] + }, + { + "group": "", + "name": "sqflite_common", + "version": "2.5.6", + "description": "Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6ef422a4525ecc601db6c0a2233ff448c731307906e92cabc9ba292afaae16a6" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sqflite_common@2.5.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/sqflite/tree/master/sqflite_common" + } + ], + "type": "library", + "bom-ref": "pkg:pub/sqflite_common@2.5.6", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database", "sql"] + }, + { + "group": "", + "name": "sqflite_darwin", + "version": "2.4.2", + "description": "iOS/MacOS flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "279832e5cde3fe99e8571879498c9211f3ca6391b0d818df4e17d9fff5c6ccb3" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sqflite_darwin@2.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/sqflite/tree/master/sqflite_darwin" + } + ], + "type": "library", + "bom-ref": "pkg:pub/sqflite_darwin@2.4.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database", "sql"] + }, + { + "group": "", + "name": "sqflite_platform_interface", + "version": "2.4.0", + "description": "Flutter plugin interface for SQLite, a self-contained, high-reliability, embedded, SQL database engine.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8dd4515c7bdcae0a785b0062859336de775e8c65db81ae33dd5445f35be61920" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/sqflite_platform_interface@2.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/sqflite/tree/master/sqflite_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/sqflite_platform_interface@2.4.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["database", "sql"] + }, + { + "group": "", + "name": "stac", + "version": "1.0.0-dev.7", + "description": "Stac is a Server-Driven UI (SDUI) framework for Flutter. Stac allows you to build beautiful cross-platform applications with JSON in real time.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f59683822e40cb45ab8e75f9c81d358a3ea77281be71eb15c8aadc9b61ce6264" + } + ], + "purl": "pkg:pub/stac@1.0.0-dev.7", + "externalReferences": [ + { "type": "website", "url": "https://stac.dev/" }, + { "type": "vcs", "url": "https://github.com/StacDev/stac" } + ], + "type": "framework", + "bom-ref": "pkg:pub/stac@1.0.0-dev.7", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework", "json"] + }, + { + "group": "", + "name": "stac_core", + "version": "0.2.0", + "description": "A pure Dart package that provides the core functionalities and common interfaces for the Stac server-driven UI framework.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8f2b08d640ee4048e9e68d3a5e287ccc47dc8be3545ad480222e8398af3d5d38" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/stac_core@0.2.0", + "externalReferences": [ + { "type": "website", "url": "https://stac.dev/" }, + { "type": "vcs", "url": "https://github.com/StacDev/stac" } + ], + "type": "framework", + "bom-ref": "pkg:pub/stac_core@0.2.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "stac_framework", + "version": "0.4.0", + "description": "The Stac Framework enables easy creation of parsers for widgets and actions, enhancing Stac's functionality and supporting custom implementations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0cfa8ccc20f32b4e614ba522d88564ac802cc15a8efa6329c9c17af2c568bc48" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/stac_framework@0.4.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/StacDev/stac" } + ], + "type": "framework", + "bom-ref": "pkg:pub/stac_framework@0.4.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "stac_logger", + "version": "1.1.0", + "description": "A lightweight and reusable logging utility for the Stac framework.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bc3c1cc486d59d2378c1e18bfd9bfa078be564b58d4ae2b3898633c05a02df26" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/stac_logger@1.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/StacDev/stac" }, + { + "type": "vcs", + "url": "https://github.com/StacDev/stac/tree/dev/packages/stac_logger" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/stac_logger@1.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["framework", "logging"] + }, + { + "group": "", + "name": "stack_trace", + "version": "1.12.1", + "description": "A package for manipulating stack traces and printing them readably.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/stack_trace@1.12.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/stack_trace" + } + ], + "type": "library", + "bom-ref": "pkg:pub/stack_trace@1.12.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "state_notifier", + "version": "1.0.0", + "description": "ValueNotifier, but outside Flutter and with some extra perks", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b8677376aa54f2d7c58280d5a007f9e8774f1968d1fb1c096adcb4792fba29bb" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/state_notifier@1.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/rrousselGit/state_notifier" + } + ], + "type": "library", + "bom-ref": "pkg:pub/state_notifier@1.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "stream_channel", + "version": "2.1.4", + "description": "An abstraction for two-way communication channels based on the Dart Stream class.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/stream_channel@2.1.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/stream_channel" + } + ], + "type": "library", + "bom-ref": "pkg:pub/stream_channel@2.1.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["stream"] + }, + { + "group": "", + "name": "stream_transform", + "version": "2.1.1", + "description": "A collection of utilities to transform and manipulate streams.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ad47125e588cfd37a9a7f86c7d6356dde8dfe89d071d293f80ca9e9273a33871" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/stream_transform@2.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform" + } + ], + "type": "library", + "bom-ref": "pkg:pub/stream_transform@2.1.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["transform"] + }, + { + "group": "", + "name": "string_scanner", + "version": "1.4.1", + "description": "A class for parsing strings using a sequence of patterns.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/string_scanner@1.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/string_scanner" + } + ], + "type": "library", + "bom-ref": "pkg:pub/string_scanner@1.4.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "sync_http", + "version": "0.3.1", + "description": "Synchronous HTTP client for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/sync_http@0.3.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/sync_http.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/sync_http@0.3.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "synchronized", + "version": "3.3.1", + "description": "Lock mechanism to prevent concurrent access to asynchronous code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0669c70faae6270521ee4f05bffd2919892d42d1276e6c495be80174b6bc0ef6" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/synchronized@3.3.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/tekartik/synchronized.dart/tree/master/synchronized" + } + ], + "type": "library", + "bom-ref": "pkg:pub/synchronized@3.3.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "term_glyph", + "version": "1.2.2", + "description": "Useful Unicode glyphs and ASCII substitutes.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/term_glyph@1.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/term_glyph" + } + ], + "type": "library", + "bom-ref": "pkg:pub/term_glyph@1.2.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "test", + "version": "1.26.2", + "description": "A full featured library for writing and running Dart tests across platforms.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb" + } + ], + "purl": "pkg:pub/test@1.26.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test@1.26.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "test_api", + "version": "0.7.6", + "description": "The user facing API for structuring Dart tests and checking expectations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" + } + ], + "purl": "pkg:pub/test_api@0.7.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_api" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_api@0.7.6", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "test_core", + "version": "0.6.11", + "description": "A basic library for writing tests and running them on the VM.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a" + } + ], + "purl": "pkg:pub/test_core@0.6.11", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_core" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_core@0.6.11", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "textwrap", + "version": "2.0.0", + "description": "Text wrapping and filling. It's a pure port of textwrap from Python.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "780b164d83dfed30b475b1310d288145c5e0109193c3c507cf015d38e4adc844" + } + ], + "purl": "pkg:pub/textwrap@2.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/ykmnkmi/textwrap.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/textwrap@2.0.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "time", + "version": "2.1.5", + "description": "Type-safe DateTime and Duration calculations, powered by extensions.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "370572cf5d1e58adcb3e354c47515da3f7469dac3a95b447117e728e7be6f461" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/time@2.1.5", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/jogboms/time.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/time@2.1.5", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "timing", + "version": "1.0.2", + "description": "A simple package for tracking the performance of synchronous and asynchronous actions.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "62ee18aca144e4a9f29d212f5a4c6a053be252b895ab14b5821996cff4ed90fe" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/timing@1.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/timing" + } + ], + "type": "library", + "bom-ref": "pkg:pub/timing@1.0.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["performance"] + }, + { + "group": "", + "name": "tuple", + "version": "2.0.2", + "description": "A library providing a tuple data structure.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a97ce2013f240b2f3807bcbaf218765b6f301c3eff91092bcfa23a039e7dd151" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause", + "url": "https://opensource.org/licenses/BSD-2-Clause" + } + } + ], + "purl": "pkg:pub/tuple@2.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/tuple.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/tuple@2.0.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "typed_data", + "version": "1.4.0", + "description": "Utility functions and classes related to the dart:typed_data library.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/typed_data@1.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/typed_data" + } + ], + "type": "library", + "bom-ref": "pkg:pub/typed_data@1.4.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "universal_io", + "version": "2.2.2", + "description": "Cross-platform 'dart:io' that adds browser support for HttpClient and some other \"dart:io\" APIs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad" + } + ], + "purl": "pkg:pub/universal_io@2.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-io-packages/universal_io" + } + ], + "type": "library", + "bom-ref": "pkg:pub/universal_io@2.2.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher", + "version": "6.3.1", + "description": "Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/url_launcher@6.3.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher@6.3.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_android", + "version": "6.3.16", + "description": "Android implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8582d7f6fe14d2652b4c45c9b6c14c0b678c2af2d083a11b604caeba51930d79" + } + ], + "purl": "pkg:pub/url_launcher_android@6.3.16", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_android@6.3.16", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_ios", + "version": "6.3.3", + "description": "iOS implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb" + } + ], + "purl": "pkg:pub/url_launcher_ios@6.3.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_ios" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_ios@6.3.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_linux", + "version": "3.2.1", + "description": "Linux implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/url_launcher_linux@3.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_linux" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_linux@3.2.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_macos", + "version": "3.2.2", + "description": "macOS implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "17ba2000b847f334f16626a574c702b196723af2a289e7a93ffcb79acff855c2" + } + ], + "purl": "pkg:pub/url_launcher_macos@3.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_macos" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_macos@3.2.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_platform_interface", + "version": "2.3.2", + "description": "A common platform interface for the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/url_launcher_platform_interface@2.3.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_platform_interface@2.3.2", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_web", + "version": "2.4.1", + "description": "Web platform implementation of url_launcher", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/url_launcher_web@2.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_web@2.4.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_windows", + "version": "3.1.4", + "description": "Windows implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/url_launcher_windows@3.1.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_windows" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_windows@3.1.4", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "uuid", + "version": "4.5.1", + "description": "RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/uuid@4.5.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/Daegalus/dart-uuid" } + ], + "type": "library", + "bom-ref": "pkg:pub/uuid@4.5.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "vector_graphics", + "version": "1.1.19", + "description": "A vector graphics rendering package for Flutter using a binary encoding.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/vector_graphics@1.1.19", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/vector_graphics" + } + ], + "type": "library", + "bom-ref": "pkg:pub/vector_graphics@1.1.19", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["binary"] + }, + { + "group": "", + "name": "vector_graphics_codec", + "version": "1.1.13", + "description": "An encoding library for the binary format used in `package:vector_graphics`", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "99fd9fbd34d9f9a32efd7b6a6aae14125d8237b10403b422a6a6dfeac2806146" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/vector_graphics_codec@1.1.13", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/vector_graphics_codec" + } + ], + "type": "library", + "bom-ref": "pkg:pub/vector_graphics_codec@1.1.13", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["binary"] + }, + { + "group": "", + "name": "vector_graphics_compiler", + "version": "1.1.17", + "description": "A compiler to convert SVGs to the binary format used by `package:vector_graphics`.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331" + } + ], + "purl": "pkg:pub/vector_graphics_compiler@1.1.17", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler" + } + ], + "type": "library", + "bom-ref": "pkg:pub/vector_graphics_compiler@1.1.17", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["binary"] + }, + { + "group": "", + "name": "vector_math", + "version": "2.2.0", + "description": "A Vector Math library for 2D and 3D applications.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b" + } + ], + "licenses": [ + { + "license": { + "id": "Zlib", + "url": "https://opensource.org/licenses/Zlib" + } + } + ], + "purl": "pkg:pub/vector_math@2.2.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/vector_math.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/vector_math@2.2.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "video_player", + "version": "2.10.0", + "description": "Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, macOS and web.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0d55b1f1a31e5ad4c4967bfaa8ade0240b07d20ee4af1dfef5f531056512961a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/video_player@2.10.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player" + } + ], + "type": "library", + "bom-ref": "pkg:pub/video_player@2.10.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["web"] + }, + { + "group": "", + "name": "video_player_android", + "version": "2.8.7", + "description": "Android implementation of the video_player plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "4a5135754a62dbc827a64a42ef1f8ed72c962e191c97e2d48744225c2b9ebb73" + } + ], + "purl": "pkg:pub/video_player_android@2.8.7", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/video_player_android@2.8.7", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "video_player_avfoundation", + "version": "2.7.1", + "description": "iOS and macOS implementation of the video_player plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9ee764e5cd2fc1e10911ae8ad588e1a19db3b6aa9a6eb53c127c42d3a3c3f22f" + } + ], + "purl": "pkg:pub/video_player_avfoundation@2.7.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/video_player_avfoundation@2.7.1", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "video_player_platform_interface", + "version": "6.3.0", + "description": "A common platform interface for the video_player plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "df534476c341ab2c6a835078066fc681b8265048addd853a1e3c78740316a844" + } + ], + "purl": "pkg:pub/video_player_platform_interface@6.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player_platform_interface" + } + ], + "type": "library", + "bom-ref": "pkg:pub/video_player_platform_interface@6.3.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "video_player_web", + "version": "2.3.5", + "description": "Web platform implementation of video_player.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e8bba2e5d1e159d5048c9a491bb2a7b29c535c612bb7d10c1e21107f5bd365ba" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/video_player_web@2.3.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/video_player_web@2.3.5", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "vm_service", + "version": "15.0.0", + "description": "A library to communicate with a service implementing the Dart VM service protocol.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02" + } + ], + "purl": "pkg:pub/vm_service@15.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/vm_service" + } + ], + "type": "library", + "bom-ref": "pkg:pub/vm_service@15.0.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["service"] + }, + { + "group": "", + "name": "watcher", + "version": "1.1.2", + "description": "A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a" + } + ], + "purl": "pkg:pub/watcher@1.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/watcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/watcher@1.1.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web", + "version": "1.1.1", + "description": "Lightweight browser API bindings built around JS interop.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web@1.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/web" } + ], + "type": "library", + "bom-ref": "pkg:pub/web@1.1.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "web_socket", + "version": "1.0.1", + "description": "Any easy-to-use library for communicating with WebSockets that has multiple implementations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web_socket@1.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/web_socket" + } + ], + "type": "library", + "bom-ref": "pkg:pub/web_socket@1.0.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web_socket_channel", + "version": "3.0.3", + "description": "StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web_socket_channel@3.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/web_socket_channel" + } + ], + "type": "library", + "bom-ref": "pkg:pub/web_socket_channel@3.0.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "webdriver", + "version": "3.1.0", + "description": "Provides WebDriver bindings for Dart. Supports WebDriver JSON interface and W3C spec. Requires the use of WebDriver remote server.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2f3a14ca026957870cfd9c635b83507e0e51d8091568e90129fbf805aba7cade" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/webdriver@3.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/webdriver.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/webdriver@3.1.0", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "webkit_inspection_protocol", + "version": "1.2.1", + "description": "A client for the Chrome DevTools Protocol (previously called the Webkit Inspection Protocol).\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/webkit_inspection_protocol@1.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/webkit_inspection_protocol.dart" + } + ], + "type": "library", + "bom-ref": "pkg:pub/webkit_inspection_protocol@1.2.1", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "win32", + "version": "5.14.0", + "description": "Access common Win32 APIs directly from Dart using FFI — no C required!\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/win32@5.14.0", + "externalReferences": [ + { "type": "website", "url": "https://win32.pub" }, + { "type": "vcs", "url": "https://github.com/halildurmus/win32" } + ], + "type": "library", + "bom-ref": "pkg:pub/win32@5.14.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "window_manager", + "version": "0.4.3", + "description": "This plugin allows Flutter desktop apps to resizing and repositioning the window.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "732896e1416297c63c9e3fb95aea72d0355f61390263982a47fd519169dc5059" + } + ], + "purl": "pkg:pub/window_manager@0.4.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/leanflutter/window_manager" + } + ], + "type": "library", + "bom-ref": "pkg:pub/window_manager@0.4.3", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "window_size", + "version": "0.1.0", + "description": "Allows resizing and repositioning the window containing Flutter.", + "scope": "required", + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/window_size@0.1.0", + "type": "library", + "bom-ref": "pkg:pub/window_size@0.1.0", + "properties": [ + { + "name": "cdx:pub:registry", + "value": "https://github.com/google/flutter-desktop-embedding.git" + }, + { "name": "SrcFile", "value": "pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "window_to_front", + "version": "0.0.3", + "description": "To have the application automatically bring itself to the front of the stack of application windows for Mac, Linux & Desktop.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7aef379752b7190c10479e12b5fd7c0b9d92adc96817d9e96c59937929512aee" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/window_to_front@0.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/sumitvekariya/window_to_front" + } + ], + "type": "library", + "bom-ref": "pkg:pub/window_to_front@0.0.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "xdg_directories", + "version": "1.1.0", + "description": "A Dart package for reading XDG directory configuration information on Linux.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/xdg_directories@1.1.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/xdg_directories" + } + ], + "type": "library", + "bom-ref": "pkg:pub/xdg_directories@1.1.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "xml", + "version": "6.5.0", + "description": "A lightweight library for parsing, traversing, querying, transforming and building XML documents.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226" + } + ], + "purl": "pkg:pub/xml@6.5.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/renggli/dart-xml" } + ], + "type": "library", + "bom-ref": "pkg:pub/xml@6.5.0", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["xml"] + }, + { + "group": "", + "name": "yaml", + "version": "3.1.3", + "description": "A parser for YAML, a human-friendly data serialization standard", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/yaml@3.1.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/yaml" + } + ], + "type": "library", + "bom-ref": "pkg:pub/yaml@3.1.3", + "properties": [ + { "name": "SrcFile", "value": "pubspec.lock" }, + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["serialization"] + }, + { + "group": "", + "name": "yaml_edit", + "version": "2.2.2", + "description": "A library for YAML manipulation with comment and whitespace preservation.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb38626579fb345ad00e674e2af3a5c9b0cc4b9bfb8fd7f7ff322c7c9e62aef5" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/yaml_edit@2.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/yaml_edit" + } + ], + "type": "library", + "bom-ref": "pkg:pub/yaml_edit@2.2.2", + "properties": [{ "name": "SrcFile", "value": "pubspec.lock" }], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "pubspec.lock" + } + ], + "concludedValue": "pubspec.lock" + } + ] + }, + "tags": ["yaml"] + }, + { + "group": "", + "name": "_fe_analyzer_shared", + "version": "80.0.0", + "description": "Logic that is shared between the front_end and analyzer packages.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "dc27559385e905ad30838356c5f5d574014ba39872d732111cd07ac0beff4c57" + } + ], + "purl": "pkg:pub/_fe_analyzer_shared@80.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared" + } + ], + "type": "library", + "bom-ref": "pkg:pub/_fe_analyzer_shared@80.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "analyzer", + "version": "7.3.0", + "description": "This package provides a library that performs static analysis of Dart code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "192d1c5b944e7e53b24b5586db760db934b177d4147c42fbca8c8c5f1eb8d11e" + } + ], + "purl": "pkg:pub/analyzer@7.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/analyzer" + } + ], + "type": "library", + "bom-ref": "pkg:pub/analyzer@7.3.0", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "built_value", + "version": "8.9.5", + "description": "Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ea90e81dc4a25a043d9bee692d20ed6d1c4a1662a28c03a96417446c093ed6b4" + } + ], + "purl": "pkg:pub/built_value@8.9.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/built_value.dart/tree/master/built_value" + } + ], + "type": "library", + "bom-ref": "pkg:pub/built_value@8.9.5", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + }, + "tags": ["serialization"] + }, + { + "group": "", + "name": "checked_yaml", + "version": "2.0.3", + "description": "Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/checked_yaml@2.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/json_serializable.dart/tree/master/checked_yaml" + } + ], + "type": "library", + "bom-ref": "pkg:pub/checked_yaml@2.0.3", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["yaml"] + }, + { + "group": "", + "name": "coverage", + "version": "1.11.1", + "description": "Coverage data manipulation and formatting", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e3493833ea012784c740e341952298f1cc77f1f01b1bbc3eb4eecf6984fb7f43" + } + ], + "purl": "pkg:pub/coverage@1.11.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/coverage" + } + ], + "type": "library", + "bom-ref": "pkg:pub/coverage@1.11.1", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "dart_style", + "version": "3.0.1", + "description": "Opinionated, automatic Dart source code formatter. Provides an API and a CLI tool.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "27eb0ae77836989a3bc541ce55595e8ceee0992807f14511552a898ddd0d88ac" + } + ], + "purl": "pkg:pub/dart_style@3.0.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/dart_style" } + ], + "type": "library", + "bom-ref": "pkg:pub/dart_style@3.0.1", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + }, + "tags": ["api", "cli"] + }, + { + "group": "", + "name": "freezed", + "version": "3.0.6", + "description": "Code generation for immutable classes that has a simple syntax/API without compromising on the features.\n", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "6022db4c7bfa626841b2a10f34dd1e1b68e8f8f9650db6112dcdeeca45ca793c" + } + ], + "purl": "pkg:pub/freezed@3.0.6", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/freezed" } + ], + "type": "library", + "bom-ref": "pkg:pub/freezed@3.0.6", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "freezed_annotation", + "version": "3.1.0", + "description": "Annotations for the freezed code-generator. This package does nothing without freezed too.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "7294967ff0a6d98638e7acb774aac3af2550777accd8149c90af5b014e6d44d8" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/freezed_annotation@3.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/freezed" } + ], + "type": "library", + "bom-ref": "pkg:pub/freezed_annotation@3.1.0", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "http", + "version": "1.3.0", + "description": "A composable, multi-platform, Future-based API for HTTP requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f" + } + ], + "purl": "pkg:pub/http@1.3.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http@1.3.0", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "js", + "version": "0.7.2", + "description": "Annotations to create static Dart interfaces for JavaScript APIs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/js@0.7.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/js" + } + ], + "type": "library", + "bom-ref": "pkg:pub/js@0.7.2", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "json_serializable", + "version": "6.9.4", + "description": "Automatically generate code for converting to and from JSON by annotating Dart classes.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "81f04dee10969f89f604e1249382d46b97a1ccad53872875369622b5bfc9e58a" + } + ], + "purl": "pkg:pub/json_serializable@6.9.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/json_serializable.dart/tree/master/json_serializable" + } + ], + "type": "library", + "bom-ref": "pkg:pub/json_serializable@6.9.4", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/insomnia_collection/pubspec.lock" + } + ], + "concludedValue": "packages/insomnia_collection/pubspec.lock" + } + ] + }, + "tags": ["json"] + }, + { + "group": "", + "name": "lints", + "version": "4.0.0", + "description": "Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/lints@4.0.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/lints" } + ], + "type": "library", + "bom-ref": "pkg:pub/lints@4.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + }, + "tags": ["lint"] + }, + { + "group": "", + "name": "test", + "version": "1.25.15", + "description": "A full featured library for writing and running Dart tests across platforms.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "301b213cd241ca982e9ba50266bd3f5bd1ea33f1455554c5abb85d1be0e2d87e" + } + ], + "purl": "pkg:pub/test@1.25.15", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test@1.25.15", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "test_api", + "version": "0.7.4", + "description": "The user facing API for structuring Dart tests and checking expectations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd" + } + ], + "purl": "pkg:pub/test_api@0.7.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_api" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_api@0.7.4", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "test_core", + "version": "0.6.8", + "description": "A basic library for writing tests and running them on the VM.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "84d17c3486c8dfdbe5e12a50c8ae176d15e2a771b96909a9442b40173649ccaa" + } + ], + "purl": "pkg:pub/test_core@0.6.8", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_core" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_core@0.6.8", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "watcher", + "version": "1.1.1", + "description": "A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104" + } + ], + "purl": "pkg:pub/watcher@1.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/watcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/watcher@1.1.1", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web_socket", + "version": "0.1.6", + "description": "Any easy-to-use library for communicating with WebSockets that has multiple implementations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web_socket@0.1.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/web_socket" + } + ], + "type": "library", + "bom-ref": "pkg:pub/web_socket@0.1.6", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web_socket_channel", + "version": "3.0.2", + "description": "StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0b8e2457400d8a859b7b2030786835a28a8e80836ef64402abef392ff4f1d0e5" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web_socket_channel@3.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/web_socket_channel" + } + ], + "type": "library", + "bom-ref": "pkg:pub/web_socket_channel@3.0.2", + "properties": [ + { "name": "SrcFile", "value": "packages/seed/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/postman/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/insomnia_collection/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "flutter_lints", + "version": "2.0.3", + "description": "Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/flutter_lints@2.0.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/flutter_lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_lints@2.0.3", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_field_editor/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_field_editor/example/pubspec.lock" + } + ] + }, + "tags": ["plugins"] + }, + { + "group": "", + "name": "leak_tracker", + "version": "11.0.2", + "description": "A framework for memory leak tracking for Dart and Flutter applications.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/leak_tracker@11.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/leak_tracker@11.0.2", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["framework"] + }, + { + "group": "", + "name": "lints", + "version": "2.1.1", + "description": "Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/lints@2.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/lints" } + ], + "type": "library", + "bom-ref": "pkg:pub/lints@2.1.1", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/curl_parser/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/curl_parser/pubspec.lock" + } + ], + "concludedValue": "packages/curl_parser/pubspec.lock" + } + ] + }, + "tags": ["lint"] + }, + { + "group": "", + "name": "cupertino_icons", + "version": "1.0.8", + "description": "Default icons asset for Cupertino widgets based on Apple styled icons", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/cupertino_icons@1.0.8", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons" + } + ], + "type": "library", + "bom-ref": "pkg:pub/cupertino_icons@1.0.8", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/json_field_editor/example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_parsed_text", + "version": "2.2.1", + "description": "A Flutter package to parse text and make them into multiple Flutter Text widget.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "529cf5793b7acdf16ee0f97b158d0d4ba0bf06e7121ef180abe1a5b59e32c1e2" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/flutter_parsed_text@2.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/fayeed/flutter_parsed_text" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_parsed_text@2.2.1", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "concludedValue": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ] + }, + "tags": ["parse"] + }, + { + "group": "", + "name": "google_fonts", + "version": "5.1.0", + "description": "A Flutter package to use fonts from fonts.google.com. Supports HTTP fetching, caching, and asset bundling.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "e20ff62b158b96f392bfc8afe29dee1503c94fbea2cbe8186fd59b756b8ae982" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/google_fonts@5.1.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/material-foundation/flutter-packages/tree/main/packages/google_fonts" + } + ], + "type": "library", + "bom-ref": "pkg:pub/google_fonts@5.1.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ], + "concludedValue": "packages/multi_trigger_autocomplete_plus/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "effective_dart", + "version": "1.3.2", + "description": "Linter rules corresponding to the guidelines in Effective Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "6a69783c808344084b65667e87ff600823531e95810a8a15882cb542fe22de80" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/effective_dart@1.3.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/tenhobi/effective_dart" }, + { "type": "vcs", "url": "https://github.com/tenhobi/effective_dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/effective_dart@1.3.2", + "properties": [ + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "golden_toolkit", + "version": "0.15.0", + "description": "Common patterns for screenshot-based widget testing using Goldens.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "8f74adab33154fe7b731395782797021f97d2edc52f7bfb85ff4f1b5c4a215f0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/golden_toolkit@0.15.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/eBay/flutter_glove_box/" }, + { + "type": "vcs", + "url": "https://github.com/eBay/flutter_glove_box/tree/master/packages/golden_toolkit" + } + ], + "type": "library", + "bom-ref": "pkg:pub/golden_toolkit@0.15.0", + "properties": [ + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "provider", + "version": "6.1.4", + "description": "A wrapper around InheritedWidget to make them easier to use and more reusable.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "489024f942069c2920c844ee18bb3d467c69e48955a4f32d1677f71be103e310" + } + ], + "purl": "pkg:pub/provider@6.1.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/provider" } + ], + "type": "library", + "bom-ref": "pkg:pub/provider@6.1.4", + "properties": [ + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "rows_lint", + "version": "0.1.1", + "description": "Lint rules for dart used by projects @ Rows", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "772b3e0759a62282365c16ea3e51e2bab5823b916f6ae6f4bfe2012e28028afc" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/rows_lint@0.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rows/rows_lint" }, + { "type": "vcs", "url": "https://github.com/rows/rows_lint" } + ], + "type": "library", + "bom-ref": "pkg:pub/rows_lint@0.1.1", + "properties": [ + { "name": "SrcFile", "value": "packages/json_explorer/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_android", + "version": "2.2.16", + "description": "Android implementation of the path_provider plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0ca7359dad67fd7063cb2892ab0c0737b2daafd807cf1acecd62374c8fae6c12" + } + ], + "purl": "pkg:pub/path_provider_android@2.2.16", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_android@2.2.16", + "properties": [ + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_android", + "version": "6.3.15", + "description": "Android implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1d0eae19bd7606ef60fe69ef3b312a437a16549476c42321d5dc1506c9ca3bf4" + } + ], + "purl": "pkg:pub/url_launcher_android@6.3.15", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_android@6.3.15", + "properties": [ + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_web", + "version": "2.4.0", + "description": "Web platform implementation of url_launcher", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3ba963161bd0fe395917ba881d320b9c4f6dd3c4a233da62ab18a5025c85f1e9" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://opensource.org/licenses/Apache-2.0" + } + } + ], + "purl": "pkg:pub/url_launcher_web@2.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_web" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_web@2.4.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "win32", + "version": "5.12.0", + "description": "Access common Win32 APIs directly from Dart using FFI — no C required!\n", + "hashes": [ + { + "alg": "SHA-256", + "content": "dc6ecaa00a7c708e5b4d10ee7bec8c270e9276dfcab1783f57e9962d7884305f" + } + ], + "purl": "pkg:pub/win32@5.12.0", + "externalReferences": [ + { "type": "website", "url": "https://win32.pub" }, + { "type": "vcs", "url": "https://github.com/halildurmus/win32" } + ], + "type": "library", + "bom-ref": "pkg:pub/win32@5.12.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/json_explorer/example/pubspec.lock" + } + ], + "concludedValue": "packages/json_explorer/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "_fe_analyzer_shared", + "version": "85.0.0", + "description": "Logic that is shared between the front_end and analyzer packages.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "da0d9209ca76bde579f2da330aeb9df62b6319c834fa7baae052021b0462401f" + } + ], + "purl": "pkg:pub/_fe_analyzer_shared@85.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared" + } + ], + "type": "library", + "bom-ref": "pkg:pub/_fe_analyzer_shared@85.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "analyzer", + "version": "7.7.1", + "description": "This package provides a library that performs static analysis of Dart code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "974859dc0ff5f37bc4313244b3218c791810d03ab3470a579580279ba971a48d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/analyzer@7.7.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/analyzer" + } + ], + "type": "library", + "bom-ref": "pkg:pub/analyzer@7.7.1", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build", + "version": "2.5.4", + "description": "A package for authoring build_runner compatible code generators.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "51dc711996cbf609b90cbe5b335bbce83143875a9d58e4b5c6d3c4f684d3dda7" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/build@2.5.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build@2.5.4", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_resolvers", + "version": "2.5.4", + "description": "Resolve Dart code in a Builder", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ee4257b3f20c0c90e72ed2b57ad637f694ccba48839a821e87db762548c22a62" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/build_resolvers@2.5.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_resolvers" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_resolvers@2.5.4", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_runner", + "version": "2.5.4", + "description": "A build system for Dart code generation and modular compilation.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "382a4d649addbfb7ba71a3631df0ec6a45d5ab9b098638144faf27f02778eb53" + } + ], + "purl": "pkg:pub/build_runner@2.5.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_runner" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_runner@2.5.4", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_runner_core", + "version": "9.1.2", + "description": "Core tools to organize the structure of a build and run Builders.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "85fbbb1036d576d966332a3f5ce83f2ce66a40bea1a94ad2d5fc29a19a0d3792" + } + ], + "purl": "pkg:pub/build_runner_core@9.1.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_runner_core" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_runner_core@9.1.2", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["tools"] + }, + { + "group": "", + "name": "built_value", + "version": "8.12.0", + "description": "Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a30f0a0e38671e89a492c44d005b5545b830a961575bbd8336d42869ff71066d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/built_value@8.12.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/google/built_value.dart/tree/master/built_value" + } + ], + "type": "library", + "bom-ref": "pkg:pub/built_value@8.12.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["serialization"] + }, + { + "group": "", + "name": "code_builder", + "version": "4.11.0", + "description": "A fluent, builder-based library for generating valid Dart code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "11654819532ba94c34de52ff5feb52bd81cba1de00ef2ed622fd50295f9d4243" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/code_builder@4.11.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/code_builder" + } + ], + "type": "library", + "bom-ref": "pkg:pub/code_builder@4.11.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "coverage", + "version": "1.15.0", + "description": "Coverage data manipulation and formatting", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/coverage@1.15.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/coverage" + } + ], + "type": "library", + "bom-ref": "pkg:pub/coverage@1.15.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "dart_style", + "version": "3.1.1", + "description": "Opinionated, automatic Dart source code formatter. Provides an API and a CLI tool.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8a0e5fba27e8ee025d2ffb4ee820b4e6e2cf5e4246a6b1a477eb66866947e0bb" + } + ], + "purl": "pkg:pub/dart_style@3.1.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/dart_style" } + ], + "type": "library", + "bom-ref": "pkg:pub/dart_style@3.1.1", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api", "cli"] + }, + { + "group": "", + "name": "freezed", + "version": "3.1.0", + "description": "Code generation for immutable classes that has a simple syntax/API without compromising on the features.\n", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "2d399f823b8849663744d2a9ddcce01c49268fb4170d0442a655bf6a2f47be22" + } + ], + "purl": "pkg:pub/freezed@3.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/rrousselGit/freezed" } + ], + "type": "library", + "bom-ref": "pkg:pub/freezed@3.1.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "http", + "version": "1.5.0", + "description": "A composable, multi-platform, Future-based API for HTTP requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/http@1.5.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http@1.5.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "meta", + "version": "1.17.0", + "description": "Annotations used to express developer intentions that can't otherwise be deduced by statically analyzing source code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/meta@1.17.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/meta" + } + ], + "type": "library", + "bom-ref": "pkg:pub/meta@1.17.0", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/har/pubspec.lock" + } + ], + "concludedValue": "packages/har/pubspec.lock" + } + ] + }, + "tags": ["developer"] + }, + { + "group": "", + "name": "pool", + "version": "1.5.2", + "description": "Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "978783255c543aa3586a1b3c21f6e9d720eb315376a915872c61ef8b5c20177d" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/pool@1.5.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/pool" + } + ], + "type": "library", + "bom-ref": "pkg:pub/pool@1.5.2", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["pool"] + }, + { + "group": "", + "name": "source_helper", + "version": "1.3.7", + "description": "Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a447acb083d3a5ef17f983dd36201aeea33fedadb3228fa831f2f0c92f0f3aca" + } + ], + "purl": "pkg:pub/source_helper@1.3.7", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/google/source_helper.dart" } + ], + "type": "library", + "bom-ref": "pkg:pub/source_helper@1.3.7", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "test", + "version": "1.26.3", + "description": "A full featured library for writing and running Dart tests across platforms.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7" + } + ], + "purl": "pkg:pub/test@1.26.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test@1.26.3", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/har/pubspec.lock" + } + ], + "concludedValue": "packages/har/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "test_api", + "version": "0.7.7", + "description": "The user facing API for structuring Dart tests and checking expectations.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/test_api@0.7.7", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_api" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_api@0.7.7", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/har/pubspec.lock" + } + ], + "concludedValue": "packages/har/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "test_core", + "version": "0.6.12", + "description": "A basic library for writing tests and running them on the VM.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0" + } + ], + "purl": "pkg:pub/test_core@0.6.12", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/test/tree/master/pkgs/test_core" + } + ], + "type": "library", + "bom-ref": "pkg:pub/test_core@0.6.12", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/har/pubspec.lock" + } + ], + "concludedValue": "packages/har/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "vm_service", + "version": "15.0.2", + "description": "A library to communicate with a service implementing the Dart VM service protocol.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/vm_service@15.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/vm_service" + } + ], + "type": "library", + "bom-ref": "pkg:pub/vm_service@15.0.2", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/har/pubspec.lock" + } + ], + "concludedValue": "packages/har/pubspec.lock" + } + ] + }, + "tags": ["service"] + }, + { + "group": "", + "name": "watcher", + "version": "1.1.3", + "description": "A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/watcher@1.1.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/watcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/watcher@1.1.3", + "properties": [ + { "name": "SrcFile", "value": "packages/har/pubspec.lock" }, + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_lints", + "version": "4.0.0", + "description": "Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/flutter_lints@4.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/flutter_lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_lints@4.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + }, + "tags": ["plugins"] + }, + { + "group": "", + "name": "path_provider_android", + "version": "2.2.18", + "description": "Android implementation of the path_provider plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "993381400e94d18469750e5b9dcb8206f15bc09f9da86b9e44a9b0092a0066db" + } + ], + "purl": "pkg:pub/path_provider_android@2.2.18", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_android@2.2.18", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_foundation", + "version": "2.4.2", + "description": "iOS and macOS implementation of the path_provider plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "16eef174aacb07e09c351502740fa6254c165757638eba1e9116b0a781201bbd" + } + ], + "purl": "pkg:pub/path_provider_foundation@2.4.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_foundation@2.4.2", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "petitparser", + "version": "7.0.1", + "description": "A dynamic parser framework to build efficient grammars and parsers quickly.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1a97266a94f7350d30ae522c0af07890c70b8e62c71e8e3920d1db4d23c057d1" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/petitparser@7.0.1", + "externalReferences": [ + { "type": "vcs", "url": "https://petitparser.github.io" }, + { + "type": "vcs", + "url": "https://github.com/petitparser/dart-petitparser" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/petitparser@7.0.1", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["framework", "parse"] + }, + { + "group": "", + "name": "url_launcher", + "version": "6.3.2", + "description": "Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f6a7e5c4835bb4e3026a04793a4199ca2d14c739ec378fdfe23fc8075d0439f8" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/url_launcher@6.3.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher@6.3.2", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_android", + "version": "6.3.22", + "description": "Android implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "199bc33e746088546a39cc5f36bac5a278c5e53b40cb3196f99e7345fdcfae6b" + } + ], + "purl": "pkg:pub/url_launcher_android@6.3.22", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_android@6.3.22", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_ios", + "version": "6.3.4", + "description": "iOS implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "d80b3f567a617cb923546034cc94bfe44eb15f989fe670b37f26abdb9d939cb7" + } + ], + "purl": "pkg:pub/url_launcher_ios@6.3.4", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_ios" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_ios@6.3.4", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "url_launcher_macos", + "version": "3.2.3", + "description": "macOS implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c043a77d6600ac9c38300567f33ef12b0ef4f4783a2c1f00231d2b1941fea13f" + } + ], + "purl": "pkg:pub/url_launcher_macos@3.2.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_macos" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_macos@3.2.3", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "xml", + "version": "6.6.1", + "description": "A lightweight library for parsing, traversing, querying, transforming and building XML documents.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "971043b3a0d3da28727e40ed3e0b5d18b742fa5a68665cca88e74b7876d5e025" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/xml@6.6.1", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/renggli/dart-xml" } + ], + "type": "library", + "bom-ref": "pkg:pub/xml@6.6.1", + "properties": [ + { "name": "SrcFile", "value": "packages/genai/pubspec.lock" }, + { + "name": "SrcFile", + "value": "packages/better_networking/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/pubspec.lock" + } + ] + }, + "tags": ["xml"] + }, + { + "group": "", + "name": "url_launcher_android", + "version": "6.3.20", + "description": "Android implementation of the url_launcher plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "81777b08c498a292d93ff2feead633174c386291e35612f8da438d6e92c4447e" + } + ], + "purl": "pkg:pub/url_launcher_android@6.3.20", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/url_launcher_android@6.3.20", + "properties": [ + { + "name": "SrcFile", + "value": "packages/genai/genai_example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/genai/genai_example/pubspec.lock" + } + ], + "concludedValue": "packages/genai/genai_example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_web_auth_2", + "version": "5.0.0-alpha.3", + "description": "Flutter plugin for authenticating a user with a web service.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2483d1fd3c45fe1262446e8d5f5490f01b864f2e7868ffe05b4727e263cc0182" + } + ], + "purl": "pkg:pub/flutter_web_auth_2@5.0.0-alpha.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + }, + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_web_auth_2@5.0.0-alpha.3", + "properties": [ + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + }, + "tags": ["service", "web"] + }, + { + "group": "", + "name": "flutter_web_auth_2_platform_interface", + "version": "5.0.0-alpha.0", + "description": "A common platform interface for the flutter_web_auth_2 plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "45927587ebb2364cd273675ec95f6f67b81725754b416cef2b65cdc63fd3e853" + } + ], + "purl": "pkg:pub/flutter_web_auth_2_platform_interface@5.0.0-alpha.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + }, + { + "type": "vcs", + "url": "https://github.com/ThexXTURBOXx/flutter_web_auth_2" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_web_auth_2_platform_interface@5.0.0-alpha.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/better_networking/example/pubspec.lock" + } + ], + "concludedValue": "packages/better_networking/example/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "ffi", + "version": "2.1.3", + "description": "Utilities for working with Foreign Function Interface (FFI) code.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/ffi@2.1.3", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/native/tree/main/pkgs/ffi" + } + ], + "type": "library", + "bom-ref": "pkg:pub/ffi@2.1.3", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + }, + "tags": ["native"] + }, + { + "group": "", + "name": "http", + "version": "1.2.2", + "description": "A composable, multi-platform, Future-based API for HTTP requests.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010" + } + ], + "purl": "pkg:pub/http@1.2.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http/tree/master/pkgs/http" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http@1.2.2", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "http_parser", + "version": "4.0.2", + "description": "A platform-independent package for parsing and serializing HTTP formats.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" + } + ], + "purl": "pkg:pub/http_parser@4.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/http_parser" } + ], + "type": "library", + "bom-ref": "pkg:pub/http_parser@4.0.2", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + }, + "tags": ["parse"] + }, + { + "group": "", + "name": "path_provider_android", + "version": "2.2.14", + "description": "Android implementation of the path_provider plugin.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "8c4967f8b7cb46dc914e178daa29813d83ae502e0529d7b0478330616a691ef7" + } + ], + "purl": "pkg:pub/path_provider_android@2.2.14", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_android@2.2.14", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "path_provider_foundation", + "version": "2.4.0", + "description": "iOS and macOS implementation of the path_provider plugin", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16" + } + ], + "purl": "pkg:pub/path_provider_foundation@2.4.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation" + } + ], + "type": "library", + "bom-ref": "pkg:pub/path_provider_foundation@2.4.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_design_system/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_design_system/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web", + "version": "1.1.0", + "description": "Lightweight browser API bindings built around JS interop.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/web@1.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/web" } + ], + "type": "library", + "bom-ref": "pkg:pub/web@1.1.0", + "properties": [ + { + "name": "SrcFile", + "value": "packages/apidash_design_system/pubspec.lock" + }, + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "args", + "version": "2.6.0", + "description": "Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/args@2.6.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/main/pkgs/args" + } + ], + "type": "library", + "bom-ref": "pkg:pub/args@2.6.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_config", + "version": "1.1.1", + "description": "Format definition and support for parsing `build.yaml` configuration.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1" + } + ], + "purl": "pkg:pub/build_config@1.1.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_config" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_config@1.1.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "build_daemon", + "version": "4.0.2", + "description": "A daemon for running Dart builds.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "79b2aef6ac2ed00046867ed354c88778c9c0f029df8a20fe10b5436826721ef9" + } + ], + "purl": "pkg:pub/build_daemon@4.0.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/build/tree/master/build_daemon" + } + ], + "type": "library", + "bom-ref": "pkg:pub/build_daemon@4.0.2", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "coverage", + "version": "1.13.1", + "description": "Coverage data manipulation and formatting", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "802bd084fb82e55df091ec8ad1553a7331b61c08251eef19a508b6f3f3a9858d" + } + ], + "purl": "pkg:pub/coverage@1.13.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/coverage" + } + ], + "type": "library", + "bom-ref": "pkg:pub/coverage@1.13.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "flutter_lints", + "version": "6.0.0", + "description": "Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.", + "scope": "optional", + "hashes": [ + { + "alg": "SHA-256", + "content": "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/flutter_lints@6.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/flutter/packages/tree/main/packages/flutter_lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/flutter_lints@6.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["plugins"] + }, + { + "group": "", + "name": "glob", + "version": "2.1.2", + "description": "A library to perform Bash-style file and directory globbing.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/glob@2.1.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/glob" } + ], + "type": "library", + "bom-ref": "pkg:pub/glob@2.1.2", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "http_multi_server", + "version": "3.2.1", + "description": "A dart:io HttpServer wrapper that handles requests from multiple servers.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/http_multi_server@3.2.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/http_multi_server" + } + ], + "type": "library", + "bom-ref": "pkg:pub/http_multi_server@3.2.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "intl", + "version": "0.20.2", + "description": "Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/intl@0.20.2", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/i18n/tree/main/pkgs/intl" + } + ], + "type": "library", + "bom-ref": "pkg:pub/intl@0.20.2", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "io", + "version": "1.0.4", + "description": "Utilities for the Dart VM Runtime including support for ANSI colors, file copying, and standard exit code values.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/io@1.0.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/io" } + ], + "type": "library", + "bom-ref": "pkg:pub/io@1.0.4", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "js", + "version": "0.7.1", + "description": "Annotations to create static Dart interfaces for JavaScript APIs.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/js@0.7.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/sdk/tree/main/pkg/js" + } + ], + "type": "library", + "bom-ref": "pkg:pub/js@0.7.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "lints", + "version": "6.0.0", + "description": "Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/lints@6.0.0", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/core/tree/main/pkgs/lints" + } + ], + "type": "library", + "bom-ref": "pkg:pub/lints@6.0.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["lint"] + }, + { + "group": "", + "name": "mime", + "version": "1.0.6", + "description": "Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/mime@1.0.6", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/mime" + } + ], + "type": "library", + "bom-ref": "pkg:pub/mime@1.0.6", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "package_config", + "version": "2.1.0", + "description": "Support for reading and writing Dart Package Configuration files.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" + } + ], + "purl": "pkg:pub/package_config@2.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/package_config" } + ], + "type": "library", + "bom-ref": "pkg:pub/package_config@2.1.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "petitparser", + "version": "6.0.2", + "description": "A dynamic parser framework to build efficient grammars and parsers quickly.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27" + } + ], + "purl": "pkg:pub/petitparser@6.0.2", + "externalReferences": [ + { "type": "vcs", "url": "https://petitparser.github.io" }, + { + "type": "vcs", + "url": "https://github.com/petitparser/dart-petitparser" + } + ], + "type": "framework", + "bom-ref": "pkg:pub/petitparser@6.0.2", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["framework", "parse"] + }, + { + "group": "", + "name": "process", + "version": "5.0.5", + "description": "A pluggable, mockable process invocation abstraction for Dart.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c6248e4526673988586e8c00bb22a49210c258dc91df5227d5da9748ecf79744" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/process@5.0.5", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/tools/tree/main/pkgs/process" + } + ], + "type": "library", + "bom-ref": "pkg:pub/process@5.0.5", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pub_semver", + "version": "2.1.4", + "description": "Versions and version constraints implementing pub's versioning policy. This is very similar to vanilla semver, with a few corner cases.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" + } + ], + "purl": "pkg:pub/pub_semver@2.1.4", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/pub_semver" } + ], + "type": "library", + "bom-ref": "pkg:pub/pub_semver@2.1.4", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "pubspec_parse", + "version": "1.3.0", + "description": "Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8" + } + ], + "purl": "pkg:pub/pubspec_parse@1.3.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/pubspec_parse" } + ], + "type": "library", + "bom-ref": "pkg:pub/pubspec_parse@1.3.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "shelf", + "version": "1.4.1", + "description": "A model for web server middleware that encourages composition and easy reuse.\n", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf@1.4.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf@1.4.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["middleware", "web"] + }, + { + "group": "", + "name": "shelf_web_socket", + "version": "2.0.1", + "description": "A shelf handler that wires up a listener for every connection.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/shelf_web_socket@2.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket" + } + ], + "type": "library", + "bom-ref": "pkg:pub/shelf_web_socket@2.0.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "source_maps", + "version": "0.10.12", + "description": "A library to programmatically manipulate source map files.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause", + "url": "https://opensource.org/licenses/BSD-3-Clause" + } + } + ], + "purl": "pkg:pub/source_maps@0.10.12", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/source_maps" } + ], + "type": "library", + "bom-ref": "pkg:pub/source_maps@0.10.12", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "watcher", + "version": "1.1.0", + "description": "A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" + } + ], + "purl": "pkg:pub/watcher@1.1.0", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/watcher" } + ], + "type": "library", + "bom-ref": "pkg:pub/watcher@1.1.0", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + } + }, + { + "group": "", + "name": "web_socket_channel", + "version": "3.0.1", + "description": "StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel.", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f" + } + ], + "purl": "pkg:pub/web_socket_channel@3.0.1", + "externalReferences": [ + { + "type": "vcs", + "url": "https://github.com/dart-lang/web_socket_channel" + } + ], + "type": "library", + "bom-ref": "pkg:pub/web_socket_channel@3.0.1", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["api"] + }, + { + "group": "", + "name": "yaml", + "version": "3.1.2", + "description": "A parser for YAML, a human-friendly data serialization standard", + "scope": "required", + "hashes": [ + { + "alg": "SHA-256", + "content": "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:pub/yaml@3.1.2", + "externalReferences": [ + { "type": "vcs", "url": "https://github.com/dart-lang/yaml" } + ], + "type": "library", + "bom-ref": "pkg:pub/yaml@3.1.2", + "properties": [ + { "name": "SrcFile", "value": "packages/apidash_core/pubspec.lock" } + ], + "evidence": { + "identity": [ + { + "field": "purl", + "confidence": 1, + "methods": [ + { + "technique": "manifest-analysis", + "confidence": 1, + "value": "packages/apidash_core/pubspec.lock" + } + ], + "concludedValue": "packages/apidash_core/pubspec.lock" + } + ] + }, + "tags": ["serialization"] + } + ], + "dependencies": [ + { + "ref": "pkg:pub/apidash@0.5.0+5", + "dependsOn": [ + "pkg:pub/apidash_core@0.0.1", + "pkg:pub/apidash_design_system@0.0.1", + "pkg:pub/args@2.7.0", + "pkg:pub/better_networking@0.0.4-dev", + "pkg:pub/carousel_slider@5.1.1", + "pkg:pub/code_builder@4.10.1", + "pkg:pub/collection@1.19.1", + "pkg:pub/convert@3.1.2", + "pkg:pub/crypto@3.0.6", + "pkg:pub/csv@6.0.0", + "pkg:pub/cupertino_icons@1.0.8", + "pkg:pub/curl_parser@0.1.4-dev", + "pkg:pub/dart_jsonwebtoken@3.2.0", + "pkg:pub/dart_style@3.1.0", + "pkg:pub/data_table_2@2.5.16", + "pkg:pub/desktop_drop@0.5.0", + "pkg:pub/equatable@2.0.7", + "pkg:pub/extended_text_field@16.0.2", + "pkg:pub/file_selector@1.0.3", + "pkg:pub/flex_color_scheme@8.3.0", + "pkg:pub/flutter@0.0.0", + "pkg:pub/flutter_code_editor@0.3.3", + "pkg:pub/flutter_highlight@0.7.0", + "pkg:pub/flutter_highlighter@0.1.1", + "pkg:pub/flutter_hooks@0.21.2", + "pkg:pub/flutter_js@0.8.5", + "pkg:pub/flutter_markdown@0.7.7+1", + "pkg:pub/flutter_parsed_text@2.2.1", + "pkg:pub/flutter_portal@1.1.4", + "pkg:pub/flutter_riverpod@2.6.1", + "pkg:pub/flutter_svg@2.1.0", + "pkg:pub/flutter_web_auth_2@5.0.0-alpha.4", + "pkg:pub/freezed_annotation@3.1.0", + "pkg:pub/fvp@0.32.1", + "pkg:pub/genai@0.0.2-dev", + "pkg:pub/google_fonts@5.1.0", + "pkg:pub/google_fonts@6.2.1", + "pkg:pub/har@0.0.2-dev", + "pkg:pub/highlight@0.7.0", + "pkg:pub/highlighter@0.1.1", + "pkg:pub/hive_ce_flutter@2.3.3", + "pkg:pub/hooks_riverpod@2.6.1", + "pkg:pub/http@1.3.0", + "pkg:pub/http@1.5.0", + "pkg:pub/http_parser@4.1.2", + "pkg:pub/insomnia_collection@0.0.2-dev", + "pkg:pub/intl@0.19.0", + "pkg:pub/jinja@0.6.2", + "pkg:pub/json5@0.8.2", + "pkg:pub/json_annotation@4.9.0", + "pkg:pub/json_explorer@0.1.2", + "pkg:pub/json_field_editor@1.2.1", + "pkg:pub/just_audio@0.9.46", + "pkg:pub/just_audio_mpv@0.1.7", + "pkg:pub/just_audio_windows@0.2.2", + "pkg:pub/lottie@3.3.1", + "pkg:pub/markdown@7.3.0", + "pkg:pub/mime_dart@3.0.0", + "pkg:pub/multi_split_view@3.6.0", + "pkg:pub/multi_trigger_autocomplete_plus@1.0.2", + "pkg:pub/nanoid@1.0.0", + "pkg:pub/oauth1@2.1.0", + "pkg:pub/oauth2@2.0.3", + "pkg:pub/ollama_dart@0.2.3", + "pkg:pub/openapi_spec@0.15.0", + "pkg:pub/package_info_plus@8.3.0", + "pkg:pub/path@1.9.1", + "pkg:pub/path_provider@2.1.5", + "pkg:pub/postman@0.1.3-dev", + "pkg:pub/printing@5.14.2", + "pkg:pub/provider@6.1.4", + "pkg:pub/provider@6.1.5", + "pkg:pub/pub_semver@2.2.0", + "pkg:pub/riverpod@2.6.1", + "pkg:pub/scrollable_positioned_list@0.3.8", + "pkg:pub/seed@0.0.4-dev", + "pkg:pub/share_plus@10.1.4", + "pkg:pub/shared_preferences@2.5.3", + "pkg:pub/shlex@2.0.2", + "pkg:pub/stac@1.0.0-dev.7", + "pkg:pub/url_launcher@6.3.1", + "pkg:pub/uuid@4.5.1", + "pkg:pub/vector_graphics_compiler@1.1.17", + "pkg:pub/video_player@2.10.0", + "pkg:pub/video_player_platform_interface@6.3.0", + "pkg:pub/window_manager@0.4.3", + "pkg:pub/window_size@0.1.0", + "pkg:pub/xml@6.5.0", + "pkg:pub/xml@6.6.1" + ] + } + ], + "annotations": [ + { + "bom-ref": "metadata-annotations", + "subjects": ["pkg:pub/apidash@0.5.0+5"], + "annotator": { + "component": { + "group": "@cyclonedx", + "name": "cdxgen", + "version": "12.0.0", + "purl": "pkg:npm/%40cyclonedx/cdxgen@12.0.0", + "type": "application", + "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.0.0", + "publisher": "OWASP Foundation", + "authors": [{ "name": "OWASP Foundation" }] + } + }, + "timestamp": "2025-12-05T01:37:05Z", + "text": "This Software Bill-of-Materials (SBOM) document was created on Friday, December 5, 2025 with cdxgen. The data was captured during the build lifecycle phase. The document describes an application named 'apidash' with version '0.5.0+5'. There are 386 components." + } + ] +}