{
  "_from": "@jest/expect@^29.7.0",
  "_id": "@jest/expect@29.7.0",
  "_inBundle": false,
  "_integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
  "_location": "/@jest/expect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jest/expect@^29.7.0",
    "name": "@jest/expect",
    "escapedName": "@jest%2fexpect",
    "scope": "@jest",
    "rawSpec": "^29.7.0",
    "saveSpec": null,
    "fetchSpec": "^29.7.0"
  },
  "_requiredBy": [
    "/@jest/globals",
    "/jest-circus"
  ],
  "_resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
  "_shasum": "76a3edb0cb753b70dfbfe23283510d3d45432bf2",
  "_spec": "@jest/expect@^29.7.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\jest-circus",
  "bugs": {
    "url": "https://github.com/jestjs/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "expect": "^29.7.0",
    "jest-snapshot": "^29.7.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`.",
  "devDependencies": {
    "@tsd/typescript": "^5.0.4",
    "tsd-lite": "^0.7.0"
  },
  "engines": {
    "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630",
  "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": "29.7.0"
}
