mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "7.2.29",
|
|
"description": "Check for outdated packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"registry-mock": "registry-mock",
|
|
"test:jest": "jest",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7771 pnpm run test:e2e",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/outdated",
|
|
"keywords": [
|
|
"pnpm",
|
|
"outdated"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/outdated#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/client": "workspace:2.0.24",
|
|
"@pnpm/constants": "workspace:4.1.0",
|
|
"@pnpm/error": "workspace:1.4.0",
|
|
"@pnpm/lockfile-file": "workspace:3.2.1",
|
|
"@pnpm/lockfile-utils": "workspace:2.0.22",
|
|
"@pnpm/manifest-utils": "workspace:1.1.5",
|
|
"@pnpm/matcher": "workspace:1.0.3",
|
|
"@pnpm/modules-yaml": "workspace:8.0.6",
|
|
"@pnpm/pick-registry-for-package": "workspace:1.1.0",
|
|
"@pnpm/store-path": "5.0.0-1",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"dependency-path": "workspace:5.1.1",
|
|
"ramda": "^0.27.1",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^3.2.3",
|
|
"@types/ramda": "^0.27.35",
|
|
"@types/semver": "^7.3.4",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|