microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.29k stars 29.31k forks source link

Could not find a declaration file for module 'markdown-it' #31381

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

Steps to Reproduce:

  1. git clone https://github.com/Microsoft/vscode
  2. cd vscode
  3. .\scripts\npm.bat install
  4. npm run watch
    [07:44:38] Starting compilation...
    [07:44:43] Error: F:/CodeStudio/vscode/extensions/markdown/src/markdownEngine.ts(9,35): Could not find a declaration file for module 'markdown-it'. 'F:/CodeStudio/vscode/extensions/markdown/node_modules/markdown-it/index.js' implicitly has an 'any' type.
    Try `npm install @types/markdown-it` if it exists or add a new declaration (.d.ts) file containing `declare module 'markdown-it';`
    [07:44:43] Error: F:/CodeStudio/vscode/extensions/markdown/src/markdownEngine.ts(40,30): Could not find a declaration file for module 'highlight.js'. 'F:/CodeStudio/vscode/extensions/markdown/node_modules/highlight.js' implicitly has an 'any' type.
    Try `npm install @types/highlight.js` if it exists or add a new declaration (.d.ts) file containing `declare module 'highlight.js';`
    [07:44:43] Error: F:/CodeStudio/vscode/extensions/markdown/src/markdownEngine.ts(42,28): Could not find a declaration file for module 'markdown-it'. 'F:/CodeStudio/vscode/extensions/markdown/node_modules/markdown-it/index.js' implicitly has an 'any' type.
    Try `npm install @types/markdown-it` if it exists or add a new declaration (.d.ts) file containing `declare module 'markdown-it';`
    [07:44:43] Error: F:/CodeStudio/vscode/extensions/markdown/src/markdownEngine.ts(101,37): Parameter 'token' implicitly has an 'any' type.
    [07:44:43] Error: F:/CodeStudio/vscode/extensions/emmet/src/imageSizeHelper.ts(15,25): Cannot find module 'image-size'.
    [07:44:43] Finished compilation with 5 errors after 5452 ms

Reproduces without extensions: Yes

evandrocoan commented 7 years ago

I had run these commands from:

  1. https://github.com/Microsoft/vscode/issues/30909#issuecomment-316374198 Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'
git clean -xfd .
git pull
.\scripts\npm.bat install 
start /B npm run watch

And it completely built:

image

Gist: [vscode>git clean -xfd .](https://gist.github.com/evandrocoan/59e79e9dc7f46c07792ee6d64f630049) ``` Microsoft Windows [Version 10.0.15063] (c) 2017 Microsoft Corporation. All rights reserved. F:\CodeStudio>cd vscode F:\CodeStudio\vscode>git clean -xfd . Removing build/lib/watch/node_modules/ Removing node_modules/ Removing out-build/ Removing out-vscode/ Removing out/ Removing resources/app/ F:\CodeStudio\vscode>.\scripts\npm.bat install npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead. > code-oss-dev@1.15.0 preinstall F:\CodeStudio\vscode > node build/npm/preinstall.js > typechecker@2.0.8 preinstall F:\CodeStudio\vscode\node_modules\.staging\typechecker-0f2b28cf > node ./cyclic.js npm WARN prefer global js-beautify@1.5.10 should be installed with -g > oniguruma@6.1.1 install F:\CodeStudio\vscode\node_modules\oniguruma > node-gyp rebuild F:\CodeStudio\vscode\node_modules\oniguruma>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. regcomp.c regenc.c regerror.c regexec.c ..\deps\onig\regexec.c(1344): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(1348): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(1364): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(1368): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(1672): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguru ma.vcxproj] ..\deps\onig\regexec.c(1737): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguru ma.vcxproj] ..\deps\onig\regexec.c(2082): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguruma. vcxproj] ..\deps\onig\regexec.c(2096): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguruma. vcxproj] ..\deps\onig\regexec.c(2113): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguruma. vcxproj] ..\deps\onig\regexec.c(2119): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\CodeStudio\vscode\node_modules\oniguruma\build\oniguruma. vcxproj] ..\deps\onig\regexec.c(2153): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2157): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2185): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2189): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2217): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2221): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2256): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2260): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\build\on iguruma.vcxproj] ..\deps\onig\regexec.c(2372): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'OnigUChar *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\bui ld\oniguruma.vcxproj] ..\deps\onig\regexec.c(2395): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'OnigUChar *' of greater size [F:\CodeStudio\vscode\node_modules\oniguruma\bui ld\oniguruma.vcxproj] ..\deps\onig\regcomp.c(563): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\CodeStudio\vscode\node_modules\oniguruma\build\onigurum a.vcxproj] regext.c reggnu.c regparse.c regposerr.c regposix.c regsyntax.c regtrav.c regversion.c st.c ascii.c big5.c cp1251.c euc_jp.c euc_kr.c euc_tw.c gb18030.c iso8859_1.c iso8859_2.c iso8859_3.c iso8859_4.c iso8859_5.c iso8859_6.c iso8859_7.c iso8859_8.c iso8859_9.c iso8859_10.c iso8859_11.c iso8859_13.c iso8859_14.c iso8859_15.c iso8859_16.c koi8.c koi8_r.c mktable.c sjis.c unicode.c utf16_be.c utf16_le.c utf32_be.c utf32_le.c utf8.c win_delay_load_hook.cc oniguruma.vcxproj -> F:\CodeStudio\vscode\node_modules\oniguruma\build\Release\\oniguruma.lib onig-result.cc onig-reg-exp.cc onig-scanner.cc onig-scanner-worker.cc onig-searcher.cc onig-string.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\oniguruma\build\Release\onig_scanner.lib and object F:\CodeStudio\vscode\node_modules\oniguruma\build\Release\onig_s canner.exp Generating code Finished generating code onig_scanner.vcxproj -> F:\CodeStudio\vscode\node_modules\oniguruma\build\Release\\onig_scanner.node onig_scanner.vcxproj -> F:\CodeStudio\vscode\node_modules\oniguruma\build\Release\onig_scanner.pdb (Full PDB) > electron-mksnapshot@1.6.0 install F:\CodeStudio\vscode\node_modules\electron-mksnapshot > node ./download-mksnapshot.js > gc-signals@0.0.1 install F:\CodeStudio\vscode\node_modules\gc-signals > node-gyp rebuild F:\CodeStudio\vscode\node_modules\gc-signals>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. gcsignal.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\gc-signals\build\Release\gcsignals.lib and object F:\CodeStudio\vscode\node_modules\gc-signals\build\Release\gcsigna ls.exp Generating code Finished generating code gcsignals.vcxproj -> F:\CodeStudio\vscode\node_modules\gc-signals\build\Release\\gcsignals.node gcsignals.vcxproj -> F:\CodeStudio\vscode\node_modules\gc-signals\build\Release\gcsignals.pdb (Full PDB) > husky@0.13.4 install F:\CodeStudio\vscode\node_modules\husky > node ./bin/install.js husky setting up hooks done > keytar@4.0.3 install F:\CodeStudio\vscode\node_modules\keytar > node-gyp rebuild F:\CodeStudio\vscode\node_modules\keytar>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. async.cc main.cc keytar_win.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\keytar\build\Release\keytar.lib and object F:\CodeStudio\vscode\node_modules\keytar\build\Release\keytar.exp Generating code Finished generating code keytar.vcxproj -> F:\CodeStudio\vscode\node_modules\keytar\build\Release\\keytar.node keytar.vcxproj -> F:\CodeStudio\vscode\node_modules\keytar\build\Release\keytar.pdb (Full PDB) > native-keymap@1.2.4 install F:\CodeStudio\vscode\node_modules\native-keymap > node-gyp rebuild F:\CodeStudio\vscode\node_modules\native-keymap>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. string_conversion.cc keymapping.cc keyboard_win.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\native-keymap\build\Release\keymapping.lib and object F:\CodeStudio\vscode\node_modules\native-keymap\build\Release\ keymapping.exp Generating code Finished generating code keymapping.vcxproj -> F:\CodeStudio\vscode\node_modules\native-keymap\build\Release\\keymapping.node keymapping.vcxproj -> F:\CodeStudio\vscode\node_modules\native-keymap\build\Release\keymapping.pdb (Full PDB) > node-pty@0.6.9 install F:\CodeStudio\vscode\node_modules\node-pty > node scripts/install.js F:\CodeStudio\vscode\node_modules\node-pty>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Agent.cc AgentCreateDesktop.cc ConsoleFont.cc ConsoleInput.cc ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(121): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(137): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(155): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(172): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(340): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modul es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(348): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_mod ules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ConsoleInputReencoding.cc ConsoleLine.cc DebugShowInput.cc DefaultInputMap.cc ..\..\..\..\deps\winpty\src\agent\ConsoleLine.cc(127): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [F:\CodeStudio\vscode\node_ modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] EventLoop.cc InputMap.cc LargeConsoleRead.cc ..\..\..\..\deps\winpty\src\agent\DefaultInputMap.cc(260): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_mo dules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\DefaultInputMap.cc(291): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [F:\CodeStudio\vscode\node_m odules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] NamedPipe.cc ..\..\..\..\deps\winpty\src\agent\EventLoop.cc(78): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modules \node-pty\build\deps\winpty\src\winpty-agent.vcxproj] Scraper.cc Terminal.cc Win32Console.cc ..\..\..\..\deps\winpty\src\agent\NamedPipe.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_mo dules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\NamedPipe.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'const DWORD', possible loss of data [F:\CodeStudio\vscode\n ode_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] Win32ConsoleBuffer.cc ..\..\..\..\deps\winpty\src\agent\Scraper.cc(561): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data [F:\CodeStudio\vscode\node_mod ules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\Scraper.cc(623): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modules\n ode-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\Win32Console.cc(73): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modu les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\Terminal.cc(365): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modul es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\agent\Terminal.cc(369): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modul es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] main.cc BackgroundDesktop.cc Buffer.cc DebugClient.cc GenRandom.cc OwnedHandle.cc StringUtil.cc ..\..\..\..\deps\winpty\src\shared\DebugClient.cc(80): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modu les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] WindowsSecurity.cc WindowsVersion.cc ..\..\..\..\deps\winpty\src\shared\GenRandom.cc(71): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\shared\GenRandom.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\shared\StringUtil.cc(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modules \node-pty\build\deps\winpty\src\winpty-agent.vcxproj] ..\..\..\..\deps\winpty\src\shared\StringUtil.cc(52): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modules \node-pty\build\deps\winpty\src\winpty-agent.vcxproj] WinptyAssert.cc WinptyException.cc ..\..\..\..\deps\winpty\src\shared\WindowsSecurity.cc(183): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\CodeStudio\vscode\node _modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] WinptyVersion.cc win_delay_load_hook.cc Generating code f:\codestudio\vscode\node_modules\node-pty\deps\winpty\src\agent\agent.cc(231): warning C4722: 'Agent::~Agent': destructor never returns, potential memory leak [F:\CodeStud io\vscode\node_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj] Finished generating code winpty-agent.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\\winpty-agent.exe winpty-agent.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\winpty-agent.pdb (Full PDB) AgentLocation.cc winpty.cc BackgroundDesktop.cc Buffer.cc ..\..\..\..\deps\winpty\src\libwinpty\winpty.cc(306): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modul es\node-pty\build\deps\winpty\src\winpty.vcxproj] ..\..\..\..\deps\winpty\src\libwinpty\winpty.cc(334): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modul es\node-pty\build\deps\winpty\src\winpty.vcxproj] DebugClient.cc GenRandom.cc OwnedHandle.cc StringUtil.cc WindowsSecurity.cc ..\..\..\..\deps\winpty\src\shared\DebugClient.cc(80): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_modu les\node-pty\build\deps\winpty\src\winpty.vcxproj] ..\..\..\..\deps\winpty\src\shared\GenRandom.cc(71): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty.vcxproj] ..\..\..\..\deps\winpty\src\shared\GenRandom.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\CodeStudio\vscode\node_module s\node-pty\build\deps\winpty\src\winpty.vcxproj] WindowsVersion.cc WinptyAssert.cc ..\..\..\..\deps\winpty\src\shared\StringUtil.cc(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modules \node-pty\build\deps\winpty\src\winpty.vcxproj] ..\..\..\..\deps\winpty\src\shared\StringUtil.cc(52): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\CodeStudio\vscode\node_modules \node-pty\build\deps\winpty\src\winpty.vcxproj] WinptyException.cc ..\..\..\..\deps\winpty\src\shared\WindowsSecurity.cc(183): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\CodeStudio\vscode\node _modules\node-pty\build\deps\winpty\src\winpty.vcxproj] WinptyVersion.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\node-pty\build\Release\winpty.lib and object F:\CodeStudio\vscode\node_modules\node-pty\build\Release\winpty.exp Generating code Finished generating code winpty.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\\winpty.dll winpty.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\winpty.pdb (Full PDB) pty.cc win_delay_load_hook.cc ..\src\win\pty.cc(51): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(51): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(62): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(62): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(245): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(245): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(246): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(246): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(263): warning C4533: initialization of 'marshal' is skipped by 'goto cleanup' [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] ..\src\win\pty.cc(243): note: see declaration of 'marshal' ..\src\win\pty.cc(263): note: see declaration of 'cleanup' ..\src\win\pty.cc(314): warning C4312: 'type cast': conversion from 'int32_t' to 'HANDLE' of greater size [F:\CodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj] Creating library F:\CodeStudio\vscode\node_modules\node-pty\build\Release\pty.lib and object F:\CodeStudio\vscode\node_modules\node-pty\build\Release\pty.exp Generating code Finished generating code pty.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\\pty.node pty.vcxproj -> F:\CodeStudio\vscode\node_modules\node-pty\build\Release\pty.pdb (Full PDB) > nsfw@1.0.16 install F:\CodeStudio\vscode\node_modules\nsfw > node-gyp rebuild F:\CodeStudio\vscode\node_modules\nsfw>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Warning: Missing input files: F:\CodeStudio\vscode\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. opa_primitives.c opa_queue.c win_delay_load_hook.cc openpa.vcxproj -> F:\CodeStudio\vscode\node_modules\nsfw\build\Release\\openpa.lib NSFW.cpp Queue.cpp NativeInterface.cpp ReadLoop.cpp F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i s incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i s incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i s incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp) ReadLoopRunner.cpp F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i s incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp) ..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] C:\Users\Professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(3648): note: see declaration of 'v8::Function::NewInstance' F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i s incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp) F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp) Creating library F:\CodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.lib and object F:\CodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.exp Generating code Finished generating code nsfw.vcxproj -> F:\CodeStudio\vscode\node_modules\nsfw\build\Release\\nsfw.node nsfw.vcxproj -> F:\CodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB) > v8-profiler@5.6.5 install F:\CodeStudio\vscode\node_modules\v8-profiler > node-gyp rebuild F:\CodeStudio\vscode\node_modules\v8-profiler>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. profiler.cc cpu_profiler.cc cpu_profile.cc cpu_profile_node.cc f:\codestudio\vscode\node_modules\nan\nan_new.h(208): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data (compiling source file ..\src\ cpu_profile.cc) [F:\CodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj] ..\src\cpu_profile.cc(82): note: see reference to function template instantiation 'v8::Local Nan::New(A0)' being compiled with [ A0=int64_t ] heap_profiler.cc heap_snapshot.cc heap_output_stream.cc heap_graph_node.cc ..\src\heap_snapshot.cc(148): warning C4244: 'argument': conversion from 'int64_t' to 'uint32_t', possible loss of data [F:\CodeStudio\vscode\node_modules\v8-profiler\build \profiler.vcxproj] ..\src\heap_graph_node.cc(69): warning C4996: 'v8::Object::Has': was declared deprecated [F:\CodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj] c:\users\professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(2998): note: see declaration of 'v8::Object::Has' f:\codestudio\vscode\node_modules\nan\nan_new.h(208): warning C4244: 'argument': conversion from 'std::size_t' to 'double', possible loss of data (compiling source file ..\ src\heap_graph_node.cc) [F:\CodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj] ..\src\heap_graph_node.cc(126): note: see reference to function template instantiation 'v8::Local Nan::New(std::A0)' being compiled with [ A0=std::size_t ] heap_graph_edge.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\v8-profiler\build\Release\profiler.lib and object F:\CodeStudio\vscode\node_modules\v8-profiler\build\Release\profil er.exp Generating code Finished generating code profiler.vcxproj -> F:\CodeStudio\vscode\node_modules\v8-profiler\build\Release\\profiler.node profiler.vcxproj -> F:\CodeStudio\vscode\node_modules\v8-profiler\build\Release\profiler.pdb (Full PDB) > windows-foreground-love@0.1.0 install F:\CodeStudio\vscode\node_modules\windows-foreground-love > node-gyp rebuild F:\CodeStudio\vscode\node_modules\windows-foreground-love>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. foreground-love.cc win_delay_load_hook.cc Creating library F:\CodeStudio\vscode\node_modules\windows-foreground-love\build\Release\foreground-love.lib and object F:\CodeStudio\vscode\node_modules\windows-foreg round-love\build\Release\foreground-love.exp Generating code Finished generating code foreground-love.vcxproj -> F:\CodeStudio\vscode\node_modules\windows-foreground-love\build\Release\\foreground-love.node foreground-love.vcxproj -> F:\CodeStudio\vscode\node_modules\windows-foreground-love\build\Release\foreground-love.pdb (Full PDB) > windows-mutex@0.2.0 install F:\CodeStudio\vscode\node_modules\windows-mutex > node-gyp rebuild F:\CodeStudio\vscode\node_modules\windows-mutex>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. main.cc mutex.cc win_delay_load_hook.cc ..\src\mutex.cc(70): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\CodeStudio\vscode\node_modules\windows-mutex\build\CreateMutex.vcxproj] C:\Users\Professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(3644): note: see declaration of 'v8::Function::NewInstance' Creating library F:\CodeStudio\vscode\node_modules\windows-mutex\build\Release\CreateMutex.lib and object F:\CodeStudio\vscode\node_modules\windows-mutex\build\Release \CreateMutex.exp Generating code Finished generating code CreateMutex.vcxproj -> F:\CodeStudio\vscode\node_modules\windows-mutex\build\Release\\CreateMutex.node CreateMutex.vcxproj -> F:\CodeStudio\vscode\node_modules\windows-mutex\build\Release\CreateMutex.pdb (Full PDB) > node-pty@0.6.9 postinstall F:\CodeStudio\vscode\node_modules\node-pty > node scripts/post-install.js > vscode-ripgrep@0.0.12 postinstall F:\CodeStudio\vscode\node_modules\vscode-ripgrep > node ./dist/postinstall.js Downloading to C:\Users\PROFES~1\AppData\Local\Temp\vscode-ripgrep-cache\ripgrep-0.5.1-patch.0-win32-ia32.zip ↓ ripgrep-0.5.1-patch.0-win32-ia32.zip [====================] 100% Unzipping to F:\CodeStudio\vscode\node_modules\vscode-ripgrep\bin > code-oss-dev@1.15.0 postinstall F:\CodeStudio\vscode > node build/npm/postinstall.js > vscode-extensions@0.0.1 postinstall F:\CodeStudio\vscode\extensions > node ./postinstall removed 'F:\CodeStudio\vscode\extensions\node_modules\typescript\lib\tsc.js' removed 'F:\CodeStudio\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.d.ts' removed 'F:\CodeStudio\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.js' removed 'F:\CodeStudio\vscode\extensions\node_modules\typescript\lib\typescriptServices.d.ts' removed 'F:\CodeStudio\vscode\extensions\node_modules\typescript\lib\typescriptServices.js' vscode-extensions@0.0.1 F:\CodeStudio\vscode\extensions `-- typescript@2.4.2 npm WARN vscode-extensions@0.0.1 No repository field. npm WARN vscode-extensions@0.0.1 No license field. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue vscode-api-tests@0.0.1 F:\CodeStudio\vscode\extensions\vscode-api-tests +-- @types/mocha@2.2.41 +-- @types/node@7.0.39 +-- typescript@1.8.10 `-- vscode@1.0.1 +-- glob@5.0.15 | +-- inflight@1.0.6 | | `-- wrappy@1.0.2 | +-- inherits@2.0.3 | +-- minimatch@3.0.4 | | `-- brace-expansion@1.1.8 | | +-- balanced-match@1.0.0 | | `-- concat-map@0.0.1 | +-- once@1.4.0 | `-- path-is-absolute@1.0.1 +-- gulp-chmod@1.3.0 | +-- deep-assign@1.0.0 | | `-- is-obj@1.0.1 | +-- stat-mode@0.2.2 | `-- through2@2.0.3 | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- string_decoder@1.0.3 | | `-- util-deprecate@1.0.2 | `-- xtend@4.0.1 +-- gulp-filter@4.0.0 | +-- gulp-util@3.0.8 | | +-- array-differ@1.0.0 | | +-- array-uniq@1.0.3 | | +-- beeper@1.1.1 | | +-- chalk@1.1.3 | | | +-- ansi-styles@2.2.1 | | | +-- escape-string-regexp@1.0.5 | | | +-- has-ansi@2.0.0 | | | | `-- ansi-regex@2.1.1 | | | +-- strip-ansi@3.0.1 | | | `-- supports-color@2.0.0 | | +-- dateformat@2.0.0 | | +-- fancy-log@1.3.0 | | | `-- time-stamp@1.1.0 | | +-- gulplog@1.0.0 | | | `-- glogg@1.0.0 | | +-- has-gulplog@0.1.0 | | | `-- sparkles@1.0.0 | | +-- lodash._reescape@3.0.0 | | +-- lodash._reevaluate@3.0.0 | | +-- lodash._reinterpolate@3.0.0 | | +-- lodash.template@3.6.2 | | | +-- lodash._basecopy@3.0.1 | | | +-- lodash._basetostring@3.0.1 | | | +-- lodash._basevalues@3.0.0 | | | +-- lodash._isiterateecall@3.0.9 | | | +-- lodash.escape@3.2.0 | | | | `-- lodash._root@3.0.1 | | | +-- lodash.keys@3.1.2 | | | | +-- lodash._getnative@3.9.1 | | | | +-- lodash.isarguments@3.1.0 | | | | `-- lodash.isarray@3.0.4 | | | +-- lodash.restparam@3.6.1 | | | `-- lodash.templatesettings@3.1.1 | | +-- minimist@1.2.0 | | +-- multipipe@0.1.2 | | | `-- duplexer2@0.0.2 | | | `-- readable-stream@1.1.14 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- object-assign@3.0.0 | | +-- replace-ext@0.0.1 | | `-- vinyl@0.5.3 | +-- multimatch@2.1.0 | | +-- array-union@1.0.2 | | `-- arrify@1.0.1 | `-- streamfilter@1.0.5 +-- gulp-gunzip@0.0.3 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | `-- vinyl@0.4.6 | +-- clone@0.2.0 | `-- clone-stats@0.0.1 +-- gulp-remote-src@0.4.3 | +-- event-stream@3.3.4 | | +-- duplexer@0.1.1 | | +-- from@0.1.7 | | +-- map-stream@0.1.0 | | +-- pause-stream@0.0.11 | | +-- split@0.3.3 | | +-- stream-combiner@0.0.4 | | `-- through@2.3.8 | +-- node.extend@1.1.6 | | `-- is@3.2.1 | +-- request@2.79.0 | | +-- caseless@0.11.0 | | +-- har-validator@2.0.6 | | | +-- commander@2.11.0 | | | +-- is-my-json-valid@2.16.0 | | | | +-- generate-function@2.0.0 | | | | +-- generate-object-property@1.2.0 | | | | | `-- is-property@1.0.2 | | | | `-- jsonpointer@4.0.1 | | | `-- pinkie-promise@2.0.1 | | | `-- pinkie@2.0.4 | | +-- qs@6.3.2 | | `-- tunnel-agent@0.4.3 | `-- vinyl@2.0.2 | +-- clone@1.0.2 | +-- clone-buffer@1.0.0 | +-- clone-stats@1.0.0 | +-- cloneable-readable@1.0.0 | +-- is-stream@1.1.0 | +-- remove-trailing-separator@1.0.2 | `-- replace-ext@1.0.0 +-- gulp-symdest@1.1.0 | +-- mkdirp@0.5.1 | | `-- minimist@0.0.8 | +-- queue@3.1.0 | `-- vinyl-fs@2.4.4 | +-- duplexify@3.5.0 | | +-- end-of-stream@1.0.0 | | | `-- once@1.3.3 | | `-- stream-shift@1.0.0 | +-- glob-stream@5.3.5 | | +-- glob-parent@3.1.0 | | | +-- is-glob@3.1.0 | | | | `-- is-extglob@2.1.1 | | | `-- path-dirname@1.0.2 | | +-- micromatch@2.3.11 | | | +-- arr-diff@2.0.0 | | | | `-- arr-flatten@1.1.0 | | | +-- array-unique@0.2.1 | | | +-- braces@1.8.5 | | | | +-- expand-range@1.8.2 | | | | | `-- fill-range@2.2.3 | | | | | +-- is-number@2.1.0 | | | | | +-- isobject@2.1.0 | | | | | +-- randomatic@1.1.7 | | | | | | +-- is-number@3.0.0 | | | | | | | `-- kind-of@3.2.2 | | | | | | `-- kind-of@4.0.0 | | | | | `-- repeat-string@1.6.1 | | | | +-- preserve@0.2.0 | | | | `-- repeat-element@1.1.2 | | | +-- expand-brackets@0.1.5 | | | | `-- is-posix-bracket@0.1.1 | | | +-- extglob@0.3.2 | | | | `-- is-extglob@1.0.0 | | | +-- filename-regex@2.0.1 | | | +-- is-extglob@1.0.0 | | | +-- is-glob@2.0.1 | | | +-- kind-of@3.2.2 | | | | `-- is-buffer@1.1.5 | | | +-- normalize-path@2.1.1 | | | +-- object.omit@2.0.1 | | | | +-- for-own@0.1.5 | | | | | `-- for-in@1.0.2 | | | | `-- is-extendable@0.1.1 | | | +-- parse-glob@3.0.4 | | | | +-- glob-base@0.3.0 | | | | | +-- glob-parent@2.0.0 | | | | | `-- is-glob@2.0.1 | | | | | `-- is-extglob@1.0.0 | | | | +-- is-dotfile@1.0.3 | | | | +-- is-extglob@1.0.0 | | | | `-- is-glob@2.0.1 | | | `-- regex-cache@0.4.3 | | | +-- is-equal-shallow@0.1.3 | | | `-- is-primitive@2.0.0 | | +-- ordered-read-streams@0.3.0 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- to-absolute-glob@0.1.1 | | | `-- extend-shallow@2.0.1 | | `-- unique-stream@2.2.1 | +-- graceful-fs@4.1.11 | +-- gulp-sourcemaps@1.6.0 | | +-- convert-source-map@1.5.0 | | `-- vinyl@1.2.0 | +-- is-valid-glob@0.3.0 | +-- lazystream@1.0.0 | +-- lodash.isequal@4.5.0 | +-- merge-stream@1.0.1 | +-- object-assign@4.1.1 | +-- strip-bom@2.0.0 | | `-- is-utf8@0.2.1 | +-- strip-bom-stream@1.0.0 | | `-- first-chunk-stream@1.0.0 | +-- through2-filter@2.0.0 | +-- vali-date@1.0.0 | `-- vinyl@1.2.0 +-- gulp-untar@0.0.4 | +-- event-stream@3.1.7 | | `-- split@0.2.10 | +-- gulp-util@2.2.20 | | +-- chalk@0.5.1 | | | +-- ansi-styles@1.1.0 | | | +-- has-ansi@0.1.0 | | | | `-- ansi-regex@0.2.1 | | | +-- strip-ansi@0.3.0 | | | `-- supports-color@0.2.0 | | +-- dateformat@1.0.12 | | | +-- get-stdin@4.0.1 | | | `-- meow@3.7.0 | | | +-- camelcase-keys@2.1.0 | | | | `-- camelcase@2.1.1 | | | +-- decamelize@1.2.0 | | | +-- loud-rejection@1.6.0 | | | | +-- currently-unhandled@0.4.1 | | | | | `-- array-find-index@1.0.2 | | | | `-- signal-exit@3.0.2 | | | +-- map-obj@1.0.1 | | | +-- normalize-package-data@2.4.0 | | | | +-- hosted-git-info@2.5.0 | | | | +-- is-builtin-module@1.0.0 | | | | | `-- builtin-modules@1.1.1 | | | | `-- validate-npm-package-license@3.0.1 | | | | +-- spdx-correct@1.0.2 | | | | | `-- spdx-license-ids@1.2.2 | | | | `-- spdx-expression-parse@1.0.4 | | | +-- object-assign@4.1.1 | | | +-- read-pkg-up@1.0.1 | | | | +-- find-up@1.1.2 | | | | | `-- path-exists@2.1.0 | | | | `-- read-pkg@1.1.0 | | | | +-- load-json-file@1.1.0 | | | | | +-- parse-json@2.2.0 | | | | | | `-- error-ex@1.3.1 | | | | | | `-- is-arrayish@0.2.1 | | | | | `-- pify@2.3.0 | | | | `-- path-type@1.1.0 | | | +-- redent@1.0.0 | | | | +-- indent-string@2.1.0 | | | | | `-- repeating@2.0.1 | | | | | `-- is-finite@1.0.2 | | | | | `-- number-is-nan@1.0.1 | | | | `-- strip-indent@1.0.1 | | | `-- trim-newlines@1.0.0 | | +-- lodash._reinterpolate@2.4.1 | | +-- lodash.template@2.4.1 | | | +-- lodash._escapestringchar@2.4.1 | | | +-- lodash.defaults@2.4.1 | | | | +-- lodash._objecttypes@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.escape@2.4.1 | | | | +-- lodash._escapehtmlchar@2.4.1 | | | | | `-- lodash._htmlescapes@2.4.1 | | | | `-- lodash._reunescapedhtml@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.keys@2.4.1 | | | | +-- lodash._isnative@2.4.1 | | | | +-- lodash._shimkeys@2.4.1 | | | | `-- lodash.isobject@2.4.1 | | | +-- lodash.templatesettings@2.4.1 | | | `-- lodash.values@2.4.1 | | | `-- lodash.keys@2.4.1 | | +-- minimist@0.2.0 | | +-- through2@0.5.1 | | | `-- xtend@3.0.0 | | `-- vinyl@0.2.3 | +-- streamifier@0.1.1 | +-- tar@0.1.20 | | +-- block-stream@0.0.9 | | `-- fstream@0.1.31 | | +-- graceful-fs@3.0.11 | | | `-- natives@1.1.0 | | `-- rimraf@2.6.1 | | `-- glob@7.1.2 | | `-- fs.realpath@1.0.0 | `-- through2@0.4.2 | +-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | `-- xtend@2.1.2 | `-- object-keys@0.4.0 +-- gulp-vinyl-zip@1.4.0 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | +-- vinyl@0.4.6 | | `-- clone@0.2.0 | +-- yauzl@2.8.0 | | +-- buffer-crc32@0.2.13 | | `-- fd-slicer@1.0.1 | | `-- pend@1.2.0 | `-- yazl@2.4.2 +-- mocha@2.5.3 | +-- commander@2.3.0 | +-- debug@2.2.0 | | `-- ms@0.7.1 | +-- diff@1.4.0 | +-- escape-string-regexp@1.0.2 | +-- glob@3.2.11 | | `-- minimatch@0.3.0 | | +-- lru-cache@2.7.3 | | `-- sigmund@1.0.1 | +-- growl@1.9.2 | +-- jade@0.26.3 | | +-- commander@0.6.1 | | `-- mkdirp@0.3.0 | +-- supports-color@1.2.0 | `-- to-iso-string@0.0.2 +-- request@2.81.0 | +-- aws-sign2@0.6.0 | +-- aws4@1.6.0 | +-- caseless@0.12.0 | +-- combined-stream@1.0.5 | | `-- delayed-stream@1.0.0 | +-- extend@3.0.1 | +-- forever-agent@0.6.1 | +-- form-data@2.1.4 | | `-- asynckit@0.4.0 | +-- har-validator@4.2.1 | | +-- ajv@4.11.8 | | | +-- co@4.6.0 | | | `-- json-stable-stringify@1.0.1 | | | `-- jsonify@0.0.0 | | `-- har-schema@1.0.5 | +-- hawk@3.1.3 | | +-- boom@2.10.1 | | +-- cryptiles@2.0.5 | | +-- hoek@2.16.3 | | `-- sntp@1.0.9 | +-- http-signature@1.1.1 | | +-- assert-plus@0.2.0 | | +-- jsprim@1.4.0 | | | +-- assert-plus@1.0.0 | | | +-- extsprintf@1.0.2 | | | +-- json-schema@0.2.3 | | | `-- verror@1.3.6 | | `-- sshpk@1.13.1 | | +-- asn1@0.2.3 | | +-- assert-plus@1.0.0 | | +-- bcrypt-pbkdf@1.0.1 | | +-- dashdash@1.14.1 | | | `-- assert-plus@1.0.0 | | +-- ecc-jsbn@0.1.1 | | +-- getpass@0.1.7 | | | `-- assert-plus@1.0.0 | | +-- jsbn@0.1.1 | | `-- tweetnacl@0.14.5 | +-- is-typedarray@1.0.0 | +-- isstream@0.1.2 | +-- json-stringify-safe@5.0.1 | +-- mime-types@2.1.16 | | `-- mime-db@1.29.0 | +-- oauth-sign@0.8.2 | +-- performance-now@0.2.0 | +-- qs@6.4.0 | +-- safe-buffer@5.1.1 | +-- stringstream@0.0.5 | +-- tough-cookie@2.3.2 | | `-- punycode@1.4.1 | +-- tunnel-agent@0.6.0 | `-- uuid@3.1.0 +-- semver@5.4.1 +-- source-map-support@0.3.3 | `-- source-map@0.1.32 | `-- amdefine@1.0.1 `-- vinyl-source-stream@1.1.0 +-- through2@0.6.5 | `-- readable-stream@1.0.34 | +-- isarray@0.0.1 | `-- string_decoder@0.10.31 `-- vinyl@0.4.6 `-- clone@0.2.0 npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue > vscode-colorize-tests@0.0.1 postinstall F:\CodeStudio\vscode\extensions\vscode-colorize-tests > node ./node_modules/vscode/bin/install Detected VS Code engine version: * Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts vscode.d.ts successfully installed! vscode-colorize-tests@0.0.1 F:\CodeStudio\vscode\extensions\vscode-colorize-tests +-- @types/mocha@2.2.41 +-- @types/node@7.0.39 `-- vscode@1.0.1 +-- glob@5.0.15 | +-- inflight@1.0.6 | | `-- wrappy@1.0.2 | +-- inherits@2.0.3 | +-- minimatch@3.0.4 | | `-- brace-expansion@1.1.8 | | +-- balanced-match@1.0.0 | | `-- concat-map@0.0.1 | +-- once@1.4.0 | `-- path-is-absolute@1.0.1 +-- gulp-chmod@1.3.0 | +-- deep-assign@1.0.0 | | `-- is-obj@1.0.1 | +-- stat-mode@0.2.2 | `-- through2@2.0.3 | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- string_decoder@1.0.3 | | `-- util-deprecate@1.0.2 | `-- xtend@4.0.1 +-- gulp-filter@4.0.0 | +-- gulp-util@3.0.8 | | +-- array-differ@1.0.0 | | +-- array-uniq@1.0.3 | | +-- beeper@1.1.1 | | +-- chalk@1.1.3 | | | +-- ansi-styles@2.2.1 | | | +-- escape-string-regexp@1.0.5 | | | +-- has-ansi@2.0.0 | | | | `-- ansi-regex@2.1.1 | | | +-- strip-ansi@3.0.1 | | | `-- supports-color@2.0.0 | | +-- dateformat@2.0.0 | | +-- fancy-log@1.3.0 | | | `-- time-stamp@1.1.0 | | +-- gulplog@1.0.0 | | | `-- glogg@1.0.0 | | +-- has-gulplog@0.1.0 | | | `-- sparkles@1.0.0 | | +-- lodash._reescape@3.0.0 | | +-- lodash._reevaluate@3.0.0 | | +-- lodash._reinterpolate@3.0.0 | | +-- lodash.template@3.6.2 | | | +-- lodash._basecopy@3.0.1 | | | +-- lodash._basetostring@3.0.1 | | | +-- lodash._basevalues@3.0.0 | | | +-- lodash._isiterateecall@3.0.9 | | | +-- lodash.escape@3.2.0 | | | | `-- lodash._root@3.0.1 | | | +-- lodash.keys@3.1.2 | | | | +-- lodash._getnative@3.9.1 | | | | +-- lodash.isarguments@3.1.0 | | | | `-- lodash.isarray@3.0.4 | | | +-- lodash.restparam@3.6.1 | | | `-- lodash.templatesettings@3.1.1 | | +-- minimist@1.2.0 | | +-- multipipe@0.1.2 | | | `-- duplexer2@0.0.2 | | | `-- readable-stream@1.1.14 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- object-assign@3.0.0 | | +-- replace-ext@0.0.1 | | `-- vinyl@0.5.3 | +-- multimatch@2.1.0 | | +-- array-union@1.0.2 | | `-- arrify@1.0.1 | `-- streamfilter@1.0.5 +-- gulp-gunzip@0.0.3 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | `-- vinyl@0.4.6 | +-- clone@0.2.0 | `-- clone-stats@0.0.1 +-- gulp-remote-src@0.4.3 | +-- event-stream@3.3.4 | | +-- duplexer@0.1.1 | | +-- from@0.1.7 | | +-- map-stream@0.1.0 | | +-- pause-stream@0.0.11 | | +-- split@0.3.3 | | +-- stream-combiner@0.0.4 | | `-- through@2.3.8 | +-- node.extend@1.1.6 | | `-- is@3.2.1 | +-- request@2.79.0 | | +-- caseless@0.11.0 | | +-- har-validator@2.0.6 | | | +-- commander@2.11.0 | | | +-- is-my-json-valid@2.16.0 | | | | +-- generate-function@2.0.0 | | | | +-- generate-object-property@1.2.0 | | | | | `-- is-property@1.0.2 | | | | `-- jsonpointer@4.0.1 | | | `-- pinkie-promise@2.0.1 | | | `-- pinkie@2.0.4 | | +-- qs@6.3.2 | | `-- tunnel-agent@0.4.3 | `-- vinyl@2.0.2 | +-- clone@1.0.2 | +-- clone-buffer@1.0.0 | +-- clone-stats@1.0.0 | +-- cloneable-readable@1.0.0 | +-- is-stream@1.1.0 | +-- remove-trailing-separator@1.0.2 | `-- replace-ext@1.0.0 +-- gulp-symdest@1.1.0 | +-- mkdirp@0.5.1 | | `-- minimist@0.0.8 | +-- queue@3.1.0 | `-- vinyl-fs@2.4.4 | +-- duplexify@3.5.0 | | +-- end-of-stream@1.0.0 | | | `-- once@1.3.3 | | `-- stream-shift@1.0.0 | +-- glob-stream@5.3.5 | | +-- glob-parent@3.1.0 | | | +-- is-glob@3.1.0 | | | | `-- is-extglob@2.1.1 | | | `-- path-dirname@1.0.2 | | +-- micromatch@2.3.11 | | | +-- arr-diff@2.0.0 | | | | `-- arr-flatten@1.1.0 | | | +-- array-unique@0.2.1 | | | +-- braces@1.8.5 | | | | +-- expand-range@1.8.2 | | | | | `-- fill-range@2.2.3 | | | | | +-- is-number@2.1.0 | | | | | +-- isobject@2.1.0 | | | | | +-- randomatic@1.1.7 | | | | | | +-- is-number@3.0.0 | | | | | | | `-- kind-of@3.2.2 | | | | | | `-- kind-of@4.0.0 | | | | | `-- repeat-string@1.6.1 | | | | +-- preserve@0.2.0 | | | | `-- repeat-element@1.1.2 | | | +-- expand-brackets@0.1.5 | | | | `-- is-posix-bracket@0.1.1 | | | +-- extglob@0.3.2 | | | | `-- is-extglob@1.0.0 | | | +-- filename-regex@2.0.1 | | | +-- is-extglob@1.0.0 | | | +-- is-glob@2.0.1 | | | +-- kind-of@3.2.2 | | | | `-- is-buffer@1.1.5 | | | +-- normalize-path@2.1.1 | | | +-- object.omit@2.0.1 | | | | +-- for-own@0.1.5 | | | | | `-- for-in@1.0.2 | | | | `-- is-extendable@0.1.1 | | | +-- parse-glob@3.0.4 | | | | +-- glob-base@0.3.0 | | | | | +-- glob-parent@2.0.0 | | | | | `-- is-glob@2.0.1 | | | | | `-- is-extglob@1.0.0 | | | | +-- is-dotfile@1.0.3 | | | | +-- is-extglob@1.0.0 | | | | `-- is-glob@2.0.1 | | | `-- regex-cache@0.4.3 | | | +-- is-equal-shallow@0.1.3 | | | `-- is-primitive@2.0.0 | | +-- ordered-read-streams@0.3.0 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- to-absolute-glob@0.1.1 | | | `-- extend-shallow@2.0.1 | | `-- unique-stream@2.2.1 | +-- graceful-fs@4.1.11 | +-- gulp-sourcemaps@1.6.0 | | +-- convert-source-map@1.5.0 | | `-- vinyl@1.2.0 | +-- is-valid-glob@0.3.0 | +-- lazystream@1.0.0 | +-- lodash.isequal@4.5.0 | +-- merge-stream@1.0.1 | +-- object-assign@4.1.1 | +-- strip-bom@2.0.0 | | `-- is-utf8@0.2.1 | +-- strip-bom-stream@1.0.0 | | `-- first-chunk-stream@1.0.0 | +-- through2-filter@2.0.0 | +-- vali-date@1.0.0 | `-- vinyl@1.2.0 +-- gulp-untar@0.0.4 | +-- event-stream@3.1.7 | | `-- split@0.2.10 | +-- gulp-util@2.2.20 | | +-- chalk@0.5.1 | | | +-- ansi-styles@1.1.0 | | | +-- has-ansi@0.1.0 | | | | `-- ansi-regex@0.2.1 | | | +-- strip-ansi@0.3.0 | | | `-- supports-color@0.2.0 | | +-- dateformat@1.0.12 | | | +-- get-stdin@4.0.1 | | | `-- meow@3.7.0 | | | +-- camelcase-keys@2.1.0 | | | | `-- camelcase@2.1.1 | | | +-- decamelize@1.2.0 | | | +-- loud-rejection@1.6.0 | | | | +-- currently-unhandled@0.4.1 | | | | | `-- array-find-index@1.0.2 | | | | `-- signal-exit@3.0.2 | | | +-- map-obj@1.0.1 | | | +-- normalize-package-data@2.4.0 | | | | +-- hosted-git-info@2.5.0 | | | | +-- is-builtin-module@1.0.0 | | | | | `-- builtin-modules@1.1.1 | | | | `-- validate-npm-package-license@3.0.1 | | | | +-- spdx-correct@1.0.2 | | | | | `-- spdx-license-ids@1.2.2 | | | | `-- spdx-expression-parse@1.0.4 | | | +-- object-assign@4.1.1 | | | +-- read-pkg-up@1.0.1 | | | | +-- find-up@1.1.2 | | | | | `-- path-exists@2.1.0 | | | | `-- read-pkg@1.1.0 | | | | +-- load-json-file@1.1.0 | | | | | +-- parse-json@2.2.0 | | | | | | `-- error-ex@1.3.1 | | | | | | `-- is-arrayish@0.2.1 | | | | | `-- pify@2.3.0 | | | | `-- path-type@1.1.0 | | | +-- redent@1.0.0 | | | | +-- indent-string@2.1.0 | | | | | `-- repeating@2.0.1 | | | | | `-- is-finite@1.0.2 | | | | | `-- number-is-nan@1.0.1 | | | | `-- strip-indent@1.0.1 | | | `-- trim-newlines@1.0.0 | | +-- lodash._reinterpolate@2.4.1 | | +-- lodash.template@2.4.1 | | | +-- lodash._escapestringchar@2.4.1 | | | +-- lodash.defaults@2.4.1 | | | | +-- lodash._objecttypes@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.escape@2.4.1 | | | | +-- lodash._escapehtmlchar@2.4.1 | | | | | `-- lodash._htmlescapes@2.4.1 | | | | `-- lodash._reunescapedhtml@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.keys@2.4.1 | | | | +-- lodash._isnative@2.4.1 | | | | +-- lodash._shimkeys@2.4.1 | | | | `-- lodash.isobject@2.4.1 | | | +-- lodash.templatesettings@2.4.1 | | | `-- lodash.values@2.4.1 | | | `-- lodash.keys@2.4.1 | | +-- minimist@0.2.0 | | +-- through2@0.5.1 | | | `-- xtend@3.0.0 | | `-- vinyl@0.2.3 | +-- streamifier@0.1.1 | +-- tar@0.1.20 | | +-- block-stream@0.0.9 | | `-- fstream@0.1.31 | | +-- graceful-fs@3.0.11 | | | `-- natives@1.1.0 | | `-- rimraf@2.6.1 | | `-- glob@7.1.2 | | `-- fs.realpath@1.0.0 | `-- through2@0.4.2 | +-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | `-- xtend@2.1.2 | `-- object-keys@0.4.0 +-- gulp-vinyl-zip@1.4.0 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | +-- vinyl@0.4.6 | | `-- clone@0.2.0 | +-- yauzl@2.8.0 | | +-- buffer-crc32@0.2.13 | | `-- fd-slicer@1.0.1 | | `-- pend@1.2.0 | `-- yazl@2.4.2 +-- mocha@2.5.3 | +-- commander@2.3.0 | +-- debug@2.2.0 | | `-- ms@0.7.1 | +-- diff@1.4.0 | +-- escape-string-regexp@1.0.2 | +-- glob@3.2.11 | | `-- minimatch@0.3.0 | | +-- lru-cache@2.7.3 | | `-- sigmund@1.0.1 | +-- growl@1.9.2 | +-- jade@0.26.3 | | +-- commander@0.6.1 | | `-- mkdirp@0.3.0 | +-- supports-color@1.2.0 | `-- to-iso-string@0.0.2 +-- request@2.81.0 | +-- aws-sign2@0.6.0 | +-- aws4@1.6.0 | +-- caseless@0.12.0 | +-- combined-stream@1.0.5 | | `-- delayed-stream@1.0.0 | +-- extend@3.0.1 | +-- forever-agent@0.6.1 | +-- form-data@2.1.4 | | `-- asynckit@0.4.0 | +-- har-validator@4.2.1 | | +-- ajv@4.11.8 | | | +-- co@4.6.0 | | | `-- json-stable-stringify@1.0.1 | | | `-- jsonify@0.0.0 | | `-- har-schema@1.0.5 | +-- hawk@3.1.3 | | +-- boom@2.10.1 | | +-- cryptiles@2.0.5 | | +-- hoek@2.16.3 | | `-- sntp@1.0.9 | +-- http-signature@1.1.1 | | +-- assert-plus@0.2.0 | | +-- jsprim@1.4.0 | | | +-- assert-plus@1.0.0 | | | +-- extsprintf@1.0.2 | | | +-- json-schema@0.2.3 | | | `-- verror@1.3.6 | | `-- sshpk@1.13.1 | | +-- asn1@0.2.3 | | +-- assert-plus@1.0.0 | | +-- bcrypt-pbkdf@1.0.1 | | +-- dashdash@1.14.1 | | | `-- assert-plus@1.0.0 | | +-- ecc-jsbn@0.1.1 | | +-- getpass@0.1.7 | | | `-- assert-plus@1.0.0 | | +-- jsbn@0.1.1 | | `-- tweetnacl@0.14.5 | +-- is-typedarray@1.0.0 | +-- isstream@0.1.2 | +-- json-stringify-safe@5.0.1 | +-- mime-types@2.1.16 | | `-- mime-db@1.29.0 | +-- oauth-sign@0.8.2 | +-- performance-now@0.2.0 | +-- qs@6.4.0 | +-- safe-buffer@5.1.1 | +-- stringstream@0.0.5 | +-- tough-cookie@2.3.2 | | `-- punycode@1.4.1 | +-- tunnel-agent@0.6.0 | `-- uuid@3.1.0 +-- semver@5.4.1 +-- source-map-support@0.3.3 | `-- source-map@0.1.32 | `-- amdefine@1.0.1 `-- vinyl-source-stream@1.1.0 +-- through2@0.6.5 | `-- readable-stream@1.0.34 | +-- isarray@0.0.1 | `-- string_decoder@0.10.31 `-- vinyl@0.4.6 `-- clone@0.2.0 > json@0.1.0 postinstall F:\CodeStudio\vscode\extensions\json > cd server && npm install vscode-json-languageserver@1.0.0 F:\CodeStudio\vscode\extensions\json\server +-- @types/node@6.0.85 +-- agent-base@1.0.2 +-- debug@2.6.6 +-- extend@3.0.1 +-- http-proxy-agent@0.2.7 +-- https-proxy-agent@0.3.6 +-- jsonc-parser@0.4.2 +-- ms@0.7.3 +-- request-light@0.2.1 +-- vscode-json-languageservice@2.0.12 +-- vscode-jsonrpc@3.1.0-alpha.1 +-- vscode-languageserver@3.1.0-alpha.1 +-- vscode-languageserver-types@3.0.3 +-- vscode-nls@2.0.2 `-- vscode-uri@1.0.1 npm WARN vscode-json-languageserver@1.0.0 No repository field. json@0.1.0 F:\CodeStudio\vscode\extensions\json +-- @types/node@6.0.85 +-- applicationinsights@0.18.0 +-- vscode-extension-telemetry@0.0.8 +-- vscode-jsonrpc@3.1.0-alpha.1 +-- vscode-languageclient@3.1.0-alpha.1 +-- vscode-languageserver-types@3.0.3 +-- vscode-nls@2.0.2 `-- winreg@1.2.3 npm WARN json@0.1.0 No description npm WARN json@0.1.0 No repository field. npm WARN json@0.1.0 No license field. configuration-editing@0.0.1 F:\CodeStudio\vscode\extensions\configuration-editing +-- @types/node@7.0.39 +-- jsonc-parser@0.3.1 `-- vscode-nls@2.0.2 npm WARN configuration-editing@0.0.1 No description npm WARN configuration-editing@0.0.1 No repository field. npm WARN configuration-editing@0.0.1 No license field. extension-editing@0.0.1 F:\CodeStudio\vscode\extensions\extension-editing +-- @types/markdown-it@0.0.2 +-- @types/node@6.0.78 +-- argparse@1.0.9 +-- entities@1.1.1 +-- jsonc-parser@0.3.1 +-- linkify-it@2.0.3 +-- markdown-it@8.3.1 +-- mdurl@1.0.1 +-- parse5@3.0.2 +-- sprintf-js@1.0.3 +-- uc.micro@1.0.3 `-- vscode-nls@2.0.2 npm WARN extension-editing@0.0.1 No description npm WARN extension-editing@0.0.1 No repository field. npm WARN extension-editing@0.0.1 No license field. vscode-markdown@0.2.0 F:\CodeStudio\vscode\extensions\markdown +-- @types/highlight.js@9.1.9 +-- @types/markdown-it@0.0.2 +-- @types/node@7.0.39 +-- applicationinsights@0.18.0 +-- argparse@1.0.9 +-- entities@1.1.1 +-- gulp-rename@1.2.2 +-- gulp-replace@0.5.4 | +-- istextorbinary@1.0.2 | | +-- binaryextensions@1.0.1 | | `-- textextensions@1.0.2 | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 | | +-- inherits@2.0.3 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- safe-buffer@5.1.1 | | +-- string_decoder@1.0.3 | | `-- util-deprecate@1.0.2 | `-- replacestream@4.0.2 | +-- escape-string-regexp@1.0.5 | `-- object-assign@4.1.1 +-- highlight.js@9.5.0 +-- linkify-it@2.0.3 +-- markdown-it@8.2.2 +-- markdown-it-named-headers@0.0.4 +-- mdurl@1.0.1 +-- sprintf-js@1.0.3 +-- string@3.3.1 +-- uc.micro@1.0.3 +-- vscode-extension-telemetry@0.0.8 +-- vscode-nls@2.0.2 `-- winreg@1.2.3 npm WARN vscode-markdown@0.2.0 No repository field. npm WARN vscode-markdown@0.2.0 No license field. typescript@0.10.1 F:\CodeStudio\vscode\extensions\typescript +-- @types/node@7.0.39 +-- @types/semver@5.3.32 +-- applicationinsights@0.18.0 +-- semver@4.3.6 +-- vscode-extension-telemetry@0.0.8 +-- vscode-nls@2.0.1 `-- winreg@1.2.3 npm WARN typescript@0.10.1 No repository field. php@0.1.0 F:\CodeStudio\vscode\extensions\php +-- @types/node@7.0.39 `-- vscode-nls@1.0.7 npm WARN php@0.1.0 No description npm WARN php@0.1.0 No repository field. npm WARN php@0.1.0 No license field. javascript@0.1.0 F:\CodeStudio\vscode\extensions\javascript +-- @types/node@7.0.39 +-- agent-base@1.0.2 +-- debug@2.2.0 +-- extend@3.0.0 +-- http-proxy-agent@0.2.7 +-- https-proxy-agent@0.3.6 +-- jsonc-parser@0.3.1 +-- ms@0.7.1 +-- request-light@0.2.0 `-- vscode-nls@2.0.2 npm WARN javascript@0.1.0 No description npm WARN javascript@0.1.0 No repository field. npm WARN javascript@0.1.0 No license field. > css@0.1.0 postinstall F:\CodeStudio\vscode\extensions\css > cd server && npm install vscode-css-languageserver@1.0.0 F:\CodeStudio\vscode\extensions\css\server +-- @types/node@6.0.85 +-- vscode-css-languageservice@2.1.1 +-- vscode-jsonrpc@3.2.0 +-- vscode-languageserver@3.2.0 +-- vscode-languageserver-types@3.2.0 `-- vscode-nls@2.0.2 npm WARN vscode-css-languageserver@1.0.0 No repository field. css@0.1.0 F:\CodeStudio\vscode\extensions\css +-- @types/node@6.0.85 +-- vscode-jsonrpc@3.2.0 +-- vscode-languageclient@3.2.0 +-- vscode-languageserver-types@3.2.0 `-- vscode-nls@2.0.2 npm WARN css@0.1.0 No description npm WARN css@0.1.0 No repository field. npm WARN css@0.1.0 No license field. > html@0.1.0 postinstall F:\CodeStudio\vscode\extensions\html > cd server && npm install vscode-html-languageserver@1.0.0 F:\CodeStudio\vscode\extensions\html\server +-- @types/mocha@2.2.41 +-- @types/node@6.0.85 +-- vscode-css-languageservice@2.1.0 | `-- vscode-languageserver-types@3.2.0 +-- vscode-html-languageservice@2.0.5 +-- vscode-jsonrpc@3.1.0-alpha.1 +-- vscode-languageserver@3.1.0-alpha.1 +-- vscode-languageserver-types@3.0.3 +-- vscode-nls@2.0.2 `-- vscode-uri@1.0.0 npm WARN vscode-html-languageserver@1.0.0 No repository field. html@0.1.0 F:\CodeStudio\vscode\extensions\html +-- @types/mocha@2.2.41 +-- @types/node@6.0.85 +-- applicationinsights@0.18.0 +-- vscode-extension-telemetry@0.0.8 +-- vscode-jsonrpc@3.1.0-alpha.1 +-- vscode-languageclient@3.1.0-alpha.1 +-- vscode-languageserver-types@3.0.3 +-- vscode-nls@2.0.2 `-- winreg@1.2.3 npm WARN html@0.1.0 No description npm WARN html@0.1.0 No repository field. npm WARN html@0.1.0 No license field. git@0.0.1 F:\CodeStudio\vscode\extensions\git +-- @types/mocha@2.2.41 +-- @types/node@7.0.39 +-- applicationinsights@0.18.0 +-- iconv-lite@0.4.15 +-- mocha@3.4.2 | +-- browser-stdout@1.3.0 | +-- commander@2.9.0 | | `-- graceful-readlink@1.0.1 | +-- debug@2.6.0 | | `-- ms@0.7.2 | +-- diff@3.2.0 | +-- escape-string-regexp@1.0.5 | +-- glob@7.1.1 | | +-- fs.realpath@1.0.0 | | +-- inflight@1.0.6 | | | `-- wrappy@1.0.2 | | +-- inherits@2.0.3 | | +-- minimatch@3.0.4 | | | `-- brace-expansion@1.1.8 | | | +-- balanced-match@1.0.0 | | | `-- concat-map@0.0.1 | | +-- once@1.4.0 | | `-- path-is-absolute@1.0.1 | +-- growl@1.9.2 | +-- json3@3.3.2 | +-- lodash.create@3.1.1 | | +-- lodash._baseassign@3.2.0 | | | +-- lodash._basecopy@3.0.1 | | | `-- lodash.keys@3.1.2 | | | +-- lodash._getnative@3.9.1 | | | +-- lodash.isarguments@3.1.0 | | | `-- lodash.isarray@3.0.4 | | +-- lodash._basecreate@3.0.3 | | `-- lodash._isiterateecall@3.0.9 | +-- mkdirp@0.5.1 | | `-- minimist@0.0.8 | `-- supports-color@3.1.2 | `-- has-flag@1.0.0 +-- vscode-extension-telemetry@0.0.8 +-- vscode-nls@2.0.2 `-- winreg@1.2.3 npm WARN git@0.0.1 No repository field. npm WARN git@0.0.1 No license field. gulp@0.0.1 F:\CodeStudio\vscode\extensions\gulp +-- @types/node@7.0.39 `-- vscode-nls@2.0.2 npm WARN gulp@0.0.1 No repository field. npm WARN gulp@0.0.1 No license field. grunt@0.0.1 F:\CodeStudio\vscode\extensions\grunt +-- @types/node@7.0.39 `-- vscode-nls@2.0.2 npm WARN grunt@0.0.1 No repository field. npm WARN grunt@0.0.1 No license field. jake@0.0.1 F:\CodeStudio\vscode\extensions\jake +-- @types/node@7.0.39 `-- vscode-nls@2.0.2 npm WARN jake@0.0.1 No repository field. npm WARN jake@0.0.1 No license field. merge-conflict@0.7.0 F:\CodeStudio\vscode\extensions\merge-conflict +-- @types/node@7.0.39 +-- applicationinsights@0.18.0 +-- vscode-extension-telemetry@0.0.8 +-- vscode-nls@2.0.2 `-- winreg@1.2.3 npm WARN merge-conflict@0.7.0 No repository field. npm WARN merge-conflict@0.7.0 No license field. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue emmet@0.0.1 F:\CodeStudio\vscode\extensions\emmet +-- @emmetio/abbreviation@0.6.1 +-- @emmetio/css-abbreviation@0.3.1 +-- @emmetio/css-parser@0.3.0 +-- @emmetio/css-snippets-resolver@0.2.5 +-- @emmetio/expand-abbreviation@0.5.8 +-- @emmetio/extract-abbreviation@0.1.2 +-- @emmetio/field-parser@0.3.0 +-- @emmetio/html-matcher@0.3.2 +-- @emmetio/html-snippets-resolver@0.1.4 +-- @emmetio/html-transform@0.3.3 +-- @emmetio/implicit-tag@1.0.0 +-- @emmetio/lorem@1.0.1 +-- @emmetio/markup-formatters@0.3.3 +-- @emmetio/math-expression@0.1.1 +-- @emmetio/node@0.1.2 +-- @emmetio/output-profile@0.1.5 +-- @emmetio/output-renderer@0.1.1 +-- @emmetio/snippets@0.2.4 +-- @emmetio/snippets-registry@0.3.1 +-- @emmetio/stream-reader@2.2.0 +-- @emmetio/stream-reader-utils@0.1.0 +-- @emmetio/stylesheet-formatters@0.1.2 +-- @emmetio/variable-resolver@0.2.1 +-- @types/node@7.0.39 +-- image-size@0.5.5 +-- vscode@1.0.1 | +-- glob@5.0.15 | | +-- inflight@1.0.6 | | | `-- wrappy@1.0.2 | | +-- inherits@2.0.3 | | +-- minimatch@3.0.4 | | | `-- brace-expansion@1.1.8 | | | +-- balanced-match@1.0.0 | | | `-- concat-map@0.0.1 | | +-- once@1.4.0 | | `-- path-is-absolute@1.0.1 | +-- gulp-chmod@1.3.0 | | +-- deep-assign@1.0.0 | | | `-- is-obj@1.0.1 | | +-- stat-mode@0.2.2 | | `-- through2@2.0.3 | | +-- readable-stream@2.3.3 | | | +-- core-util-is@1.0.2 | | | +-- isarray@1.0.0 | | | +-- process-nextick-args@1.0.7 | | | +-- string_decoder@1.0.3 | | | `-- util-deprecate@1.0.2 | | `-- xtend@4.0.1 | +-- gulp-filter@4.0.0 | | +-- gulp-util@3.0.8 | | | +-- array-differ@1.0.0 | | | +-- array-uniq@1.0.3 | | | +-- beeper@1.1.1 | | | +-- chalk@1.1.3 | | | | +-- ansi-styles@2.2.1 | | | | +-- escape-string-regexp@1.0.5 | | | | +-- has-ansi@2.0.0 | | | | | `-- ansi-regex@2.1.1 | | | | +-- strip-ansi@3.0.1 | | | | `-- supports-color@2.0.0 | | | +-- dateformat@2.0.0 | | | +-- fancy-log@1.3.0 | | | | `-- time-stamp@1.1.0 | | | +-- gulplog@1.0.0 | | | | `-- glogg@1.0.0 | | | +-- has-gulplog@0.1.0 | | | | `-- sparkles@1.0.0 | | | +-- lodash._reescape@3.0.0 | | | +-- lodash._reevaluate@3.0.0 | | | +-- lodash._reinterpolate@3.0.0 | | | +-- lodash.template@3.6.2 | | | | +-- lodash._basecopy@3.0.1 | | | | +-- lodash._basetostring@3.0.1 | | | | +-- lodash._basevalues@3.0.0 | | | | +-- lodash._isiterateecall@3.0.9 | | | | +-- lodash.escape@3.2.0 | | | | | `-- lodash._root@3.0.1 | | | | +-- lodash.keys@3.1.2 | | | | | +-- lodash._getnative@3.9.1 | | | | | +-- lodash.isarguments@3.1.0 | | | | | `-- lodash.isarray@3.0.4 | | | | +-- lodash.restparam@3.6.1 | | | | `-- lodash.templatesettings@3.1.1 | | | +-- minimist@1.2.0 | | | +-- multipipe@0.1.2 | | | | `-- duplexer2@0.0.2 | | | | `-- readable-stream@1.1.14 | | | | +-- isarray@0.0.1 | | | | `-- string_decoder@0.10.31 | | | +-- object-assign@3.0.0 | | | +-- replace-ext@0.0.1 | | | `-- vinyl@0.5.3 | | +-- multimatch@2.1.0 | | | +-- array-union@1.0.2 | | | `-- arrify@1.0.1 | | `-- streamfilter@1.0.5 | +-- gulp-gunzip@0.0.3 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | `-- vinyl@0.4.6 | | +-- clone@0.2.0 | | `-- clone-stats@0.0.1 | +-- gulp-remote-src@0.4.3 | | +-- event-stream@3.3.4 | | | +-- duplexer@0.1.1 | | | +-- from@0.1.7 | | | +-- map-stream@0.1.0 | | | +-- pause-stream@0.0.11 | | | +-- split@0.3.3 | | | +-- stream-combiner@0.0.4 | | | `-- through@2.3.8 | | +-- node.extend@1.1.6 | | | `-- is@3.2.1 | | +-- request@2.79.0 | | | +-- caseless@0.11.0 | | | +-- har-validator@2.0.6 | | | | +-- commander@2.11.0 | | | | +-- is-my-json-valid@2.16.0 | | | | | +-- generate-function@2.0.0 | | | | | +-- generate-object-property@1.2.0 | | | | | | `-- is-property@1.0.2 | | | | | `-- jsonpointer@4.0.1 | | | | `-- pinkie-promise@2.0.1 | | | | `-- pinkie@2.0.4 | | | +-- qs@6.3.2 | | | `-- tunnel-agent@0.4.3 | | `-- vinyl@2.0.2 | | +-- clone@1.0.2 | | +-- clone-buffer@1.0.0 | | +-- clone-stats@1.0.0 | | +-- cloneable-readable@1.0.0 | | +-- is-stream@1.1.0 | | +-- remove-trailing-separator@1.0.2 | | `-- replace-ext@1.0.0 | +-- gulp-symdest@1.1.0 | | +-- mkdirp@0.5.1 | | | `-- minimist@0.0.8 | | +-- queue@3.1.0 | | `-- vinyl-fs@2.4.4 | | +-- duplexify@3.5.0 | | | +-- end-of-stream@1.0.0 | | | | `-- once@1.3.3 | | | `-- stream-shift@1.0.0 | | +-- glob-stream@5.3.5 | | | +-- glob-parent@3.1.0 | | | | +-- is-glob@3.1.0 | | | | | `-- is-extglob@2.1.1 | | | | `-- path-dirname@1.0.2 | | | +-- micromatch@2.3.11 | | | | +-- arr-diff@2.0.0 | | | | | `-- arr-flatten@1.1.0 | | | | +-- array-unique@0.2.1 | | | | +-- braces@1.8.5 | | | | | +-- expand-range@1.8.2 | | | | | | `-- fill-range@2.2.3 | | | | | | +-- is-number@2.1.0 | | | | | | +-- isobject@2.1.0 | | | | | | +-- randomatic@1.1.7 | | | | | | | +-- is-number@3.0.0 | | | | | | | | `-- kind-of@3.2.2 | | | | | | | `-- kind-of@4.0.0 | | | | | | `-- repeat-string@1.6.1 | | | | | +-- preserve@0.2.0 | | | | | `-- repeat-element@1.1.2 | | | | +-- expand-brackets@0.1.5 | | | | | `-- is-posix-bracket@0.1.1 | | | | +-- extglob@0.3.2 | | | | | `-- is-extglob@1.0.0 | | | | +-- filename-regex@2.0.1 | | | | +-- is-extglob@1.0.0 | | | | +-- is-glob@2.0.1 | | | | +-- kind-of@3.2.2 | | | | | `-- is-buffer@1.1.5 | | | | +-- normalize-path@2.1.1 | | | | +-- object.omit@2.0.1 | | | | | +-- for-own@0.1.5 | | | | | | `-- for-in@1.0.2 | | | | | `-- is-extendable@0.1.1 | | | | +-- parse-glob@3.0.4 | | | | | +-- glob-base@0.3.0 | | | | | | +-- glob-parent@2.0.0 | | | | | | `-- is-glob@2.0.1 | | | | | | `-- is-extglob@1.0.0 | | | | | +-- is-dotfile@1.0.3 | | | | | +-- is-extglob@1.0.0 | | | | | `-- is-glob@2.0.1 | | | | `-- regex-cache@0.4.3 | | | | +-- is-equal-shallow@0.1.3 | | | | `-- is-primitive@2.0.0 | | | +-- ordered-read-streams@0.3.0 | | | +-- through2@0.6.5 | | | | `-- readable-stream@1.0.34 | | | | +-- isarray@0.0.1 | | | | `-- string_decoder@0.10.31 | | | +-- to-absolute-glob@0.1.1 | | | | `-- extend-shallow@2.0.1 | | | `-- unique-stream@2.2.1 | | +-- graceful-fs@4.1.11 | | +-- gulp-sourcemaps@1.6.0 | | | +-- convert-source-map@1.5.0 | | | `-- vinyl@1.2.0 | | +-- is-valid-glob@0.3.0 | | +-- lazystream@1.0.0 | | +-- lodash.isequal@4.5.0 | | +-- merge-stream@1.0.1 | | +-- object-assign@4.1.1 | | +-- strip-bom@2.0.0 | | | `-- is-utf8@0.2.1 | | +-- strip-bom-stream@1.0.0 | | | `-- first-chunk-stream@1.0.0 | | +-- through2-filter@2.0.0 | | +-- vali-date@1.0.0 | | `-- vinyl@1.2.0 | +-- gulp-untar@0.0.4 | | +-- event-stream@3.1.7 | | | `-- split@0.2.10 | | +-- gulp-util@2.2.20 | | | +-- chalk@0.5.1 | | | | +-- ansi-styles@1.1.0 | | | | +-- has-ansi@0.1.0 | | | | | `-- ansi-regex@0.2.1 | | | | +-- strip-ansi@0.3.0 | | | | `-- supports-color@0.2.0 | | | +-- dateformat@1.0.12 | | | | +-- get-stdin@4.0.1 | | | | `-- meow@3.7.0 | | | | +-- camelcase-keys@2.1.0 | | | | | `-- camelcase@2.1.1 | | | | +-- decamelize@1.2.0 | | | | +-- loud-rejection@1.6.0 | | | | | +-- currently-unhandled@0.4.1 | | | | | | `-- array-find-index@1.0.2 | | | | | `-- signal-exit@3.0.2 | | | | +-- map-obj@1.0.1 | | | | +-- normalize-package-data@2.4.0 | | | | | +-- hosted-git-info@2.5.0 | | | | | +-- is-builtin-module@1.0.0 | | | | | | `-- builtin-modules@1.1.1 | | | | | `-- validate-npm-package-license@3.0.1 | | | | | +-- spdx-correct@1.0.2 | | | | | | `-- spdx-license-ids@1.2.2 | | | | | `-- spdx-expression-parse@1.0.4 | | | | +-- object-assign@4.1.1 | | | | +-- read-pkg-up@1.0.1 | | | | | +-- find-up@1.1.2 | | | | | | `-- path-exists@2.1.0 | | | | | `-- read-pkg@1.1.0 | | | | | +-- load-json-file@1.1.0 | | | | | | +-- parse-json@2.2.0 | | | | | | | `-- error-ex@1.3.1 | | | | | | | `-- is-arrayish@0.2.1 | | | | | | `-- pify@2.3.0 | | | | | `-- path-type@1.1.0 | | | | +-- redent@1.0.0 | | | | | +-- indent-string@2.1.0 | | | | | | `-- repeating@2.0.1 | | | | | | `-- is-finite@1.0.2 | | | | | | `-- number-is-nan@1.0.1 | | | | | `-- strip-indent@1.0.1 | | | | `-- trim-newlines@1.0.0 | | | +-- lodash._reinterpolate@2.4.1 | | | +-- lodash.template@2.4.1 | | | | +-- lodash._escapestringchar@2.4.1 | | | | +-- lodash.defaults@2.4.1 | | | | | +-- lodash._objecttypes@2.4.1 | | | | | `-- lodash.keys@2.4.1 | | | | +-- lodash.escape@2.4.1 | | | | | +-- lodash._escapehtmlchar@2.4.1 | | | | | | `-- lodash._htmlescapes@2.4.1 | | | | | `-- lodash._reunescapedhtml@2.4.1 | | | | | `-- lodash.keys@2.4.1 | | | | +-- lodash.keys@2.4.1 | | | | | +-- lodash._isnative@2.4.1 | | | | | +-- lodash._shimkeys@2.4.1 | | | | | `-- lodash.isobject@2.4.1 | | | | +-- lodash.templatesettings@2.4.1 | | | | `-- lodash.values@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- minimist@0.2.0 | | | +-- through2@0.5.1 | | | | `-- xtend@3.0.0 | | | `-- vinyl@0.2.3 | | +-- streamifier@0.1.1 | | +-- tar@0.1.20 | | | +-- block-stream@0.0.9 | | | `-- fstream@0.1.31 | | | +-- graceful-fs@3.0.11 | | | | `-- natives@1.1.0 | | | `-- rimraf@2.6.1 | | | `-- glob@7.1.2 | | | `-- fs.realpath@1.0.0 | | `-- through2@0.4.2 | | +-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | `-- xtend@2.1.2 | | `-- object-keys@0.4.0 | +-- gulp-vinyl-zip@1.4.0 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- vinyl@0.4.6 | | | `-- clone@0.2.0 | | +-- yauzl@2.8.0 | | | +-- buffer-crc32@0.2.13 | | | `-- fd-slicer@1.0.1 | | | `-- pend@1.2.0 | | `-- yazl@2.4.2 | +-- mocha@2.5.3 | | +-- commander@2.3.0 | | +-- debug@2.2.0 | | | `-- ms@0.7.1 | | +-- diff@1.4.0 | | +-- escape-string-regexp@1.0.2 | | +-- glob@3.2.11 | | | `-- minimatch@0.3.0 | | | +-- lru-cache@2.7.3 | | | `-- sigmund@1.0.1 | | +-- growl@1.9.2 | | +-- jade@0.26.3 | | | +-- commander@0.6.1 | | | `-- mkdirp@0.3.0 | | +-- supports-color@1.2.0 | | `-- to-iso-string@0.0.2 | +-- request@2.81.0 | | +-- aws-sign2@0.6.0 | | +-- aws4@1.6.0 | | +-- caseless@0.12.0 | | +-- combined-stream@1.0.5 | | | `-- delayed-stream@1.0.0 | | +-- extend@3.0.1 | | +-- forever-agent@0.6.1 | | +-- form-data@2.1.4 | | | `-- asynckit@0.4.0 | | +-- har-validator@4.2.1 | | | +-- ajv@4.11.8 | | | | +-- co@4.6.0 | | | | `-- json-stable-stringify@1.0.1 | | | | `-- jsonify@0.0.0 | | | `-- har-schema@1.0.5 | | +-- hawk@3.1.3 | | | +-- boom@2.10.1 | | | +-- cryptiles@2.0.5 | | | +-- hoek@2.16.3 | | | `-- sntp@1.0.9 | | +-- http-signature@1.1.1 | | | +-- assert-plus@0.2.0 | | | +-- jsprim@1.4.0 | | | | +-- assert-plus@1.0.0 | | | | +-- extsprintf@1.0.2 | | | | +-- json-schema@0.2.3 | | | | `-- verror@1.3.6 | | | `-- sshpk@1.13.1 | | | +-- asn1@0.2.3 | | | +-- assert-plus@1.0.0 | | | +-- bcrypt-pbkdf@1.0.1 | | | +-- dashdash@1.14.1 | | | | `-- assert-plus@1.0.0 | | | +-- ecc-jsbn@0.1.1 | | | +-- getpass@0.1.7 | | | | `-- assert-plus@1.0.0 | | | +-- jsbn@0.1.1 | | | `-- tweetnacl@0.14.5 | | +-- is-typedarray@1.0.0 | | +-- isstream@0.1.2 | | +-- json-stringify-safe@5.0.1 | | +-- mime-types@2.1.16 | | | `-- mime-db@1.29.0 | | +-- oauth-sign@0.8.2 | | +-- performance-now@0.2.0 | | +-- qs@6.4.0 | | +-- safe-buffer@5.1.1 | | +-- stringstream@0.0.5 | | +-- tough-cookie@2.3.2 | | | `-- punycode@1.4.1 | | +-- tunnel-agent@0.6.0 | | `-- uuid@3.1.0 | +-- semver@5.4.1 | +-- source-map-support@0.3.3 | | `-- source-map@0.1.32 | | `-- amdefine@1.0.1 | `-- vinyl-source-stream@1.1.0 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | `-- string_decoder@0.10.31 | `-- vinyl@0.4.6 | `-- clone@0.2.0 +-- vscode-emmet-helper@0.0.29 `-- vscode-languageserver-types@3.3.0 npm WARN emmet@0.0.1 No license field. npm@0.0.1 F:\CodeStudio\vscode\extensions\npm +-- @types/node@7.0.39 `-- vscode-nls@2.0.2 npm WARN npm@0.0.1 No repository field. npm WARN npm@0.0.1 No license field. npm WARN jake@0.0.1 No repository field. npm WARN jake@0.0.1 No license field. npm WARN deprecated node-uuid@1.4.8: Use uuid module instead > code-oss-dev-build@1.0.0 postinstall F:\CodeStudio\vscode\build > npm run compile > code-oss-dev-build@1.0.0 compile F:\CodeStudio\vscode\build > tsc code-oss-dev-build@1.0.0 F:\CodeStudio\vscode\build +-- @types/azure@0.9.19 +-- @types/documentdb@1.10.2 +-- @types/es6-collections@0.5.30 +-- @types/es6-promise@0.0.32 +-- @types/mime@0.0.29 +-- @types/node@7.0.39 +-- @types/xml2js@0.0.33 +-- azure-storage@2.2.1 | +-- browserify-mime@1.2.9 | +-- extend@1.2.1 | +-- json-edm-parser@0.1.2 | | `-- jsonparse@1.2.0 | +-- md5.js@1.3.4 | | +-- hash-base@3.0.4 | | | `-- safe-buffer@5.1.1 | | `-- inherits@2.0.3 | +-- readable-stream@2.0.6 | | +-- core-util-is@1.0.2 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- string_decoder@0.10.31 | | `-- util-deprecate@1.0.2 | +-- request@2.74.0 | | +-- aws-sign2@0.6.0 | | +-- aws4@1.6.0 | | +-- bl@1.1.2 | | +-- caseless@0.11.0 | | +-- combined-stream@1.0.5 | | | `-- delayed-stream@1.0.0 | | +-- extend@3.0.1 | | +-- forever-agent@0.6.1 | | +-- form-data@1.0.1 | | | `-- async@2.5.0 | | +-- har-validator@2.0.6 | | | +-- chalk@1.1.3 | | | | +-- ansi-styles@2.2.1 | | | | +-- escape-string-regexp@1.0.5 | | | | +-- has-ansi@2.0.0 | | | | | `-- ansi-regex@2.1.1 | | | | +-- strip-ansi@3.0.1 | | | | `-- supports-color@2.0.0 | | | +-- commander@2.11.0 | | | +-- is-my-json-valid@2.16.0 | | | | +-- generate-function@2.0.0 | | | | +-- generate-object-property@1.2.0 | | | | | `-- is-property@1.0.2 | | | | +-- jsonpointer@4.0.1 | | | | `-- xtend@4.0.1 | | | `-- pinkie-promise@2.0.1 | | | `-- pinkie@2.0.4 | | +-- hawk@3.1.3 | | | +-- boom@2.10.1 | | | +-- cryptiles@2.0.5 | | | +-- hoek@2.16.3 | | | `-- sntp@1.0.9 | | +-- http-signature@1.1.1 | | | +-- assert-plus@0.2.0 | | | +-- jsprim@1.4.0 | | | | +-- assert-plus@1.0.0 | | | | +-- extsprintf@1.0.2 | | | | +-- json-schema@0.2.3 | | | | `-- verror@1.3.6 | | | `-- sshpk@1.13.1 | | | +-- asn1@0.2.3 | | | +-- assert-plus@1.0.0 | | | +-- bcrypt-pbkdf@1.0.1 | | | +-- dashdash@1.14.1 | | | | `-- assert-plus@1.0.0 | | | +-- ecc-jsbn@0.1.1 | | | +-- getpass@0.1.7 | | | | `-- assert-plus@1.0.0 | | | +-- jsbn@0.1.1 | | | `-- tweetnacl@0.14.5 | | +-- is-typedarray@1.0.0 | | +-- isstream@0.1.2 | | +-- json-stringify-safe@5.0.1 | | +-- mime-types@2.1.16 | | | `-- mime-db@1.29.0 | | +-- node-uuid@1.4.8 | | +-- oauth-sign@0.8.2 | | +-- qs@6.2.3 | | +-- stringstream@0.0.5 | | +-- tough-cookie@2.3.2 | | | `-- punycode@1.4.1 | | `-- tunnel-agent@0.4.3 | +-- underscore@1.8.3 | +-- uuid@3.1.0 | +-- validator@3.35.0 | +-- xml2js@0.2.7 | | `-- sax@0.5.2 | `-- xmlbuilder@0.4.3 +-- documentdb@1.12.0 | +-- binary-search-bounds@2.0.3 | +-- priorityqueuejs@1.0.0 | `-- semaphore@1.0.5 +-- mime@1.3.6 +-- minimist@1.2.0 +-- typescript@2.4.1 `-- xml2js@0.4.17 +-- sax@1.2.4 `-- xmlbuilder@4.2.1 `-- lodash@4.17.4 npm WARN code-oss-dev-build@1.0.0 No description npm WARN code-oss-dev-build@1.0.0 No repository field. npm WARN code-oss-dev-build@1.0.0 No license field. > nsfw@1.0.16 install F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw > node-gyp rebuild F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) Warning: Missing input files: F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. opa_primitives.c opa_queue.c win_delay_load_hook.cc openpa.vcxproj -> F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\\openpa.lib NSFW.cpp Queue.cpp NativeInterface.cpp ReadLoop.cpp F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel _addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_a ddr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_r el_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel _addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_a ddr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_r el_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel _addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInter face.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_a ddr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInter face.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_r el_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInter face.cpp) ReadLoopRunner.cpp F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel _addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oop.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_a ddr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oop.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_r el_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oop.cpp) ..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] c:\users\professional\.node-gyp\7.9.0\include\node\v8.h(3662): note: see declaration of 'v8::Function::NewInstance' F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel _addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oopRunner.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_a ddr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oopRunner.cpp) F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_r el_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj] F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadL oopRunner.cpp) Creating library F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.lib and object F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\ Release\nsfw.exp Generating code Finished generating code nsfw.vcxproj -> F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\\nsfw.node nsfw.vcxproj -> F:\CodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB) watch@1.0.0 F:\CodeStudio\vscode\build\lib\watch +-- gulp-watch@4.3.11 | +-- anymatch@1.3.0 | | +-- arrify@1.0.1 | | `-- micromatch@2.3.11 | | +-- arr-diff@2.0.0 | | | `-- arr-flatten@1.1.0 | | +-- array-unique@0.2.1 | | +-- braces@1.8.5 | | | +-- expand-range@1.8.2 | | | | `-- fill-range@2.2.3 | | | | +-- is-number@2.1.0 | | | | +-- isobject@2.1.0 | | | | +-- randomatic@1.1.7 | | | | | +-- is-number@3.0.0 | | | | | | `-- kind-of@3.2.2 | | | | | `-- kind-of@4.0.0 | | | | `-- repeat-string@1.6.1 | | | +-- preserve@0.2.0 | | | `-- repeat-element@1.1.2 | | +-- expand-brackets@0.1.5 | | | `-- is-posix-bracket@0.1.1 | | +-- extglob@0.3.2 | | +-- filename-regex@2.0.1 | | +-- is-extglob@1.0.0 | | +-- kind-of@3.2.2 | | | `-- is-buffer@1.1.5 | | +-- normalize-path@2.1.1 | | | `-- remove-trailing-separator@1.0.2 | | +-- object.omit@2.0.1 | | | +-- for-own@0.1.5 | | | | `-- for-in@1.0.2 | | | `-- is-extendable@0.1.1 | | +-- parse-glob@3.0.4 | | | +-- glob-base@0.3.0 | | | | `-- glob-parent@2.0.0 | | | `-- is-dotfile@1.0.3 | | `-- regex-cache@0.4.3 | | +-- is-equal-shallow@0.1.3 | | `-- is-primitive@2.0.0 | +-- chokidar@1.7.0 | | +-- async-each@1.0.1 | | +-- glob-parent@2.0.0 | | +-- inherits@2.0.3 | | +-- is-binary-path@1.0.1 | | | `-- binary-extensions@1.9.0 | | +-- is-glob@2.0.1 | | `-- readdirp@2.1.0 | | +-- minimatch@3.0.4 | | | `-- brace-expansion@1.1.8 | | | +-- balanced-match@1.0.0 | | | `-- concat-map@0.0.1 | | `-- set-immediate-shim@1.0.1 | +-- glob-parent@3.1.0 | | +-- is-glob@3.1.0 | | | `-- is-extglob@2.1.1 | | `-- path-dirname@1.0.2 | +-- gulp-util@3.0.8 | | +-- array-differ@1.0.0 | | +-- array-uniq@1.0.3 | | +-- beeper@1.1.1 | | +-- chalk@1.1.3 | | | +-- ansi-styles@2.2.1 | | | +-- escape-string-regexp@1.0.5 | | | +-- has-ansi@2.0.0 | | | | `-- ansi-regex@2.1.1 | | | +-- strip-ansi@3.0.1 | | | `-- supports-color@2.0.0 | | +-- dateformat@2.0.0 | | +-- fancy-log@1.3.0 | | | `-- time-stamp@1.1.0 | | +-- gulplog@1.0.0 | | | `-- glogg@1.0.0 | | +-- has-gulplog@0.1.0 | | | `-- sparkles@1.0.0 | | +-- lodash._reescape@3.0.0 | | +-- lodash._reevaluate@3.0.0 | | +-- lodash._reinterpolate@3.0.0 | | +-- lodash.template@3.6.2 | | | +-- lodash._basecopy@3.0.1 | | | +-- lodash._basetostring@3.0.1 | | | +-- lodash._basevalues@3.0.0 | | | +-- lodash._isiterateecall@3.0.9 | | | +-- lodash.escape@3.2.0 | | | | `-- lodash._root@3.0.1 | | | +-- lodash.keys@3.1.2 | | | | +-- lodash._getnative@3.9.1 | | | | +-- lodash.isarguments@3.1.0 | | | | `-- lodash.isarray@3.0.4 | | | +-- lodash.restparam@3.6.1 | | | `-- lodash.templatesettings@3.1.1 | | +-- minimist@1.2.0 | | +-- multipipe@0.1.2 | | | `-- duplexer2@0.0.2 | | | `-- readable-stream@1.1.14 | | | +-- isarray@0.0.1 | | | `-- string_decoder@0.10.31 | | +-- object-assign@3.0.0 | | +-- replace-ext@0.0.1 | | +-- through2@2.0.3 | | | `-- xtend@4.0.1 | | `-- vinyl@0.5.3 | +-- object-assign@4.1.1 | +-- path-is-absolute@1.0.1 | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- safe-buffer@5.1.1 | | +-- string_decoder@1.0.3 | | `-- util-deprecate@1.0.2 | +-- slash@1.0.0 | +-- vinyl@1.2.0 | | +-- clone@1.0.2 | | `-- clone-stats@0.0.1 | `-- vinyl-file@2.0.0 | +-- graceful-fs@4.1.11 | +-- pify@2.3.0 | +-- pinkie-promise@2.0.1 | | `-- pinkie@2.0.4 | +-- strip-bom@2.0.0 | | `-- is-utf8@0.2.1 | `-- strip-bom-stream@2.0.0 | `-- first-chunk-stream@2.0.0 `-- nsfw@1.0.16 +-- fs-extra@0.26.7 | +-- jsonfile@2.4.0 | +-- klaw@1.3.1 | `-- rimraf@2.6.1 | `-- glob@7.1.2 | +-- fs.realpath@1.0.0 | +-- inflight@1.0.6 | | `-- wrappy@1.0.2 | `-- once@1.4.0 +-- lodash.isinteger@4.0.4 +-- lodash.isundefined@3.0.1 +-- nan@2.6.2 `-- promisify-node@0.3.0 `-- nodegit-promise@4.0.0 `-- asap@2.0.6 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) code-oss-dev@1.15.0 F:\CodeStudio\vscode +-- 7zip@0.0.6 +-- @types/keytar@4.0.0 +-- @types/minimist@1.2.0 +-- @types/mocha@2.2.41 +-- @types/semver@5.3.32 +-- @types/sinon@1.16.36 +-- @types/winreg@1.2.30 +-- agent-base@1.0.2 +-- anymatch@1.3.0 +-- applicationinsights@0.17.1 +-- arr-diff@2.0.0 +-- arr-flatten@1.0.1 +-- array-unique@0.2.1 +-- arrify@1.0.1 +-- async-each@1.0.1 +-- azure-storage@0.3.3 | +-- extend@1.2.1 | +-- node-uuid@1.4.8 | +-- request@2.27.0 | | +-- aws-sign@0.3.0 | | +-- cookie-jar@0.3.0 | | +-- forever-agent@0.5.2 | | +-- form-data@0.1.4 | | | +-- async@0.9.2 | | | `-- combined-stream@0.0.7 | | | `-- delayed-stream@0.0.5 | | +-- hawk@1.0.0 | | | +-- boom@0.4.2 | | | +-- cryptiles@0.2.2 | | | +-- hoek@0.9.1 | | | `-- sntp@0.2.4 | | +-- http-signature@0.10.1 | | | +-- asn1@0.1.11 | | | +-- assert-plus@0.1.5 | | | `-- ctype@0.5.3 | | +-- json-stringify-safe@5.0.1 | | +-- oauth-sign@0.3.0 | | +-- qs@0.6.6 | | `-- tunnel-agent@0.3.0 | +-- underscore@1.4.4 | +-- validator@3.1.0 | +-- xml2js@0.2.7 | | `-- sax@0.5.2 | `-- xmlbuilder@0.4.3 +-- balanced-match@0.4.2 +-- binary-extensions@1.6.0 +-- brace-expansion@1.1.6 +-- braces@1.8.5 +-- buffer-shims@1.0.0 +-- chokidar@1.6.0 (git+https://github.com/bpasero/chokidar.git#8b64fda5a22cc9850f1346d12302051c5ba65b10) +-- clean-css@3.4.6 | `-- commander@2.8.1 | `-- graceful-readlink@1.0.1 +-- concat-map@0.0.1 +-- core-util-is@1.0.2 +-- coveralls@2.13.1 | +-- js-yaml@3.6.1 | | +-- argparse@1.0.9 | | | `-- sprintf-js@1.0.3 | | `-- esprima@2.7.3 | +-- lcov-parse@0.0.10 | +-- log-driver@1.2.5 | `-- request@2.79.0 | +-- aws-sign2@0.6.0 | +-- aws4@1.6.0 | +-- caseless@0.11.0 | +-- combined-stream@1.0.5 | | `-- delayed-stream@1.0.0 | +-- forever-agent@0.6.1 | +-- form-data@2.1.4 | | `-- asynckit@0.4.0 | +-- har-validator@2.0.6 | | +-- commander@2.11.0 | | `-- pinkie-promise@2.0.1 | | `-- pinkie@2.0.4 | +-- hawk@3.1.3 | | +-- boom@2.10.1 | | +-- cryptiles@2.0.5 | | +-- hoek@2.16.3 | | `-- sntp@1.0.9 | +-- http-signature@1.1.1 | | +-- assert-plus@0.2.0 | | +-- jsprim@1.4.0 | | | +-- assert-plus@1.0.0 | | | +-- extsprintf@1.0.2 | | | +-- json-schema@0.2.3 | | | `-- verror@1.3.6 | | `-- sshpk@1.13.1 | | +-- asn1@0.2.3 | | +-- assert-plus@1.0.0 | | +-- bcrypt-pbkdf@1.0.1 | | +-- dashdash@1.14.1 | | | `-- assert-plus@1.0.0 | | +-- ecc-jsbn@0.1.1 | | +-- getpass@0.1.7 | | | `-- assert-plus@1.0.0 | | +-- jsbn@0.1.1 | | `-- tweetnacl@0.14.5 | +-- is-typedarray@1.0.0 | +-- isstream@0.1.2 | +-- mime-types@2.1.16 | | `-- mime-db@1.29.0 | +-- oauth-sign@0.8.2 | +-- qs@6.3.2 | +-- stringstream@0.0.5 | +-- tough-cookie@2.3.2 | | `-- punycode@1.4.1 | +-- tunnel-agent@0.4.3 | `-- uuid@3.1.0 +-- cson-parser@1.3.5 | `-- coffee-script@1.12.7 +-- debounce@1.0.2 +-- debug@2.2.0 +-- documentdb@1.12.0 | +-- binary-search-bounds@2.0.3 | +-- priorityqueuejs@1.0.0 | `-- semaphore@1.0.5 +-- electron-mksnapshot@1.6.0 | +-- electron-download@3.3.0 | | +-- home-path@1.0.5 | | +-- nugget@2.0.1 | | | +-- pretty-bytes@1.0.4 | | | +-- progress-stream@1.2.0 | | | | +-- speedometer@0.1.4 | | | | `-- through2@0.2.3 | | | | +-- readable-stream@1.1.14 | | | | | `-- isarray@0.0.1 | | | | `-- xtend@2.1.2 | | | +-- request@2.81.0 | | | | +-- caseless@0.12.0 | | | | +-- combined-stream@1.0.5 | | | | | `-- delayed-stream@1.0.0 | | | | +-- forever-agent@0.6.1 | | | | +-- form-data@2.1.4 | | | | +-- har-validator@4.2.1 | | | | +-- hawk@3.1.3 | | | | | +-- boom@2.10.1 | | | | | +-- cryptiles@2.0.5 | | | | | +-- hoek@2.16.3 | | | | | `-- sntp@1.0.9 | | | | +-- http-signature@1.1.1 | | | | | `-- assert-plus@0.2.0 | | | | +-- oauth-sign@0.8.2 | | | | +-- qs@6.4.0 | | | | +-- tunnel-agent@0.6.0 | | | | `-- uuid@3.1.0 | | | +-- single-line-log@1.1.2 | | | `-- throttleit@0.0.2 | | +-- path-exists@2.1.0 | | +-- rc@1.2.1 | | | +-- deep-extend@0.4.2 | | | `-- ini@1.3.4 | | +-- semver@5.4.1 | | `-- sumchecker@1.3.1 | `-- extract-zip@1.6.5 | +-- mkdirp@0.5.0 | | `-- minimist@0.0.8 | `-- yauzl@2.4.1 +-- emmet@1.3.2 (git+https://github.com/ramya-rao-a/emmet.git#b4d3edc30de7fa98032302cd1f017a940ab879fd) | `-- caniuse-db@1.0.30000706 +-- eslint@3.19.0 | +-- babel-code-frame@6.22.0 | | `-- js-tokens@3.0.2 | +-- chalk@1.1.3 | | +-- ansi-styles@2.2.1 | | +-- escape-string-regexp@1.0.5 | | +-- has-ansi@2.0.0 | | +-- strip-ansi@3.0.1 | | `-- supports-color@2.0.0 | +-- concat-stream@1.6.0 | | +-- inherits@2.0.3 | | +-- readable-stream@2.3.3 | | | `-- string_decoder@1.0.3 | | `-- typedarray@0.0.6 | +-- doctrine@2.0.0 | +-- escope@3.6.0 | | +-- es6-map@0.1.5 | | | +-- d@1.0.0 | | | +-- es5-ext@0.10.24 | | | +-- es6-iterator@2.0.1 | | | +-- es6-set@0.1.5 | | | +-- es6-symbol@3.1.1 | | | `-- event-emitter@0.3.5 | | +-- es6-weak-map@2.0.2 | | `-- esrecurse@4.2.0 | +-- espree@3.4.3 | | +-- acorn@5.1.1 | | `-- acorn-jsx@3.0.1 | | `-- acorn@3.3.0 | +-- esquery@1.0.0 | +-- estraverse@4.2.0 | +-- esutils@2.0.2 | +-- file-entry-cache@2.0.0 | | `-- flat-cache@1.2.2 | | +-- circular-json@0.3.3 | | +-- del@2.2.2 | | | +-- globby@5.0.0 | | | | `-- glob@7.1.2 | | | | `-- minimatch@3.0.4 | | | | `-- brace-expansion@1.1.8 | | | | `-- balanced-match@1.0.0 | | | +-- is-path-cwd@1.0.0 | | | +-- is-path-in-cwd@1.0.0 | | | | `-- is-path-inside@1.0.0 | | | `-- pify@2.3.0 | | `-- write@0.2.1 | +-- glob@7.1.2 | | +-- fs.realpath@1.0.0 | | `-- minimatch@3.0.4 | | `-- brace-expansion@1.1.8 | | `-- balanced-match@1.0.0 | +-- globals@9.18.0 | +-- ignore@3.3.3 | +-- imurmurhash@0.1.4 | +-- inquirer@0.12.0 | | +-- ansi-escapes@1.4.0 | | +-- ansi-regex@2.1.1 | | +-- cli-cursor@1.0.2 | | | `-- restore-cursor@1.0.1 | | | +-- exit-hook@1.1.1 | | | `-- onetime@1.1.0 | | +-- cli-width@2.1.0 | | +-- figures@1.7.0 | | +-- readline2@1.0.1 | | | +-- code-point-at@1.1.0 | | | `-- is-fullwidth-code-point@1.0.0 | | | `-- number-is-nan@1.0.1 | | +-- run-async@0.1.0 | | +-- rx-lite@3.1.2 | | `-- string-width@1.0.2 | +-- is-my-json-valid@2.16.0 | | +-- generate-function@2.0.0 | | +-- generate-object-property@1.2.0 | | | `-- is-property@1.0.2 | | +-- jsonpointer@4.0.1 | | `-- xtend@4.0.1 | +-- is-resolvable@1.0.0 | | `-- tryit@1.0.3 | +-- json-stable-stringify@1.0.1 | | `-- jsonify@0.0.0 | +-- levn@0.3.0 | | +-- prelude-ls@1.1.2 | | `-- type-check@0.3.2 | +-- lodash@4.17.4 | +-- natural-compare@1.4.0 | +-- optionator@0.8.2 | | +-- deep-is@0.1.3 | | `-- fast-levenshtein@2.0.6 | +-- path-is-inside@1.0.2 | +-- pluralize@1.2.1 | +-- progress@1.1.8 | +-- require-uncached@1.0.3 | | `-- caller-path@0.1.0 | | `-- callsites@0.2.0 | +-- shelljs@0.7.8 | | +-- glob@7.1.2 | | | `-- minimatch@3.0.4 | | | `-- brace-expansion@1.1.8 | | | `-- balanced-match@1.0.0 | | `-- rechoir@0.6.2 | +-- strip-bom@3.0.0 | +-- strip-json-comments@2.0.1 | +-- table@3.8.3 | | +-- ajv@4.11.8 | | | `-- co@4.6.0 | | +-- ajv-keywords@1.5.1 | | +-- slice-ansi@0.0.4 | | `-- string-width@2.1.1 | | +-- is-fullwidth-code-point@2.0.0 | | `-- strip-ansi@4.0.0 | | `-- ansi-regex@3.0.0 | +-- text-table@0.2.0 | `-- user-home@2.0.0 | `-- os-homedir@1.0.2 +-- event-stream@3.3.4 | +-- duplexer@0.1.1 | +-- from@0.1.7 | +-- map-stream@0.1.0 | +-- pause-stream@0.0.11 | +-- split@0.3.3 | +-- stream-combiner@0.0.4 | `-- through@2.3.8 +-- expand-brackets@0.1.5 +-- expand-range@1.8.2 +-- express@4.15.3 | +-- accepts@1.3.3 | | `-- negotiator@0.6.1 | +-- array-flatten@1.1.1 | +-- content-disposition@0.5.2 | +-- content-type@1.0.2 | +-- cookie@0.3.1 | +-- cookie-signature@1.0.6 | +-- debug@2.6.7 | | `-- ms@2.0.0 | +-- depd@1.1.0 | +-- encodeurl@1.0.1 | +-- escape-html@1.0.3 | +-- etag@1.8.0 | +-- finalhandler@1.0.3 | | +-- debug@2.6.7 | | | `-- ms@2.0.0 | | `-- unpipe@1.0.0 | +-- fresh@0.5.0 | +-- merge-descriptors@1.0.1 | +-- methods@1.1.2 | +-- on-finished@2.3.0 | | `-- ee-first@1.1.1 | +-- parseurl@1.3.1 | +-- path-to-regexp@0.1.7 | +-- proxy-addr@1.1.4 | | +-- forwarded@0.1.0 | | `-- ipaddr.js@1.3.0 | +-- qs@6.4.0 | +-- range-parser@1.2.0 | +-- send@0.15.3 | | +-- debug@2.6.7 | | +-- destroy@1.0.4 | | +-- http-errors@1.6.1 | | | `-- inherits@2.0.3 | | +-- mime@1.3.4 | | `-- ms@2.0.0 | +-- serve-static@1.12.3 | +-- setprototypeof@1.0.3 | +-- statuses@1.3.1 | +-- type-is@1.6.15 | | `-- media-typer@0.3.0 | +-- utils-merge@1.0.0 | `-- vary@1.1.1 +-- extend@3.0.0 +-- extglob@0.3.2 +-- extract-opts@2.2.0 +-- fast-plist@0.1.2 +-- fd-slicer@1.0.1 +-- filename-regex@2.0.0 +-- fill-range@2.2.3 +-- flatpak-bundler@0.1.3 | +-- es6-promisify@5.0.0 | | `-- es6-promise@4.1.1 | +-- fs-extra@0.30.0 | | +-- jsonfile@2.4.0 | | `-- klaw@1.3.1 | `-- tmp@0.0.29 | `-- os-tmpdir@1.0.2 +-- for-in@0.1.5 +-- for-own@0.1.4 +-- gc-signals@0.0.1 +-- getmac@1.0.7 +-- glob@5.0.15 | +-- inflight@1.0.6 | | `-- wrappy@1.0.2 | `-- once@1.4.0 +-- glob-base@0.3.0 +-- glob-parent@2.0.0 +-- graceful-fs@4.1.11 +-- gulp@3.9.1 | +-- archy@1.0.0 | +-- deprecated@0.0.1 | +-- interpret@1.0.3 | +-- liftoff@2.3.0 | | +-- findup-sync@0.4.3 | | | +-- detect-file@0.1.0 | | | | `-- fs-exists-sync@0.1.0 | | | `-- resolve-dir@0.1.1 | | | +-- expand-tilde@1.2.2 | | | `-- global-modules@0.2.3 | | | +-- global-prefix@0.1.5 | | | `-- is-windows@0.2.0 | | +-- fined@1.1.0 | | | +-- expand-tilde@2.0.2 | | | | `-- homedir-polyfill@1.0.1 | | | | `-- parse-passwd@1.0.0 | | | +-- is-plain-object@2.0.4 | | | | `-- isobject@3.0.1 | | | +-- object.defaults@1.1.0 | | | | +-- array-each@1.0.1 | | | | +-- array-slice@1.0.0 | | | | +-- for-own@1.0.0 | | | | | `-- for-in@1.0.2 | | | | `-- isobject@3.0.1 | | | +-- object.pick@1.2.0 | | | `-- parse-filepath@1.0.1 | | | +-- is-absolute@0.2.6 | | | | `-- is-relative@0.2.1 | | | | `-- is-unc-path@0.1.2 | | | | `-- unc-path-regex@0.1.2 | | | +-- map-cache@0.2.2 | | | `-- path-root@0.1.1 | | | `-- path-root-regex@0.1.2 | | +-- flagged-respawn@0.3.2 | | +-- lodash.isplainobject@4.0.6 | | +-- lodash.isstring@4.0.1 | | `-- lodash.mapvalues@4.6.0 | +-- orchestrator@0.3.8 | | +-- end-of-stream@0.1.5 | | | `-- once@1.3.3 | | +-- sequencify@0.0.7 | | `-- stream-consume@0.1.0 | +-- pretty-hrtime@1.0.3 | +-- tildify@1.2.0 | +-- v8flags@2.1.1 | | `-- user-home@1.1.1 | `-- vinyl-fs@0.3.14 | +-- defaults@1.0.3 | +-- glob-stream@3.1.18 | | +-- glob@4.5.3 | | +-- glob2base@0.0.12 | | | `-- find-index@0.1.1 | | +-- minimatch@2.0.10 | | +-- ordered-read-streams@0.1.0 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | `-- isarray@0.0.1 | | `-- unique-stream@1.0.0 | +-- glob-watcher@0.0.6 | | `-- gaze@0.5.2 | | `-- globule@0.1.0 | | +-- glob@3.1.21 | | | +-- graceful-fs@1.2.3 | | | `-- inherits@1.0.2 | | +-- lodash@1.0.2 | | `-- minimatch@0.2.14 | +-- graceful-fs@3.0.11 | | `-- natives@1.1.0 | +-- strip-bom@1.0.0 | `-- through2@0.6.5 | `-- readable-stream@1.0.34 | `-- isarray@0.0.1 +-- gulp-atom-electron@1.14.0 | +-- github-releases@0.2.1 | | +-- grunt@0.4.5 | | | +-- async@0.1.22 | | | +-- coffee-script@1.3.3 | | | +-- colors@0.6.2 | | | +-- dateformat@1.0.2-1.2.3 | | | +-- eventemitter2@0.4.14 | | | +-- exit@0.1.2 | | | +-- findup-sync@0.1.3 | | | | +-- glob@3.2.11 | | | | | `-- minimatch@0.3.0 | | | | `-- lodash@2.4.2 | | | +-- getobject@0.1.0 | | | +-- glob@3.1.21 | | | | +-- graceful-fs@1.2.3 | | | | `-- inherits@1.0.2 | | | +-- grunt-legacy-log@0.1.3 | | | | +-- grunt-legacy-log-utils@0.1.1 | | | | | +-- lodash@2.4.2 | | | | | `-- underscore.string@2.3.3 | | | | +-- lodash@2.4.2 | | | | `-- underscore.string@2.3.3 | | | +-- grunt-legacy-util@0.2.0 | | | | +-- async@0.1.22 | | | | +-- lodash@0.9.2 | | | | `-- which@1.0.9 | | | +-- hooker@0.2.3 | | | +-- iconv-lite@0.2.11 | | | +-- js-yaml@2.0.5 | | | | +-- argparse@0.1.16 | | | | | +-- underscore@1.7.0 | | | | | `-- underscore.string@2.4.0 | | | | `-- esprima@1.0.4 | | | +-- lodash@0.9.2 | | | +-- minimatch@0.2.14 | | | +-- nopt@1.0.10 | | | +-- rimraf@2.2.8 | | | +-- underscore.string@2.2.1 | | | `-- which@1.0.9 | | +-- minimatch@0.2.12 | | | `-- lru-cache@2.7.3 | | +-- optimist@0.4.0 | | | `-- wordwrap@0.0.3 | | `-- prettyjson@0.8.1 | | `-- colors@0.6.0-1 | +-- gulp-filter@4.0.0 | +-- gulp-symdest@1.1.0 | | `-- queue@3.1.0 | +-- plist@1.2.0 | | +-- base64-js@0.0.8 | | +-- xmlbuilder@4.0.0 | | | `-- lodash@3.10.1 | | `-- xmldom@0.1.27 | +-- rcedit@0.3.0 | +-- temp@0.8.3 | | `-- rimraf@2.2.8 | +-- vinyl@0.5.3 | `-- vinyl-fs@0.3.14 | +-- graceful-fs@3.0.11 | +-- strip-bom@1.0.0 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- vinyl@0.4.6 | `-- clone@0.2.0 +-- gulp-azure-storage@0.7.1 | +-- azure-storage@1.4.0 | | +-- browserify-mime@1.2.9 | | +-- extend@1.2.1 | | +-- json-edm-parser@0.1.2 | | | `-- jsonparse@1.2.0 | | +-- readable-stream@2.0.6 | | +-- request@2.74.0 | | | +-- bl@1.1.2 | | | | `-- readable-stream@2.0.6 | | | +-- combined-stream@1.0.5 | | | | `-- delayed-stream@1.0.0 | | | +-- extend@3.0.1 | | | +-- forever-agent@0.6.1 | | | +-- form-data@1.0.1 | | | | `-- async@2.5.0 | | | +-- hawk@3.1.3 | | | | +-- boom@2.10.1 | | | | +-- cryptiles@2.0.5 | | | | +-- hoek@2.16.3 | | | | `-- sntp@1.0.9 | | | +-- http-signature@1.1.1 | | | | `-- assert-plus@0.2.0 | | | +-- oauth-sign@0.8.2 | | | +-- qs@6.2.3 | | | `-- tunnel-agent@0.4.3 | | +-- underscore@1.4.4 | | `-- validator@3.22.2 | +-- delayed-stream@0.0.6 | +-- mime@1.3.6 | +-- optimist@0.6.1 | | +-- minimist@0.0.10 | | `-- wordwrap@0.0.3 | +-- queue@3.1.0 | +-- streamifier@0.1.1 | `-- vinyl-fs@0.3.14 | +-- graceful-fs@3.0.11 | +-- strip-bom@1.0.0 | `-- through2@0.6.5 | `-- readable-stream@1.0.34 | `-- isarray@0.0.1 +-- gulp-bom@1.0.0 | `-- through2@2.0.3 +-- gulp-buffer@0.0.2 | `-- through2@0.4.2 | +-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- xtend@2.1.2 | `-- object-keys@0.4.0 +-- gulp-concat@2.6.1 | +-- concat-with-sourcemaps@1.0.4 | | `-- source-map@0.5.6 | +-- through2@2.0.3 | `-- vinyl@2.1.0 | +-- clone@2.1.1 | +-- clone-buffer@1.0.0 | +-- clone-stats@1.0.0 | +-- cloneable-readable@1.0.0 | | `-- through2@2.0.3 | +-- remove-trailing-separator@1.0.2 | `-- replace-ext@1.0.0 +-- gulp-cssnano@2.1.2 | +-- cssnano@3.10.0 | | +-- autoprefixer@6.7.7 | | | +-- browserslist@1.7.7 | | | | `-- electron-to-chromium@1.3.16 | | | +-- normalize-range@0.1.2 | | | `-- num2fraction@1.2.2 | | +-- decamelize@1.2.0 | | +-- defined@1.0.0 | | +-- has@1.0.1 | | | `-- function-bind@1.1.0 | | +-- postcss@5.2.17 | | | +-- js-base64@2.1.9 | | | +-- source-map@0.5.6 | | | `-- supports-color@3.2.3 | | +-- postcss-calc@5.3.1 | | | +-- postcss-message-helpers@2.0.0 | | | `-- reduce-css-calc@1.3.0 | | | +-- math-expression-evaluator@1.2.17 | | | `-- reduce-function-call@1.0.2 | | +-- postcss-colormin@2.2.2 | | | `-- colormin@1.1.2 | | | +-- color@0.11.4 | | | | +-- color-convert@1.9.0 | | | | | `-- color-name@1.1.3 | | | | `-- color-string@0.3.0 | | | `-- css-color-names@0.0.4 | | +-- postcss-convert-values@2.6.1 | | +-- postcss-discard-comments@2.0.4 | | +-- postcss-discard-duplicates@2.1.0 | | +-- postcss-discard-empty@2.1.0 | | +-- postcss-discard-overridden@0.1.1 | | +-- postcss-discard-unused@2.2.3 | | | `-- uniqs@2.0.0 | | +-- postcss-filter-plugins@2.0.2 | | | `-- uniqid@4.1.1 | | | `-- macaddress@0.2.8 | | +-- postcss-merge-idents@2.1.7 | | +-- postcss-merge-longhand@2.0.2 | | +-- postcss-merge-rules@2.1.2 | | | +-- caniuse-api@1.6.1 | | | | +-- lodash.memoize@4.1.2 | | | | `-- lodash.uniq@4.5.0 | | | +-- postcss-selector-parser@2.2.3 | | | | +-- flatten@1.0.2 | | | | +-- indexes-of@1.0.1 | | | | `-- uniq@1.0.1 | | | `-- vendors@1.0.1 | | +-- postcss-minify-font-values@1.0.5 | | +-- postcss-minify-gradients@1.0.5 | | +-- postcss-minify-params@1.2.2 | | | `-- alphanum-sort@1.0.2 | | +-- postcss-minify-selectors@2.1.1 | | +-- postcss-normalize-charset@1.1.1 | | +-- postcss-normalize-url@3.0.8 | | | +-- is-absolute-url@2.1.0 | | | `-- normalize-url@1.9.1 | | | +-- prepend-http@1.0.4 | | | +-- query-string@4.3.4 | | | | `-- strict-uri-encode@1.1.0 | | | `-- sort-keys@1.1.2 | | | `-- is-plain-obj@1.1.0 | | +-- postcss-ordered-values@2.2.3 | | +-- postcss-reduce-idents@2.4.0 | | +-- postcss-reduce-initial@1.0.1 | | +-- postcss-reduce-transforms@1.0.4 | | +-- postcss-svgo@2.1.6 | | | +-- is-svg@2.1.0 | | | | `-- html-comment-regex@1.1.1 | | | `-- svgo@0.7.2 | | | +-- coa@1.0.4 | | | +-- colors@1.1.2 | | | +-- csso@2.3.2 | | | | +-- clap@1.2.0 | | | | `-- source-map@0.5.6 | | | +-- js-yaml@3.7.0 | | | +-- sax@1.2.4 | | | `-- whet.extend@0.9.9 | | +-- postcss-unique-selectors@2.0.2 | | +-- postcss-value-parser@3.3.0 | | `-- postcss-zindex@2.2.0 | `-- vinyl-sourcemaps-apply@0.2.1 | `-- source-map@0.5.6 +-- gulp-eslint@3.0.1 | `-- bufferstreams@1.1.1 +-- gulp-filter@3.0.1 | +-- multimatch@2.1.0 | | `-- array-union@1.0.2 | `-- streamfilter@1.0.5 +-- gulp-flatmap@1.0.0 | +-- gulp-util@2.2.20 | | +-- chalk@0.5.1 | | | +-- ansi-styles@1.1.0 | | | +-- has-ansi@0.1.0 | | | | `-- ansi-regex@0.2.1 | | | +-- strip-ansi@0.3.0 | | | `-- supports-color@0.2.0 | | +-- dateformat@1.0.12 | | | +-- get-stdin@4.0.1 | | | `-- meow@3.7.0 | | | +-- camelcase-keys@2.1.0 | | | +-- loud-rejection@1.6.0 | | | | +-- currently-unhandled@0.4.1 | | | | | `-- array-find-index@1.0.2 | | | | `-- signal-exit@3.0.2 | | | +-- map-obj@1.0.1 | | | +-- normalize-package-data@2.4.0 | | | | +-- hosted-git-info@2.5.0 | | | | +-- is-builtin-module@1.0.0 | | | | | `-- builtin-modules@1.1.1 | | | | `-- validate-npm-package-license@3.0.1 | | | | +-- spdx-correct@1.0.2 | | | | | `-- spdx-license-ids@1.2.2 | | | | `-- spdx-expression-parse@1.0.4 | | | +-- read-pkg-up@1.0.1 | | | | +-- find-up@1.1.2 | | | | `-- read-pkg@1.1.0 | | | | +-- load-json-file@1.1.0 | | | | | `-- parse-json@2.2.0 | | | | | `-- error-ex@1.3.1 | | | | | `-- is-arrayish@0.2.1 | | | | `-- path-type@1.1.0 | | | +-- redent@1.0.0 | | | | +-- indent-string@2.1.0 | | | | | `-- repeating@2.0.1 | | | | `-- strip-indent@1.0.1 | | | `-- trim-newlines@1.0.0 | | +-- lodash._reinterpolate@2.4.1 | | +-- lodash.template@2.4.1 | | | +-- lodash._escapestringchar@2.4.1 | | | +-- lodash.defaults@2.4.1 | | | | +-- lodash._objecttypes@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.escape@2.4.1 | | | | +-- lodash._escapehtmlchar@2.4.1 | | | | | `-- lodash._htmlescapes@2.4.1 | | | | `-- lodash._reunescapedhtml@2.4.1 | | | | `-- lodash.keys@2.4.1 | | | +-- lodash.keys@2.4.1 | | | | +-- lodash._isnative@2.4.1 | | | | +-- lodash._shimkeys@2.4.1 | | | | `-- lodash.isobject@2.4.1 | | | +-- lodash.templatesettings@2.4.1 | | | `-- lodash.values@2.4.1 | | | `-- lodash.keys@2.4.1 | | +-- minimist@0.2.0 | | +-- through2@0.5.1 | | | `-- xtend@3.0.0 | | `-- vinyl@0.2.3 | `-- through2@0.6.5 | +-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- xtend@4.0.1 +-- gulp-image-resize@0.10.0 | +-- async@0.2.10 | +-- gulp-gm@0.0.8 | | +-- gm@1.23.0 | | | +-- array-parallel@0.1.3 | | | +-- array-series@0.1.5 | | | `-- cross-spawn@4.0.2 | | | `-- lru-cache@4.1.1 | | | `-- yallist@2.1.2 | | +-- gulp-util@2.2.20 | | | +-- chalk@0.5.1 | | | | +-- ansi-styles@1.1.0 | | | | +-- has-ansi@0.1.0 | | | | | `-- ansi-regex@0.2.1 | | | | +-- strip-ansi@0.3.0 | | | | `-- supports-color@0.2.0 | | | +-- dateformat@1.0.12 | | | +-- lodash._reinterpolate@2.4.1 | | | +-- lodash.template@2.4.1 | | | | +-- lodash.escape@2.4.1 | | | | +-- lodash.keys@2.4.1 | | | | `-- lodash.templatesettings@2.4.1 | | | +-- minimist@0.2.0 | | | +-- through2@0.5.1 | | | | `-- xtend@3.0.0 | | | `-- vinyl@0.2.3 | | `-- through2@0.4.2 | | +-- readable-stream@1.0.34 | | | `-- isarray@0.0.1 | | `-- xtend@2.1.2 | +-- lodash@2.4.2 | `-- through2@0.4.2 | +-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- xtend@2.1.2 +-- gulp-json-editor@2.2.1 | +-- deepmerge@0.2.10 | +-- detect-indent@2.0.0 | | +-- get-stdin@3.0.2 | | `-- repeating@1.1.3 | | `-- is-finite@1.0.2 | +-- js-beautify@1.5.10 | | +-- config-chain@1.1.11 | | | `-- proto-list@1.2.4 | | `-- nopt@3.0.6 | | `-- abbrev@1.1.0 | `-- through2@0.5.1 | +-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- xtend@3.0.0 +-- gulp-mocha@2.2.0 | +-- plur@2.1.2 | | `-- irregular-plurals@1.3.0 | `-- resolve-from@1.0.1 +-- gulp-remote-src@0.4.3 | +-- node.extend@1.1.6 | +-- request@2.79.0 | | +-- combined-stream@1.0.5 | | | `-- delayed-stream@1.0.0 | | +-- forever-agent@0.6.1 | | +-- form-data@2.1.4 | | +-- hawk@3.1.3 | | | +-- boom@2.10.1 | | | +-- cryptiles@2.0.5 | | | +-- hoek@2.16.3 | | | `-- sntp@1.0.9 | | +-- http-signature@1.1.1 | | | `-- assert-plus@0.2.0 | | +-- oauth-sign@0.8.2 | | +-- qs@6.3.2 | | +-- tunnel-agent@0.4.3 | | `-- uuid@3.1.0 | +-- through2@2.0.3 | `-- vinyl@2.0.2 | +-- clone-stats@1.0.0 | +-- is-stream@1.1.0 | `-- replace-ext@1.0.0 +-- gulp-rename@1.2.2 +-- gulp-replace@0.5.4 | +-- istextorbinary@1.0.2 | | +-- binaryextensions@1.0.1 | | `-- textextensions@1.0.2 | `-- replacestream@4.0.2 +-- gulp-shell@0.5.2 | +-- async@1.5.2 | `-- through2@2.0.3 +-- gulp-sourcemaps@1.12.0 | +-- @gulp-sourcemaps/map-sources@1.0.0 | | `-- through2@2.0.3 | +-- acorn@4.0.13 | +-- convert-source-map@1.5.0 | +-- css@2.2.1 | | +-- source-map@0.1.43 | | +-- source-map-resolve@0.3.1 | | | +-- atob@1.1.3 | | | +-- resolve-url@0.2.1 | | | `-- source-map-url@0.3.0 | | `-- urix@0.1.0 | +-- debug-fabulous@0.0.4 | | +-- lazy-debug-legacy@0.0.1 | | `-- object-assign@4.1.0 | +-- detect-newline@2.1.0 | +-- strip-bom@2.0.0 | | `-- is-utf8@0.2.1 | +-- through2@2.0.3 | `-- vinyl@1.2.0 +-- gulp-tsb@2.0.4 +-- gulp-tslint@7.1.0 +-- gulp-uglify@3.0.0 | +-- gulplog@1.0.0 | | `-- glogg@1.0.0 | +-- has-gulplog@0.1.0 | | `-- sparkles@1.0.0 | +-- make-error-cause@1.2.2 | | `-- make-error@1.3.0 | +-- through2@2.0.3 | `-- uglify-js@3.0.26 | +-- commander@2.11.0 | `-- source-map@0.5.6 +-- gulp-util@3.0.8 | +-- array-differ@1.0.0 | +-- array-uniq@1.0.3 | +-- beeper@1.1.1 | +-- dateformat@2.0.0 | +-- fancy-log@1.3.0 | | `-- time-stamp@1.1.0 | +-- lodash._reescape@3.0.0 | +-- lodash._reevaluate@3.0.0 | +-- lodash._reinterpolate@3.0.0 | +-- lodash.template@3.6.2 | | +-- lodash._basecopy@3.0.1 | | +-- lodash._basetostring@3.0.1 | | +-- lodash._basevalues@3.0.0 | | +-- lodash._isiterateecall@3.0.9 | | +-- lodash.escape@3.2.0 | | | `-- lodash._root@3.0.1 | | +-- lodash.keys@3.1.2 | | | +-- lodash._getnative@3.9.1 | | | +-- lodash.isarguments@3.1.0 | | | `-- lodash.isarray@3.0.4 | | +-- lodash.restparam@3.6.1 | | `-- lodash.templatesettings@3.1.1 | +-- multipipe@0.1.2 | | `-- duplexer2@0.0.2 | | `-- readable-stream@1.1.14 | | `-- isarray@0.0.1 | +-- object-assign@3.0.0 | +-- replace-ext@0.0.1 | +-- through2@2.0.3 | `-- vinyl@0.5.3 +-- gulp-vinyl-zip@1.4.0 | +-- queue@3.1.0 | +-- through2@0.6.5 | | `-- readable-stream@1.0.34 | | `-- isarray@0.0.1 | `-- yazl@2.4.2 | `-- buffer-crc32@0.2.13 +-- http-proxy-agent@0.2.7 +-- https-proxy-agent@0.3.6 +-- husky@0.13.4 | +-- find-parent-dir@0.3.0 | +-- is-ci@1.0.10 | | `-- ci-info@1.0.0 | `-- normalize-path@1.0.0 +-- iconv-lite@0.4.15 +-- inherits@2.0.1 +-- innosetup-compiler@5.5.62 +-- is@3.2.1 +-- is-binary-path@1.0.1 +-- is-buffer@1.1.4 +-- is-dotfile@1.0.2 +-- is-equal-shallow@0.1.3 +-- is-extendable@0.1.1 +-- is-extglob@1.0.0 +-- is-glob@2.0.1 +-- is-number@2.1.0 +-- is-posix-bracket@0.1.1 +-- is-primitive@2.0.0 +-- isarray@1.0.0 +-- isobject@2.1.0 +-- istanbul@0.3.22 | +-- abbrev@1.0.9 | +-- async@1.5.2 | +-- escodegen@1.7.1 | | +-- esprima@1.2.5 | | +-- estraverse@1.9.3 | | +-- optionator@0.5.0 | | | +-- fast-levenshtein@1.0.7 | | | +-- levn@0.2.5 | | | `-- wordwrap@0.0.3 | | `-- source-map@0.2.0 | +-- esprima@2.5.0 | +-- fileset@0.2.1 | | `-- minimatch@2.0.10 | +-- handlebars@4.0.10 | | +-- async@1.5.2 | | +-- optimist@0.6.1 | | | +-- minimist@0.0.10 | | | `-- wordwrap@0.0.3 | | `-- uglify-js@2.8.29 | | +-- source-map@0.5.6 | | +-- uglify-to-browserify@1.0.2 | | `-- yargs@3.10.0 | | +-- camelcase@1.2.1 | | +-- cliui@2.1.0 | | | +-- center-align@0.1.3 | | | | +-- align-text@0.1.4 | | | | | `-- longest@1.0.1 | | | | `-- lazy-cache@1.0.4 | | | +-- right-align@0.1.3 | | | `-- wordwrap@0.0.2 | | `-- window-size@0.1.0 | +-- nopt@3.0.6 | +-- resolve@1.1.7 | +-- supports-color@3.2.3 | | `-- has-flag@1.0.0 | +-- which@1.2.14 | | `-- isexe@2.0.0 | `-- wordwrap@1.0.0 +-- jschardet@1.4.2 +-- jsdom-no-contextify@3.1.0 | +-- browser-request@0.3.3 | +-- cssom@0.3.2 | +-- cssstyle@0.2.37 | +-- htmlparser2@3.9.2 | | +-- domelementtype@1.3.0 | | +-- domhandler@2.4.1 | | +-- domutils@1.6.2 | | `-- entities@1.1.1 | +-- nwmatcher@1.4.1 | +-- parse5@1.5.1 | +-- request@2.81.0 | | +-- caseless@0.12.0 | | +-- combined-stream@1.0.5 | | | `-- delayed-stream@1.0.0 | | +-- forever-agent@0.6.1 | | +-- form-data@2.1.4 | | +-- har-validator@4.2.1 | | | `-- har-schema@1.0.5 | | +-- hawk@3.1.3 | | | +-- boom@2.10.1 | | | +-- cryptiles@2.0.5 | | | +-- hoek@2.16.3 | | | `-- sntp@1.0.9 | | +-- http-signature@1.1.1 | | | `-- assert-plus@0.2.0 | | +-- oauth-sign@0.8.2 | | +-- performance-now@0.2.0 | | +-- qs@6.4.0 | | +-- safe-buffer@5.1.1 | | +-- tunnel-agent@0.6.0 | | `-- uuid@3.1.0 | +-- xml-name-validator@1.0.0 | `-- xmlhttprequest@1.8.0 +-- keytar@4.0.3 | `-- nan@2.5.1 +-- kind-of@3.0.4 +-- lazy.js@0.4.3 +-- micromatch@2.3.11 +-- mime@1.2.11 +-- minimatch@3.0.3 +-- minimist@1.2.0 +-- mkdirp@0.5.1 | `-- minimist@0.0.8 +-- mocha@2.5.3 | +-- commander@2.3.0 | +-- diff@1.4.0 | +-- escape-string-regexp@1.0.2 | +-- glob@3.2.11 | | `-- minimatch@0.3.0 | +-- growl@1.9.2 | +-- jade@0.26.3 | | +-- commander@0.6.1 | | `-- mkdirp@0.3.0 | +-- supports-color@1.2.0 | `-- to-iso-string@0.0.2 +-- ms@0.7.1 +-- nan@2.4.0 +-- native-keymap@1.2.4 +-- node-pty@0.6.9 | `-- nan@2.5.0 +-- normalize-path@2.0.1 +-- nsfw@1.0.16 | +-- asap@2.0.5 | +-- balanced-match@1.0.0 | +-- brace-expansion@1.1.8 | +-- concat-map@0.0.1 | +-- fs-extra@0.26.7 | +-- fs.realpath@1.0.0 | +-- glob@7.1.2 | +-- graceful-fs@4.1.11 | +-- inflight@1.0.6 | +-- inherits@2.0.3 | +-- jsonfile@2.4.0 | +-- klaw@1.3.1 | +-- lodash.isinteger@4.0.4 | +-- lodash.isundefined@3.0.1 | +-- minimatch@3.0.4 | +-- nan@2.6.2 | +-- nodegit-promise@4.0.0 | +-- once@1.4.0 | +-- path-is-absolute@1.0.1 | +-- promisify-node@0.3.0 | +-- rimraf@2.6.1 | `-- wrappy@1.0.2 +-- object-assign@4.1.1 +-- object.omit@2.0.0 +-- oniguruma@6.1.1 +-- optimist@0.3.5 | `-- wordwrap@0.0.3 +-- parse-glob@3.0.4 +-- path-is-absolute@1.0.0 +-- pend@1.2.0 +-- preserve@0.2.0 +-- process-nextick-args@1.0.7 +-- pump@1.0.2 | `-- end-of-stream@1.4.0 +-- queue@3.0.6 +-- randomatic@1.1.5 +-- readable-stream@2.1.5 +-- readdirp@2.1.0 +-- regex-cache@0.4.3 +-- remap-istanbul@0.6.4 | +-- amdefine@1.0.0 | +-- gulp-util@3.0.7 | | +-- dateformat@1.0.12 | | +-- object-assign@3.0.0 | | `-- vinyl@0.5.3 | +-- istanbul@0.4.3 | | +-- abbrev@1.0.9 | | +-- async@1.5.2 | | +-- escodegen@1.8.1 | | | +-- estraverse@1.9.3 | | | `-- source-map@0.2.0 | | +-- nopt@3.0.6 | | +-- resolve@1.1.7 | | `-- supports-color@3.2.3 | +-- source-map@0.5.6 | `-- through2@2.0.1 | `-- readable-stream@2.0.6 +-- repeat-element@1.1.2 +-- repeat-string@1.5.4 +-- rimraf@2.6.1 | `-- glob@7.1.2 | `-- minimatch@3.0.4 | `-- brace-expansion@1.1.8 | `-- balanced-match@1.0.0 +-- semver@4.3.6 +-- set-immediate-shim@1.0.1 +-- sinon@1.17.7 | +-- formatio@1.1.1 | +-- lolex@1.3.2 | +-- samsam@1.1.2 | `-- util@0.10.3 +-- source-map@0.4.4 | `-- amdefine@1.0.1 +-- string_decoder@0.10.31 +-- tslint@4.5.1 | +-- colors@1.1.2 | +-- diff@3.3.0 | +-- findup-sync@0.3.0 | | `-- glob@5.0.15 | +-- glob@7.1.2 | | `-- minimatch@3.0.4 | | `-- brace-expansion@1.1.8 | | `-- balanced-match@1.0.0 | +-- optimist@0.6.1 | | +-- minimist@0.0.10 | | `-- wordwrap@0.0.3 | +-- resolve@1.3.3 | | `-- path-parse@1.0.5 | +-- tsutils@1.9.1 | `-- update-notifier@2.2.0 | +-- boxen@1.2.1 | | +-- ansi-align@2.0.0 | | | `-- string-width@2.1.1 | | | +-- is-fullwidth-code-point@2.0.0 | | | `-- strip-ansi@4.0.0 | | | `-- ansi-regex@3.0.0 | | +-- camelcase@4.1.0 | | +-- chalk@2.0.1 | | | +-- ansi-styles@3.2.0 | | | `-- supports-color@4.2.1 | | | `-- has-flag@2.0.0 | | +-- cli-boxes@1.0.0 | | +-- string-width@2.1.1 | | | +-- is-fullwidth-code-point@2.0.0 | | | `-- strip-ansi@4.0.0 | | | `-- ansi-regex@3.0.0 | | +-- term-size@1.2.0 | | | `-- execa@0.7.0 | | | +-- cross-spawn@5.1.0 | | | | +-- lru-cache@4.1.1 | | | | `-- shebang-command@1.2.0 | | | | `-- shebang-regex@1.0.0 | | | +-- get-stream@3.0.0 | | | +-- npm-run-path@2.0.2 | | | | `-- path-key@2.0.1 | | | +-- p-finally@1.0.0 | | | `-- strip-eof@1.0.0 | | `-- widest-line@1.0.0 | +-- configstore@3.1.1 | | +-- dot-prop@4.2.0 | | | `-- is-obj@1.0.1 | | +-- make-dir@1.0.0 | | +-- unique-string@1.0.0 | | | `-- crypto-random-string@1.0.0 | | `-- write-file-atomic@2.1.0 | | `-- slide@1.1.6 | +-- import-lazy@2.1.0 | +-- is-npm@1.0.0 | +-- latest-version@3.1.0 | | `-- package-json@4.0.1 | | +-- got@6.7.1 | | | +-- create-error-class@3.0.2 | | | | `-- capture-stack-trace@1.0.0 | | | +-- duplexer3@0.1.4 | | | +-- is-redirect@1.0.0 | | | +-- is-retry-allowed@1.1.0 | | | +-- lowercase-keys@1.0.0 | | | +-- timed-out@4.0.1 | | | +-- unzip-response@2.0.1 | | | `-- url-parse-lax@1.0.0 | | +-- registry-auth-token@3.3.1 | | +-- registry-url@3.1.0 | | `-- semver@5.4.1 | +-- semver-diff@2.1.0 | | `-- semver@5.4.1 | `-- xdg-basedir@3.0.0 +-- typechecker@2.0.8 +-- typescript@2.4.1 +-- typescript-formatter@4.0.1 | +-- commandpost@1.2.0 | +-- editorconfig@0.13.2 | | +-- bluebird@3.5.0 | | +-- commander@2.11.0 | | +-- lru-cache@3.2.0 | | | `-- pseudomap@1.0.2 | | `-- sigmund@1.0.1 | `-- glob-expand@0.2.1 | +-- glob@4.5.3 | | `-- minimatch@2.0.10 | `-- lodash@4.13.1 +-- uglify-es@3.0.26 | +-- commander@2.11.0 | `-- source-map@0.5.6 +-- underscore@1.8.3 +-- util-deprecate@1.0.2 +-- v8-profiler@5.6.5 (git://github.com/jrieken/v8-profiler.git#5e4a336693e1d5b079c7aecd286a1abcfbc10421) +-- vinyl@0.4.6 | +-- clone@0.2.0 | `-- clone-stats@0.0.1 +-- vinyl-fs@2.4.4 | +-- duplexify@3.5.0 | | +-- end-of-stream@1.0.0 | | | `-- once@1.3.3 | | `-- stream-shift@1.0.0 | +-- glob-stream@5.3.5 | | +-- glob-parent@3.1.0 | | | +-- is-glob@3.1.0 | | | | `-- is-extglob@2.1.1 | | | `-- path-dirname@1.0.2 | | +-- ordered-read-streams@0.3.0 | | +-- through2@0.6.5 | | | `-- readable-stream@1.0.34 | | | `-- isarray@0.0.1 | | +-- to-absolute-glob@0.1.1 | | | `-- extend-shallow@2.0.1 | | `-- unique-stream@2.2.1 | +-- gulp-sourcemaps@1.6.0 | +-- is-valid-glob@0.3.0 | +-- lazystream@1.0.0 | +-- lodash.isequal@4.5.0 | +-- merge-stream@1.0.1 | +-- strip-bom-stream@1.0.0 | | `-- first-chunk-stream@1.0.0 | +-- through2@2.0.3 | +-- through2-filter@2.0.0 | | `-- through2@2.0.3 | +-- vali-date@1.0.0 | `-- vinyl@1.2.0 +-- vsce@1.29.0 | +-- cheerio@1.0.0-rc.2 | | +-- css-select@1.2.0 | | | +-- boolbase@1.0.0 | | | +-- css-what@2.1.0 | | | +-- domutils@1.5.1 | | | `-- nth-check@1.0.1 | | +-- dom-serializer@0.1.0 | | | `-- domelementtype@1.1.3 | | `-- parse5@3.0.2 | | `-- @types/node@6.0.85 | +-- denodeify@1.2.1 | +-- glob@7.1.2 | | `-- minimatch@3.0.4 | | `-- brace-expansion@1.1.8 | | `-- balanced-match@1.0.0 | +-- markdown-it@8.3.1 | | +-- linkify-it@2.0.3 | | +-- mdurl@1.0.1 | | `-- uc.micro@1.0.3 | +-- mime@1.3.6 | +-- osenv@0.1.4 | +-- read@1.0.7 | | `-- mute-stream@0.0.5 | +-- semver@5.4.1 | +-- url-join@1.1.0 | `-- vso-node-api@6.1.2-preview | +-- q@1.5.0 | +-- tunnel@0.0.4 | `-- typed-rest-client@0.9.0 +-- vscode-debugprotocol@1.21.0 +-- vscode-nls-dev@2.1.3 | +-- clone@1.0.2 | +-- glob@6.0.4 | +-- source-map@0.5.6 | +-- vinyl@1.2.0 | +-- xml2js@0.4.17 | | +-- sax@1.2.4 | | `-- xmlbuilder@4.2.1 | `-- yargs@3.32.0 | +-- camelcase@2.1.1 | +-- cliui@3.2.0 | | `-- wrap-ansi@2.1.0 | +-- os-locale@1.4.0 | | `-- lcid@1.0.0 | | `-- invert-kv@1.0.0 | +-- window-size@0.1.4 | `-- y18n@3.2.1 +-- vscode-ripgrep@0.0.12 (git://github.com/joaomoreno/vscode-ripgrep.git#64a2f0530fd9099de2cb1026a61e0a31b05e983d) +-- vscode-textmate@3.1.5 +-- windows-foreground-love@0.1.0 +-- windows-mutex@0.2.0 +-- winreg@1.2.0 +-- xterm@2.8.1 (git+https://github.com/Tyriar/xterm.js.git#b546de750e22addd8e226b01bd414f5b20ec4018) `-- yauzl@2.3.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) F:\CodeStudio\vscode>start /B npm run watch F:\CodeStudio\vscode> > code-oss-dev@1.15.0 watch F:\CodeStudio\vscode > gulp watch --max_old_space_size=4096 [17:36:56] Node flags detected: --max_old_space_size=4096 [17:36:56] Respawned to PID: 17588 [17:37:12] Using gulpfile F:\CodeStudio\vscode\gulpfile.js [17:37:12] Starting 'clean-client'... [17:37:12] Starting 'clean-extension:configuration-editing'... [17:37:12] Starting 'clean-extension:css-client'... [17:37:12] Starting 'clean-extension:css-server'... [17:37:12] Starting 'clean-extension:emmet'... [17:37:12] Starting 'clean-extension:extension-editing'... [17:37:12] Starting 'clean-extension:git'... [17:37:12] Starting 'clean-extension:grunt'... [17:37:12] Starting 'clean-extension:gulp'... [17:37:12] Starting 'clean-extension:html-client'... [17:37:12] Starting 'clean-extension:html-server'... [17:37:12] Starting 'clean-extension:jake'... [17:37:12] Starting 'clean-extension:javascript'... [17:37:12] Starting 'clean-extension:json-client'... [17:37:12] Starting 'clean-extension:json-server'... [17:37:12] Starting 'clean-extension:markdown'... [17:37:12] Starting 'clean-extension:merge-conflict'... [17:37:12] Starting 'clean-extension:npm'... [17:37:12] Starting 'clean-extension:php'... [17:37:12] Starting 'clean-extension:python'... [17:37:12] Starting 'clean-extension:typescript-test-colorize-fixtures'... [17:37:12] Starting 'clean-extension:typescript'... [17:37:12] Starting 'clean-extension:vscode-api-tests'... [17:37:12] Starting 'clean-extension:vscode-colorize-tests'... [17:37:12] Finished 'clean-client' after 135 ms [17:37:12] Starting 'watch-client'... [17:37:13] Starting compilation... [17:37:13] Finished 'clean-extension:configuration-editing' after 786 ms [17:37:13] Starting 'watch-extension:configuration-editing'... [17:37:13] Finished 'clean-extension:css-client' after 801 ms [17:37:13] Starting 'watch-extension:css-client'... [17:37:13] Finished 'clean-extension:css-server' after 812 ms [17:37:13] Starting 'watch-extension:css-server'... [17:37:13] Finished 'clean-extension:emmet' after 817 ms [17:37:13] Starting 'watch-extension:emmet'... [17:37:13] Finished 'clean-extension:extension-editing' after 826 ms [17:37:13] Starting 'watch-extension:extension-editing'... [17:37:13] Finished 'clean-extension:git' after 832 ms [17:37:13] Starting 'watch-extension:git'... [17:37:13] Finished 'clean-extension:grunt' after 838 ms [17:37:13] Starting 'watch-extension:grunt'... [17:37:13] Finished 'clean-extension:gulp' after 841 ms [17:37:13] Starting 'watch-extension:gulp'... [17:37:13] Finished 'clean-extension:html-client' after 845 ms [17:37:13] Starting 'watch-extension:html-client'... [17:37:13] Finished 'clean-extension:html-server' after 872 ms [17:37:13] Starting 'watch-extension:html-server'... [17:37:13] Finished 'clean-extension:jake' after 878 ms [17:37:13] Starting 'watch-extension:jake'... [17:37:13] Finished 'clean-extension:javascript' after 880 ms [17:37:13] Starting 'watch-extension:javascript'... [17:37:13] Finished 'clean-extension:json-client' after 889 ms [17:37:13] Starting 'watch-extension:json-client'... [17:37:13] Finished 'clean-extension:json-server' after 902 ms [17:37:13] Starting 'watch-extension:json-server'... [17:37:13] Finished 'clean-extension:markdown' after 907 ms [17:37:13] Starting 'watch-extension:markdown'... [17:37:13] Finished 'clean-extension:merge-conflict' after 907 ms [17:37:13] Starting 'watch-extension:merge-conflict'... [17:37:13] Finished 'clean-extension:npm' after 910 ms [17:37:13] Starting 'watch-extension:npm'... [17:37:13] Finished 'clean-extension:php' after 913 ms [17:37:13] Starting 'watch-extension:php'... [17:37:13] Finished 'clean-extension:python' after 920 ms [17:37:13] Starting 'watch-extension:python'... [17:37:13] Finished 'clean-extension:typescript-test-colorize-fixtures' after 930 ms [17:37:13] Starting 'watch-extension:typescript-test-colorize-fixtures'... [17:37:13] Finished 'clean-extension:typescript' after 952 ms [17:37:13] Starting 'watch-extension:typescript'... [17:37:13] Finished 'clean-extension:vscode-api-tests' after 960 ms [17:37:13] Starting 'watch-extension:vscode-api-tests'... [17:37:13] Finished 'clean-extension:vscode-colorize-tests' after 968 ms [17:37:13] Starting 'watch-extension:vscode-colorize-tests'... [17:42:21] [monaco.d.ts] Starting monaco.d.ts generation [17:42:34] [monaco.d.ts] Finished monaco.d.ts generation [17:42:34] Finished compilation with 0 errors after 321633 ms ```