パッケージの詳細

npm-version

vvo10.2kISC1.1.0

Get the current npm version of the running system

npm, version, system, info

readme

npm-version

Get the npm version of the running system.

Build Status Dependency Status devDependency Status

var npmVersion = require('npm-version');

npmVersion(function out(err, version) {
  console.log(version);
 // outputs your current npm version
});