{ "name": "@pnpm/plugin-commands-outdated", "version": "7.0.1", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=14.6" }, "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "registry-mock": "registry-mock", "test:jest": "jest", "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7776 pnpm run test:e2e", "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/packages/plugin-commands-outdated", "keywords": [ "pnpm7", "pnpm", "outdated" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-outdated#readme", "devDependencies": { "@pnpm/constants": "workspace:*", "@pnpm/filter-workspace-packages": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/plugin-commands-outdated": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.1.0", "@types/ramda": "0.28.15", "@types/wrap-ansi": "^3.0.0", "@types/zkochan__table": "npm:@types/table@6.0.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/colorize-semver-diff": "^1.0.1", "@pnpm/command": "workspace:*", "@pnpm/common-cli-options-help": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/default-resolver": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/lockfile-file": "workspace:*", "@pnpm/matcher": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/outdated": "workspace:*", "@pnpm/semver-diff": "^1.1.0", "@pnpm/store-path": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/table": "^1.0.0", "chalk": "^4.1.2", "lru-cache": "^7.14.0", "ramda": "npm:@pnpm/ramda@0.28.1", "render-help": "^1.0.2", "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }