UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

202 lines (201 loc) 5.36 kB
{ "name": "@zkochan/pnpm", "description": "Fast, disk space efficient package manager", "version": "2.16.0", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/" }, "bin": { "pnpm": "lib/bin/pnpm.js", "pnpx": "lib/bin/pnpx.js" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/bin/pnpm.js", "files": [ "lib/" ], "__dependencies": { "@pnpm/config": "2.2.0", "@pnpm/default-fetcher": "2.0.2", "@pnpm/default-resolver": "2.0.4", "@pnpm/lifecycle": "3.0.1", "@pnpm/logger": "2.1.0", "@pnpm/outdated": "0.4.1", "@pnpm/server": "0.14.2", "@pnpm/store-path": "1.0.3", "@pnpm/types": "1.7.0", "@pnpm/utils": "0.6.4", "@types/camelcase-keys": "^4.0.0", "@types/get-port": "^4.0.0", "@types/lru-cache": "^4.1.1", "@types/minimatch": "^3.0.3", "@types/mz": "^0.0.32", "@zkochan/libnpx": "9.6.1", "camelcase": "5.0.0", "camelcase-keys": "4.2.0", "chalk": "2.4.1", "common-tags": "1.8.0", "cross-spawn": "6.0.5", "delay": "4.0.0", "diable": "4.0.1", "execa": "1.0.0", "find-packages": "2.2.0", "get-port": "4.0.0", "graceful-fs": "4.1.11", "graph-sequencer": "2.0.0", "is-ci": "1.2.1", "is-subdir": "^1.0.2", "is-windows": "1.0.2", "load-json-file": "5.0.0", "load-yaml-file": "0.1.0", "loud-rejection": "1.6.0", "lru-cache": "4.1.3", "mem": "4.0.0", "minimatch": "3.0.4", "mkdirp-promise": "5.0.1", "mz": "2.7.0", "nopt": "4.0.1", "p-limit": "2.0.0", "package-store": "0.23.3", "path-absolute": "1.0.0", "path-name": "1.0.0", "pkgs-graph": "2.0.0", "pnpm-default-reporter": "0.20.4", "pnpm-file-reporter": "0.1.0", "pnpm-list": "4.0.1", "process-exists": "3.1.0", "ramda": "0.25.0", "read-ini-file": "1.0.0", "signal-exit": "3.0.2", "strip-color": "0.1.0", "supi": "0.24.8", "text-table": "0.2.0", "tree-kill": "1.2.0", "update-notifier": "2.5.0", "util.promisify": "1.0.0" }, "devDependencies": { "@pnpm/assert-project": "^1.1.1", "@pnpm/modules-yaml": "^1.0.0", "@pnpm/read-package-json": "^1.0.0", "@types/byline": "^4.2.31", "@types/common-tags": "^1.2.5", "@types/load-json-file": "^2.0.6", "@types/mkdirp": "^0.5.0", "@types/node": "^10.0.6", "@types/nopt": "^3.0.29", "@types/p-any": "^1.1.2", "@types/ramda": "0.25.34", "@types/retry": "^0.10.2", "@types/semver": "^5.3.32", "@types/tape": "^4.2.30", "@types/update-notifier": "^2.0.0", "anonymous-npm-registry-client": "^0.1.2", "byline": "^5.0.0", "caw": "^2.0.0", "deep-require-cwd": "^1.0.0", "exists-link": "^2.0.0", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "normalize-newline": "^3.0.0", "npm-run-all": "^4.0.1", "npm-scripts-info": "^0.3.6", "p-any": "^1.1.0", "package-preview": "^1.0.0", "path-exists": "^3.0.0", "pnpm-registry-mock": "^2.2.0", "retry": "^0.12.0", "rimraf": "^2.5.4", "rimraf-then": "^1.0.1", "semver": "^5.3.0", "sepia": "^2.0.2", "tape": "^4.6.3", "tape-promise": "^3.0.0", "ts-node": "^6.2.0", "tslint": "^5.4.2", "typescript": "^3.0.0", "write-json-file": "^3.0.0", "write-pkg": "^3.1.0", "write-yaml-file": "^1.0.0" }, "directories": { "test": "test" }, "homepage": "https://pnpm.js.org", "keywords": [ "dependency manager", "install", "installer", "uninstall", "remove", "link", "prune", "shrinkwrap", "lockfile", "fast", "rapid", "efficient", "package.json", "packages", "dependencies", "symlinks", "hardlinks", "modules", "npm", "package manager", "monorepo", "multi-package", "workspace" ], "license": "MIT", "preferGlobal": true, "engines": { "node": ">=6" }, "repository": { "type": "git", "url": "git+https://github.com/pnpm/pnpm.git" }, "scripts": { "info": "npm-scripts-info", "start": "npm run tsc -- --watch", "?commit": "echo 'Run Git commit wizard'", "commit": "commit", "commitmsg": "commitlint -e", "lint": "tslint -c tslint.json --project .", "pnpm-registry-mock": "pnpm-registry-mock", "test:tap": "ts-node test --type-check", "pretest:e2e": "rimraf ../../../.tmp/ && rimraf node_modules/.bin/pnpm && pnpm-registry-mock prepare", "test:e2e": "pnpm link . && npm-run-all -p -r pnpm-registry-mock test:tap", "test:e2e-with-preview": "preview --skip-prepublishOnly && npm-run-all -p -r pnpm-registry-mock test:tap", "test": "npm run lint && npm run tsc && npm run test:e2e", "tsc": "rimraf lib && tsc", "release": "sh .scripts/release.sh" }, "publishconfig": { "tag": "next" }, "greenkeeper": { "ignore": [ "@pnpm/default-fetcher", "@pnpm/default-resolver", "@pnpm/logger", "@pnpm/outdated", "@pnpm/server", "@pnpm/types", "pnpm-default-reporter", "pnpm-file-reporter", "pnpm-install-checks", "pnpm-registry-mock", "remove-all-except-outer-links", "pnpm-shrinkwrap", "supi" ] }, "readme": "ERROR: No README data found!", "_id": "@zkochan/pnpm@2.16.0" }