Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / which-pm-runs / package.json
Size: Mime:
{
  "name": "which-pm-runs",
  "version": "1.0.0",
  "description": "Detects what package manager executes the process",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "tape test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkochan/which-pm-runs.git"
  },
  "keywords": [
    "npm",
    "pnpm",
    "yarn"
  ],
  "author": "Zoltan Kochan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zkochan/which-pm-runs/issues"
  },
  "homepage": "https://github.com/zkochan/which-pm-runs#readme",
  "devDependencies": {
    "execa": "^0.6.3",
    "npm": "^4.4.4",
    "pnpm": "^0.64.3",
    "tape": "^4.6.3",
    "yarn": "^0.22.0"
  }
}