{
  "name": "@pnpm/lockfile-walker",
  "version": "9.0.4",
  "description": "Walk over all the dependencies in a lockfile",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=18.12"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-walker",
  "keywords": [
    "pnpm9",
    "pnpm",
    "shrinkwrap",
    "lockfile"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-walker#readme",
  "devDependencies": {
    "tempy": "^1.0.1",
    "@pnpm/lockfile-walker": "9.0.4"
  },
  "dependencies": {
    "@pnpm/lockfile-types": "7.1.3",
    "@pnpm/types": "11.1.0",
    "@pnpm/dependency-path": "5.1.3"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "test": "pnpm run compile",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}