{
  "_from": "jest-mock@30.2.0",
  "_id": "jest-mock@30.2.0",
  "_inBundle": false,
  "_integrity": "sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==",
  "_location": "/jest-mock",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest-mock@30.2.0",
    "name": "jest-mock",
    "escapedName": "jest-mock",
    "rawSpec": "30.2.0",
    "saveSpec": null,
    "fetchSpec": "30.2.0"
  },
  "_requiredBy": [
    "/@jest/environment",
    "/@jest/fake-timers",
    "/@jest/globals",
    "/expect",
    "/jest-environment-node",
    "/jest-runtime"
  ],
  "_resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.2.0.tgz",
  "_shasum": "69f991614eeb4060189459d3584f710845bff45e",
  "_spec": "jest-mock@30.2.0",
  "_where": "/var/www/html/node_modules/expect",
  "bugs": {
    "url": "https://github.com/jestjs/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/types": "30.2.0",
    "@types/node": "*",
    "jest-util": "30.2.0"
  },
  "deprecated": false,
  "description": "**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).",
  "engines": {
    "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  },
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "require": "./build/index.js",
      "import": "./build/index.mjs",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "855864e3f9751366455246790be2bf912d4d0dac",
  "homepage": "https://github.com/jestjs/jest#readme",
  "license": "MIT",
  "main": "./build/index.js",
  "name": "jest-mock",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jestjs/jest.git",
    "directory": "packages/jest-mock"
  },
  "types": "./build/index.d.ts",
  "version": "30.2.0"
}
