{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:e4c47a4a-f432-42c5-83d4-44fd05e841f3",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-15T19:24:38Z",
    "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": "send",
      "group": "@tinyhttp",
      "version": "2.2.5",
      "description": "json, send, sendFile, status and sendStatus methods for tinyhttp",
      "purl": "pkg:npm/%40tinyhttp/send@2.2.5",
      "bom-ref": "pkg:npm/@tinyhttp/send@2.2.5",
      "author": "v1rtl",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build"
        },
        {
          "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": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@tinyhttp"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@tinyhttp/content-type/package.json\\nnode_modules/@tinyhttp/etag/package.json\\nnode_modules/mime/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"
        }
      ],
      "group": "",
      "name": "mime",
      "version": "4.1.0",
      "description": "A comprehensive library for mime-type mapping",
      "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/mime@4.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/broofa/mime"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/mime@4.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/mime/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "mime"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/mime/package.json"
              }
            ],
            "concludedValue": "node_modules/mime/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/sendFile.js",
            "line": 3
          },
          {
            "location": "dist/sendFile.js",
            "line": 43
          },
          {
            "location": "src/sendFile.ts",
            "line": 4
          },
          {
            "location": "src/sendFile.ts",
            "line": 84
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "v1rtl"
        }
      ],
      "group": "@tinyhttp",
      "name": "etag",
      "version": "2.1.2",
      "description": "entity tag 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/%40tinyhttp/etag@2.1.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tinyhttp.v1rtl.site"
        },
        {
          "type": "vcs",
          "url": "https://github.com/tinyhttp/tinyhttp.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/etag@2.1.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/etag/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/etag,eTag,@tinyhttp/etag/eTag"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/etag/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/etag/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/utils.js",
            "line": 3
          },
          {
            "location": "dist/utils.js",
            "line": 4
          },
          {
            "location": "src/utils.ts",
            "line": 3
          },
          {
            "location": "src/utils.ts",
            "line": 6
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "v1rtl <hi@v1rtl.site>"
        }
      ],
      "group": "@tinyhttp",
      "name": "content-type",
      "version": "0.1.4",
      "description": "content-type rewrite in TypeScript and ESM",
      "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/%40tinyhttp/content-type@0.1.4",
      "type": "library",
      "bom-ref": "pkg:npm/@tinyhttp/content-type@0.1.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tinyhttp/content-type/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tinyhttp/content-type,format,@tinyhttp/content-type/format,parse,@tinyhttp/content-type/parse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tinyhttp/content-type/package.json"
              }
            ],
            "concludedValue": "node_modules/@tinyhttp/content-type/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/utils.js",
            "line": 2
          },
          {
            "location": "dist/utils.js",
            "line": 8
          },
          {
            "location": "dist/utils.js",
            "line": 11
          },
          {
            "location": "src/utils.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 11
          },
          {
            "location": "src/utils.ts",
            "line": 14
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@tinyhttp/send@2.2.5"
      ],
      "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-15T19:24:38Z",
      "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 'send' with version '2.2.5'. The package type in this SBOM is npm with a single purl namespace '@tinyhttp' described under components. The components were identified from 3 source files."
    }
  ]
}