Files
pnpm/packages/list/package.json
2021-01-23 17:33:52 +02:00

58 lines
1.8 KiB
JSON

{
"name": "@pnpm/list",
"version": "5.0.22",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "eslint -c ../../eslint.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 compile",
"pretest": "pnpm run pretest --filter dependencies-hierarchy",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/list",
"keywords": [
"pnpm",
"list",
"ls"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"engines": {
"node": ">=10.16"
},
"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.3",
"@pnpm/read-package-json": "workspace:3.1.9",
"@pnpm/read-project-manifest": "workspace:1.1.6",
"@pnpm/types": "workspace:6.4.0",
"@zkochan/npm-package-arg": "^1.0.2",
"archy": "^1.0.0",
"chalk": "^4.1.0",
"cli-columns": "^3.1.2",
"dependencies-hierarchy": "workspace:9.0.17",
"p-limit": "^3.1.0",
"ramda": "^0.27.1",
"semver": "^7.3.4"
},
"devDependencies": {
"@pnpm/logger": "^3.2.3",
"@types/archy": "0.0.31",
"@types/ramda": "^0.27.35",
"@types/semver": "^7.3.4"
},
"funding": "https://opencollective.com/pnpm"
}