mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "@pnpm/outdated",
|
|
"version": "2.0.0-1",
|
|
"description": "Check for outdated packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"pretest": "pnpm-registry-mock prepare",
|
|
"test": "npm run tsc && tslint --config tslint.json src/**/*.ts test/**/*.ts && npm run test:e2e",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc",
|
|
"md": "mos",
|
|
"pnpm-registry-mock": "pnpm-registry-mock",
|
|
"test:tap": "ts-node test --type-check",
|
|
"test:e2e": "npm-run-all -p -r pnpm-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": ">=2.0.1 <3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/npm-resolver": "3.0.0-0",
|
|
"@pnpm/read-package-json": "1.1.1",
|
|
"@pnpm/shrinkwrap-file": "2.0.0-1",
|
|
"@pnpm/store-path": "1.0.4",
|
|
"@pnpm/types": "2.0.0",
|
|
"@pnpm/utils": "0.9.1",
|
|
"@types/node": "11.9.5",
|
|
"dependency-path": "3.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/outdated": "link:",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/tape": "4.2.33",
|
|
"mos": "2.0.0-alpha.3",
|
|
"mos-plugin-readme": "1.0.4",
|
|
"npm-run-all": "4.1.5",
|
|
"pnpm-registry-mock": "2.6.0",
|
|
"tape": "4.10.1",
|
|
"ts-node": "7.0.1",
|
|
"tslint": "5.13.1",
|
|
"typescript": "3.3.3333"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|