{ "name": "@pnpm/audit", "version": "1002.0.14", "description": "Audit a lockfile", "keywords": [ "pnpm", "pnpm11", "audit" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/audit", "homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/audit#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/error": "workspace:*", "@pnpm/fetch": "workspace:*", "@pnpm/fetching-types": "workspace:*", "@pnpm/lockfile.detect-dep-types": "workspace:*", "@pnpm/lockfile.types": "workspace:*", "@pnpm/lockfile.utils": "workspace:*", "@pnpm/lockfile.walker": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/types": "workspace:*", "ramda": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "devDependencies": { "@pnpm/audit": "workspace:*", "@pnpm/constants": "workspace:*", "@pnpm/lockfile.fs": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@types/ramda": "catalog:", "nock": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }