{
  "_from": "watchpack@^2.5.2",
  "_id": "watchpack@2.5.2",
  "_inBundle": false,
  "_integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==",
  "_location": "/watchpack",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "watchpack@^2.5.2",
    "name": "watchpack",
    "escapedName": "watchpack",
    "rawSpec": "^2.5.2",
    "saveSpec": null,
    "fetchSpec": "^2.5.2"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.2.tgz",
  "_shasum": "e12e82d84674266fc1c6dbfe38891b92ff0522ec",
  "_spec": "watchpack@^2.5.2",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/watchpack/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.2"
  },
  "deprecated": false,
  "description": "Wrapper library for directory and file watching.",
  "devDependencies": {
    "@changesets/cli": "^2.30.0",
    "@changesets/get-github-info": "^0.8.0",
    "@codspeed/core": "^5.2.0",
    "@types/glob-to-regexp": "^0.4.4",
    "@types/graceful-fs": "^4.1.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.4",
    "eslint": "^9.39.2",
    "eslint-config-webpack": "^4.9.3",
    "jest": "^30.3.0",
    "prettier": "^3.7.4",
    "tinybench": "^6.0.0",
    "typescript": "^6.0.2",
    "write-file-atomic": "^8.0.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "files": [
    "lib/",
    "types/"
  ],
  "homepage": "https://github.com/webpack/watchpack",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "watchpack",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/watchpack.git"
  },
  "scripts": {
    "benchmark": "node --max-old-space-size=4096 --hash-seed=1 --random-seed=1 --no-opt --predictable --predictable-gc-schedule --interpreted-frames-native-stack --allow-natives-syntax --expose-gc --no-concurrent-sweeping ./benchmark/run.mjs",
    "fix": "npm run fix:code && npm run fix:declarations",
    "fix:code": "npm run lint:code -- --fix",
    "fix:declarations": "tsc && npm run fmt -- ./types",
    "fmt": "npm run fmt:base -- --log-level warn --write",
    "fmt:base": "prettier --cache --ignore-unknown .",
    "fmt:check": "npm run fmt:base -- --check",
    "lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:declarations && npm run fmt:check",
    "lint:code": "eslint --cache .",
    "lint:declarations": "npm run fix:declarations && git diff --exit-code ./types",
    "lint:types": "tsc --noEmit",
    "lint:types-test": "tsc -p tsconfig.types.test.json --noEmit",
    "pretest": "npm run lint",
    "release": "changeset publish",
    "test": "npm run test:coverage",
    "test:base": "jest --runInBand",
    "test:coverage": "npm run test:base -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
    "test:only": "npm run test:base",
    "test:watch": "npm run test:base -- --watch",
    "version": "changeset version"
  },
  "types": "types/index.js",
  "version": "2.5.2"
}
