{
  "_from": "jest@^30.0.0",
  "_id": "jest@30.2.0",
  "_inBundle": false,
  "_integrity": "sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==",
  "_location": "/jest",
  "_phantomChildren": {
    "@jest/core": "30.2.0",
    "@jest/test-result": "30.2.0",
    "@jest/types": "30.2.0",
    "chalk": "4.1.2",
    "exit-x": "0.2.2",
    "import-local": "3.2.0",
    "jest-config": "30.2.0",
    "jest-util": "30.2.0",
    "jest-validate": "30.2.0",
    "yargs": "17.7.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jest@^30.0.0",
    "name": "jest",
    "escapedName": "jest",
    "rawSpec": "^30.0.0",
    "saveSpec": null,
    "fetchSpec": "^30.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/jest/-/jest-30.2.0.tgz",
  "_shasum": "9f0a71e734af968f26952b5ae4b724af82681630",
  "_spec": "jest@^30.0.0",
  "_where": "/var/www/html",
  "bin": {
    "jest": "bin/jest.js"
  },
  "bugs": {
    "url": "https://github.com/jestjs/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/core": "30.2.0",
    "@jest/types": "30.2.0",
    "import-local": "^3.2.0",
    "jest-cli": "30.2.0"
  },
  "deprecated": false,
  "description": "Delightful JavaScript Testing.",
  "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",
    "./bin/jest": "./bin/jest.js"
  },
  "gitHead": "855864e3f9751366455246790be2bf912d4d0dac",
  "homepage": "https://jestjs.io/",
  "keywords": [
    "ava",
    "babel",
    "coverage",
    "easy",
    "expect",
    "facebook",
    "immersive",
    "instant",
    "jasmine",
    "jest",
    "jsdom",
    "mocha",
    "mocking",
    "painless",
    "qunit",
    "runner",
    "sandboxed",
    "snapshot",
    "tap",
    "tape",
    "test",
    "testing",
    "typescript",
    "watch"
  ],
  "license": "MIT",
  "main": "./build/index.js",
  "name": "jest",
  "peerDependencies": {
    "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  },
  "peerDependenciesMeta": {
    "node-notifier": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jestjs/jest.git",
    "directory": "packages/jest"
  },
  "types": "./build/index.d.ts",
  "version": "30.2.0"
}
