Emmanuil 67a2fbe5b9 done 4 vuotta sitten
..
LICENSE 67a2fbe5b9 done 4 vuotta sitten
README.md 67a2fbe5b9 done 4 vuotta sitten
index.js 67a2fbe5b9 done 4 vuotta sitten
package.json 67a2fbe5b9 done 4 vuotta sitten

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