{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:97a5af82-b93b-45a7-adb8-676107a8c7c8",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-21T13:21:32Z",
    "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": "react-store",
      "group": "@ariakit",
      "version": "0.1.1",
      "description": "Ariakit React store utilities",
      "purl": "pkg:npm/%40ariakit/react-store@0.1.1",
      "bom-ref": "pkg:npm/@ariakit/react-store@0.1.1",
      "author": "Diego Haz <hazdiego@gmail.com> (https://github.com/diegohaz)",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, clean"
        },
        {
          "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://ariakit.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/ariakit/ariakit.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@ariakit\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@ariakit/react-utils/package.json\\nnode_modules/@ariakit/scripts/package.json\\nnode_modules/@ariakit/store/package.json\\nnode_modules/@ariakit/utils/package.json\\nnode_modules/@types/use-sync-external-store/package.json\\nnode_modules/react/package.json\\nnode_modules/use-sync-external-store/package.json"
      }
    ]
  },
  "components": [
    {
      "group": "",
      "name": "use-sync-external-store",
      "version": "1.6.0",
      "description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
      "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/use-sync-external-store@1.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/facebook/react.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/use-sync-external-store@1.6.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/use-sync-external-store/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "use-sync-external-store/shim,useSyncExternalStore,use-sync-external-store/shim/useSyncExternalStore"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/use-sync-external-store/package.json"
              }
            ],
            "concludedValue": "node_modules/use-sync-external-store/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 6
          },
          {
            "location": "dist/index.js",
            "line": 24
          },
          {
            "location": "dist/index.js",
            "line": 58
          },
          {
            "location": "src/index.tsx",
            "line": 16
          },
          {
            "location": "src/index.tsx",
            "line": 140
          },
          {
            "location": "src/index.tsx",
            "line": 227
          }
        ]
      }
    },
    {
      "group": "",
      "name": "react",
      "version": "18.3.1",
      "description": "React is a JavaScript library for building user 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/react@18.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://reactjs.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/facebook/react.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/react@18.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/react/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "react"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/react/package.json"
              }
            ],
            "concludedValue": "node_modules/react/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 5
          },
          {
            "location": "dist/index.js",
            "line": 10
          },
          {
            "location": "dist/index.js",
            "line": 27
          },
          {
            "location": "dist/index.js",
            "line": 28
          },
          {
            "location": "dist/index.js",
            "line": 99
          },
          {
            "location": "dist/index.js",
            "line": 101
          },
          {
            "location": "dist/index.js",
            "line": 102
          },
          {
            "location": "src/index.tsx",
            "line": 15
          },
          {
            "location": "src/index.tsx",
            "line": 121
          },
          {
            "location": "src/index.tsx",
            "line": 181
          },
          {
            "location": "src/index.tsx",
            "line": 185
          },
          {
            "location": "src/index.tsx",
            "line": 281
          },
          {
            "location": "src/index.tsx",
            "line": 285
          },
          {
            "location": "src/index.tsx",
            "line": 290
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "group": "@types",
      "name": "use-sync-external-store",
      "version": "1.5.0",
      "description": "TypeScript definitions for use-sync-external-store",
      "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/use-sync-external-store@1.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/use-sync-external-store"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/use-sync-external-store@1.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/use-sync-external-store/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/use-sync-external-store/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/use-sync-external-store/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Diego Haz <hazdiego@gmail.com> (https://github.com/diegohaz)"
        }
      ],
      "group": "@ariakit",
      "name": "utils",
      "version": "0.1.1",
      "description": "Ariakit 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/%40ariakit/utils@0.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://ariakit.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/ariakit/ariakit.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@ariakit/utils@0.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@ariakit/utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@ariakit/utils,hasOwnProperty,@ariakit/utils/hasOwnProperty,identity,@ariakit/utils/identity,AnyFunction,@ariakit/utils/AnyFunction,AnyObject,@ariakit/utils/AnyObject,PickByValue,@ariakit/utils/PickByValue,SetState,@ariakit/utils/SetState"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@ariakit/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@ariakit/utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 4
          },
          {
            "location": "dist/index.js",
            "line": 21
          },
          {
            "location": "dist/index.js",
            "line": 47
          },
          {
            "location": "dist/index.js",
            "line": 68
          },
          {
            "location": "src/index.tsx",
            "line": 8
          },
          {
            "location": "src/index.tsx",
            "line": 14
          },
          {
            "location": "src/index.tsx",
            "line": 136
          },
          {
            "location": "src/index.tsx",
            "line": 211
          },
          {
            "location": "src/index.tsx",
            "line": 244
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Diego Haz <hazdiego@gmail.com> (https://github.com/diegohaz)"
        }
      ],
      "group": "@ariakit",
      "name": "store",
      "version": "0.1.1",
      "description": "Ariakit store 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/%40ariakit/store@0.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://ariakit.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/ariakit/ariakit.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@ariakit/store@0.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@ariakit/store/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@ariakit/store,batch,@ariakit/store/batch,init,@ariakit/store/init,subscribe,@ariakit/store/subscribe,sync,@ariakit/store/sync,Store,@ariakit/store/Store,State,@ariakit/store/State,StoreState,@ariakit/store/StoreState"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@ariakit/store/package.json"
              }
            ],
            "concludedValue": "node_modules/@ariakit/store/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 3
          },
          {
            "location": "dist/index.js",
            "line": 12
          },
          {
            "location": "dist/index.js",
            "line": 30
          },
          {
            "location": "dist/index.js",
            "line": 74
          },
          {
            "location": "dist/index.js",
            "line": 85
          },
          {
            "location": "dist/index.js",
            "line": 100
          },
          {
            "location": "src/index.tsx",
            "line": 6
          },
          {
            "location": "src/index.tsx",
            "line": 7
          },
          {
            "location": "src/index.tsx",
            "line": 124
          },
          {
            "location": "src/index.tsx",
            "line": 188
          },
          {
            "location": "src/index.tsx",
            "line": 250
          },
          {
            "location": "src/index.tsx",
            "line": 263
          },
          {
            "location": "src/index.tsx",
            "line": 283
          }
        ]
      }
    },
    {
      "group": "@ariakit",
      "name": "scripts",
      "version": "0.0.0",
      "scope": "required",
      "purl": "pkg:npm/%40ariakit/scripts@0.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/@ariakit/scripts@0.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@ariakit/scripts/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@ariakit/scripts/package.json"
              }
            ],
            "concludedValue": "node_modules/@ariakit/scripts/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Diego Haz <hazdiego@gmail.com> (https://github.com/diegohaz)"
        }
      ],
      "group": "@ariakit",
      "name": "react-utils",
      "version": "0.1.1",
      "description": "Ariakit React 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/%40ariakit/react-utils@0.1.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://ariakit.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/ariakit/ariakit.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@ariakit/react-utils@0.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@ariakit/react-utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@ariakit/react-utils,useEvent,@ariakit/react-utils/useEvent,useLiveRef,@ariakit/react-utils/useLiveRef,useSafeLayoutEffect,@ariakit/react-utils/useSafeLayoutEffect"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@ariakit/react-utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@ariakit/react-utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 2
          },
          {
            "location": "dist/index.js",
            "line": 69
          },
          {
            "location": "dist/index.js",
            "line": 73
          },
          {
            "location": "dist/index.js",
            "line": 82
          },
          {
            "location": "dist/index.js",
            "line": 100
          },
          {
            "location": "dist/index.js",
            "line": 105
          },
          {
            "location": "src/index.tsx",
            "line": 5
          },
          {
            "location": "src/index.tsx",
            "line": 246
          },
          {
            "location": "src/index.tsx",
            "line": 249
          },
          {
            "location": "src/index.tsx",
            "line": 260
          },
          {
            "location": "src/index.tsx",
            "line": 283
          },
          {
            "location": "src/index.tsx",
            "line": 295
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@ariakit/react-store@0.1.1"
      ],
      "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-21T13:21:32Z",
      "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 'react-store' with version '0.1.1'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 7 source files."
    }
  ]
}