Files
pnpm/packages/list/package.json
2018-11-15 01:14:33 +02:00

80 lines
1.9 KiB
JSON

{
"name": "pnpm-list",
"version": "4.1.5",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"md": "tsc && mos",
"prepareFixtures": "cd test && pnpm recursive install --no-link-workspace-packages && cd ..",
"prepublishOnly": "tsc",
"test": "npm run tsc && npm run lint && ts-node test --type-check",
"tsc": "tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/list",
"keywords": [
"pnpm",
"list",
"ls"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/types": "2.0.0",
"@types/archy": "0.0.31",
"@types/node": "10.12.5",
"@types/ramda": "0.25.39",
"archy": "1.0.0",
"chalk": "2.4.1",
"dependencies-hierarchy": "3.1.5",
"npm-package-arg": "6.1.0",
"p-limit": "2.0.0",
"ramda": "0.25.0",
"read-package-json": "2.0.13",
"thenify": "3.3.0"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/common-tags": "1.4.0",
"@types/tape": "4.2.32",
"common-tags": "1.8.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"pnpm-list": "link:",
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"greenkeeper": {
"ignore": [
"dependencies-hierarchy"
]
}
}