This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Npm.
                            
 
	
		Summary
	
            View the version of a package
            using the specified settings.
            
		
	Syntax
	public static string NpmViewVersion(this ICakeContext context, NpmViewVersionSettings settings)
	Examples
	
            var settings = new NpmViewVersionSettings();
    settings.Package = "cakejs";
    var versionString = NpmViewVersion(settings);
             
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
					
						| CakeAliasCategoryAttribute |  | 
			
		 
	 	
	Parameters
		
	Return Value