{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:047cf830-3cff-4856-9dc0-08090338e157",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T10:43:23Z",
    "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": "metro-file-map",
      "group": "@expo",
      "version": "56.0.3",
      "description": "A metro-file-map fork for Expo used with the Metro bundler",
      "purl": "pkg:npm/%40expo/metro-file-map@56.0.3",
      "bom-ref": "pkg:npm/@expo/metro-file-map@56.0.3",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, clean, lint, test, typecheck, watch"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build, watch"
        },
        {
          "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/expo/expo/tree/main/packages/@expo/metro-file-map#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/expo/expo.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@expo\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@expo/metro/package.json\\nnode_modules/@types/debug/package.json\\nnode_modules/@types/fb-watchman/package.json\\nnode_modules/@types/invariant/package.json\\nnode_modules/@types/micromatch/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/debug/package.json\\nnode_modules/expo-module-scripts/package.json\\nnode_modules/fb-watchman/package.json\\nnode_modules/invariant/package.json\\nnode_modules/jest-worker/package.json\\nnode_modules/memfs/package.json\\nnode_modules/micromatch/package.json\\nnode_modules/walker/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Naitik Shah <n@daaku.org>"
        }
      ],
      "group": "",
      "name": "walker",
      "version": "1.0.8",
      "description": "A simple directory tree walker.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "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/walker@1.0.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/daaku/nodejs-walker"
        },
        {
          "type": "vcs",
          "url": "https://github.com/daaku/nodejs-walker"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/walker@1.0.8",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/walker/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "walker"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/walker/package.json"
              }
            ],
            "concludedValue": "node_modules/walker/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/watchers/FallbackWatcher.js",
            "line": 53
          },
          {
            "location": "src/watchers/FallbackWatcher.ts",
            "line": 24
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Jon Schlinkert (https://github.com/jonschlinkert)"
        }
      ],
      "group": "",
      "name": "micromatch",
      "version": "4.0.8",
      "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
      "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/micromatch@4.0.8",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/micromatch/micromatch"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/micromatch@4.0.8",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/micromatch/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "micromatch"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/micromatch/package.json"
              }
            ],
            "concludedValue": "node_modules/micromatch/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/watchers/common.js",
            "line": 18
          },
          {
            "location": "src/watchers/common.ts",
            "line": 12
          },
          {
            "location": "src/watchers/common.ts",
            "line": 43
          },
          {
            "location": "src/watchers/common.ts",
            "line": 45
          }
        ]
      }
    },
    {
      "group": "",
      "name": "memfs",
      "version": "3.6.0",
      "description": "In-memory file-system with Node's fs API.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "url": "https://opensource.org/licenses/Unlicense",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Public Domain"
              },
              {
                "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/memfs@3.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/streamich/memfs.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/memfs@3.6.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/memfs/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Public Domain"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/memfs/package.json"
              }
            ],
            "concludedValue": "node_modules/memfs/package.json"
          }
        ]
      },
      "tags": [
        "api"
      ]
    },
    {
      "group": "",
      "name": "jest-worker",
      "version": "29.7.0",
      "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/jest-worker@29.7.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jestjs/jest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/jest-worker@29.7.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jest-worker/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "jest-worker,Worker,jest-worker/Worker"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/jest-worker/package.json"
              }
            ],
            "concludedValue": "node_modules/jest-worker/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/lib/FileProcessor.js",
            "line": 13
          },
          {
            "location": "src/lib/FileProcessor.ts",
            "line": 8
          }
        ]
      },
      "tags": [
        "test"
      ]
    },
    {
      "authors": [
        {
          "name": "Andres Suarez <zertosh@gmail.com>"
        }
      ],
      "group": "",
      "name": "invariant",
      "version": "2.2.4",
      "description": "invariant",
      "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/invariant@2.2.4",
      "type": "library",
      "bom-ref": "pkg:npm/invariant@2.2.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/invariant/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "invariant"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/invariant/package.json"
              }
            ],
            "concludedValue": "node_modules/invariant/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/crawlers/watchman/index.js",
            "line": 47
          },
          {
            "location": "build/index.js",
            "line": 48
          },
          {
            "location": "build/lib/RootPathUtils.js",
            "line": 15
          },
          {
            "location": "build/lib/TreeFS.js",
            "line": 13
          },
          {
            "location": "build/watchers/WatchmanWatcher.js",
            "line": 48
          },
          {
            "location": "src/crawlers/watchman/index.ts",
            "line": 10
          },
          {
            "location": "src/crawlers/watchman/index.ts",
            "line": 298
          },
          {
            "location": "src/index.ts",
            "line": 10
          },
          {
            "location": "src/index.ts",
            "line": 886
          },
          {
            "location": "src/index.ts",
            "line": 945
          },
          {
            "location": "src/index.ts",
            "line": 996
          },
          {
            "location": "src/lib/RootPathUtils.ts",
            "line": 8
          },
          {
            "location": "src/lib/RootPathUtils.ts",
            "line": 237
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 9
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 401
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 437
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 589
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 652
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 1035
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 1178
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 1305
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 1439
          },
          {
            "location": "src/lib/TreeFS.ts",
            "line": 1817
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 12
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 150
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 243
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 289
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Wez Furlong <wez@fb.com> (http://wezfurlong.org)"
        }
      ],
      "group": "",
      "name": "fb-watchman",
      "version": "2.0.2",
      "description": "Bindings for the Watchman file watching service",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "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/fb-watchman@2.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://facebook.github.io/watchman/"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/fb-watchman@2.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/fb-watchman/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "fb-watchman,FileChange,fb-watchman/FileChange,WatchProjectResponse,fb-watchman/WatchProjectResponse,Client,fb-watchman/Client,SubscribeResponse,fb-watchman/SubscribeResponse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/fb-watchman/package.json"
              }
            ],
            "concludedValue": "node_modules/fb-watchman/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/crawlers/watchman/index.js",
            "line": 46
          },
          {
            "location": "build/watchers/WatchmanWatcher.js",
            "line": 47
          },
          {
            "location": "src/crawlers/watchman/index.ts",
            "line": 8
          },
          {
            "location": "src/crawlers/watchman/index.ts",
            "line": 9
          },
          {
            "location": "src/ts-declarations/fb-watchman.ts",
            "line": 1
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 10
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Expo"
        }
      ],
      "group": "",
      "name": "expo-module-scripts",
      "version": "56.0.2",
      "description": "A private package for various tasks for Expo module packages like compiling and testing",
      "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/expo-module-scripts@56.0.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/expo/expo/tree/main/packages/expo-module-scripts#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/expo/expo.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/expo-module-scripts@56.0.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/expo-module-scripts/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/expo-module-scripts/package.json"
              }
            ],
            "concludedValue": "node_modules/expo-module-scripts/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Josh Junon (https://github.com/qix-)"
        }
      ],
      "group": "",
      "name": "debug",
      "version": "4.4.3",
      "description": "Lightweight debugging utility for Node.js and the browser",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/debug@4.4.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git://github.com/debug-js/debug.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/debug@4.4.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/debug/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "debug"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/debug/package.json"
              }
            ],
            "concludedValue": "node_modules/debug/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/Watcher.js",
            "line": 23
          },
          {
            "location": "build/cache/DiskCacheManager.js",
            "line": 19
          },
          {
            "location": "build/index.js",
            "line": 63
          },
          {
            "location": "build/lib/FileProcessor.js",
            "line": 18
          },
          {
            "location": "build/watchers/NativeWatcher.js",
            "line": 47
          },
          {
            "location": "build/watchers/WatchmanWatcher.js",
            "line": 53
          },
          {
            "location": "src/Watcher.ts",
            "line": 30
          },
          {
            "location": "src/cache/DiskCacheManager.ts",
            "line": 23
          },
          {
            "location": "src/index.ts",
            "line": 59
          },
          {
            "location": "src/lib/FileProcessor.ts",
            "line": 23
          },
          {
            "location": "src/watchers/NativeWatcher.ts",
            "line": 17
          },
          {
            "location": "src/watchers/WatchmanWatcher.ts",
            "line": 52
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "node",
      "version": "22.19.15",
      "description": "TypeScript definitions for node",
      "scope": "excluded",
      "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/node@22.19.15",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/node@22.19.15",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/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/node/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/node/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "micromatch",
      "version": "4.0.10",
      "description": "TypeScript definitions for micromatch",
      "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/micromatch@4.0.10",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/micromatch"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/micromatch@4.0.10",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/micromatch/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/micromatch/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/micromatch/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "invariant",
      "version": "2.2.37",
      "description": "TypeScript definitions for invariant",
      "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/invariant@2.2.37",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/invariant"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/invariant@2.2.37",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/invariant/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/invariant/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/invariant/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "fb-watchman",
      "version": "2.0.6",
      "description": "TypeScript definitions for fb-watchman",
      "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/fb-watchman@2.0.6",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fb-watchman"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/fb-watchman@2.0.6",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/fb-watchman/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/fb-watchman/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/fb-watchman/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "debug",
      "version": "4.1.12",
      "description": "TypeScript definitions for debug",
      "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/debug@4.1.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debug"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/debug@4.1.12",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/debug/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/debug/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/debug/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Expo"
        }
      ],
      "group": "@expo",
      "name": "metro",
      "version": "56.0.0",
      "description": "Generated and versioned meta-package wrapping Metro",
      "scope": "excluded",
      "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/%40expo/metro@56.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "git+https://github.com/expo/expo-metro.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@expo/metro@56.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@expo/metro/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@expo/metro/metro-config,PerfLoggerFactory,@expo/metro/metro-config/PerfLoggerFactory,PerfLogger,@expo/metro/metro-config/PerfLogger"
        },
        {
          "name": "ImportedModules",
          "value": "@expo/metro/metro-config,PerfLogger,@expo/metro/metro-config/PerfLogger,RootPerfLogger,@expo/metro/metro-config/RootPerfLogger"
        },
        {
          "name": "cdx:npm:package:type-only",
          "value": "true"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@expo/metro/package.json"
              }
            ],
            "concludedValue": "node_modules/@expo/metro/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/types.ts",
            "line": 8
          },
          {
            "location": "src/types.ts",
            "line": 14
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@expo/metro-file-map@56.0.3"
      ],
      "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-08-24T10:43:23Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, August 24, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'metro-file-map' with version '56.0.3'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 14 source files."
    }
  ]
}