{
  "_args": [
    [
      "@jest/expect@29.3.1",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@jest/expect@29.3.1",
  "_id": "@jest/expect@29.3.1",
  "_inBundle": false,
  "_integrity": "sha512-QivM7GlSHSsIAWzgfyP8dgeExPRZ9BIe2LsdPyEhCGkZkoyA+kGsoIzbKAfZCvvRzfZioKwPtCZIt5SaoxYCvg==",
  "_location": "/@jest/expect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@jest/expect@29.3.1",
    "name": "@jest/expect",
    "escapedName": "@jest%2fexpect",
    "scope": "@jest",
    "rawSpec": "29.3.1",
    "saveSpec": null,
    "fetchSpec": "29.3.1"
  },
  "_requiredBy": [
    "/@jest/globals",
    "/jest-circus"
  ],
  "_resolved": "https://registry.npmmirror.com/@jest/expect/-/expect-29.3.1.tgz",
  "_spec": "29.3.1",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "dependencies": {
    "expect": "^29.3.1",
    "jest-snapshot": "^29.3.1"
  },
  "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.8.2",
    "tsd-lite": "^0.6.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": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9",
  "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": "29.3.1"
}
