{
  "_from": "@jest/expect@^28.1.3",
  "_id": "@jest/expect@28.1.3",
  "_inBundle": false,
  "_integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==",
  "_location": "/@jest/expect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jest/expect@^28.1.3",
    "name": "@jest/expect",
    "escapedName": "@jest%2fexpect",
    "scope": "@jest",
    "rawSpec": "^28.1.3",
    "saveSpec": null,
    "fetchSpec": "^28.1.3"
  },
  "_requiredBy": [
    "/@jest/globals",
    "/jest-circus"
  ],
  "_resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz",
  "_shasum": "9ac57e1d4491baca550f6bdbd232487177ad6a72",
  "_spec": "@jest/expect@^28.1.3",
  "_where": "D:\\node_js\\siwali\\node_modules\\jest-circus",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "expect": "^28.1.3",
    "jest-snapshot": "^28.1.3"
  },
  "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": "~4.7.4",
    "tsd-lite": "^0.5.6"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  },
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1",
  "homepage": "https://github.com/facebook/jest#readme",
  "license": "MIT",
  "main": "./build/index.js",
  "name": "@jest/expect",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git",
    "directory": "packages/jest-expect"
  },
  "types": "./build/index.d.ts",
  "version": "28.1.3"
}
