{
  "name": "@pnpm/deps.graph-hasher",
  "version": "1100.2.12",
  "description": "Calculates the state of a dependency",
  "keywords": [
    "pnpm",
    "pnpm11"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/graph-hasher"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/graph-hasher#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/crypto.object-hasher": "1100.0.1",
    "@pnpm/deps.path": "1100.0.11",
    "@pnpm/engine.runtime.system-version": "1100.0.6",
    "@pnpm/lockfile.types": "1100.0.16",
    "@pnpm/lockfile.utils": "1100.1.5",
    "@pnpm/resolving.resolver-base": "1100.5.4",
    "@pnpm/types": "1101.6.0",
    "detect-libc": "^2.1.2"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@pnpm/deps.graph-hasher": "1100.2.12"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}