Files
pnpm/packages/list/package.json
2019-11-14 17:32:15 +02:00

64 lines
1.8 KiB
JSON

{
"name": "@pnpm/list",
"version": "4.0.3",
"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",
"prepareFixtures": "cd test && node ../../pnpm recursive install --no-link-workspace-packages --no-shared-workspace-lockfile -f && cd ..",
"prepublishOnly": "pnpm run tsc",
"pretest": "pnpm run pretest --filter dependencies-hierarchy",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"tsc": "rimraf lib && 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": ">=10"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/matcher": "workspace:1.0.0",
"@pnpm/read-importer-manifest": "workspace:2.0.0",
"@pnpm/read-package-json": "workspace:3.0.0",
"@pnpm/types": "workspace:4.0.0",
"@zkochan/npm-package-arg": "1.0.2",
"archy": "1.0.0",
"chalk": "3.0.0",
"cli-columns": "3.1.2",
"dependencies-hierarchy": "workspace:8.0.0",
"p-limit": "2.2.1",
"ramda": "0.26.1",
"semver": "6.3.0"
},
"devDependencies": {
"@pnpm/list": "link:",
"@pnpm/logger": "3.1.0",
"@types/archy": "0.0.31",
"@types/common-tags": "1.8.0",
"@types/ramda": "0.26.34",
"@types/semver": "^6.2.0",
"common-tags": "1.8.0",
"rimraf": "3.0.0",
"tape": "4.11.0"
}
}