{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:48557f49-e83b-4e50-8b5e-475738d44fc1",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-16T13:31:07Z",
    "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-native-community-cli",
      "version": "15.1.3-tuxcare.2",
      "description": "React Native CLI",
      "purl": "pkg:npm/react-native-community-cli@15.1.3-tuxcare.2",
      "bom-ref": "pkg:npm/react-native-community-cli@15.1.3-tuxcare.2",
      "properties": [
        {
          "name": "cdx:npm:bin",
          "value": "rnc-cli"
        },
        {
          "name": "cdx:npm:has_binary",
          "value": "true"
        },
        {
          "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/react-native-community/cli/tree/main/packages/cli"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@react-native-community"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@react-native-community/cli-clean/package.json\\nnode_modules/@react-native-community/cli-config/package.json\\nnode_modules/@react-native-community/cli-debugger-ui/package.json\\nnode_modules/@react-native-community/cli-doctor/package.json\\nnode_modules/@react-native-community/cli-server-api/package.json\\nnode_modules/@react-native-community/cli-tools/package.json\\nnode_modules/@react-native-community/cli-types/package.json\\nnode_modules/ansi-regex/package.json\\nnode_modules/commander/package.json\\nnode_modules/find-up/package.json\\nnode_modules/fs-extra/package.json\\nnode_modules/graceful-fs/package.json\\nnode_modules/jsonfile/package.json\\nnode_modules/locate-path/package.json\\nnode_modules/p-limit/package.json\\nnode_modules/p-locate/package.json\\nnode_modules/path-exists/package.json\\nnode_modules/strip-ansi/package.json\\nnode_modules/universalify/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Ryan Zimmerman <opensrc@ryanzim.com>"
        }
      ],
      "group": "",
      "name": "universalify",
      "version": "0.1.2",
      "description": "Make a callback- or promise-based function support both promises and callbacks.",
      "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/universalify@0.1.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RyanZim/universalify#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/RyanZim/universalify.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/universalify@0.1.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/universalify/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/universalify/package.json"
              }
            ],
            "concludedValue": "node_modules/universalify/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "strip-ansi",
      "version": "5.2.0",
      "description": "Strip ANSI escape codes from a string",
      "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/strip-ansi@5.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/strip-ansi@5.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/strip-ansi/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/strip-ansi/package.json"
              }
            ],
            "concludedValue": "node_modules/strip-ansi/package.json"
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "path-exists",
      "version": "4.0.0",
      "description": "Check if a path exists",
      "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/path-exists@4.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/path-exists@4.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/path-exists/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/path-exists/package.json"
              }
            ],
            "concludedValue": "node_modules/path-exists/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "p-locate",
      "version": "5.0.0",
      "description": "Get the first fulfilled promise that satisfies the provided testing function",
      "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/p-locate@5.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/p-locate@5.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/p-locate/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/p-locate/package.json"
              }
            ],
            "concludedValue": "node_modules/p-locate/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "p-limit",
      "version": "3.1.0",
      "description": "Run multiple promise-returning & async functions with limited concurrency",
      "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/p-limit@3.1.0",
      "type": "library",
      "bom-ref": "pkg:npm/p-limit@3.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/p-limit/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/p-limit/package.json"
              }
            ],
            "concludedValue": "node_modules/p-limit/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "locate-path",
      "version": "6.0.0",
      "description": "Get the first path that exists on disk of multiple paths",
      "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/locate-path@6.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/locate-path@6.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/locate-path/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/locate-path/package.json"
              }
            ],
            "concludedValue": "node_modules/locate-path/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "JP Richardson <jprichardson@gmail.com>"
        }
      ],
      "group": "",
      "name": "jsonfile",
      "version": "4.0.0",
      "description": "Easily read/write JSON files.",
      "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/jsonfile@4.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/jsonfile@4.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jsonfile/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/jsonfile/package.json"
              }
            ],
            "concludedValue": "node_modules/jsonfile/package.json"
          }
        ]
      },
      "tags": [
        "json"
      ]
    },
    {
      "group": "",
      "name": "graceful-fs",
      "version": "4.2.4",
      "description": "A drop-in replacement for fs, making various improvements.",
      "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/graceful-fs@4.2.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/isaacs/node-graceful-fs"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/graceful-fs@4.2.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/graceful-fs/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "graceful-fs"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/graceful-fs/package.json"
              }
            ],
            "concludedValue": "node_modules/graceful-fs/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/tools/gracefulifyFs.js",
            "line": 15
          },
          {
            "location": "src/tools/gracefulifyFs.ts",
            "line": 2
          },
          {
            "location": "src/tools/gracefulifyFs.ts",
            "line": 4
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "JP Richardson <jprichardson@gmail.com>"
        }
      ],
      "group": "",
      "name": "fs-extra",
      "version": "8.1.0",
      "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
      "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/fs-extra@8.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jprichardson/node-fs-extra"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jprichardson/node-fs-extra"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/fs-extra@8.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/fs-extra/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "fs-extra,readdirSync,fs-extra/readdirSync"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/fs-extra/package.json"
              }
            ],
            "concludedValue": "node_modules/fs-extra/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/commands/init/editTemplate.js",
            "line": 26
          },
          {
            "location": "build/commands/init/init.js",
            "line": 22
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 8
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 44
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 53
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 65
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 120
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 124
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 127
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 130
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 159
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 254
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 3
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 98
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 102
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 149
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 152
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 169
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 223
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 319
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 329
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "find-up",
      "version": "5.0.0",
      "description": "Find a file or directory by walking up parent directories",
      "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/find-up@5.0.0",
      "type": "library",
      "bom-ref": "pkg:npm/find-up@5.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/find-up/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "find-up"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/find-up/package.json"
              }
            ],
            "concludedValue": "node_modules/find-up/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/tools/bun.js",
            "line": 23
          },
          {
            "location": "build/tools/npm.js",
            "line": 19
          },
          {
            "location": "build/tools/yarn.js",
            "line": 30
          },
          {
            "location": "src/tools/bun.ts",
            "line": 3
          },
          {
            "location": "src/tools/bun.ts",
            "line": 31
          },
          {
            "location": "src/tools/npm.ts",
            "line": 10
          },
          {
            "location": "src/tools/npm.ts",
            "line": 30
          },
          {
            "location": "src/tools/yarn.ts",
            "line": 12
          },
          {
            "location": "src/tools/yarn.ts",
            "line": 46
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "TJ Holowaychuk <tj@vision-media.ca>"
        }
      ],
      "group": "",
      "name": "commander",
      "version": "9.4.1",
      "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@9.4.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tj/commander.js.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/commander@9.4.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/commander/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "commander,Command,commander/Command"
        },
        {
          "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": "build/index.js",
            "line": 49
          },
          {
            "location": "src/index.ts",
            "line": 10
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "ansi-regex",
      "version": "4.1.1",
      "description": "Regular expression for matching ANSI escape codes",
      "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/ansi-regex@4.1.1",
      "type": "library",
      "bom-ref": "pkg:npm/ansi-regex@4.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ansi-regex/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/ansi-regex/package.json"
              }
            ],
            "concludedValue": "node_modules/ansi-regex/package.json"
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "group": "@react-native-community",
      "name": "cli-types",
      "version": "15.1.3",
      "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/%40react-native-community/cli-types@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-types@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@react-native-community/cli-types,Command,@react-native-community/cli-types/Command,DetachedCommand,@react-native-community/cli-types/DetachedCommand,Config,@react-native-community/cli-types/Config"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@react-native-community/cli-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/commands/index.ts",
            "line": 1
          },
          {
            "location": "src/index.ts",
            "line": 7
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-tools",
      "version": "15.1.3",
      "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/%40react-native-community/cli-tools@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-tools"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-tools@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-tools/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@react-native-community/cli-tools,CLIError,@react-native-community/cli-tools/CLIError,logger,@react-native-community/cli-tools/logger,getLoader,@react-native-community/cli-tools/getLoader,Loader,@react-native-community/cli-tools/Loader,cacheManager,@react-native-community/cli-tools/cacheManager,prompt,@react-native-community/cli-tools/prompt"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@react-native-community/cli-tools/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-tools/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/commands/init/editTemplate.js",
            "line": 18
          },
          {
            "location": "build/commands/init/errors/DirectoryAlreadyExistsError.js",
            "line": 8
          },
          {
            "location": "build/commands/init/errors/HelloWorldError.js",
            "line": 8
          },
          {
            "location": "build/commands/init/errors/InvalidNameError.js",
            "line": 8
          },
          {
            "location": "build/commands/init/errors/ReservedNameError.js",
            "line": 8
          },
          {
            "location": "build/commands/init/errors/TemplateAndVersionError.js",
            "line": 8
          },
          {
            "location": "build/commands/init/git.js",
            "line": 8
          },
          {
            "location": "build/commands/init/init.js",
            "line": 38
          },
          {
            "location": "build/commands/init/printRunInstructions.js",
            "line": 36
          },
          {
            "location": "build/commands/init/template.js",
            "line": 25
          },
          {
            "location": "build/commands/init/version.js",
            "line": 8
          },
          {
            "location": "build/index.js",
            "line": 28
          },
          {
            "location": "build/tools/bun.js",
            "line": 9
          },
          {
            "location": "build/tools/executeCommand.js",
            "line": 8
          },
          {
            "location": "build/tools/yarn.js",
            "line": 23
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 2
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 43
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 63
          },
          {
            "location": "src/commands/init/editTemplate.ts",
            "line": 236
          },
          {
            "location": "src/commands/init/errors/DirectoryAlreadyExistsError.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/errors/HelloWorldError.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/errors/InvalidNameError.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/errors/ReservedNameError.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/errors/TemplateAndVersionError.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/git.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/git.ts",
            "line": 30
          },
          {
            "location": "src/commands/init/git.ts",
            "line": 65
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 14
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 82
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 89
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 93
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 131
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 133
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 177
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 198
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 201
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 215
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 222
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 291
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 307
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 321
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 323
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 325
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 328
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 334
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 412
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 445
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 462
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 465
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 478
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 494
          },
          {
            "location": "src/commands/init/init.ts",
            "line": 514
          },
          {
            "location": "src/commands/init/printRunInstructions.ts",
            "line": 14
          },
          {
            "location": "src/commands/init/printRunInstructions.ts",
            "line": 87
          },
          {
            "location": "src/commands/init/template.ts",
            "line": 3
          },
          {
            "location": "src/commands/init/template.ts",
            "line": 25
          },
          {
            "location": "src/commands/init/template.ts",
            "line": 78
          },
          {
            "location": "src/commands/init/template.ts",
            "line": 102
          },
          {
            "location": "src/commands/init/template.ts",
            "line": 121
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 1
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 18
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 23
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 30
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 45
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 54
          },
          {
            "location": "src/commands/init/version.ts",
            "line": 65
          },
          {
            "location": "src/index.ts",
            "line": 2
          },
          {
            "location": "src/index.ts",
            "line": 22
          },
          {
            "location": "src/index.ts",
            "line": 24
          },
          {
            "location": "src/index.ts",
            "line": 28
          },
          {
            "location": "src/index.ts",
            "line": 31
          },
          {
            "location": "src/index.ts",
            "line": 33
          },
          {
            "location": "src/index.ts",
            "line": 34
          },
          {
            "location": "src/index.ts",
            "line": 156
          },
          {
            "location": "src/index.ts",
            "line": 159
          },
          {
            "location": "src/index.ts",
            "line": 169
          },
          {
            "location": "src/index.ts",
            "line": 174
          },
          {
            "location": "src/index.ts",
            "line": 200
          },
          {
            "location": "src/index.ts",
            "line": 218
          },
          {
            "location": "src/index.ts",
            "line": 219
          },
          {
            "location": "src/tools/bun.ts",
            "line": 1
          },
          {
            "location": "src/tools/bun.ts",
            "line": 25
          },
          {
            "location": "src/tools/executeCommand.ts",
            "line": 1
          },
          {
            "location": "src/tools/executeCommand.ts",
            "line": 13
          },
          {
            "location": "src/tools/yarn.ts",
            "line": 11
          },
          {
            "location": "src/tools/yarn.ts",
            "line": 37
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-server-api",
      "version": "15.1.3",
      "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/%40react-native-community/cli-server-api@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-server-api"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-server-api@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-server-api/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/@react-native-community/cli-server-api/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-server-api/package.json"
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-doctor",
      "version": "15.1.3",
      "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/%40react-native-community/cli-doctor@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-doctor"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-doctor@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-doctor/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@react-native-community/cli-doctor,versionRanges,@react-native-community/cli-doctor/versionRanges,commands,@react-native-community/cli-doctor/commands"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@react-native-community/cli-doctor/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-doctor/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/bin.js",
            "line": 20
          },
          {
            "location": "build/commands/index.js",
            "line": 15
          },
          {
            "location": "src/bin.ts",
            "line": 6
          },
          {
            "location": "src/commands/index.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-debugger-ui",
      "version": "15.1.3",
      "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/%40react-native-community/cli-debugger-ui@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-debugger-ui"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-debugger-ui@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-debugger-ui/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/@react-native-community/cli-debugger-ui/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-debugger-ui/package.json"
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-config",
      "version": "15.1.3",
      "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/%40react-native-community/cli-config@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-config"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-config@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-config/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@react-native-community/cli-config,commands,@react-native-community/cli-config/commands,loadConfigAsync,@react-native-community/cli-config/loadConfigAsync"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@react-native-community/cli-config/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-config/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/commands/index.js",
            "line": 22
          },
          {
            "location": "build/index.js",
            "line": 21
          },
          {
            "location": "src/commands/index.ts",
            "line": 4
          },
          {
            "location": "src/index.ts",
            "line": 1
          },
          {
            "location": "src/index.ts",
            "line": 196
          }
        ]
      }
    },
    {
      "group": "@react-native-community",
      "name": "cli-clean",
      "version": "15.1.3",
      "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/%40react-native-community/cli-clean@15.1.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli/tree/main/packages/cli-clean"
        },
        {
          "type": "vcs",
          "url": "https://github.com/react-native-community/cli.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@react-native-community/cli-clean@15.1.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@react-native-community/cli-clean/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@react-native-community/cli-clean,commands,@react-native-community/cli-clean/commands"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@react-native-community/cli-clean/package.json"
              }
            ],
            "concludedValue": "node_modules/@react-native-community/cli-clean/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/commands/index.js",
            "line": 8
          },
          {
            "location": "src/commands/index.ts",
            "line": 2
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@react-native-community/cli@15.1.3-tuxcare.2"
      ],
      "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-16T13:31:07Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Wednesday, September 16, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'cli' with version '15.1.3-tuxcare.2'. The package type in this SBOM is npm with a single purl namespace '@react-native-community' described under components. The components were identified from 19 source files."
    }
  ]
}
