@pnpm/lockfile.settings-checker
Version:
Utilities to check if lockfile settings are out-of-date
52 lines • 1.29 kB
JSON
{
"name": "@pnpm/lockfile.settings-checker",
"version": "1001.0.12",
"description": "Utilities to check if lockfile settings are out-of-date",
"keywords": [
"pnpm",
"pnpm10",
"base32",
"crypto",
"hash"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/settings-checker",
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/settings-checker#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"p-map-values": "^1.0.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/lockfile.types": "1002.0.0",
"@pnpm/parse-overrides": "1001.0.2",
"@pnpm/crypto.hash": "1000.2.0"
},
"devDependencies": {
"@types/ramda": "0.29.12",
"@pnpm/prepare": "0.0.123",
"@pnpm/lockfile.settings-checker": "1001.0.12"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
}
}