{ "name": "@pnpm/lockfile.utils", "version": "1003.0.3", "description": "Utils for dealing with pnpm-lock.yaml", "keywords": [ "pnpm", "pnpm11", "lockfile", "shrinkwrap" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/utils", "homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/utils#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" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/dependency-path": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/hooks.types": "workspace:*", "@pnpm/lockfile.types": "workspace:*", "@pnpm/pick-fetcher": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*", "get-npm-tarball-url": "catalog:", "ramda": "catalog:" }, "devDependencies": { "@pnpm/lockfile.utils": "workspace:*", "@types/ramda": "catalog:", "tempy": "catalog:", "write-yaml-file": "catalog:", "yaml-tag": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }