{
  "_from": "expect@^28.1.3",
  "_id": "expect@28.1.3",
  "_inBundle": false,
  "_integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==",
  "_location": "/expect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "expect@^28.1.3",
    "name": "expect",
    "escapedName": "expect",
    "rawSpec": "^28.1.3",
    "saveSpec": null,
    "fetchSpec": "^28.1.3"
  },
  "_requiredBy": [
    "/@jest/expect",
    "/jest-snapshot"
  ],
  "_resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz",
  "_shasum": "90a7c1a124f1824133dd4533cce2d2bdcb6603ec",
  "_spec": "expect@^28.1.3",
  "_where": "D:\\node_js\\siwali\\node_modules\\@jest\\expect",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/expect-utils": "^28.1.3",
    "jest-get-type": "^28.0.2",
    "jest-matcher-utils": "^28.1.3",
    "jest-message-util": "^28.1.3",
    "jest-util": "^28.1.3"
  },
  "deprecated": false,
  "description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).",
  "devDependencies": {
    "@jest/test-utils": "^28.1.3",
    "@tsd/typescript": "~4.7.4",
    "chalk": "^4.0.0",
    "fast-check": "^3.0.0",
    "immutable": "^4.0.0",
    "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",
    "./build/matchers": "./build/matchers.js"
  },
  "gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1",
  "homepage": "https://github.com/facebook/jest#readme",
  "license": "MIT",
  "main": "./build/index.js",
  "name": "expect",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git",
    "directory": "packages/expect"
  },
  "types": "./build/index.d.ts",
  "version": "28.1.3"
}
