{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:ba9b3e55-3b9c-4532-a592-3fb064f01a00",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-21T15:27:21Z",
    "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": "tarball",
      "group": "@verdaccio",
      "version": "13.0.0-next-8.0",
      "description": "tarball utilities resolver",
      "purl": "pkg:npm/%40verdaccio/tarball@13.0.0-next-8.0",
      "bom-ref": "pkg:npm/@verdaccio/tarball@13.0.0-next-8.0",
      "author": "Juan Picado <juanpicado19@gmail.com>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "clean, test, type-check, build:types, build:js, watch, build"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build:types, build:js, watch, 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": "website",
          "url": "https://verdaccio.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/verdaccio/verdaccio"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@verdaccio"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@verdaccio/core/package.json\\nnode_modules/@verdaccio/types/package.json\\nnode_modules/@verdaccio/url/package.json\\nnode_modules/@verdaccio/utils/package.json\\nnode_modules/debug/package.json\\nnode_modules/gunzip-maybe/package.json\\nnode_modules/lodash/package.json\\nnode_modules/node-mocks-http/package.json\\nnode_modules/tar-stream/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Mathias Buus <mathiasbuus@gmail.com>"
        }
      ],
      "group": "",
      "name": "tar-stream",
      "version": "3.1.7",
      "description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
      "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/tar-stream@3.1.7",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mafintosh/tar-stream"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/mafintosh/tar-stream.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/tar-stream@3.1.7",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/tar-stream/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "tar-stream"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/tar-stream/package.json"
              }
            ],
            "concludedValue": "node_modules/tar-stream/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/getTarballDetails.js",
            "line": 9
          },
          {
            "location": "src/getTarballDetails.ts",
            "line": 3
          },
          {
            "location": "src/getTarballDetails.ts",
            "line": 14
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Howard Abrams <howard.abrams@gmail.com> (http://www.github.com/howardabrams)"
        }
      ],
      "group": "",
      "name": "node-mocks-http",
      "version": "1.14.1",
      "description": "Mock 'http' objects for testing Express, Next.js and Koa routing functions",
      "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/node-mocks-http@1.14.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/eugef/node-mocks-http"
        },
        {
          "type": "vcs",
          "url": "git://github.com/eugef/node-mocks-http.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/node-mocks-http@1.14.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/node-mocks-http/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/node-mocks-http/package.json"
              }
            ],
            "concludedValue": "node_modules/node-mocks-http/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "John-David Dalton <john.david.dalton@gmail.com>"
        }
      ],
      "group": "",
      "name": "lodash",
      "version": "4.17.21",
      "description": "Lodash modular utilities.",
      "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/lodash@4.17.21",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://lodash.com/"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/lodash@4.17.21",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/lodash/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "lodash"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/lodash/package.json"
              }
            ],
            "concludedValue": "node_modules/lodash/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/convertDistRemoteToLocalTarballUrls.js",
            "line": 8
          },
          {
            "location": "src/convertDistRemoteToLocalTarballUrls.ts",
            "line": 1
          },
          {
            "location": "src/convertDistRemoteToLocalTarballUrls.ts",
            "line": 52
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Mathias Buus (@mafintosh)"
        }
      ],
      "group": "",
      "name": "gunzip-maybe",
      "version": "1.4.2",
      "description": "Transform stream that gunzips its input if it is gzipped and just echoes it if not",
      "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/gunzip-maybe@1.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mafintosh/gunzip-maybe"
        },
        {
          "type": "vcs",
          "url": "https://github.com/mafintosh/gunzip-maybe"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/gunzip-maybe@1.4.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/gunzip-maybe/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "gunzip-maybe"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/gunzip-maybe/package.json"
              }
            ],
            "concludedValue": "node_modules/gunzip-maybe/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/getTarballDetails.js",
            "line": 7
          },
          {
            "location": "src/getTarballDetails.ts",
            "line": 1
          },
          {
            "location": "src/getTarballDetails.ts",
            "line": 18
          }
        ]
      },
      "tags": [
        "stream"
      ]
    },
    {
      "authors": [
        {
          "name": "Josh Junon (https://github.com/qix-)"
        }
      ],
      "group": "",
      "name": "debug",
      "version": "4.3.7",
      "description": "Lightweight debugging utility for Node.js and the browser",
      "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/debug@4.3.7",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git://github.com/debug-js/debug.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/debug@4.3.7",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/debug/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "debug"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/debug/package.json"
              }
            ],
            "concludedValue": "node_modules/debug/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/getLocalRegistryTarballUri.js",
            "line": 8
          },
          {
            "location": "src/getLocalRegistryTarballUri.ts",
            "line": 1
          },
          {
            "location": "src/getLocalRegistryTarballUri.ts",
            "line": 7
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Juan Picado <juanpicado19@gmail.com>"
        }
      ],
      "group": "@verdaccio",
      "name": "utils",
      "version": "7.0.1-next-8.0",
      "description": "verdaccio utilities",
      "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/%40verdaccio/utils@7.0.1-next-8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://verdaccio.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/verdaccio/verdaccio"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@verdaccio/utils@7.0.1-next-8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@verdaccio/utils/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/@verdaccio/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@verdaccio/utils/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Juan Picado <juanpicado19@gmail.com>"
        }
      ],
      "group": "@verdaccio",
      "name": "url",
      "version": "13.0.0-next-8.0",
      "description": "url utilities resolver",
      "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/%40verdaccio/url@13.0.0-next-8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://verdaccio.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/verdaccio/verdaccio"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@verdaccio/url@13.0.0-next-8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@verdaccio/url/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "url"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@verdaccio/url/package.json"
              }
            ],
            "concludedValue": "node_modules/@verdaccio/url/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/getLocalRegistryTarballUri.js",
            "line": 9
          },
          {
            "location": "src/getLocalRegistryTarballUri.ts",
            "line": 2
          },
          {
            "location": "src/getLocalRegistryTarballUri.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Juan Picado <juanpicado19@gmail.com>"
        }
      ],
      "group": "@verdaccio",
      "name": "types",
      "version": "13.0.0-next-8.0",
      "description": "verdaccio types definitions",
      "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/%40verdaccio/types@13.0.0-next-8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://verdaccio.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/verdaccio/verdaccio"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@verdaccio/types@13.0.0-next-8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@verdaccio/types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@verdaccio/types,Package,@verdaccio/types/Package,Version,@verdaccio/types/Version"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@verdaccio/types/package.json"
              }
            ],
            "concludedValue": "node_modules/@verdaccio/types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/convertDistRemoteToLocalTarballUrls.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Juan Picado <juanpicado19@gmail.com>"
        }
      ],
      "group": "@verdaccio",
      "name": "core",
      "version": "8.0.0-next-8.0",
      "description": "core utilities",
      "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/%40verdaccio/core@8.0.0-next-8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://verdaccio.org"
        },
        {
          "type": "vcs",
          "url": "https://github.com/verdaccio/verdaccio"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@verdaccio/core@8.0.0-next-8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@verdaccio/core/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/@verdaccio/core/package.json"
              }
            ],
            "concludedValue": "node_modules/@verdaccio/core/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@verdaccio/tarball@13.0.0-next-8.0"
      ],
      "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-21T15:27:21Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 21, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'tarball' with version '13.0.0-next-8.0'. The package type in this SBOM is npm with a single purl namespace '@verdaccio' described under components. The components were identified from 9 source files."
    }
  ]
}