{ "name": "pnpm-list", "version": "5.0.1", "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/read-package-json": "1.0.1", "@pnpm/types": "2.0.0", "@types/archy": "0.0.31", "@types/node": "10.12.18", "@types/ramda": "0.25.39", "@zkochan/npm-package-arg": "1.0.1", "archy": "1.0.0", "chalk": "2.4.1", "dependencies-hierarchy": "4.0.3", "p-limit": "2.0.0", "ramda": "0.26.1" }, "devDependencies": { "@pnpm/logger": "2.1.0", "@pnpm/tslint-config": "0.0.0", "@types/common-tags": "1.8.0", "@types/tape": "4.2.33", "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.12.0", "typescript": "3.2.2" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }