{ "name": "@pnpm/lockfile.utils", "version": "1001.0.0", "description": "Utils for dealing with pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=18.12" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/utils", "keywords": [ "pnpm10", "pnpm", "shrinkwrap", "lockfile" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/utils#readme", "devDependencies": { "@pnpm/lockfile.utils": "workspace:*", "@types/ramda": "catalog:", "tempy": "catalog:", "write-yaml-file": "catalog:", "yaml-tag": "catalog:" }, "dependencies": { "@pnpm/dependency-path": "workspace:*", "@pnpm/lockfile.types": "workspace:*", "@pnpm/pick-fetcher": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*", "get-npm-tarball-url": "catalog:", "ramda": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }