{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:28e9c88c-8abb-4e44-a64c-b4f87b135d32",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-15T14:00:01Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "create-next-app",
      "group": "",
      "version": "14.2.35-tuxcare.9",
      "description": "Create Next.js-powered React apps with one command",
      "purl": "pkg:npm/create-next-app@14.2.35-tuxcare.9",
      "bom-ref": "pkg:npm/create-next-app@14.2.35-tuxcare.9",
      "author": "Next.js Team <support@vercel.com>",
      "properties": [
        {
          "name": "cdx:npm:bin",
          "value": "create-next-app"
        },
        {
          "name": "cdx:npm:has_binary",
          "value": "true"
        },
        {
          "name": "cdx:npm:scripts",
          "value": "dev, prerelease, release, prepublishOnly, build, lint-fix"
        },
        {
          "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/vercel/next.js"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@types\\n@vercel"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@types/async-retry/package.json\\nnode_modules/@types/ci-info/package.json\\nnode_modules/@types/cross-spawn/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/@types/prompts/package.json\\nnode_modules/@types/tar/package.json\\nnode_modules/@types/validate-npm-package-name/package.json\\nnode_modules/@vercel/ncc/package.json\\nnode_modules/async-retry/package.json\\nnode_modules/ci-info/package.json\\nnode_modules/commander/package.json\\nnode_modules/conf/package.json\\nnode_modules/cross-spawn/package.json\\nnode_modules/fast-glob/package.json\\nnode_modules/picocolors/package.json\\nnode_modules/prettier-plugin-tailwindcss/package.json\\nnode_modules/prompts/package.json\\nnode_modules/tar/package.json\\nnode_modules/update-check/package.json\\nnode_modules/validate-npm-package-name/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "zeke"
        }
      ],
      "group": "",
      "name": "validate-npm-package-name",
      "version": "3.0.0",
      "description": "Give me a string and I'll tell you if it's a valid npm package name",
      "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/validate-npm-package-name@3.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/npm/validate-npm-package-name"
        },
        {
          "type": "vcs",
          "url": "https://github.com/npm/validate-npm-package-name"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/validate-npm-package-name@3.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/validate-npm-package-name/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "validate-npm-package-name"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/validate-npm-package-name/package.json"
              }
            ],
            "concludedValue": "node_modules/validate-npm-package-name/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "helpers/validate-pkg.ts",
            "line": 2
          },
          {
            "location": "helpers/validate-pkg.ts",
            "line": 14
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "leo"
        }
      ],
      "group": "",
      "name": "update-check",
      "version": "1.5.4",
      "description": "Minimalistic update notifications for command line interfaces",
      "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/update-check@1.5.4",
      "type": "library",
      "bom-ref": "pkg:npm/update-check@1.5.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/update-check/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "update-check"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/update-check/package.json"
              }
            ],
            "concludedValue": "node_modules/update-check/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts",
            "line": 9
          },
          {
            "location": "index.ts",
            "line": 474
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "GitHub Inc."
        }
      ],
      "group": "",
      "name": "tar",
      "version": "6.1.15",
      "description": "tar for node",
      "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/tar@6.1.15",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/isaacs/node-tar.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/tar@6.1.15",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/tar/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "tar"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/tar/package.json"
              }
            ],
            "concludedValue": "node_modules/tar/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "helpers/examples.ts",
            "line": 2
          },
          {
            "location": "helpers/examples.ts",
            "line": 106
          },
          {
            "location": "helpers/examples.ts",
            "line": 128
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Terkel Gjervig <terkel@terkel.com> (https://terkel.com)"
        }
      ],
      "group": "",
      "name": "prompts",
      "version": "2.4.2",
      "description": "Lightweight, beautiful and user-friendly prompts",
      "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/prompts@2.4.2",
      "type": "library",
      "bom-ref": "pkg:npm/prompts@2.4.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/prompts/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "prompts,InitialReturnValue,prompts/InitialReturnValue"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/prompts/package.json"
              }
            ],
            "concludedValue": "node_modules/prompts/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts",
            "line": 7
          },
          {
            "location": "index.ts",
            "line": 8
          },
          {
            "location": "index.ts",
            "line": 176
          },
          {
            "location": "index.ts",
            "line": 271
          },
          {
            "location": "index.ts",
            "line": 308
          },
          {
            "location": "index.ts",
            "line": 330
          },
          {
            "location": "index.ts",
            "line": 352
          },
          {
            "location": "index.ts",
            "line": 371
          },
          {
            "location": "index.ts",
            "line": 397
          },
          {
            "location": "index.ts",
            "line": 411
          },
          {
            "location": "index.ts",
            "line": 447
          }
        ]
      }
    },
    {
      "group": "",
      "name": "prettier-plugin-tailwindcss",
      "version": "0.3.0",
      "description": "A Prettier plugin for sorting Tailwind CSS classes.",
      "scope": "optional",
      "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/prettier-plugin-tailwindcss@0.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/prettier-plugin-tailwindcss@0.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/prettier-plugin-tailwindcss/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/prettier-plugin-tailwindcss/package.json"
              }
            ],
            "concludedValue": "node_modules/prettier-plugin-tailwindcss/package.json"
          }
        ]
      }
    },
    {
      "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,picocolors/red,green,picocolors/green,cyan,picocolors/cyan,yellow,picocolors/yellow,blue,picocolors/blue,bold,picocolors/bold"
        },
        {
          "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": "create-app.ts",
            "line": 3
          },
          {
            "location": "create-app.ts",
            "line": 75
          },
          {
            "location": "create-app.ts",
            "line": 86
          },
          {
            "location": "create-app.ts",
            "line": 97
          },
          {
            "location": "create-app.ts",
            "line": 108
          },
          {
            "location": "create-app.ts",
            "line": 111
          },
          {
            "location": "create-app.ts",
            "line": 144
          },
          {
            "location": "create-app.ts",
            "line": 160
          },
          {
            "location": "create-app.ts",
            "line": 170
          },
          {
            "location": "create-app.ts",
            "line": 248
          },
          {
            "location": "create-app.ts",
            "line": 253
          },
          {
            "location": "create-app.ts",
            "line": 256
          },
          {
            "location": "create-app.ts",
            "line": 259
          },
          {
            "location": "create-app.ts",
            "line": 264
          },
          {
            "location": "create-app.ts",
            "line": 265
          },
          {
            "location": "helpers/install.ts",
            "line": 2
          },
          {
            "location": "helpers/install.ts",
            "line": 20
          },
          {
            "location": "helpers/is-folder-empty.ts",
            "line": 2
          },
          {
            "location": "helpers/is-folder-empty.ts",
            "line": 39
          },
          {
            "location": "helpers/is-folder-empty.ts",
            "line": 46
          },
          {
            "location": "index.ts",
            "line": 3
          },
          {
            "location": "index.ts",
            "line": 42
          },
          {
            "location": "index.ts",
            "line": 199
          },
          {
            "location": "index.ts",
            "line": 201
          },
          {
            "location": "index.ts",
            "line": 202
          },
          {
            "location": "index.ts",
            "line": 213
          },
          {
            "location": "index.ts",
            "line": 219
          },
          {
            "location": "index.ts",
            "line": 270
          },
          {
            "location": "index.ts",
            "line": 307
          },
          {
            "location": "index.ts",
            "line": 329
          },
          {
            "location": "index.ts",
            "line": 351
          },
          {
            "location": "index.ts",
            "line": 370
          },
          {
            "location": "index.ts",
            "line": 395
          },
          {
            "location": "index.ts",
            "line": 490
          },
          {
            "location": "index.ts",
            "line": 493
          },
          {
            "location": "index.ts",
            "line": 509
          },
          {
            "location": "index.ts",
            "line": 512
          },
          {
            "location": "templates/index.ts",
            "line": 8
          },
          {
            "location": "templates/index.ts",
            "line": 42
          },
          {
            "location": "templates/index.ts",
            "line": 245
          },
          {
            "location": "templates/index.ts",
            "line": 250
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Denis Malinochkin (https://mrmlnc.com)"
        }
      ],
      "group": "",
      "name": "fast-glob",
      "version": "3.3.1",
      "description": "It's a very fast and efficient glob library for Node.js",
      "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/fast-glob@3.3.1",
      "type": "library",
      "bom-ref": "pkg:npm/fast-glob@3.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/fast-glob/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "fast-glob,async,fast-glob/async"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/fast-glob/package.json"
              }
            ],
            "concludedValue": "node_modules/fast-glob/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "helpers/copy.ts",
            "line": 2
          },
          {
            "location": "helpers/copy.ts",
            "line": 25
          },
          {
            "location": "templates/index.ts",
            "line": 4
          },
          {
            "location": "templates/index.ts",
            "line": 94
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "André Cruz <andre@moxy.studio>"
        }
      ],
      "group": "",
      "name": "cross-spawn",
      "version": "7.0.3",
      "description": "Cross platform child_process#spawn and child_process#spawnSync",
      "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/cross-spawn@7.0.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/moxystudio/node-cross-spawn"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/cross-spawn@7.0.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/cross-spawn/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "cross-spawn"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/cross-spawn/package.json"
              }
            ],
            "concludedValue": "node_modules/cross-spawn/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "helpers/install.ts",
            "line": 3
          },
          {
            "location": "helpers/install.ts",
            "line": 31
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "conf",
      "version": "10.2.0",
      "description": "Simple config handling for your app or module",
      "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/conf@10.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/conf@10.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/conf/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "conf"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/conf/package.json"
              }
            ],
            "concludedValue": "node_modules/conf/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts",
            "line": 5
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "TJ Holowaychuk <tj@vision-media.ca>"
        }
      ],
      "group": "",
      "name": "commander",
      "version": "2.20.0",
      "description": "the complete solution for node.js command-line programs",
      "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/commander@2.20.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tj/commander.js.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/commander@2.20.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/commander/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "commander"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/commander/package.json"
              }
            ],
            "concludedValue": "node_modules/commander/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts",
            "line": 4
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)"
        }
      ],
      "group": "",
      "name": "ci-info",
      "version": "2.0.0",
      "description": "Get details about the current Continuous Integration environment",
      "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/ci-info@2.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/watson/ci-info"
        },
        {
          "type": "vcs",
          "url": "https://github.com/watson/ci-info.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ci-info@2.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ci-info/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ci-info"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ci-info/package.json"
              }
            ],
            "concludedValue": "node_modules/ci-info/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "index.ts",
            "line": 14
          }
        ]
      }
    },
    {
      "group": "",
      "name": "async-retry",
      "version": "1.3.1",
      "description": "Retrying made simple, easy and async",
      "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/async-retry@1.3.1",
      "type": "library",
      "bom-ref": "pkg:npm/async-retry@1.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/async-retry/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "async-retry"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/async-retry/package.json"
              }
            ],
            "concludedValue": "node_modules/async-retry/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "create-app.ts",
            "line": 2
          },
          {
            "location": "create-app.ts",
            "line": 165
          },
          {
            "location": "create-app.ts",
            "line": 175
          }
        ]
      }
    },
    {
      "group": "@vercel",
      "name": "ncc",
      "version": "0.34.0",
      "description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
      "scope": "optional",
      "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/%40vercel/ncc@0.34.0",
      "type": "library",
      "bom-ref": "pkg:npm/@vercel/ncc@0.34.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@vercel/ncc/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@vercel/ncc/package.json"
              }
            ],
            "concludedValue": "node_modules/@vercel/ncc/package.json"
          }
        ]
      },
      "tags": [
        "cli"
      ]
    },
    {
      "group": "@types",
      "name": "validate-npm-package-name",
      "version": "3.0.0",
      "description": "TypeScript definitions for validate-npm-package-name",
      "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/%40types/validate-npm-package-name@3.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/validate-npm-package-name@3.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/validate-npm-package-name/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/validate-npm-package-name/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/validate-npm-package-name/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "tar",
      "version": "6.1.5",
      "description": "TypeScript definitions for tar",
      "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/%40types/tar@6.1.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/tar@6.1.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/tar/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/tar/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/tar/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "prompts",
      "version": "2.4.2",
      "description": "TypeScript definitions for prompts",
      "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/%40types/prompts@2.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prompts"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/prompts@2.4.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/prompts/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/prompts/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/prompts/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "node",
      "version": "20.2.5",
      "description": "TypeScript definitions for Node.js",
      "scope": "excluded",
      "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/%40types/node@20.2.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/node@20.2.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/node/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/node/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "cross-spawn",
      "version": "6.0.0",
      "description": "TypeScript definitions for cross-spawn",
      "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/%40types/cross-spawn@6.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/cross-spawn@6.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/cross-spawn/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/cross-spawn/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/cross-spawn/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "ci-info",
      "version": "2.0.0",
      "description": "TypeScript definitions for ci-info",
      "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/%40types/ci-info@2.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/ci-info@2.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/ci-info/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/ci-info/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/ci-info/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "async-retry",
      "version": "1.4.2",
      "description": "TypeScript definitions for async-retry",
      "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/%40types/async-retry@1.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/async-retry@1.4.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/async-retry/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/async-retry/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/async-retry/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/create-next-app@14.2.35-tuxcare.9"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-15T14:00:01Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, September 15, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'create-next-app' with version '14.2.35-tuxcare.9'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 20 source files."
    }
  ]
}