UNPKG

@pnpm/lockfile.settings-checker

Version:

Utilities to check if lockfile settings are out-of-date

57 lines 1.43 kB
{ "name": "@pnpm/lockfile.settings-checker", "version": "1100.1.3", "description": "Utilities to check if lockfile settings are out-of-date", "keywords": [ "pnpm", "pnpm11", "base32", "crypto", "hash" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": { "type": "git", "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/settings-checker" }, "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/lockfile/settings-checker#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/catalogs.types": "1100.0.0", "@pnpm/config.parse-overrides": "1100.1.0", "@pnpm/crypto.hash": "1100.0.1", "@pnpm/lockfile.types": "1100.0.14", "@pnpm/lockfile.verification": "1100.0.24", "p-map-values": "^0.1.0", "ramda": "npm:@pnpm/ramda@0.28.1" }, "devDependencies": { "@pnpm/lockfile.settings-checker": "1100.1.3", "@pnpm/prepare": "1100.0.19", "@types/ramda": "0.31.1" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\"", "test": "pn compile", "compile": "tsgo --build && pn lint --fix" } }