Npm 2.14.14
See the version list below for details.
dotnet add package Npm --version 2.14.14
NuGet\Install-Package Npm -Version 2.14.14
<PackageReference Include="Npm" Version="2.14.14" />
paket add Npm --version 2.14.14
#r "nuget: Npm, 2.14.14"
// 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.
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
|
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)