pnpm
Version:
Fast, disk space efficient package manager
192 lines (191 loc) • 5.06 kB
JSON
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "3.2.0",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"bin": {
"pnpm": "bin/pnpm.js",
"pnpx": "bin/pnpx.js"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/bin/pnpm.js",
"files": [
"bin/",
"lib/"
],
"__dependencies": {
"@pnpm/config": "3.3.0",
"@pnpm/constants": "1.0.0",
"@pnpm/core-loggers": "3.0.2",
"@pnpm/default-fetcher": "3.1.5",
"@pnpm/default-reporter": "3.1.0",
"@pnpm/default-resolver": "3.0.7",
"@pnpm/lifecycle": "6.0.1",
"@pnpm/list": "1.0.5",
"@pnpm/logger": "2.1.0",
"@pnpm/outdated": "2.0.8",
"@pnpm/package-store": "4.0.6",
"@pnpm/server": "3.0.3",
"@pnpm/store-controller-types": "3.0.3",
"@pnpm/store-path": "1.0.4",
"@pnpm/types": "3.2.0",
"@pnpm/utils": "0.10.4",
"@types/archy": "0.0.31",
"@types/lru-cache": "^5.1.0",
"@types/minimatch": "^3.0.3",
"@types/mz": "^0.0.32",
"@zkochan/libnpx": "10.0.0",
"archy": "1.0.0",
"camelcase": "5.3.1",
"camelcase-keys": "5.2.0",
"chalk": "2.4.2",
"common-tags": "1.8.0",
"cross-spawn": "6.0.5",
"delay": "4.2.0",
"diable": "4.0.2",
"dir-is-case-sensitive": "1.0.0",
"execa": "1.0.0",
"find-packages": "4.0.1",
"get-port": "5.0.0",
"graceful-fs": "4.1.15",
"graph-sequencer": "2.0.0",
"is-ci": "2.0.0",
"is-subdir": "1.0.3",
"is-windows": "1.0.2",
"load-json-file": "5.3.0",
"loud-rejection": "2.1.0",
"lru-cache": "5.1.1",
"mem": "4.3.0",
"minimatch": "3.0.4",
"mkdirp-promise": "5.0.1",
"mz": "2.7.0",
"nopt": "4.0.1",
"p-filter": "2.1.0",
"p-limit": "2.2.0",
"path-absolute": "1.0.1",
"path-name": "1.0.0",
"pkgs-graph": "3.0.0",
"pnpm-file-reporter": "0.1.0",
"process-exists": "3.1.0",
"ramda": "0.26.1",
"read-ini-file": "2.0.0",
"read-yaml-file": "1.1.0",
"signal-exit": "3.0.2",
"strip-color": "0.1.0",
"supi": "0.32.2",
"text-table": "0.2.0",
"tree-kill": "1.2.1",
"update-notifier": "2.5.0",
"version-selector-type": "2.0.1"
},
"__devDependencies": {
"@pnpm/assert-project": "link:../../privatePackages/assert-project",
"@pnpm/lockfile-types": "1.1.0",
"@pnpm/modules-yaml": "3.0.2",
"@pnpm/prepare": "0.0.0",
"@pnpm/read-package-json": "2.0.1",
"@pnpm/tslint-config": "0.0.0",
"@types/byline": "4.2.31",
"@types/common-tags": "1.8.0",
"@types/load-json-file": "2.0.7",
"@types/mkdirp": "0.5.2",
"@types/node": "*",
"@types/nopt": "3.0.29",
"@types/ramda": "0.25.34",
"@types/retry": "0.12.0",
"@types/semver": "6.0.0",
"@types/tape": "4.2.33",
"@types/update-notifier": "2.5.0",
"anonymous-npm-registry-client": "0.1.2",
"byline": "5.0.0",
"caw": "2.0.1",
"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.1.5",
"npm-scripts-info": "0.3.9",
"p-any": "2.1.0",
"path-exists": "4.0.0",
"pnpm": "link:",
"pnpm-registry-mock": "2.12.0",
"retry": "0.12.0",
"rimraf": "2.6.3",
"rimraf-then": "1.0.1",
"semver": "6.0.0",
"sepia": "2.0.2",
"symlink-dir": "3.0.2",
"tape": "4.10.1",
"tape-promise": "4.0.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5",
"write-json-file": "3.2.0",
"write-pkg": "3.2.0",
"write-yaml-file": "2.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": ">=8.15"
},
"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 src/**/*.ts test/**/*.ts",
"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": "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"
}
}