{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:05e56f32-c3a3-4fa2-a012-655b235d4a73",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T04:27:48Z",
    "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": "es-module",
      "group": "@garfish",
      "version": "1.19.12",
      "description": "es module polyfill",
      "purl": "pkg:npm/%40garfish/es-module@1.19.12",
      "bom-ref": "pkg:npm/@garfish/es-module@1.19.12",
      "author": "chentao.arthur <chentao.arthur@bytedance.com>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, dev"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/bytedance/garfish"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/bytedance/garfish.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@garfish\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@garfish/loader/package.json\\nnode_modules/@garfish/utils/package.json\\nnode_modules/@types/escodegen/package.json\\nnode_modules/@types/estree/package.json\\nnode_modules/acorn-walk/package.json\\nnode_modules/acorn/package.json\\nnode_modules/escodegen/package.json\\nnode_modules/source-map/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Nick Fitzgerald <nfitzgerald@mozilla.com>"
        }
      ],
      "group": "",
      "name": "source-map",
      "version": "0.6.1",
      "description": "Generates and consumes source maps",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "url": "https://opensource.org/licenses/BSD-3-Clause",
            "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/source-map@0.6.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mozilla/source-map"
        },
        {
          "type": "vcs",
          "url": "http://github.com/mozilla/source-map.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/source-map@0.6.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/source-map/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "source-map,SourceMapConsumer,source-map/SourceMapConsumer,SourceMapGenerator,source-map/SourceMapGenerator,RawSourceMap,source-map/RawSourceMap"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/source-map/package.json"
              }
            ],
            "concludedValue": "node_modules/source-map/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 385
          },
          {
            "location": "dist/index.js",
            "line": 403
          },
          {
            "location": "src/compiler/mergeMap.ts",
            "line": 7
          }
        ]
      }
    },
    {
      "group": "",
      "name": "escodegen",
      "version": "2.0.0",
      "description": "ECMAScript code generator",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "url": "https://opensource.org/licenses/BSD-2-Clause",
            "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/escodegen@2.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "http://github.com/estools/escodegen"
        },
        {
          "type": "vcs",
          "url": "http://github.com/estools/escodegen.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/escodegen@2.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/escodegen/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "escodegen,generate,escodegen/generate"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/escodegen/package.json"
              }
            ],
            "concludedValue": "node_modules/escodegen/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 16
          },
          {
            "location": "dist/esm/index.js",
            "line": 1243
          },
          {
            "location": "dist/index.js",
            "line": 37
          },
          {
            "location": "src/compiler/index.ts",
            "line": 2
          },
          {
            "location": "src/compiler/index.ts",
            "line": 568
          }
        ]
      }
    },
    {
      "group": "",
      "name": "acorn-walk",
      "version": "8.2.0",
      "description": "ECMAScript (ESTree) AST walker",
      "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/acorn-walk@8.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/acornjs/acorn"
        },
        {
          "type": "vcs",
          "url": "https://github.com/acornjs/acorn.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/acorn-walk@8.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/acorn-walk/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "acorn-walk,ancestor,acorn-walk/ancestor,base,acorn-walk/base"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/acorn-walk/package.json"
              }
            ],
            "concludedValue": "node_modules/acorn-walk/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 15
          },
          {
            "location": "dist/esm/index.js",
            "line": 461
          },
          {
            "location": "dist/esm/index.js",
            "line": 786
          },
          {
            "location": "dist/esm/index.js",
            "line": 1262
          },
          {
            "location": "dist/index.js",
            "line": 36
          },
          {
            "location": "dist/index.js",
            "line": 479
          },
          {
            "location": "src/compiler/index.ts",
            "line": 1
          },
          {
            "location": "src/compiler/index.ts",
            "line": 590
          },
          {
            "location": "src/compiler/state.ts",
            "line": 3
          },
          {
            "location": "src/compiler/state.ts",
            "line": 127
          }
        ]
      }
    },
    {
      "group": "",
      "name": "acorn",
      "version": "8.7.0",
      "description": "ECMAScript parser",
      "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/acorn@8.7.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/acornjs/acorn"
        },
        {
          "type": "vcs",
          "url": "https://github.com/acornjs/acorn.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/acorn@8.7.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/acorn/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "acorn,Parser,acorn/Parser,Node,acorn/Node"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/acorn/package.json"
              }
            ],
            "concludedValue": "node_modules/acorn/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 17
          },
          {
            "location": "dist/index.js",
            "line": 38
          },
          {
            "location": "src/compiler/index.ts",
            "line": 3
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "estree",
      "version": "0.0.50",
      "description": "TypeScript definitions for ESTree AST specification",
      "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/estree@0.0.50",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/estree@0.0.50",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/estree/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/estree/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/estree/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "escodegen",
      "version": "0.0.7",
      "description": "TypeScript definitions for escodegen",
      "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/escodegen@0.0.7",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escodegen"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/escodegen@0.0.7",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/escodegen/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/escodegen/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/escodegen/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "zhouxiao <codingzx@gmail.com>"
        }
      ],
      "group": "@garfish",
      "name": "utils",
      "version": "1.19.12",
      "description": "utils module.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40garfish/utils@1.19.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/bytedance/garfish"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/bytedance/garfish.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@garfish/utils@1.19.12",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@garfish/utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@garfish/utils,toBase64,@garfish/utils/toBase64,deepMerge,@garfish/utils/deepMerge,isPromise,@garfish/utils/isPromise,isPlainObject,@garfish/utils/isPlainObject,evalWithEnv,@garfish/utils/evalWithEnv,transformUrl,@garfish/utils/transformUrl,warn,@garfish/utils/warn,assert,@garfish/utils/assert,haveSourcemap,@garfish/utils/haveSourcemap"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@garfish/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@garfish/utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 11
          },
          {
            "location": "dist/esm/index.js",
            "line": 18
          },
          {
            "location": "dist/esm/index.js",
            "line": 386
          },
          {
            "location": "dist/esm/index.js",
            "line": 449
          },
          {
            "location": "dist/esm/index.js",
            "line": 945
          },
          {
            "location": "dist/esm/index.js",
            "line": 963
          },
          {
            "location": "dist/esm/index.js",
            "line": 1348
          },
          {
            "location": "dist/esm/index.js",
            "line": 1360
          },
          {
            "location": "dist/esm/index.js",
            "line": 1377
          },
          {
            "location": "dist/esm/index.js",
            "line": 1397
          },
          {
            "location": "dist/esm/index.js",
            "line": 1401
          },
          {
            "location": "dist/esm/index.js",
            "line": 1402
          },
          {
            "location": "dist/esm/index.js",
            "line": 1427
          },
          {
            "location": "dist/esm/index.js",
            "line": 1428
          },
          {
            "location": "dist/esm/index.js",
            "line": 1432
          },
          {
            "location": "dist/esm/index.js",
            "line": 1446
          },
          {
            "location": "dist/esm/index.js",
            "line": 1453
          },
          {
            "location": "dist/esm/index.js",
            "line": 1479
          },
          {
            "location": "dist/esm/index.js",
            "line": 1523
          },
          {
            "location": "dist/index.js",
            "line": 32
          },
          {
            "location": "dist/index.js",
            "line": 39
          },
          {
            "location": "dist/index.js",
            "line": 404
          },
          {
            "location": "dist/index.js",
            "line": 1497
          },
          {
            "location": "src/compiler/index.ts",
            "line": 4
          },
          {
            "location": "src/compiler/index.ts",
            "line": 132
          },
          {
            "location": "src/compiler/index.ts",
            "line": 156
          },
          {
            "location": "src/compiler/mergeMap.ts",
            "line": 8
          },
          {
            "location": "src/compiler/mergeMap.ts",
            "line": 80
          },
          {
            "location": "src/pluginify.ts",
            "line": 1
          },
          {
            "location": "src/pluginify.ts",
            "line": 69
          },
          {
            "location": "src/runtime.ts",
            "line": 10
          },
          {
            "location": "src/runtime.ts",
            "line": 42
          },
          {
            "location": "src/runtime.ts",
            "line": 43
          },
          {
            "location": "src/runtime.ts",
            "line": 56
          },
          {
            "location": "src/runtime.ts",
            "line": 77
          },
          {
            "location": "src/runtime.ts",
            "line": 100
          },
          {
            "location": "src/runtime.ts",
            "line": 105
          },
          {
            "location": "src/runtime.ts",
            "line": 106
          },
          {
            "location": "src/runtime.ts",
            "line": 141
          },
          {
            "location": "src/runtime.ts",
            "line": 142
          },
          {
            "location": "src/runtime.ts",
            "line": 150
          },
          {
            "location": "src/runtime.ts",
            "line": 170
          },
          {
            "location": "src/runtime.ts",
            "line": 177
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "chentao.arthur <chentao.arthur@bytedance.com>"
        }
      ],
      "group": "@garfish",
      "name": "loader",
      "version": "1.19.12",
      "description": "loader module.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40garfish/loader@1.19.12",
      "externalReferences": [
        {
          "type": "website",
          "url": "http://garfish.bytedance.com"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/bytedance/garfish.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@garfish/loader@1.19.12",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@garfish/loader/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@garfish/loader,Loader,@garfish/loader/Loader,LoaderOptions,@garfish/loader/LoaderOptions,JavaScriptManager,@garfish/loader/JavaScriptManager"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@garfish/loader/package.json"
              }
            ],
            "concludedValue": "node_modules/@garfish/loader/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/esm/index.js",
            "line": 12
          },
          {
            "location": "dist/index.js",
            "line": 33
          },
          {
            "location": "src/runtime.ts",
            "line": 11
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@garfish/es-module@1.19.12"
      ],
      "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-14T04:27:48Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'es-module' with version '1.19.12'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 8 source files."
    }
  ]
}