Npm 1.4.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Npm --version 1.4.13
NuGet\Install-Package Npm -Version 1.4.13
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="1.4.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Npm --version 1.4.13
#r "nuget: Npm, 1.4.13"
#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=1.4.13

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

A package manager for node.js.

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 729,974 12/23/2015
2.14.14 5,475 12/23/2015
1.4.15.2 51,775 6/24/2014
1.4.15.1 4,448 6/13/2014
1.4.15 3,508 6/11/2014
1.4.13 3,503 5/30/2014
1.4.4 153,168 3/18/2014

- remove normalize-package-data from top level, de-^-ify inflight dep (isaacs)
- Always sort saved bundleDependencies (isaacs)
- add inflight to bundledDependencies (Forrest L Norvell)