mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "7.0.11",
|
|
"description": "Check for outdated packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "pnpm run tsc -- --sourceMap && pnpm run _test",
|
|
"prepublishOnly": "pnpm run tsc",
|
|
"tsc": "tsc",
|
|
"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"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/outdated",
|
|
"keywords": [
|
|
"pnpm",
|
|
"outdated"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/",
|
|
"twitter": "ZoltanKochan"
|
|
},
|
|
"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/config": "workspace:8.1.1",
|
|
"@pnpm/constants": "workspace:3.0.0",
|
|
"@pnpm/default-resolver": "workspace:7.4.1",
|
|
"@pnpm/error": "workspace:1.1.0",
|
|
"@pnpm/lockfile-file": "workspace:3.0.5",
|
|
"@pnpm/lockfile-utils": "workspace:2.0.9",
|
|
"@pnpm/matcher": "workspace:1.0.0",
|
|
"@pnpm/modules-yaml": "workspace:5.0.1",
|
|
"@pnpm/store-path": "2.1.1",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"@pnpm/utils": "workspace:0.12.4",
|
|
"dependency-path": "workspace:4.0.5",
|
|
"lru-cache": "5.1.1",
|
|
"ramda": "0.27.0",
|
|
"semver": "7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "3.1.0",
|
|
"@pnpm/outdated": "link:",
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/ramda": "^0.26.43",
|
|
"@types/semver": "^7.1.0",
|
|
"npm-run-all": "4.1.5"
|
|
}
|
|
}
|