Npm 2.14.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package Npm --version 2.14.14
NuGet\Install-Package Npm -Version 2.14.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Npm" Version="2.14.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Npm --version 2.14.14
#r "nuget: Npm, 2.14.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Npm as a Cake Addin
#addin nuget:?package=Npm&version=2.14.14

// Install Npm as a Cake Tool
#tool nuget:?package=Npm&version=2.14.14

A package manager for JavaScript.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Npm:

Package Downloads
Grunt

Grunt is the JavaScript task runner, which main purpose is to automate repetitive tasks like minification, compilation, unit testing, linting, etc. With literally thousands of plugins to choose from, you can use Grunt to automate just about anything with a minimum of effort.

jsreport.Embedded

Installs jsreport server into solution and allows to run it in parallel with .net process.

RS.JS

Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Npm:

Repository Stars
sq/JSIL
CIL to Javascript Compiler
Version Downloads Last updated
3.5.2 739,054 12/23/2015
2.14.14 5,661 12/23/2015
1.4.15.2 52,074 6/24/2014
1.4.15.1 4,632 6/13/2014
1.4.15 3,656 6/11/2014
1.4.13 3,684 5/30/2014
1.4.4 154,619 3/18/2014

FIX URL IN LICENSE

The license incorrectly identified the registry URL as registry.npmjs.com and this has been corrected to registry.npmjs.org.

6051a69 #10685 Fix npm public registry URL in notices. (@kemitchell)

NO MORE MD5

We updated modules that had been using MD5 for non-security purposes. While this is perfectly safe, if you compile Node in FIPS-compliance mode it will explode if you try to use MD5. We've replaced MD5 with Murmur, which conveys our intent better and is faster to boot.

30b5994 #10629 write-file-atomic@1.1.4 (@othiym23)
68c63ff #10629 fs-write-stream-atomic@1.0.5 (@othiym23)

DEPENDENCY UPDATES

e48e5a9 nodejs/node-gyp#831 node-gyp@3.2.1: Improved *BSD support. (@bnoordhuis)