{
  "_args": [
    [
      "which-pm-runs@1.0.0",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_development": true,
  "_from": "which-pm-runs@1.0.0",
  "_id": "which-pm-runs@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=",
  "_location": "/which-pm-runs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "which-pm-runs@1.0.0",
    "name": "which-pm-runs",
    "escapedName": "which-pm-runs",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/prebuild-install"
  ],
  "_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "Zoltan Kochan"
  },
  "bugs": {
    "url": "https://github.com/zkochan/which-pm-runs/issues"
  },
  "description": "Detects what package manager executes the process",
  "devDependencies": {
    "execa": "^0.6.3",
    "npm": "^4.4.4",
    "pnpm": "^0.64.3",
    "tape": "^4.6.3",
    "yarn": "^0.22.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/zkochan/which-pm-runs#readme",
  "keywords": [
    "npm",
    "pnpm",
    "yarn"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "which-pm-runs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkochan/which-pm-runs.git"
  },
  "scripts": {
    "test": "tape test"
  },
  "version": "1.0.0"
}
