mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 05:02:22 -05:00
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "7.1.5",
|
|
"description": "Check for outdated packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"registry-mock": "registry-mock",
|
|
"test:tap": "cd ../.. && c8 --reporter lcov --reports-dir packages/outdated/coverage ts-node packages/outdated/test --type-check",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7771 pnpm run test:e2e",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"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.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/constants": "workspace:4.0.0",
|
|
"@pnpm/default-resolver": "workspace:10.0.2",
|
|
"@pnpm/error": "workspace:1.2.0",
|
|
"@pnpm/fetch": "workspace:^2.1.1",
|
|
"@pnpm/lockfile-file": "workspace:3.0.11",
|
|
"@pnpm/lockfile-utils": "workspace:2.0.15",
|
|
"@pnpm/manifest-utils": "workspace:1.0.3",
|
|
"@pnpm/matcher": "workspace:1.0.3",
|
|
"@pnpm/modules-yaml": "workspace:8.0.1",
|
|
"@pnpm/pick-registry-for-package": "workspace:1.0.3",
|
|
"@pnpm/store-path": "^4.0.0",
|
|
"@pnpm/types": "workspace:6.2.0",
|
|
"credentials-by-uri": "^2.0.0",
|
|
"dependency-path": "workspace:5.0.2",
|
|
"lru-cache": "^6.0.0",
|
|
"mem": "^6.1.0",
|
|
"ramda": "^0.27.0",
|
|
"semver": "^7.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "3.2.2",
|
|
"@pnpm/outdated": "link:",
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/ramda": "^0.27.11",
|
|
"@types/semver": "^7.3.1",
|
|
"npm-run-all": "4.1.5"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|