Files
pnpm/packages/plugin-commands-outdated/package.json
2020-03-11 22:53:39 +02:00

75 lines
2.4 KiB
JSON

{
"name": "@pnpm/plugin-commands-outdated",
"version": "0.2.14",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"registry-mock": "registry-mock",
"test:tap": "cd ../.. && c8 --reporter lcov --reports-dir packages/plugin-commands-outdated/coverage ts-node packages/plugin-commands-outdated/test --type-check",
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7775 pnpm run test:e2e",
"test": "pnpm run tsc -- --sourceMap && pnpm run _test",
"prepublishOnly": "pnpm run tsc"
},
"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://pnpm.js.org",
"devDependencies": {
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/filter-workspace-packages": "workspace:2.0.3",
"@pnpm/plugin-commands-installation": "workspace:*",
"@pnpm/plugin-commands-outdated": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@pnpm/types": "workspace:5.0.0",
"@types/common-tags": "1.8.0",
"@types/lru-cache": "^5.1.0",
"@types/mz": "^2.7.0",
"@types/ramda": "^0.26.43",
"@types/table": "^4.0.7",
"@types/wrap-ansi": "3.0.0",
"make-dir": "3.0.2",
"mz": "2.7.0",
"strip-ansi": "6.0.0"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.3.9",
"@pnpm/colorize-semver-diff": "1.0.0",
"@pnpm/command": "workspace:0.1.0-0",
"@pnpm/common-cli-options-help": "workspace:0.1.4",
"@pnpm/config": "workspace:8.1.1",
"@pnpm/default-resolver": "workspace:7.4.1",
"@pnpm/error": "workspace:1.1.0",
"@pnpm/lockfile-file": "workspace:3.0.5",
"@pnpm/matcher": "workspace:1.0.0",
"@pnpm/modules-yaml": "workspace:5.0.1",
"@pnpm/outdated": "workspace:7.0.11",
"@pnpm/semver-diff": "1.0.2",
"@pnpm/store-path": "2.1.1",
"@pnpm/utils": "workspace:0.12.4",
"chalk": "3.0.0",
"common-tags": "1.8.0",
"lru-cache": "5.1.1",
"ramda": "0.27.0",
"render-help": "1.0.0",
"table": "5.4.6",
"wrap-ansi": "6.2.0"
}
}