{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:a0c977b2-9af3-4824-9466-79dcc499f85b",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-02T09:40:48Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.2",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.2",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.2",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "inquirer-autocomplete-prompt",
      "group": "",
      "version": "3.0.1",
      "description": "Autocomplete prompt for inquirer",
      "purl": "pkg:npm/inquirer-autocomplete-prompt@3.0.1",
      "bom-ref": "pkg:npm/inquirer-autocomplete-prompt@3.0.1",
      "author": "Martin Hansen <martin@martinhansen.no>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "lint, lint:fix, eslint, eslint:fix, prettier:cli, prettier:check, prettier:fix, flow, pretest, test, develop"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "url": "https://opensource.org/licenses/ISC",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mokkabonna/inquirer-autocomplete-prompt/blob/main/packages/inquirer-autocomplete-prompt/README.md"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/ansi-escapes/package.json\\nnode_modules/run-async/package.json\\nnode_modules/type-fest/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "type-fest",
      "version": "3.13.1",
      "description": "A collection of essential TypeScript types",
      "scope": "optional",
      "licenses": [
        {
          "expression": "MIT OR CC0-1.0"
        }
      ],
      "purl": "pkg:npm/type-fest@3.13.1",
      "type": "library",
      "bom-ref": "pkg:npm/type-fest@3.13.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/type-fest/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/type-fest/package.json"
              }
            ],
            "concludedValue": "node_modules/type-fest/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Simon Boudrias <admin@simonboudrias.com>"
        }
      ],
      "group": "",
      "name": "run-async",
      "version": "2.4.1",
      "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/run-async@2.4.1",
      "type": "library",
      "bom-ref": "pkg:npm/run-async@2.4.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/run-async/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "run-async"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/run-async/package.json"
              }
            ],
            "concludedValue": "node_modules/run-async/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.js",
            "line": 15
          },
          {
            "location": "index.js",
            "line": 199
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "ansi-escapes",
      "version": "6.2.0",
      "description": "ANSI escape codes for manipulating the terminal",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/ansi-escapes@6.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/ansi-escapes@6.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ansi-escapes/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ansi-escapes"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ansi-escapes/package.json"
              }
            ],
            "concludedValue": "node_modules/ansi-escapes/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.js",
            "line": 7
          },
          {
            "location": "index.js",
            "line": 282
          }
        ]
      },
      "tags": [
        "escape"
      ]
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/inquirer-autocomplete-prompt@3.0.1"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.2",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.2",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.2",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-08-02T09:40:48Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Sunday, August 2, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'inquirer-autocomplete-prompt' with version '3.0.1'."
    }
  ]
}