Files
pnpm/package.json
Zoltan Kochan f17c5b4591 feat: --shrinkwrap-only flag
close #981
2018-01-03 21:05:04 +02:00

180 lines
4.7 KiB
JSON

{
"name": "pnpm",
"bundledName": "@pnpm/bundled",
"description": "Fast, disk space efficient package manager",
"version": "1.25.1",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"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/",
"npm-shrinkwrap.json"
],
"dependencies": {
"@pnpm/default-fetcher": "^0.3.0",
"@pnpm/default-resolver": "^0.1.0",
"@pnpm/logger": "^1.0.0",
"@pnpm/outdated": "^0.2.3",
"@pnpm/server": "^0.5.0",
"@pnpm/types": "^1.5.0",
"@types/get-port": "^3.2.0",
"@types/write-json-file": "^2.2.1",
"@zkochan/libnpx": "^9.6.1",
"byline": "^5.0.0",
"camelcase": "^4.1.0",
"chalk": "^2.2.0",
"common-tags": "^1.4.0",
"cross-spawn": "^5.0.0",
"find-packages": "^2.1.2",
"get-port": "^3.2.0",
"graceful-fs": "^4.1.11",
"graph-sequencer": "^2.0.0",
"is-ci": "^1.0.10",
"is-windows": "^1.0.1",
"load-json-file": "^4.0.0",
"loud-rejection": "^1.6.0",
"mkdirp-promise": "^5.0.1",
"nopt": "^4.0.1",
"not-bundled-npm": "^5.4.2",
"p-limit": "^1.1.0",
"package-store": "^0.13.0",
"path-name": "^1.0.0",
"pkgs-graph": "^2.0.0-0",
"pnpm-default-reporter": "^0.11.3",
"pnpm-file-reporter": "^0.0.1",
"pnpm-list": "^2.0.0",
"ramda": "^0.25.0",
"signal-exit": "^3.0.2",
"strip-color": "^0.1.0",
"supi": "^0.9.0",
"text-table": "^0.2.0",
"update-notifier": "^2.1.0",
"write-json-file": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^4.0.0",
"@commitlint/config-angular": "^4.2.0",
"@commitlint/prompt-cli": "^5.0.0",
"@types/byline": "^4.2.31",
"@types/common-tags": "^1.2.5",
"@types/delay": "^2.0.1",
"@types/load-json-file": "^2.0.6",
"@types/mkdirp": "^0.5.0",
"@types/mz": "^0.0.32",
"@types/node": "^8.0.33",
"@types/nopt": "^3.0.29",
"@types/ramda": "^0.25.0",
"@types/semver": "^5.3.32",
"@types/tape": "^4.2.30",
"@types/update-notifier": "^1.0.2",
"@zkochan/husky": "^0.0.0",
"anonymous-npm-registry-client": "^0.1.2",
"caw": "^2.0.0",
"delay": "^2.0.0",
"execa": "^0.8.0",
"exists-link": "^2.0.0",
"isexe": "^2.0.0",
"load-yaml-file": "^0.1.0",
"mkdirp": "^0.5.1",
"mz": "^2.6.0",
"normalize-newline": "^3.0.0",
"npm-registry-client": "^8.4.0",
"npm-run-all": "^4.0.1",
"npm-scripts-info": "^0.3.6",
"package-preview": "^1.0.0",
"path-exists": "^3.0.0",
"pnpm-registry-mock": "^1.5.0",
"read-pkg": "^3.0.0",
"rimraf": "^2.5.4",
"rimraf-then": "^1.0.1",
"semver": "^5.3.0",
"sepia": "^2.0.2",
"tape": "^4.6.3",
"tape-promise": "^2.0.1",
"thenify": "^3.3.0",
"tree-kill": "^1.2.0",
"ts-node": "^4.0.0",
"tslint": "^5.4.2",
"typescript": "^2.4.1",
"write-pkg": "^3.1.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"
],
"license": "MIT",
"preferGlobal": true,
"engines": {
"node": ">=4"
},
"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": "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",
"prepublishOnly": "echo \"Publish is only allowed via 'npm run release'\" && exit 1",
"release": "sh .scripts/release.sh",
"version": "sh .scripts/version.sh"
},
"publishconfig": {
"tag": "next"
},
"greenkeeper": {
"ignore": [
"@pnpm/logger",
"pnpm-default-reporter",
"pnpm-file-reporter",
"pnpm-install-checks",
"pnpm-registry-mock",
"remove-all-except-outer-links",
"pnpm-shrinkwrap",
"supi"
]
}
}