mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-outdated",
|
|
"version": "1000.0.46",
|
|
"description": "The outdated command of pnpm",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11",
|
|
"outdated"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/reviewing/plugin-commands-outdated",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/reviewing/plugin-commands-outdated#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=--experimental-vm-modules jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"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:"
|
|
},
|
|
"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:"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.19"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config/with-registry"
|
|
}
|
|
}
|