{
  "_from": "jest-haste-map@30.2.0",
  "_id": "jest-haste-map@30.2.0",
  "_inBundle": false,
  "_integrity": "sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==",
  "_location": "/jest-haste-map",
  "_phantomChildren": {
    "@types/node": "22.19.13",
    "@ungap/structured-clone": "1.3.0",
    "has-flag": "4.0.0",
    "jest-util": "30.2.0",
    "merge-stream": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest-haste-map@30.2.0",
    "name": "jest-haste-map",
    "escapedName": "jest-haste-map",
    "rawSpec": "30.2.0",
    "saveSpec": null,
    "fetchSpec": "30.2.0"
  },
  "_requiredBy": [
    "/@jest/core",
    "/@jest/test-sequencer",
    "/@jest/transform",
    "/jest-resolve",
    "/jest-runner",
    "/jest-runtime"
  ],
  "_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.2.0.tgz",
  "_shasum": "808e3889f288603ac70ff0ac047598345a66022e",
  "_spec": "jest-haste-map@30.2.0",
  "_where": "/var/www/html/node_modules/@jest/core",
  "bugs": {
    "url": "https://github.com/jestjs/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/types": "30.2.0",
    "@types/node": "*",
    "anymatch": "^3.1.3",
    "fb-watchman": "^2.0.2",
    "fsevents": "^2.3.3",
    "graceful-fs": "^4.2.11",
    "jest-regex-util": "30.0.1",
    "jest-util": "30.2.0",
    "jest-worker": "30.2.0",
    "micromatch": "^4.0.8",
    "walker": "^1.0.8"
  },
  "deprecated": false,
  "description": "`jest-haste-map` is a module used by Jest, a popular JavaScript testing framework, to create a fast lookup of files in a project. It helps Jest efficiently locate and track changes in files during testing, making it particularly useful for large projects with many files.",
  "devDependencies": {
    "@types/fb-watchman": "^2.0.5",
    "@types/graceful-fs": "^4.1.9",
    "@types/micromatch": "^4.0.9",
    "slash": "^3.0.0"
  },
  "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"
  },
  "gitHead": "855864e3f9751366455246790be2bf912d4d0dac",
  "homepage": "https://github.com/jestjs/jest#readme",
  "license": "MIT",
  "main": "./build/index.js",
  "name": "jest-haste-map",
  "optionalDependencies": {
    "fsevents": "^2.3.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jestjs/jest.git",
    "directory": "packages/jest-haste-map"
  },
  "types": "./build/index.d.ts",
  "version": "30.2.0"
}
