{
  "name": "@pnpm/filter-lockfile",
  "version": "9.0.9",
  "description": "Filters 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/filter-lockfile",
  "keywords": [
    "pnpm9",
    "pnpm",
    "shrinkwrap",
    "lockfile"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/filter-lockfile#readme",
  "peerDependencies": {
    "@pnpm/logger": "^5.0.0"
  },
  "devDependencies": {
    "@types/ramda": "0.29.12",
    "detect-libc": "^2.0.3",
    "tempy": "^1.0.1",
    "write-yaml-file": "^5.0.0",
    "yaml-tag": "1.1.0",
    "@pnpm/filter-lockfile": "9.0.9"
  },
  "dependencies": {
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "@pnpm/dependency-path": "5.1.3",
    "@pnpm/constants": "8.0.0",
    "@pnpm/error": "6.0.1",
    "@pnpm/lockfile-types": "7.1.3",
    "@pnpm/lockfile-utils": "11.0.4",
    "@pnpm/lockfile-walker": "9.0.4",
    "@pnpm/package-is-installable": "9.0.5",
    "@pnpm/types": "11.1.0"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}