{
  "name": "enhanced-resolve",
  "version": "5.19.0",
  "description": "Offers a async require.resolve function. It's highly configurable.",
  "homepage": "http://github.com/webpack/enhanced-resolve",
  "repository": {
    "type": "git",
    "url": "git://github.com/webpack/enhanced-resolve.git"
  },
  "license": "MIT",
  "author": "Tobias Koppers @sokra",
  "main": "lib/index.js",
  "browser": {
    "process": "./lib/util/process-browser.js",
    "module": "./lib/util/module-browser.js"
  },
  "types": "types.d.ts",
  "files": [
    "lib",
    "types.d.ts",
    "LICENSE"
  ],
  "lint-staged": {
    "*.{js,cjs,mjs}": [
      "eslint --cache --fix"
    ],
    "*": [
      "prettier --cache --write --ignore-unknown",
      "cspell --cache --no-must-find-files"
    ]
  },
  "dependencies": {
    "graceful-fs": "^4.2.4",
    "tapable": "^2.3.0"
  },
  "devDependencies": {
    "@types/graceful-fs": "^4.1.6",
    "@types/jest": "^27.5.1",
    "@types/node": "^24.10.4",
    "cspell": "^9.4.0",
    "eslint": "^9.39.2",
    "eslint-config-webpack": "^4.9.0",
    "husky": "^9.1.7",
    "jest": "^27.5.1",
    "lint-staged": "^16.2.7",
    "memfs": "^3.5.3",
    "prettier": "^3.7.4",
    "prettier-2": "npm:prettier@^2",
    "tooling": "webpack/tooling#v1.24.4",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=10.13.0"
  }
}