{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:db06c13c-804d-429b-97bf-44592ddaf4d3",
  "version": 1,
  "metadata": {
    "timestamp": "2026-07-29T08:13:41Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.3.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.3.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.3.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "shared",
      "group": "@eslint-react",
      "version": "2.13.0",
      "description": "ESLint React's Shared constants and functions.",
      "purl": "pkg:npm/%40eslint-react/shared@2.13.0",
      "bom-ref": "pkg:npm/@eslint-react/shared@2.13.0",
      "author": "Rel1cx",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, build:docs, lint:publish, lint:ts, publish"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Rel1cx/eslint-react"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/Rel1cx/eslint-react.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@eslint-react\\n@local\\n@tsconfig\\n@types\\n@typescript-eslint"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@eslint-react/eff/package.json\\nnode_modules/@local/configs/package.json\\nnode_modules/@tsconfig/node22/package.json\\nnode_modules/@types/picomatch/package.json\\nnode_modules/@typescript-eslint/utils/package.json\\nnode_modules/eslint/package.json\\nnode_modules/ts-pattern/package.json\\nnode_modules/tsdown/package.json\\nnode_modules/typescript/package.json\\nnode_modules/zod/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Colin McDonnell <zod@colinhacks.com>"
        }
      ],
      "group": "",
      "name": "zod",
      "version": "4.3.6",
      "description": "TypeScript-first schema declaration and validation library with static type inference",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/zod@4.3.6",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://zod.dev"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/colinhacks/zod.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/zod@4.3.6",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/zod/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "zod/v4,zod/v4/z"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/zod/package.json"
              }
            ],
            "concludedValue": "node_modules/zod/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js#5"
          },
          {
            "location": "src/settings.ts#8"
          }
        ]
      },
      "tags": [
        "validation"
      ]
    },
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "typescript",
      "version": "5.9.3",
      "description": "TypeScript is a language for application scale JavaScript development",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0"
          }
        }
      ],
      "purl": "pkg:npm/typescript@5.9.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/TypeScript.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/typescript@5.9.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/typescript/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/typescript/package.json"
              }
            ],
            "concludedValue": "node_modules/typescript/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Kevin Deng <sxzz@sxzz.moe>"
        }
      ],
      "group": "",
      "name": "tsdown",
      "version": "0.20.3",
      "description": "The Elegant Bundler for Libraries",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/tsdown@0.20.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://tsdown.dev/"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/rolldown/tsdown.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/tsdown@0.20.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/tsdown/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/tsdown/package.json"
              }
            ],
            "concludedValue": "node_modules/tsdown/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Gabriel Vergnaud"
        }
      ],
      "group": "",
      "name": "ts-pattern",
      "version": "5.9.0",
      "description": " The exhaustive Pattern Matching library for TypeScript.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/ts-pattern@5.9.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/gvergnaud/ts-pattern#readme"
        },
        {
          "type": "vcs",
          "url": "git+ssh://git@github.com/gvergnaud/ts-pattern.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ts-pattern@5.9.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ts-pattern/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "ts-pattern,ts-pattern/P,match,ts-pattern/match"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/ts-pattern/package.json"
              }
            ],
            "concludedValue": "node_modules/ts-pattern/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js#4"
          },
          {
            "location": "src/react-version.ts#5"
          },
          {
            "location": "src/settings.ts#7"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>"
        }
      ],
      "group": "",
      "name": "eslint",
      "version": "9.39.2",
      "description": "An AST-based pattern checker for JavaScript.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/eslint@9.39.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://eslint.org"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/eslint@9.39.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/eslint/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/eslint/package.json"
              }
            ],
            "concludedValue": "node_modules/eslint/package.json"
          }
        ]
      }
    },
    {
      "group": "@typescript-eslint",
      "name": "utils",
      "version": "8.55.0",
      "description": "Utilities for working with TypeScript + ESLint together",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/utils@8.55.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://typescript-eslint.io/packages/utils"
        },
        {
          "type": "vcs",
          "url": "https://github.com/typescript-eslint/typescript-eslint.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@typescript-eslint/utils@8.55.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@typescript-eslint/utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@typescript-eslint/utils/ts-eslint,RuleListener,@typescript-eslint/utils/ts-eslint/RuleListener,ReportDescriptor,@typescript-eslint/utils/ts-eslint/ReportDescriptor,ESLint,@typescript-eslint/utils/ts-eslint/ESLint,SharedConfigurationSettings,@typescript-eslint/utils/ts-eslint/SharedConfigurationSettings"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@typescript-eslint/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@typescript-eslint/utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/define-rule-listener.ts#2"
          },
          {
            "location": "src/report.ts#1"
          },
          {
            "location": "src/settings.ts#5"
          },
          {
            "location": "src/types.ts#1"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "picomatch",
      "version": "4.0.2",
      "description": "TypeScript definitions for picomatch",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40types/picomatch@4.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/picomatch@4.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/picomatch/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/picomatch/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/picomatch/package.json"
          }
        ]
      }
    },
    {
      "group": "@tsconfig",
      "name": "node22",
      "version": "22.0.5",
      "description": "A base TSConfig for working with Node 22.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40tsconfig/node22@22.0.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tsconfig/bases.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tsconfig/node22@22.0.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tsconfig/node22/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tsconfig/node22/package.json"
              }
            ],
            "concludedValue": "node_modules/@tsconfig/node22/package.json"
          }
        ]
      }
    },
    {
      "group": "@local",
      "name": "configs",
      "version": "0.0.0",
      "description": "Local config bases for use in the workspace",
      "scope": "optional",
      "purl": "pkg:npm/%40local/configs@0.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/@local/configs@0.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@local/configs/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@local/configs/package.json"
              }
            ],
            "concludedValue": "node_modules/@local/configs/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Rel1cx"
        }
      ],
      "group": "@eslint-react",
      "name": "eff",
      "version": "2.13.0",
      "description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40eslint-react/eff@2.13.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/Rel1cx/eslint-react"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/Rel1cx/eslint-react.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@eslint-react/eff@2.13.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@eslint-react/eff/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@eslint-react/eff,constFalse,@eslint-react/eff/constFalse,getOrElseUpdate,@eslint-react/eff/getOrElseUpdate,identity,@eslint-react/eff/identity,unit,@eslint-react/eff/unit"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@eslint-react/eff/package.json"
              }
            ],
            "concludedValue": "node_modules/@eslint-react/eff/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js#3"
          },
          {
            "location": "src/react-version.ts#4"
          },
          {
            "location": "src/regexp.ts#1"
          },
          {
            "location": "src/regexp.ts#2"
          },
          {
            "location": "src/settings.ts#3"
          },
          {
            "location": "src/settings.ts#4"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@eslint-react/shared@2.13.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.3.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.3.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.3.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-07-29T08:13:41Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Wednesday, July 29, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'shared' with version '2.13.0'. The package type in this SBOM is npm with 5 purl namespaces described under components. The components were identified from 10 source files."
    }
  ]
}