Files
pnpm/packages/plugin-commands-outdated/package.json
2021-03-28 12:30:59 +03:00

70 lines
2.3 KiB
JSON

{
"name": "@pnpm/plugin-commands-outdated",
"version": "3.0.54",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint -c ../../eslint.json 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=7775 pnpm run test:e2e",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-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/plugin-commands-outdated#readme",
"devDependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/filter-workspace-packages": "workspace:2.3.14",
"@pnpm/plugin-commands-installation": "workspace:3.5.28",
"@pnpm/prepare": "workspace:0.0.18",
"@pnpm/types": "workspace:6.4.0",
"@types/lru-cache": "^5.1.0",
"@types/ramda": "^0.27.35",
"@types/wrap-ansi": "^3.0.0",
"@types/zkochan__table": "npm:@types/table@^6.0.0",
"strip-ansi": "^6.0.0"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.5.4",
"@pnpm/colorize-semver-diff": "^1.0.1",
"@pnpm/command": "workspace:1.0.0",
"@pnpm/common-cli-options-help": "workspace:0.3.1",
"@pnpm/config": "workspace:11.14.2",
"@pnpm/default-resolver": "workspace:11.0.20",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/lockfile-file": "workspace:3.2.1",
"@pnpm/matcher": "workspace:1.0.3",
"@pnpm/modules-yaml": "workspace:8.0.6",
"@pnpm/outdated": "workspace:7.2.29",
"@pnpm/semver-diff": "^1.0.2",
"@pnpm/store-path": "5.0.0-1",
"@zkochan/table": "^1.0.0",
"chalk": "^4.1.0",
"lru-cache": "^6.0.0",
"ramda": "^0.27.1",
"render-help": "^1.0.1",
"wrap-ansi": "^7.0.0"
},
"funding": "https://opencollective.com/pnpm"
}