{
  "name": "@pnpm/reviewing.dependencies-hierarchy",
  "version": "1001.3.4",
  "description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
  "keywords": [
    "pnpm",
    "pnpm10",
    "dependencies",
    "hierarchy",
    "node_modules"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/reviewing/dependencies-hierarchy",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/reviewing/dependencies-hierarchy#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/npm-package-arg": "^2.0.0",
    "@pnpm/util.lex-comparator": "^3.0.2",
    "normalize-path": "^3.0.0",
    "realpath-missing": "^1.1.0",
    "resolve-link-target": "^2.0.0",
    "semver": "^7.7.4",
    "@pnpm/lockfile.detect-dep-types": "1001.0.26",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/matcher": "1000.1.0",
    "@pnpm/modules-yaml": "1002.0.1",
    "@pnpm/normalize-registries": "1000.1.9",
    "@pnpm/read-modules-dir": "1000.0.0",
    "@pnpm/lockfile.utils": "1004.0.3",
    "@pnpm/read-package-json": "1000.1.8",
    "@pnpm/store.cafs": "1000.1.4",
    "@pnpm/types": "1001.3.0"
  },
  "devDependencies": {
    "@types/normalize-path": "^3.0.2",
    "@types/semver": "7.5.3",
    "@pnpm/reviewing.dependencies-hierarchy": "1001.3.4",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/test-fixtures": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}