{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:4e914e1e-9c13-4172-96ce-1c6ecc6d0a6d",
  "version": 1,
  "metadata": {
    "timestamp": "2026-07-29T21:03:30Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.3.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.3.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.3.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "fast-check",
      "group": "",
      "version": "4.8.0",
      "description": "Property based testing framework for JavaScript (like QuickCheck)",
      "purl": "pkg:npm/fast-check@4.8.0",
      "bom-ref": "pkg:npm/fast-check@4.8.0",
      "author": "Nicolas DUBIEN <github@dubien.org>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build:post-build, build, build-ci, typecheck, test-bundle, test-legacy-bundle, api-extractor"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "externalReferences": [
        {
          "type": "website",
          "url": "https://fast-check.dev/"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/dubzzz/fast-check.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@fast-check\\n@microsoft\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@fast-check/poisoning/package.json\\nnode_modules/@microsoft/api-extractor/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/fast-check/package.json\\nnode_modules/not-node-buffer/package.json\\nnode_modules/pure-rand/package.json\\nnode_modules/regexp-tree/package.json\\nnode_modules/typescript/package.json\\nnode_modules/vitest/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Anthony Fu <anthonyfu117@hotmail.com>"
        }
      ],
      "group": "",
      "name": "vitest",
      "version": "4.1.5",
      "description": "Next generation testing framework powered by Vite",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/vitest@4.1.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://vitest.dev"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/vitest-dev/vitest.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/vitest@4.1.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/vitest/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "vitest,expectTypeOf,vitest/expectTypeOf"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/vitest/package.json"
              }
            ],
            "concludedValue": "node_modules/vitest/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "test-types/main.ts#6"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "typescript",
      "version": "6.0.3",
      "description": "TypeScript is a language for application scale JavaScript development",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0"
          }
        }
      ],
      "purl": "pkg:npm/typescript@6.0.3",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/TypeScript.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/typescript@6.0.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/typescript/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/typescript/package.json"
              }
            ],
            "concludedValue": "node_modules/typescript/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Dmitry Soshnikov"
        }
      ],
      "group": "",
      "name": "regexp-tree",
      "version": "0.1.27",
      "description": "Regular Expressions parser in JavaScript",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/regexp-tree@0.1.27",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DmitrySoshnikov/regexp-tree"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/regexp-tree@0.1.27",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/regexp-tree/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/regexp-tree/package.json"
              }
            ],
            "concludedValue": "node_modules/regexp-tree/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nicolas DUBIEN <github@dubien.org>"
        }
      ],
      "group": "",
      "name": "pure-rand",
      "version": "8.4.0",
      "description": " Pure random number generator written in TypeScript",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/pure-rand@8.4.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dubzzz/pure-rand#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/dubzzz/pure-rand.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/pure-rand@8.4.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/pure-rand/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "pure-rand/generator/congruential32,congruential32,pure-rand/generator/congruential32/congruential32,pure-rand/generator/mersenne,pure-rand/generator/xorshift128plus,pure-rand/generator/xoroshiro128plus,pure-rand/utils/skipN,pure-rand/distribution/uniformBigInt,pure-rand/distribution/uniformInt,mersenne,pure-rand/generator/mersenne/mersenne,xorshift128plus,pure-rand/generator/xorshift128plus/xorshift128plus,xoroshiro128plus,pure-rand/generator/xoroshiro128plus/xoroshiro128plus,skipN,pure-rand/utils/skipN/skipN,uniformBigInt,pure-rand/distribution/uniformBigInt/uniformBigInt,uniformInt,pure-rand/distribution/uniformInt/uniformInt,pure-rand/types/RandomGenerator,RandomGenerator,pure-rand/types/RandomGenerator/RandomGenerator,pure-rand/types/JumpableRandomGenerator,JumpableRandomGenerator,pure-rand/types/JumpableRandomGenerator/JumpableRandomGenerator"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/pure-rand/package.json"
              }
            ],
            "concludedValue": "node_modules/pure-rand/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/cjs/fast-check.js#17"
          },
          {
            "location": "lib/fast-check.js#2"
          },
          {
            "location": "src/check/runner/configuration/QualifiedParameters.ts#4"
          },
          {
            "location": "lib/cjs/fast-check.js#18"
          },
          {
            "location": "lib/cjs/fast-check.js#19"
          },
          {
            "location": "lib/cjs/fast-check.js#20"
          },
          {
            "location": "lib/cjs/fast-check.js#21"
          },
          {
            "location": "lib/cjs/fast-check.js#22"
          },
          {
            "location": "lib/cjs/fast-check.js#23"
          },
          {
            "location": "lib/fast-check.js#3"
          },
          {
            "location": "lib/fast-check.js#4"
          },
          {
            "location": "lib/fast-check.js#5"
          },
          {
            "location": "lib/fast-check.js#6"
          },
          {
            "location": "lib/fast-check.js#7"
          },
          {
            "location": "lib/fast-check.js#8"
          },
          {
            "location": "src/check/runner/Tosser.ts#1"
          },
          {
            "location": "src/check/runner/configuration/QualifiedParameters.ts#5"
          },
          {
            "location": "src/check/runner/configuration/QualifiedParameters.ts#6"
          },
          {
            "location": "src/check/runner/configuration/QualifiedParameters.ts#7"
          },
          {
            "location": "src/random/generator/Random.ts#1"
          },
          {
            "location": "src/random/generator/Random.ts#2"
          },
          {
            "location": "src/random/generator/RandomGenerator.ts#1"
          },
          {
            "location": "src/random/generator/RandomGenerator.ts#2"
          },
          {
            "location": "src/random/generator/RandomGenerator.ts#3"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Feross Aboukhadijeh <feross@feross.org> (https://feross.org)"
        }
      ],
      "group": "",
      "name": "buffer",
      "version": "6.0.3",
      "description": "Node.js Buffer API, for the browser",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/buffer@6.0.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/feross/buffer"
        },
        {
          "type": "vcs",
          "url": "git://github.com/feross/buffer.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/buffer@6.0.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/not-node-buffer/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/not-node-buffer/package.json"
              }
            ],
            "concludedValue": "node_modules/not-node-buffer/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Nicolas DUBIEN <github@dubien.org>"
        }
      ],
      "group": "",
      "name": "fast-check",
      "version": "4.8.0",
      "description": "Property based testing framework for JavaScript (like QuickCheck)",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/fast-check@4.8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://fast-check.dev/"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/dubzzz/fast-check.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/fast-check@4.8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/fast-check/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "fast-check,sample,fast-check/sample,fast-check/nat"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/fast-check/package.json"
              }
            ],
            "concludedValue": "node_modules/fast-check/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "test-bundle/run-many-arbitraries.cjs#3"
          },
          {
            "location": "test-bundle/run-require-default.cjs#1"
          },
          {
            "location": "test-bundle/run-require-named.cjs#1"
          },
          {
            "location": "test-bundle/run-import-default.mjs#1"
          },
          {
            "location": "test-bundle/run-import-named.mjs#1"
          },
          {
            "location": "test-bundle/run-import-star.mjs#1"
          },
          {
            "location": "vitest.setup.mjs#2"
          },
          {
            "location": "test-types/main.ts#5"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "group": "@types",
      "name": "node",
      "version": "24.12.3",
      "description": "TypeScript definitions for node",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40types/node@24.12.3",
      "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@24.12.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/package.json"
        }
      ],
      "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": "@microsoft",
      "name": "api-extractor",
      "version": "7.58.7",
      "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40microsoft/api-extractor@7.58.7",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://api-extractor.com"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/rushstack.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@microsoft/api-extractor@7.58.7",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@microsoft/api-extractor/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@microsoft/api-extractor/package.json"
              }
            ],
            "concludedValue": "node_modules/@microsoft/api-extractor/package.json"
          }
        ]
      },
      "tags": [
        "api"
      ]
    },
    {
      "authors": [
        {
          "name": "Nicolas DUBIEN <github@dubien.org>"
        }
      ],
      "group": "@fast-check",
      "name": "poisoning",
      "version": "0.3.0",
      "description": "Set of utilities to ease detection and revert of poisoning",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/%40fast-check/poisoning@0.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/dubzzz/fast-check.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@fast-check/poisoning@0.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@fast-check/poisoning/package.json"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@fast-check/poisoning/package.json"
              }
            ],
            "concludedValue": "node_modules/@fast-check/poisoning/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/fast-check@4.8.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.3.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.3.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.3.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-07-29T21:03:30Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Wednesday, July 29, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'fast-check' with version '4.8.0'. The package type in this SBOM is npm with 3 purl namespaces described under components. The components were identified from 9 source files."
    }
  ]
}