mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 07:54:55 -04:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/list",
|
|
"version": "1.0.10",
|
|
"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 && pnpm recursive install --no-link-workspace-packages && cd ..",
|
|
"prepublishOnly": "tsc",
|
|
"test": "pnpm run tsc && pnpm 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": ">=8.15"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
|
|
"dependencies": {
|
|
"@pnpm/read-importer-manifest": "1.0.3",
|
|
"@pnpm/read-package-json": "2.0.2",
|
|
"@pnpm/types": "3.2.0",
|
|
"@zkochan/npm-package-arg": "1.0.2",
|
|
"archy": "1.0.0",
|
|
"chalk": "2.4.2",
|
|
"dependencies-hierarchy": "5.0.8",
|
|
"p-limit": "2.2.0",
|
|
"ramda": "0.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/list": "link:",
|
|
"@pnpm/logger": "2.1.1",
|
|
"@types/archy": "0.0.31",
|
|
"@types/common-tags": "1.8.0",
|
|
"@types/ramda": "0.25.39",
|
|
"common-tags": "1.8.0",
|
|
"tape": "4.10.2",
|
|
"ts-node": "8.2.0",
|
|
"tslint": "5.17.0",
|
|
"typescript": "3.4.5"
|
|
}
|
|
}
|