{
  "_from": "@jest/expect@30.2.0",
  "_id": "@jest/expect@30.2.0",
  "_inBundle": false,
  "_integrity": "sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==",
  "_location": "/@jest/expect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@jest/expect@30.2.0",
    "name": "@jest/expect",
    "escapedName": "@jest%2fexpect",
    "scope": "@jest",
    "rawSpec": "30.2.0",
    "saveSpec": null,
    "fetchSpec": "30.2.0"
  },
  "_requiredBy": [
    "/@jest/globals",
    "/jest-circus"
  ],
  "_resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.2.0.tgz",
  "_shasum": "9a5968499bb8add2bbb09136f69f7df5ddbf3185",
  "_spec": "@jest/expect@30.2.0",
  "_where": "/var/www/html/node_modules/jest-circus",
  "bugs": {
    "url": "https://github.com/jestjs/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "expect": "30.2.0",
    "jest-snapshot": "30.2.0"
  },
  "deprecated": false,
  "description": "This package extends `expect` library with `jest-snapshot` matchers. It exports `jestExpect` object, which can be used as standalone replacement of `expect`.",
  "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/expect",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jestjs/jest.git",
    "directory": "packages/jest-expect"
  },
  "types": "./build/index.d.ts",
  "version": "30.2.0"
}
