{
  "_from": "fast-check@^3.23.1",
  "_id": "fast-check@3.23.2",
  "_inBundle": false,
  "_integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==",
  "_location": "/fast-check",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-check@^3.23.1",
    "name": "fast-check",
    "escapedName": "fast-check",
    "rawSpec": "^3.23.1",
    "saveSpec": null,
    "fetchSpec": "^3.23.1"
  },
  "_requiredBy": [
    "/effect"
  ],
  "_resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz",
  "_shasum": "0129f1eb7e4f500f58e8290edc83c670e4a574a2",
  "_spec": "fast-check@^3.23.1",
  "_where": "/var/www/html/node_modules/effect",
  "author": {
    "name": "Nicolas DUBIEN",
    "email": "github@dubien.org"
  },
  "bugs": {
    "url": "https://github.com/dubzzz/fast-check/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pure-rand": "^6.1.0"
  },
  "deprecated": false,
  "description": "Property based testing framework for JavaScript (like QuickCheck)",
  "devDependencies": {
    "@fast-check/expect-type": "0.2.0",
    "@fast-check/poisoning": "0.2.2",
    "@microsoft/api-extractor": "^7.48.0",
    "@types/node": "^20.14.15",
    "@vitest/coverage-v8": "^2.1.8",
    "cross-env": "^7.0.3",
    "glob": "^11.0.0",
    "not-node-buffer": "npm:buffer@^6.0.3",
    "regexp-tree": "^0.1.27",
    "replace-in-file": "^8.2.0",
    "typedoc": "^0.27.4",
    "typescript": "~5.7.2",
    "vitest": "^2.1.8"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./lib/types/fast-check.d.ts",
        "default": "./lib/fast-check.js"
      },
      "import": {
        "types": "./lib/esm/types/fast-check.d.ts",
        "default": "./lib/esm/fast-check.js"
      }
    }
  },
  "files": [
    "lib",
    "runkit.cjs"
  ],
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/dubzzz"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fast-check"
    }
  ],
  "homepage": "https://fast-check.dev/",
  "keywords": [
    "property-based testing",
    "end-to-end testing",
    "unit testing",
    "testing",
    "quickcheck",
    "jscheck",
    "jsverify",
    "faker",
    "fuzzer",
    "fuzz",
    "jest"
  ],
  "license": "MIT",
  "main": "lib/fast-check.js",
  "module": "lib/esm/fast-check.js",
  "name": "fast-check",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dubzzz/fast-check.git",
    "directory": "packages/fast-check"
  },
  "runkitExampleFilename": "runkit.cjs",
  "scripts": {
    "build": "yarn build:publish-cjs && yarn build:publish-esm && yarn build:publish-types && node postbuild/main.mjs",
    "build-ci": "cross-env EXPECT_GITHUB_SHA=true yarn build",
    "build:publish-cjs": "tsc -p tsconfig.publish.json",
    "build:publish-esm": "tsc -p tsconfig.publish.json --module es2015 --moduleResolution node --outDir lib/esm && cp package.esm-template.json lib/esm/package.json",
    "build:publish-types": "tsc -p tsconfig.publish.types.json && tsc -p tsconfig.publish.types.json --outDir lib/esm/types",
    "docs": "api-extractor run --local && rm docs/fast-check.api.json && typedoc --out docs src/fast-check-default.ts && node postbuild/main.mjs",
    "docs-ci": "cross-env EXPECT_GITHUB_SHA=true yarn docs",
    "docs:serve": "yarn dlx serve docs/",
    "e2e": "vitest --config vitest.e2e.config.mjs",
    "test": "vitest --config vitest.unit.config.mjs",
    "test-bundle": "node test-bundle/run.cjs && node test-bundle/run.mjs && node test-bundle/run-advanced.cjs",
    "test-legacy-bundle": "nvs add 8 && $(nvs which 8) test-bundle/run.cjs && $(nvs which 8) test-bundle/run-advanced.cjs",
    "typecheck": "tsc --noEmit",
    "update:documentation": "cross-env UPDATE_CODE_SNIPPETS=true vitest --config vitest.documentation.config.mjs"
  },
  "sideEffects": false,
  "tsd": {
    "directory": "test/type"
  },
  "type": "commonjs",
  "types": "lib/types/fast-check.d.ts",
  "version": "3.23.2"
}
