Emmanuil 67a2fbe5b9 done hace 4 años
..
LICENSE 67a2fbe5b9 done hace 4 años
README.md 67a2fbe5b9 done hace 4 años
index.js 67a2fbe5b9 done hace 4 años
package.json 67a2fbe5b9 done hace 4 años

README.md

which-pm-runs

Detects what package manager executes the process

npm version Build Status

Installation

npm i which-pm-runs

Usage

'use strict'
const whichPMRuns = require('which-pm-runs')

whichPMRuns()
//> {name: "pnpm", version: "0.64.2"}

Related

  • which-pm - Detects what package manager was used for installation

License

MIT © Zoltan Kochan