{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:ab207684-b289-4db9-b8ea-e05145f12164",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-04T06:43:22Z",
    "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": "prompts",
      "group": "@clack",
      "version": "0.8.2",
      "purl": "pkg:npm/%40clack/prompts@0.8.2",
      "bom-ref": "pkg:npm/@clack/prompts@0.8.2",
      "author": "Nate Moore <nate@natemoo.re> (https://twitter.com/n_moore)",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, prepack"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "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"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/natemoo-re/clack/tree/main/packages/prompts#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/natemoo-re/clack"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@clack"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@clack/core/package.json\\nnode_modules/is-unicode-supported/package.json\\nnode_modules/picocolors/package.json\\nnode_modules/sisteransi/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Terkel Gjervig <terkel@terkel.com> (https://terkel.com)"
        }
      ],
      "group": "",
      "name": "sisteransi",
      "version": "1.0.5",
      "description": "ANSI escape codes for some terminal swag",
      "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/sisteransi@1.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/terkelg/sisteransi"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/sisteransi@1.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/sisteransi/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "sisteransi,cursor,sisteransi/cursor,erase,sisteransi/erase"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/sisteransi/package.json"
              }
            ],
            "concludedValue": "node_modules/sisteransi/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 76
          },
          {
            "location": "src/index.ts",
            "line": 15
          },
          {
            "location": "src/index.ts",
            "line": 686
          },
          {
            "location": "src/index.ts",
            "line": 687
          },
          {
            "location": "src/index.ts",
            "line": 704
          },
          {
            "location": "src/index.ts",
            "line": 705
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "authors": [
        {
          "name": "Alexey Raspopov"
        }
      ],
      "group": "",
      "name": "picocolors",
      "version": "1.0.0",
      "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
      "scope": "required",
      "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"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/picocolors@1.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/picocolors@1.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/picocolors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "picocolors"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/picocolors/package.json"
              }
            ],
            "concludedValue": "node_modules/picocolors/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 3
          },
          {
            "location": "dist/index.mjs",
            "line": 4
          },
          {
            "location": "dist/index.mjs",
            "line": 5
          },
          {
            "location": "dist/index.mjs",
            "line": 6
          },
          {
            "location": "dist/index.mjs",
            "line": 7
          },
          {
            "location": "dist/index.mjs",
            "line": 8
          },
          {
            "location": "dist/index.mjs",
            "line": 9
          },
          {
            "location": "dist/index.mjs",
            "line": 12
          },
          {
            "location": "dist/index.mjs",
            "line": 13
          },
          {
            "location": "dist/index.mjs",
            "line": 14
          },
          {
            "location": "dist/index.mjs",
            "line": 15
          },
          {
            "location": "dist/index.mjs",
            "line": 16
          },
          {
            "location": "dist/index.mjs",
            "line": 17
          },
          {
            "location": "dist/index.mjs",
            "line": 19
          },
          {
            "location": "dist/index.mjs",
            "line": 20
          },
          {
            "location": "dist/index.mjs",
            "line": 21
          },
          {
            "location": "dist/index.mjs",
            "line": 22
          },
          {
            "location": "dist/index.mjs",
            "line": 24
          },
          {
            "location": "dist/index.mjs",
            "line": 25
          },
          {
            "location": "dist/index.mjs",
            "line": 26
          },
          {
            "location": "dist/index.mjs",
            "line": 27
          },
          {
            "location": "dist/index.mjs",
            "line": 28
          },
          {
            "location": "dist/index.mjs",
            "line": 30
          },
          {
            "location": "dist/index.mjs",
            "line": 31
          },
          {
            "location": "dist/index.mjs",
            "line": 32
          },
          {
            "location": "dist/index.mjs",
            "line": 33
          },
          {
            "location": "dist/index.mjs",
            "line": 34
          },
          {
            "location": "dist/index.mjs",
            "line": 35
          },
          {
            "location": "dist/index.mjs",
            "line": 37
          },
          {
            "location": "dist/index.mjs",
            "line": 38
          },
          {
            "location": "dist/index.mjs",
            "line": 39
          },
          {
            "location": "dist/index.mjs",
            "line": 40
          },
          {
            "location": "dist/index.mjs",
            "line": 41
          },
          {
            "location": "dist/index.mjs",
            "line": 43
          },
          {
            "location": "dist/index.mjs",
            "line": 44
          },
          {
            "location": "dist/index.mjs",
            "line": 45
          },
          {
            "location": "dist/index.mjs",
            "line": 46
          },
          {
            "location": "dist/index.mjs",
            "line": 47
          },
          {
            "location": "dist/index.mjs",
            "line": 49
          },
          {
            "location": "dist/index.mjs",
            "line": 50
          },
          {
            "location": "dist/index.mjs",
            "line": 51
          },
          {
            "location": "dist/index.mjs",
            "line": 52
          },
          {
            "location": "dist/index.mjs",
            "line": 53
          },
          {
            "location": "dist/index.mjs",
            "line": 55
          },
          {
            "location": "dist/index.mjs",
            "line": 56
          },
          {
            "location": "dist/index.mjs",
            "line": 57
          },
          {
            "location": "dist/index.mjs",
            "line": 61
          },
          {
            "location": "dist/index.mjs",
            "line": 62
          },
          {
            "location": "dist/index.mjs",
            "line": 63
          },
          {
            "location": "dist/index.mjs",
            "line": 65
          },
          {
            "location": "dist/index.mjs",
            "line": 66
          },
          {
            "location": "dist/index.mjs",
            "line": 68
          },
          {
            "location": "dist/index.mjs",
            "line": 69
          },
          {
            "location": "dist/index.mjs",
            "line": 70
          },
          {
            "location": "dist/index.mjs",
            "line": 72
          },
          {
            "location": "dist/index.mjs",
            "line": 73
          },
          {
            "location": "dist/index.mjs",
            "line": 75
          },
          {
            "location": "dist/index.mjs",
            "line": 76
          },
          {
            "location": "src/index.ts",
            "line": 14
          },
          {
            "location": "src/index.ts",
            "line": 51
          },
          {
            "location": "src/index.ts",
            "line": 53
          },
          {
            "location": "src/index.ts",
            "line": 55
          },
          {
            "location": "src/index.ts",
            "line": 57
          },
          {
            "location": "src/index.ts",
            "line": 93
          },
          {
            "location": "src/index.ts",
            "line": 112
          },
          {
            "location": "src/index.ts",
            "line": 114
          },
          {
            "location": "src/index.ts",
            "line": 115
          },
          {
            "location": "src/index.ts",
            "line": 120
          },
          {
            "location": "src/index.ts",
            "line": 122
          },
          {
            "location": "src/index.ts",
            "line": 124
          },
          {
            "location": "src/index.ts",
            "line": 126
          },
          {
            "location": "src/index.ts",
            "line": 127
          },
          {
            "location": "src/index.ts",
            "line": 128
          },
          {
            "location": "src/index.ts",
            "line": 130
          },
          {
            "location": "src/index.ts",
            "line": 146
          },
          {
            "location": "src/index.ts",
            "line": 152
          },
          {
            "location": "src/index.ts",
            "line": 154
          },
          {
            "location": "src/index.ts",
            "line": 156
          },
          {
            "location": "src/index.ts",
            "line": 158
          },
          {
            "location": "src/index.ts",
            "line": 159
          },
          {
            "location": "src/index.ts",
            "line": 162
          },
          {
            "location": "src/index.ts",
            "line": 182
          },
          {
            "location": "src/index.ts",
            "line": 187
          },
          {
            "location": "src/index.ts",
            "line": 189
          },
          {
            "location": "src/index.ts",
            "line": 190
          },
          {
            "location": "src/index.ts",
            "line": 191
          },
          {
            "location": "src/index.ts",
            "line": 193
          },
          {
            "location": "src/index.ts",
            "line": 195
          },
          {
            "location": "src/index.ts",
            "line": 196
          },
          {
            "location": "src/index.ts",
            "line": 197
          },
          {
            "location": "src/index.ts",
            "line": 199
          },
          {
            "location": "src/index.ts",
            "line": 200
          },
          {
            "location": "src/index.ts",
            "line": 201
          },
          {
            "location": "src/index.ts",
            "line": 226
          },
          {
            "location": "src/index.ts",
            "line": 228
          },
          {
            "location": "src/index.ts",
            "line": 229
          },
          {
            "location": "src/index.ts",
            "line": 232
          },
          {
            "location": "src/index.ts",
            "line": 234
          },
          {
            "location": "src/index.ts",
            "line": 242
          },
          {
            "location": "src/index.ts",
            "line": 246
          },
          {
            "location": "src/index.ts",
            "line": 248
          },
          {
            "location": "src/index.ts",
            "line": 251
          },
          {
            "location": "src/index.ts",
            "line": 253
          },
          {
            "location": "src/index.ts",
            "line": 258
          },
          {
            "location": "src/index.ts",
            "line": 272
          },
          {
            "location": "src/index.ts",
            "line": 274
          },
          {
            "location": "src/index.ts",
            "line": 276
          },
          {
            "location": "src/index.ts",
            "line": 277
          },
          {
            "location": "src/index.ts",
            "line": 280
          },
          {
            "location": "src/index.ts",
            "line": 281
          },
          {
            "location": "src/index.ts",
            "line": 289
          },
          {
            "location": "src/index.ts",
            "line": 293
          },
          {
            "location": "src/index.ts",
            "line": 298
          },
          {
            "location": "src/index.ts",
            "line": 302
          },
          {
            "location": "src/index.ts",
            "line": 304
          },
          {
            "location": "src/index.ts",
            "line": 326
          },
          {
            "location": "src/index.ts",
            "line": 327
          },
          {
            "location": "src/index.ts",
            "line": 330
          },
          {
            "location": "src/index.ts",
            "line": 332
          },
          {
            "location": "src/index.ts",
            "line": 334
          },
          {
            "location": "src/index.ts",
            "line": 335
          },
          {
            "location": "src/index.ts",
            "line": 338
          },
          {
            "location": "src/index.ts",
            "line": 340
          },
          {
            "location": "src/index.ts",
            "line": 350
          },
          {
            "location": "src/index.ts",
            "line": 351
          },
          {
            "location": "src/index.ts",
            "line": 352
          },
          {
            "location": "src/index.ts",
            "line": 353
          },
          {
            "location": "src/index.ts",
            "line": 359
          },
          {
            "location": "src/index.ts",
            "line": 374
          },
          {
            "location": "src/index.ts",
            "line": 378
          },
          {
            "location": "src/index.ts",
            "line": 385
          },
          {
            "location": "src/index.ts",
            "line": 386
          },
          {
            "location": "src/index.ts",
            "line": 387
          },
          {
            "location": "src/index.ts",
            "line": 394
          },
          {
            "location": "src/index.ts",
            "line": 399
          },
          {
            "location": "src/index.ts",
            "line": 406
          },
          {
            "location": "src/index.ts",
            "line": 413
          },
          {
            "location": "src/index.ts",
            "line": 418
          },
          {
            "location": "src/index.ts",
            "line": 453
          },
          {
            "location": "src/index.ts",
            "line": 454
          },
          {
            "location": "src/index.ts",
            "line": 457
          },
          {
            "location": "src/index.ts",
            "line": 459
          },
          {
            "location": "src/index.ts",
            "line": 461
          },
          {
            "location": "src/index.ts",
            "line": 463
          },
          {
            "location": "src/index.ts",
            "line": 465
          },
          {
            "location": "src/index.ts",
            "line": 466
          },
          {
            "location": "src/index.ts",
            "line": 469
          },
          {
            "location": "src/index.ts",
            "line": 471
          },
          {
            "location": "src/index.ts",
            "line": 481
          },
          {
            "location": "src/index.ts",
            "line": 482
          },
          {
            "location": "src/index.ts",
            "line": 483
          },
          {
            "location": "src/index.ts",
            "line": 484
          },
          {
            "location": "src/index.ts",
            "line": 490
          },
          {
            "location": "src/index.ts",
            "line": 494
          },
          {
            "location": "src/index.ts",
            "line": 497
          },
          {
            "location": "src/index.ts",
            "line": 503
          },
          {
            "location": "src/index.ts",
            "line": 504
          },
          {
            "location": "src/index.ts",
            "line": 505
          },
          {
            "location": "src/index.ts",
            "line": 512
          },
          {
            "location": "src/index.ts",
            "line": 515
          },
          {
            "location": "src/index.ts",
            "line": 536
          },
          {
            "location": "src/index.ts",
            "line": 539
          },
          {
            "location": "src/index.ts",
            "line": 560
          },
          {
            "location": "src/index.ts",
            "line": 582
          },
          {
            "location": "src/index.ts",
            "line": 588
          },
          {
            "location": "src/index.ts",
            "line": 590
          },
          {
            "location": "src/index.ts",
            "line": 595
          },
          {
            "location": "src/index.ts",
            "line": 599
          },
          {
            "location": "src/index.ts",
            "line": 603
          },
          {
            "location": "src/index.ts",
            "line": 610
          },
          {
            "location": "src/index.ts",
            "line": 611
          },
          {
            "location": "src/index.ts",
            "line": 614
          },
          {
            "location": "src/index.ts",
            "line": 619
          },
          {
            "location": "src/index.ts",
            "line": 622
          },
          {
            "location": "src/index.ts",
            "line": 625
          },
          {
            "location": "src/index.ts",
            "line": 628
          },
          {
            "location": "src/index.ts",
            "line": 635
          },
          {
            "location": "src/index.ts",
            "line": 679
          },
          {
            "location": "src/index.ts",
            "line": 684
          },
          {
            "location": "src/index.ts",
            "line": 700
          },
          {
            "location": "src/index.ts",
            "line": 702
          },
          {
            "location": "src/index.ts",
            "line": 703
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "is-unicode-supported",
      "version": "1.3.0",
      "description": "Detect whether the terminal supports Unicode",
      "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/is-unicode-supported@1.3.0",
      "type": "library",
      "bom-ref": "pkg:npm/is-unicode-supported@1.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/is-unicode-supported/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "is-unicode-supported"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/is-unicode-supported/package.json"
              }
            ],
            "concludedValue": "node_modules/is-unicode-supported/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/index.ts",
            "line": 13
          },
          {
            "location": "src/index.ts",
            "line": 19
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nate Moore <nate@natemoo.re> (https://twitter.com/n_moore)"
        }
      ],
      "group": "@clack",
      "name": "core",
      "version": "0.3.5",
      "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/%40clack/core@0.3.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/natemoo-re/clack/tree/main/packages/core#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/natemoo-re/clack"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@clack/core@0.3.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@clack/core/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@clack/core"
        },
        {
          "name": "ImportedModules",
          "value": "@clack/core,TextPrompt,@clack/core/TextPrompt,PasswordPrompt,@clack/core/PasswordPrompt,ConfirmPrompt,@clack/core/ConfirmPrompt,SelectPrompt,@clack/core/SelectPrompt,SelectKeyPrompt,@clack/core/SelectKeyPrompt,MultiSelectPrompt,@clack/core/MultiSelectPrompt,GroupMultiSelectPrompt,@clack/core/GroupMultiSelectPrompt,isCancel,@clack/core/isCancel,block,@clack/core/block,State,@clack/core/State"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@clack/core/package.json"
              }
            ],
            "concludedValue": "node_modules/@clack/core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.cjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 1
          },
          {
            "location": "dist/index.mjs",
            "line": 75
          },
          {
            "location": "dist/index.mjs",
            "line": 77
          },
          {
            "location": "src/index.ts",
            "line": 12
          },
          {
            "location": "src/index.ts",
            "line": 17
          },
          {
            "location": "src/index.ts",
            "line": 677
          },
          {
            "location": "src/index.ts",
            "line": 775
          },
          {
            "location": "dist/index.d.mts",
            "line": 1
          },
          {
            "location": "dist/index.d.cts",
            "line": 1
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@clack/prompts@0.8.2"
      ],
      "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-04T06:43:22Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, August 4, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'prompts' with version '0.8.2'. The package type in this SBOM is npm with a single purl namespace '@clack' described under components. The components were identified from 4 source files."
    }
  ]
}