{ "name": "@pnpm/plugin-commands-outdated", "version": "1000.0.2", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7782 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/reviewing/plugin-commands-outdated", "keywords": [ "pnpm10", "pnpm", "outdated" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-outdated#readme", "devDependencies": { "@pnpm/constants": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/plugin-commands-outdated": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "catalog:", "@pnpm/test-fixtures": "workspace:*", "@pnpm/workspace.filter-packages-from-dir": "workspace:*", "@types/ramda": "catalog:", "@types/zkochan__table": "catalog:" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/colorize-semver-diff": "catalog:", "@pnpm/command": "workspace:*", "@pnpm/common-cli-options-help": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/default-resolver": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/lockfile.fs": "workspace:*", "@pnpm/matcher": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/outdated": "workspace:*", "@pnpm/semver-diff": "catalog:", "@pnpm/store-path": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/table": "catalog:", "chalk": "catalog:", "ramda": "catalog:", "render-help": "catalog:", "strip-ansi": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }