dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/which-pm-runs
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00
..
index.js vscode 2024-06-14 09:31:58 -06:00
LICENSE vscode 2024-06-14 09:31:58 -06:00
package.json vscode 2024-06-14 09:31:58 -06:00
README.md vscode 2024-06-14 09:31:58 -06:00

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"}
  • which-pm - Detects what package manager was used for installation

License

MIT © Zoltan Kochan