Added grunt to do JS & CSS validation:

- Updated JS & CSS files according to errors reported
- Updated sake script to find all npm/grunt folders and operate on those, rather than on root

Build installs node/npm locally before running grunt

Refactored makefile.shade a little
This commit is contained in:
DamianEdwards 2014-05-05 21:12:26 -07:00
parent e651ebf6aa
commit 61beff8fd1
11 changed files with 1142 additions and 64 deletions

3
.gitignore vendored
View File

@ -23,4 +23,5 @@ nuget.exe
*.ncrunchsolution
*.*sdf
*.ipch
*.sln.ide
*.sln.ide
node_modules

View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.21628.1
VisualStudioVersion = 14.0.21706.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{509A6F36-AD80-4A18-B5B1-717D38DFF29D}"
EndProject
@ -25,46 +25,46 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Any CPU.ActiveCfg = Debug|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|x86.ActiveCfg = Debug|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|x86.Build.0 = Debug|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Any CPU.ActiveCfg = Release|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Mixed Platforms.Build.0 = Release|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|x86.ActiveCfg = Release|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|x86.Build.0 = Release|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Any CPU.ActiveCfg = Debug|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|x86.ActiveCfg = Debug|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|x86.Build.0 = Debug|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Any CPU.ActiveCfg = Release|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Mixed Platforms.Build.0 = Release|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|x86.ActiveCfg = Release|x86
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|x86.Build.0 = Release|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Any CPU.ActiveCfg = Debug|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Mixed Platforms.Build.0 = Debug|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|x86.ActiveCfg = Debug|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|x86.Build.0 = Debug|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Any CPU.ActiveCfg = Release|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Mixed Platforms.ActiveCfg = Release|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Mixed Platforms.Build.0 = Release|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|x86.ActiveCfg = Release|x86
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|x86.Build.0 = Release|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Any CPU.ActiveCfg = Debug|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|x86.ActiveCfg = Debug|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|x86.Build.0 = Debug|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Any CPU.ActiveCfg = Release|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Mixed Platforms.Build.0 = Release|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|x86.ActiveCfg = Release|x86
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|x86.Build.0 = Release|x86
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Any CPU.Build.0 = Release|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C5F59CBA-DF2D-4983-8CBB-11B6AF21B416}.Release|x86.ActiveCfg = Release|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Any CPU.Build.0 = Release|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{68A1F0E1-ECCE-46D1-B20F-C43EE5B097DE}.Release|x86.ActiveCfg = Release|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Debug|x86.ActiveCfg = Debug|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Any CPU.Build.0 = Release|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{589AC17F-9455-4764-8F82-FCD2AE58DA14}.Release|x86.ActiveCfg = Release|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Debug|x86.ActiveCfg = Debug|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Any CPU.Build.0 = Release|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4D4A785A-ECB9-4916-A88F-0FD306EE3B74}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -1,3 +1,4 @@
use namespace="System.Net"
var VERSION='0.1'
var FULL_VERSION='0.1'
@ -5,3 +6,51 @@ var AUTHORS='Microsoft'
use-standard-lifecycle
k-standard-goals
#install-node
var binDir = '${Path.Combine(Directory.GetCurrentDirectory(), "bin")}'
var nodeDir = '${Path.Combine(binDir, "node")}'
-// Check if node is already installed locally
var nodeVer = '0.10.28'
var nodeMsi = 'node-v${nodeVer}-x86.msi'
var nodeUrl = 'http://nodejs.org/dist/v${nodeVer}/${nodeMsi}'
var nodeMsiPath = '${Path.Combine(binDir, nodeMsi)}'
var nodeInstalled = '${Directory.Exists(nodeDir)}'
@{
Directory.CreateDirectory(nodeDir);
if (!nodeInstalled) {
// Download node installer msi
var wc = new WebClient();
wc.DownloadFile(nodeUrl, nodeMsiPath);
}
}
-// Extract it to local dir using msiexec:
exec program='msiexec' commandline='/a ${nodeMsiPath} /qb TARGETDIR=${nodeDir}' if='!nodeInstalled'
#restore-npm-modules .install-node
@{
// Find all dirs that contain a package.json file that aren't installed node modules
var currentDir = Directory.GetCurrentDirectory();
var npmCmd = Path.Combine(currentDir, "bin\\node\\nodejs\\npm.cmd");
var npmDirs = Directory.GetFiles(currentDir, "package.json", SearchOption.AllDirectories)
.Where(p => p.IndexOf(Path.DirectorySeparatorChar + "node_modules" + Path.DirectorySeparatorChar) < 0)
.Select(p => Path.GetDirectoryName(p))
.Distinct();
}
exec program='${npmCmd}' commandline='install' workingdir='${dir}' each='var dir in npmDirs'
#run-grunt .restore-npm-modules target='compile'
@{
// Find all dirs that contain a gruntfile.js file
var currentDir = Directory.GetCurrentDirectory();
var nodeExe = Path.Combine(currentDir, "bin\\node\\nodejs\\node.exe");
var gruntDirs = Directory.GetFiles(currentDir, "gruntfile.js", SearchOption.AllDirectories)
.Where(p => p.IndexOf(Path.DirectorySeparatorChar + "node_modules" + Path.DirectorySeparatorChar) < 0)
.Select(p => Path.GetDirectoryName(p))
.Distinct();
}
exec program='${nodeExe}' commandline='node_modules\\grunt-cli\\bin\\grunt' workingdir='${dir}' each='var dir in gruntDirs'

View File

@ -0,0 +1,7 @@
{
"unique-headings": false,
"ids": false,
"box-sizing": false,
"qualified-headings": false,
"display-property-grouping": false
}

View File

@ -0,0 +1,3 @@
{
}

View File

@ -17,6 +17,993 @@
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include=".csslintrc" />
<Content Include=".jshintrc" />
<Content Include="gruntfile.js" />
<Content Include="node_modules\.bin\grunt" />
<Content Include="node_modules\.bin\grunt.cmd" />
<Content Include="node_modules\grunt-cli\.npmignore" />
<Content Include="node_modules\grunt-cli\.travis.yml" />
<Content Include="node_modules\grunt-cli\AUTHORS" />
<Content Include="node_modules\grunt-cli\bin\grunt" />
<Content Include="node_modules\grunt-cli\completion\bash" />
<Content Include="node_modules\grunt-cli\completion\zsh" />
<Content Include="node_modules\grunt-cli\Gruntfile.js" />
<Content Include="node_modules\grunt-cli\lib\cli.js" />
<Content Include="node_modules\grunt-cli\lib\completion.js" />
<Content Include="node_modules\grunt-cli\lib\info.js" />
<Content Include="node_modules\grunt-cli\LICENSE-MIT" />
<Content Include="node_modules\grunt-cli\node_modules\.bin\nopt" />
<Content Include="node_modules\grunt-cli\node_modules\.bin\nopt.cmd" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\.jshintrc" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\.npmignore" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\.travis.yml" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\Gruntfile.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\lib\findup-sync.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\LICENSE-MIT" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\.npmignore" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\.travis.yml" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\examples\g.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\examples\usr-local.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\glob.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\inherits.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\inherits_browser.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\inherits\test.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\.npmignore" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\minimatch.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\.npmignore" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\CONTRIBUTORS" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\lib\lru-cache.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\test\basic.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\test\foreach.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\test\memory-leak.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\bench.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\sigmund.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\node_modules\sigmund\test\basic.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\test\basic.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\test\brace-expand.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\test\caching.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\test\defaults.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\node_modules\minimatch\test\extglob-ending-with-state-char.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\00-setup.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\bash-comparison.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\bash-results.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\cwd-test.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\globstar-match.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\mark.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\new-glob-optional-options.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\nocase-nomagic.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\pause-resume.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\readme-issue.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\root-nomount.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\root.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\stat.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\glob\test\zz-cleanup.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.compat.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.compat.min.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.min.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.underscore.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\dist\lodash.underscore.min.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\LICENSE.txt" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\lodash.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\node_modules\lodash\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\test\findup-sync_test.js" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\test\fixtures\a.txt" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\test\fixtures\aaa.txt" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\test\fixtures\a\b\bar.txt" />
<Content Include="node_modules\grunt-cli\node_modules\findup-sync\test\fixtures\a\foo.txt" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\.npmignore" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\bin\nopt.js" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\examples\my-program.js" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\lib\nopt.js" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\abbrev.js" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\CONTRIBUTING.md" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\node_modules\abbrev\test.js" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\nopt\README.md" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\.travis.yml" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\example\async.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\example\sync.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\index.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\lib\async.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\lib\core.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\lib\core.json" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\lib\sync.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\LICENSE" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\readme.markdown" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\core.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\filter.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\filter_sync.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\mock.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\mock_sync.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\bar\node_modules\foo\index.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\baz\doom.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\baz\package.json" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\baz\quux.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\biz\node_modules\grux\index.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\biz\node_modules\tiv\index.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\cup.coffee" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\foo.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\mug.coffee" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\mug.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\other_path\lib\other-lib.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver\other_path\root.js" />
<Content Include="node_modules\grunt-cli\node_modules\resolve\test\resolver_sync.js" />
<Content Include="node_modules\grunt-cli\package.json" />
<Content Include="node_modules\grunt-cli\README.md" />
<Content Include="node_modules\grunt-contrib-csslint\.jshintrc" />
<Content Include="node_modules\grunt-contrib-csslint\.npmignore" />
<Content Include="node_modules\grunt-contrib-csslint\.travis.yml" />
<Content Include="node_modules\grunt-contrib-csslint\AUTHORS" />
<Content Include="node_modules\grunt-contrib-csslint\CHANGELOG" />
<Content Include="node_modules\grunt-contrib-csslint\CONTRIBUTING.md" />
<Content Include="node_modules\grunt-contrib-csslint\docs\csslint-examples.md" />
<Content Include="node_modules\grunt-contrib-csslint\docs\csslint-options.md" />
<Content Include="node_modules\grunt-contrib-csslint\docs\csslint-overview.md" />
<Content Include="node_modules\grunt-contrib-csslint\Gruntfile.js" />
<Content Include="node_modules\grunt-contrib-csslint\LICENSE-MIT" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\.bin\csslint" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\.bin\csslint.cmd" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\cli.js" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\lib\csslint-node.js" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\node_modules\parserlib\lib\node-parserlib.js" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\node_modules\parserlib\package.json" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\node_modules\parserlib\README.md" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\package.json" />
<Content Include="node_modules\grunt-contrib-csslint\node_modules\csslint\README.md" />
<Content Include="node_modules\grunt-contrib-csslint\package.json" />
<Content Include="node_modules\grunt-contrib-csslint\README.md" />
<Content Include="node_modules\grunt-contrib-csslint\tasks\csslint.js" />
<Content Include="node_modules\grunt-contrib-csslint\test\csslint_test.js" />
<Content Include="node_modules\grunt-contrib-csslint\test\fixtures\empty.css" />
<Content Include="node_modules\grunt-contrib-csslint\test\fixtures\invalid.css" />
<Content Include="node_modules\grunt-contrib-csslint\test\fixtures\valid.css" />
<Content Include="node_modules\grunt-contrib-jshint\LICENSE-MIT" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\.bin\jshint" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\.bin\jshint.cmd" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\child.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\dist\ba-hooker.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\dist\ba-hooker.min.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\grunt.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\lib\hooker.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\LICENSE-MIT" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\parent.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\hooker\test\hooker_test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\bin\apply" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\bin\build" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\bin\changelog" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\bin\jshint" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\bin\land" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\data\ascii-identifier-data.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\data\non-ascii-identifier-part-only.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\data\non-ascii-identifier-start.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\.bin\shjs" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\.bin\shjs.cmd" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\.bin\strip-json-comments" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\.bin\strip-json-comments.cmd" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\cli.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\cat.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\command.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\echo.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\glob.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\long_desc.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\progress.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\sort.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\spinner.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\static.coffee" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\examples\static.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\examples\g.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\examples\usr-local.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\glob.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\inherits.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\inherits_browser.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\node_modules\inherits\test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\00-setup.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\bash-comparison.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\bash-results.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\cwd-test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\globstar-match.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\mark.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\new-glob-optional-options.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\nocase-nomagic.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\pause-resume.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\readme-issue.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\root-nomount.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\root.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\stat.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\node_modules\glob\test\zz-cleanup.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\cli\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\.testem.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\LICENCE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\test\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\test\static\index.html" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\console-browserify\test\static\test-adapter.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\.jshintrc" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\Gruntfile.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\lib\exit.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\LICENSE-MIT" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\exit_test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\10-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\10-stdout-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\10-stdout.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\100-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\100-stdout-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\100-stdout.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\1000-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\1000-stdout-stderr.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\1000-stdout.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\create-files.sh" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\log-broken.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\exit\test\fixtures\log.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\.gitattributes" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\CollectingHandler.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\entities\decode.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\entities\entities.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\entities\legacy.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\entities\xml.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\FeedHandler.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\Parser.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\ProxyHandler.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\Stream.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\Tokenizer.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\lib\WritableStream.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domelementtype\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domelementtype\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domelementtype\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domelementtype\readme.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\readme.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\01-basic.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\02-single_tag_1.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\03-single_tag_2.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\04-unescaped_in_script.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\05-tags_in_comment.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\06-comment_in_script.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\07-unescaped_in_style.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\08-extra_spaces_in_tag.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\09-unquoted_attrib.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\10-singular_attribute.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\11-text_outside_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\12-text_only.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\13-comment_in_text.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\14-comment_in_text_in_script.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\15-non-verbose.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\16-normalize_whitespace.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\17-xml_namespace.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\18-enforce_empty_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\19-ignore_empty_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\20-template_script_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\21-conditional_comments.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\cases\22-lowercase_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domhandler\test\tests.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\readme.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\00-runtests.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\02-dom_utils.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\DomUtils\01-by_id.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\DomUtils\02-by_tagname.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\DomUtils\03-by_type.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\DomUtils\04-outer_html.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\domutils\tests\DomUtils\05-inner_html.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\duplex.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\lib\_stream_duplex.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\lib\_stream_passthrough.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\lib\_stream_readable.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\lib\_stream_transform.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\lib\_stream_writable.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\core-util-is\float.patch" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\core-util-is\lib\util.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\core-util-is\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\core-util-is\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\core-util-is\util.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\inherits.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\inherits_browser.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\inherits\test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\isarray\build\build.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\isarray\component.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\isarray\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\isarray\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\isarray\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\string_decoder\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\string_decoder\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\string_decoder\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\string_decoder\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\node_modules\string_decoder\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\passthrough.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\readable.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\transform.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\node_modules\readable-stream\writable.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\01-events.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\02-stream.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\03-feed.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Documents\Atom_Example.xml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Documents\Attributes.html" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Documents\Basic.html" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Documents\RDF_Example.xml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Documents\RSS_Example.xml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\01-simple.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\02-template.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\03-lowercase_tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\04-cdata.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\05-cdata-special.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\06-leading-lt.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\07-self-closing.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\08-implicit-close-tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\09-attributes.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\10-crazy-attrib.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\11-script_in_script.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\12-long-comment-end.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\13-long-cdata-end.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\14-implicit-open-tags.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\15-lt-whitespace.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\16-double_attribs.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\17-numeric_entities.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\18-legacy_entities.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\19-named_entities.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\20-xml_entities.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\21-entity_in_attribute.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Events\22-double_brackets.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Feeds\01-rss.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Feeds\02-atom.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Feeds\03-rdf.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Stream\01-basic.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Stream\02-RSS.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Stream\03-Atom.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Stream\04-RDF.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\Stream\05-Attributes.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\htmlparser2\test\test-helper.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\minimatch.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\CONTRIBUTORS" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\lib\lru-cache.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\test\basic.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\test\foreach.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\lru-cache\test\memory-leak.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\bench.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\sigmund.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\node_modules\sigmund\test\basic.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\test\basic.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\test\brace-expand.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\test\caching.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\test\defaults.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\minimatch\test\extglob-ending-with-state-char.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\.documentup.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\bin\shjs" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\global.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\jshint.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\make.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\scripts\docs.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\scripts\run-tests.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\shell.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\cat.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\cd.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\chmod.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\config.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\cp.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\dirs.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\echo.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\env.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\exec.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\find.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\grep.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\ls.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\make.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\mkdir.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\mv.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\popd.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\pushd.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\pwd.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\a.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\chmod\a\b\c\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\chmod\b\a\b\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\chmod\c\a\b\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\chmod\file1" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\cp\a" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\cp\b" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\cp\dir_a\z" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\cp\dir_b\dir_b_a\dir_b_a_a\z" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\external\node_script.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file1" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file1.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file1.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file2" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file2.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\file2.txt" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\.hidden" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\a" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\b" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\dir1\a_dir1" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\dir1\dir11\a_dir11" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\find\dir2\a_dir1" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\issue44\main.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\.hidden_dir\nada" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\.hidden_file" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\a_dir\.hidden_dir\nada" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\a_dir\b_dir\z" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\a_dir\nada" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\file1" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\file1.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\file2" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\file2.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\ls\filename%28with%29[chars%24]^that.must+be-escaped" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\pushd\a\dummy" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\resources\pushd\b\c\dummy" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\rm.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\sed.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\tempdir.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\test.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\to.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\shelljs\test\which.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\strip-json-comments\cli.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\strip-json-comments\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\strip-json-comments\readme.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\strip-json-comments\strip-json-comments.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\.npmignore" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\.travis.yml" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\CNAME" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\CONTRIBUTING.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\favicon.ico" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\index.html" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\index.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\LICENSE" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\underscore-min.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\node_modules\underscore\underscore.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\cli.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\jshint.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\lex.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\messages.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\platforms\rhino.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\reg.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\reporters\checkstyle.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\reporters\default.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\reporters\jslint_xml.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\reporters\non_error.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\state.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\style.js" />
<Content Include="node_modules\grunt-contrib-jshint\node_modules\jshint\src\vars.js" />
<Content Include="node_modules\grunt-contrib-jshint\package.json" />
<Content Include="node_modules\grunt-contrib-jshint\README.md" />
<Content Include="node_modules\grunt-contrib-jshint\tasks\jshint.js" />
<Content Include="node_modules\grunt-contrib-jshint\tasks\lib\jshint.js" />
<Content Include="node_modules\grunt\.npmignore" />
<Content Include="node_modules\grunt\internal-tasks\bump.js" />
<Content Include="node_modules\grunt\internal-tasks\subgrunt.js" />
<Content Include="node_modules\grunt\lib\grunt.js" />
<Content Include="node_modules\grunt\lib\grunt\cli.js" />
<Content Include="node_modules\grunt\lib\grunt\config.js" />
<Content Include="node_modules\grunt\lib\grunt\event.js" />
<Content Include="node_modules\grunt\lib\grunt\fail.js" />
<Content Include="node_modules\grunt\lib\grunt\file.js" />
<Content Include="node_modules\grunt\lib\grunt\help.js" />
<Content Include="node_modules\grunt\lib\grunt\log.js" />
<Content Include="node_modules\grunt\lib\grunt\option.js" />
<Content Include="node_modules\grunt\lib\grunt\task.js" />
<Content Include="node_modules\grunt\lib\grunt\template.js" />
<Content Include="node_modules\grunt\lib\util\task.js" />
<Content Include="node_modules\grunt\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\.bin\cake" />
<Content Include="node_modules\grunt\node_modules\.bin\cake.cmd" />
<Content Include="node_modules\grunt\node_modules\.bin\coffee" />
<Content Include="node_modules\grunt\node_modules\.bin\coffee.cmd" />
<Content Include="node_modules\grunt\node_modules\.bin\js-yaml" />
<Content Include="node_modules\grunt\node_modules\.bin\js-yaml.cmd" />
<Content Include="node_modules\grunt\node_modules\.bin\nopt" />
<Content Include="node_modules\grunt\node_modules\.bin\nopt.cmd" />
<Content Include="node_modules\grunt\node_modules\.bin\rimraf" />
<Content Include="node_modules\grunt\node_modules\.bin\rimraf.cmd" />
<Content Include="node_modules\grunt\node_modules\.bin\which" />
<Content Include="node_modules\grunt\node_modules\.bin\which.cmd" />
<Content Include="node_modules\grunt\node_modules\async\.gitmodules" />
<Content Include="node_modules\grunt\node_modules\async\.npmignore" />
<Content Include="node_modules\grunt\node_modules\async\index.js" />
<Content Include="node_modules\grunt\node_modules\async\lib\async.js" />
<Content Include="node_modules\grunt\node_modules\async\LICENSE" />
<Content Include="node_modules\grunt\node_modules\async\Makefile" />
<Content Include="node_modules\grunt\node_modules\async\package.json" />
<Content Include="node_modules\grunt\node_modules\async\README.md" />
<Content Include="node_modules\grunt\node_modules\coffee-script\.npmignore" />
<Content Include="node_modules\grunt\node_modules\coffee-script\bin\cake" />
<Content Include="node_modules\grunt\node_modules\coffee-script\bin\coffee" />
<Content Include="node_modules\grunt\node_modules\coffee-script\CNAME" />
<Content Include="node_modules\grunt\node_modules\coffee-script\extras\jsl.conf" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\browser.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\cake.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\coffee-script.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\command.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\grammar.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\helpers.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\index.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\lexer.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\nodes.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\optparse.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\parser.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\repl.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\rewriter.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\lib\coffee-script\scope.js" />
<Content Include="node_modules\grunt\node_modules\coffee-script\LICENSE" />
<Content Include="node_modules\grunt\node_modules\coffee-script\package.json" />
<Content Include="node_modules\grunt\node_modules\coffee-script\Rakefile" />
<Content Include="node_modules\grunt\node_modules\coffee-script\README" />
<Content Include="node_modules\grunt\node_modules\colors\colors.js" />
<Content Include="node_modules\grunt\node_modules\colors\example.html" />
<Content Include="node_modules\grunt\node_modules\colors\example.js" />
<Content Include="node_modules\grunt\node_modules\colors\MIT-LICENSE.txt" />
<Content Include="node_modules\grunt\node_modules\colors\package.json" />
<Content Include="node_modules\grunt\node_modules\colors\ReadMe.md" />
<Content Include="node_modules\grunt\node_modules\colors\test.js" />
<Content Include="node_modules\grunt\node_modules\colors\themes\winston-dark.js" />
<Content Include="node_modules\grunt\node_modules\colors\themes\winston-light.js" />
<Content Include="node_modules\grunt\node_modules\dateformat\lib\dateformat.js" />
<Content Include="node_modules\grunt\node_modules\dateformat\package.json" />
<Content Include="node_modules\grunt\node_modules\dateformat\Readme.md" />
<Content Include="node_modules\grunt\node_modules\dateformat\test\test_weekofyear.js" />
<Content Include="node_modules\grunt\node_modules\dateformat\test\test_weekofyear.sh" />
<Content Include="node_modules\grunt\node_modules\eventemitter2\index.js" />
<Content Include="node_modules\grunt\node_modules\eventemitter2\lib\eventemitter2.js" />
<Content Include="node_modules\grunt\node_modules\eventemitter2\package.json" />
<Content Include="node_modules\grunt\node_modules\eventemitter2\README.md" />
<Content Include="node_modules\grunt\node_modules\exit\.jshintrc" />
<Content Include="node_modules\grunt\node_modules\exit\.npmignore" />
<Content Include="node_modules\grunt\node_modules\exit\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\exit\Gruntfile.js" />
<Content Include="node_modules\grunt\node_modules\exit\lib\exit.js" />
<Content Include="node_modules\grunt\node_modules\exit\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\exit\package.json" />
<Content Include="node_modules\grunt\node_modules\exit\README.md" />
<Content Include="node_modules\grunt\node_modules\exit\test\exit_test.js" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\10-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\10-stdout-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\10-stdout.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\100-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\100-stdout-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\100-stdout.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\1000-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\1000-stdout-stderr.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\1000-stdout.txt" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\create-files.sh" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\log-broken.js" />
<Content Include="node_modules\grunt\node_modules\exit\test\fixtures\log.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\.jshintrc" />
<Content Include="node_modules\grunt\node_modules\findup-sync\.npmignore" />
<Content Include="node_modules\grunt\node_modules\findup-sync\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\findup-sync\Gruntfile.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\lib\findup-sync.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\.npmignore" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\examples\g.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\examples\usr-local.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\glob.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\LICENSE" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\inherits.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\inherits_browser.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\LICENSE" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\package.json" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\README.md" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\node_modules\inherits\test.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\package.json" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\README.md" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\00-setup.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\bash-comparison.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\bash-results.json" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\cwd-test.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\globstar-match.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\mark.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\new-glob-optional-options.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\nocase-nomagic.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\pause-resume.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\readme-issue.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\root-nomount.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\root.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\stat.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\glob\test\zz-cleanup.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.compat.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.compat.min.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.min.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.underscore.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\dist\lodash.underscore.min.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\LICENSE.txt" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\lodash.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\package.json" />
<Content Include="node_modules\grunt\node_modules\findup-sync\node_modules\lodash\README.md" />
<Content Include="node_modules\grunt\node_modules\findup-sync\package.json" />
<Content Include="node_modules\grunt\node_modules\findup-sync\README.md" />
<Content Include="node_modules\grunt\node_modules\findup-sync\test\findup-sync_test.js" />
<Content Include="node_modules\grunt\node_modules\findup-sync\test\fixtures\a.txt" />
<Content Include="node_modules\grunt\node_modules\findup-sync\test\fixtures\aaa.txt" />
<Content Include="node_modules\grunt\node_modules\findup-sync\test\fixtures\a\b\bar.txt" />
<Content Include="node_modules\grunt\node_modules\findup-sync\test\fixtures\a\foo.txt" />
<Content Include="node_modules\grunt\node_modules\getobject\.jshintrc" />
<Content Include="node_modules\grunt\node_modules\getobject\.npmignore" />
<Content Include="node_modules\grunt\node_modules\getobject\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\getobject\Gruntfile.js" />
<Content Include="node_modules\grunt\node_modules\getobject\lib\getobject.js" />
<Content Include="node_modules\grunt\node_modules\getobject\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\getobject\package.json" />
<Content Include="node_modules\grunt\node_modules\getobject\README.md" />
<Content Include="node_modules\grunt\node_modules\getobject\test\namespace_test.js" />
<Content Include="node_modules\grunt\node_modules\glob\.npmignore" />
<Content Include="node_modules\grunt\node_modules\glob\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\glob\examples\g.js" />
<Content Include="node_modules\grunt\node_modules\glob\examples\usr-local.js" />
<Content Include="node_modules\grunt\node_modules\glob\glob.js" />
<Content Include="node_modules\grunt\node_modules\glob\LICENSE" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\.npmignore" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\graceful-fs.js" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\LICENSE" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\package.json" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\README.md" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\test\open.js" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\graceful-fs\test\ulimit.js" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\inherits\inherits.js" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\inherits\package.json" />
<Content Include="node_modules\grunt\node_modules\glob\node_modules\inherits\README.md" />
<Content Include="node_modules\grunt\node_modules\glob\package.json" />
<Content Include="node_modules\grunt\node_modules\glob\README.md" />
<Content Include="node_modules\grunt\node_modules\glob\test\00-setup.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\bash-comparison.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\bash-results.json" />
<Content Include="node_modules\grunt\node_modules\glob\test\cwd-test.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\mark.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\nocase-nomagic.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\pause-resume.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\root-nomount.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\root.js" />
<Content Include="node_modules\grunt\node_modules\glob\test\zz-cleanup.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\.npmignore" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\Gruntfile.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\index.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\package.json" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\README.md" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\exec.cmd" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\exec.sh" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\Gruntfile-execArgv-child.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\Gruntfile-execArgv.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\Gruntfile-print-text.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\spawn-multibyte.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\fixtures\spawn.js" />
<Content Include="node_modules\grunt\node_modules\grunt-legacy-util\test\index.js" />
<Content Include="node_modules\grunt\node_modules\hooker\child.js" />
<Content Include="node_modules\grunt\node_modules\hooker\dist\ba-hooker.js" />
<Content Include="node_modules\grunt\node_modules\hooker\dist\ba-hooker.min.js" />
<Content Include="node_modules\grunt\node_modules\hooker\grunt.js" />
<Content Include="node_modules\grunt\node_modules\hooker\lib\hooker.js" />
<Content Include="node_modules\grunt\node_modules\hooker\LICENSE-MIT" />
<Content Include="node_modules\grunt\node_modules\hooker\package.json" />
<Content Include="node_modules\grunt\node_modules\hooker\parent.js" />
<Content Include="node_modules\grunt\node_modules\hooker\README.md" />
<Content Include="node_modules\grunt\node_modules\hooker\test\hooker_test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\.npmignore" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\encodings\big5.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\encodings\gbk.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\encodings\singlebyte.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\encodings\table\big5.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\encodings\table\gbk.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\generation\generate-big5-table.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\generation\generate-singlebyte.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\index.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\LICENSE" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\package.json" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\README.md" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\README.md~" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\big5-test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\big5File.txt" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\cyrillic-test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\gbk-test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\gbkFile.txt" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\greek-test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\main-test.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\performance.js" />
<Content Include="node_modules\grunt\node_modules\iconv-lite\test\turkish-test.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\bin\js-yaml.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\custom_types.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\custom_types.yaml" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\dumper.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\dumper.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\sample_document.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\examples\sample_document.yaml" />
<Content Include="node_modules\grunt\node_modules\js-yaml\HISTORY.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\index.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\common.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\dumper.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\exception.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\loader.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\mark.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\require.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\schema.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\schema\default.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\schema\minimal.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\schema\safe.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\binary.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\bool.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\float.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\int.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\js\function.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\js\regexp.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\js\undefined.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\map.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\merge.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\null.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\omap.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\pairs.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\seq.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\set.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\str.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\lib\js-yaml\type\timestamp.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\LICENSE" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\.bin\esparse" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\.bin\esparse.cmd" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\.bin\esvalidate" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\.bin\esvalidate.cmd" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\arguments.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\choice.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\constants.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\help.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\nargs.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\parents.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\prefix_chars.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\sub_commands.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\sum.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\examples\testformatters.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\HISTORY.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\index.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\append.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\append\constant.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\count.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\help.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\store.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\store\constant.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\store\false.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\store\true.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\subparsers.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action\version.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\action_container.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\argparse.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\argument\error.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\argument\exclusive.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\argument\group.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\argument_parser.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\const.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\help\added_formatters.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\help\formatter.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\lib\namespace.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\LICENSE" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\component.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\dist\underscore.string.min.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\Gemfile" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\Gemfile.lock" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\libpeerconnection.log" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\lib\underscore.string.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\package.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\Rakefile" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\README.markdown" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\run-qunit.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\speed.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\strings.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\strings_standalone.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test.html" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_standalone.html" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\arrays.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\chaining.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\collections.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\functions.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\index.html" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\objects.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\speed.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\utility.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\vendor\jquery.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\vendor\jslitmus.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\vendor\qunit.css" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\test_underscore\vendor\qunit.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore.string\test\underscore.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\.npmignore" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\CNAME" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\CONTRIBUTING.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\favicon.ico" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\index.html" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\index.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\LICENSE" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\package.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\README.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\underscore-min.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\node_modules\underscore\underscore.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\package.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\argparse\README.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\bin\esparse.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\bin\esvalidate.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\esprima.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\package.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\README.md" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\test\compat.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\test\reflect.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\test\run.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\test\runner.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\node_modules\esprima\test\test.js" />
<Content Include="node_modules\grunt\node_modules\js-yaml\package.json" />
<Content Include="node_modules\grunt\node_modules\js-yaml\README.md" />
<Content Include="node_modules\grunt\node_modules\lodash\lodash.js" />
<Content Include="node_modules\grunt\node_modules\lodash\lodash.min.js" />
<Content Include="node_modules\grunt\node_modules\lodash\lodash.underscore.js" />
<Content Include="node_modules\grunt\node_modules\lodash\lodash.underscore.min.js" />
<Content Include="node_modules\grunt\node_modules\lodash\package.json" />
<Content Include="node_modules\grunt\node_modules\lodash\README.md" />
<Content Include="node_modules\grunt\node_modules\minimatch\.npmignore" />
<Content Include="node_modules\grunt\node_modules\minimatch\LICENSE" />
<Content Include="node_modules\grunt\node_modules\minimatch\minimatch.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\.npmignore" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\CONTRIBUTORS" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\lib\lru-cache.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\LICENSE" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\package.json" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\README.md" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\test\basic.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\test\foreach.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\lru-cache\test\memory-leak.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\bench.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\LICENSE" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\package.json" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\README.md" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\sigmund.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\node_modules\sigmund\test\basic.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\package.json" />
<Content Include="node_modules\grunt\node_modules\minimatch\README.md" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\basic.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\brace-expand.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\caching.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\defaults.js" />
<Content Include="node_modules\grunt\node_modules\minimatch\test\extglob-ending-with-state-char.js" />
<Content Include="node_modules\grunt\node_modules\nopt\.npmignore" />
<Content Include="node_modules\grunt\node_modules\nopt\bin\nopt.js" />
<Content Include="node_modules\grunt\node_modules\nopt\examples\my-program.js" />
<Content Include="node_modules\grunt\node_modules\nopt\lib\nopt.js" />
<Content Include="node_modules\grunt\node_modules\nopt\LICENSE" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\abbrev.js" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\CONTRIBUTING.md" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\LICENSE" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\package.json" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\README.md" />
<Content Include="node_modules\grunt\node_modules\nopt\node_modules\abbrev\test.js" />
<Content Include="node_modules\grunt\node_modules\nopt\package.json" />
<Content Include="node_modules\grunt\node_modules\nopt\README.md" />
<Content Include="node_modules\grunt\node_modules\rimraf\AUTHORS" />
<Content Include="node_modules\grunt\node_modules\rimraf\bin.js" />
<Content Include="node_modules\grunt\node_modules\rimraf\LICENSE" />
<Content Include="node_modules\grunt\node_modules\rimraf\package.json" />
<Content Include="node_modules\grunt\node_modules\rimraf\README.md" />
<Content Include="node_modules\grunt\node_modules\rimraf\rimraf.js" />
<Content Include="node_modules\grunt\node_modules\rimraf\test\run.sh" />
<Content Include="node_modules\grunt\node_modules\rimraf\test\setup.sh" />
<Content Include="node_modules\grunt\node_modules\rimraf\test\test-async.js" />
<Content Include="node_modules\grunt\node_modules\rimraf\test\test-sync.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\.travis.yml" />
<Content Include="node_modules\grunt\node_modules\underscore.string\dist\underscore.string.min.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\Gemfile" />
<Content Include="node_modules\grunt\node_modules\underscore.string\Gemfile.lock" />
<Content Include="node_modules\grunt\node_modules\underscore.string\lib\underscore.string.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\package.json" />
<Content Include="node_modules\grunt\node_modules\underscore.string\Rakefile" />
<Content Include="node_modules\grunt\node_modules\underscore.string\README.markdown" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\run-qunit.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\speed.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\strings.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\strings_standalone.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test.html" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_standalone.html" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\arrays.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\chaining.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\collections.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\functions.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\objects.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\speed.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\temp.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\temp_tests.html" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\test.html" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\utility.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\vendor\jquery.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\vendor\jslitmus.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\vendor\qunit.css" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\test_underscore\vendor\qunit.js" />
<Content Include="node_modules\grunt\node_modules\underscore.string\test\underscore.js" />
<Content Include="node_modules\grunt\node_modules\which\bin\which" />
<Content Include="node_modules\grunt\node_modules\which\LICENSE" />
<Content Include="node_modules\grunt\node_modules\which\package.json" />
<Content Include="node_modules\grunt\node_modules\which\README.md" />
<Content Include="node_modules\grunt\node_modules\which\which.js" />
<Content Include="node_modules\grunt\package.json" />
<Content Include="node_modules\grunt\README.md" />
<Content Include="package.json" />
<Content Include="Project.json" />
<Content Include="Resources.resx" />
<Content Include="Views\DiagnosticsPage.cshtml" />

File diff suppressed because one or more lines are too long

View File

@ -38,13 +38,10 @@ body .location {
#header {
font-size: 18px;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
padding: 15px 0;
border-top: 1px #ddd solid;
border-bottom: 1px #ddd solid;
margin-bottom: 0px;
margin-bottom: 0;
}
#header li {
@ -60,7 +57,7 @@ body .location {
color: #fff;
}
#header li.selected {
#header .selected {
background: #44c5f2;
color: #fff;
}
@ -99,7 +96,7 @@ body .location {
}
#stackpage .source {
padding: 0px;
padding: 0;
}
#stackpage .source ol li {
@ -107,16 +104,7 @@ body .location {
white-space: pre;
}
#stackpage .source ol.highlight li {
/*color: #e22;*/
/*font-weight: bold;*/
}
#stackpage .source ol.highlight li span {
/*color: #000;*/
}
#stackpage .frame:hover .source ol.highlight li span {
#stackpage .frame:hover .source .highlight li span {
color: #fff;
background: #b20000;
}
@ -159,7 +147,7 @@ body .location {
border-right: 1px transparent solid;
}
.page td.length {
.page .length {
text-align: right;
}

View File

@ -135,7 +135,7 @@
if (el.addEventListener) { // DOM Events
el.addEventListener(eventName, callback, false);
} else if (el.attachEvent) { // IE8 events
el.attachEvent("on" + eventName, callback)
el.attachEvent("on" + eventName, callback);
} else {
el["on" + type] = callback;
}
@ -181,7 +181,7 @@
$("#header li")
.click(function () {
tab(this)
tab(this);
})
.keypress(function (e) {
if (e.which === 13) {

View File

@ -0,0 +1,32 @@
module.exports = function (grunt) {
grunt.initConfig({
jshint: {
src: [
"**/*.js",
"!node_modules/**/*.js"
],
options: {
// Options are documented at https://github.com/gruntjs/grunt-contrib-jshint#options
jshintrc: ".jshintrc"
}
},
csslint: {
src: [
"**/*.css",
"!node_modules/**/*.css"
],
options: {
// Options are documented at https://github.com/gruntjs/grunt-contrib-csslint#options
csslintrc: ".csslintrc"
}
}
});
grunt.loadNpmTasks("grunt-contrib-jshint");
grunt.loadNpmTasks("grunt-contrib-csslint");
grunt.registerTask("default", ["jshint", "csslint"]);
};

View File

@ -0,0 +1,11 @@
{
"name": "DiagnosticsPages",
"version": "0.0.0",
"description": "",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0"
}
}