{
  "name": "@pnpm/bundled",
  "bundledName": "@pnpm/bundled",
  "description": "Fast, disk space efficient package manager",
  "version": "1.31.6",
  "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.2",
    "@pnpm/default-resolver": "^0.1.3",
    "@pnpm/logger": "^1.0.0",
    "@pnpm/outdated": "^0.2.5",
    "@pnpm/server": "^0.7.1",
    "@pnpm/types": "^1.5.0",
    "@types/get-port": "^3.2.0",
    "@types/retry": "^0.10.2",
    "@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": "^6.0.3",
    "delay": "^2.0.0",
    "diable": "^4.0.1",
    "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.15.3",
    "path-name": "^1.0.0",
    "pkgs-graph": "^2.0.0-0",
    "pnpm-default-reporter": "^0.14.0",
    "pnpm-file-reporter": "^0.0.1",
    "pnpm-list": "^2.0.0",
    "process-exists": "^3.0.0",
    "ramda": "^0.25.0",
    "retry": "^0.10.1",
    "signal-exit": "^3.0.2",
    "strip-color": "^0.1.0",
    "supi": "^0.12.5",
    "text-table": "^0.2.0",
    "tree-kill": "^1.2.0",
    "update-notifier": "^2.1.0",
    "util.promisify": "^1.0.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": "^9.3.0",
    "@types/nopt": "^3.0.29",
    "@types/ramda": "^0.25.0",
    "@types/semver": "^5.3.32",
    "@types/tape": "^4.2.30",
    "@types/update-notifier": "^2.0.0",
    "@zkochan/husky": "^0.0.0",
    "anonymous-npm-registry-client": "^0.1.2",
    "caw": "^2.0.0",
    "deep-require-cwd": "^1.0.0",
    "execa": "^0.9.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",
    "ts-node": "^4.0.0",
    "tslint": "^5.4.2",
    "typescript": "^2.7.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"
  },
  "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"
    ]
  },
  "notBundledName": "pnpm",
  "bundleDependencies": [
    "@pnpm/default-fetcher",
    "@pnpm/default-resolver",
    "@pnpm/logger",
    "@pnpm/outdated",
    "@pnpm/server",
    "@pnpm/types",
    "@types/get-port",
    "@types/retry",
    "@types/write-json-file",
    "@zkochan/libnpx",
    "byline",
    "camelcase",
    "chalk",
    "common-tags",
    "cross-spawn",
    "delay",
    "diable",
    "find-packages",
    "get-port",
    "graceful-fs",
    "graph-sequencer",
    "is-ci",
    "is-windows",
    "load-json-file",
    "loud-rejection",
    "mkdirp-promise",
    "nopt",
    "not-bundled-npm",
    "p-limit",
    "package-store",
    "path-name",
    "pkgs-graph",
    "pnpm-default-reporter",
    "pnpm-file-reporter",
    "pnpm-list",
    "process-exists",
    "ramda",
    "retry",
    "signal-exit",
    "strip-color",
    "supi",
    "text-table",
    "tree-kill",
    "update-notifier",
    "util.promisify",
    "write-json-file"
  ]
}
